[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems building ddd-3.3.1 on cygwin 1.3.20-1
From: |
Fred Ma |
Subject: |
Problems building ddd-3.3.1 on cygwin 1.3.20-1 |
Date: |
Tue, 18 Feb 2003 11:08:20 -0500 |
Hello,
I'm having problems building ddd-3.3.1 on cygwin 1.3.20-1.
It's running on Win2K/SP3, in case that has any bearing.
I'm using gnu make 3.79.1 and gcc 3.2. No errors or
warnings in the ./configure step
(see http://www.doe.carleton.ca/~fma/dddProb/configure_out.txt).
The make step is frought with hopefully harmless warnings:
In file included from
/usr/include/c++/3.2/backward/iostream.h:31,
from strclass.h:412,
from rxclass.C:38:
/usr/include/c++/3.2/backward/backward_warning.h:32:2:
warning: #warning This file includes at least one deprecated
or antiquated header. Please consider using one of the 32
headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h>
header for C++ includes, or <sstream> instead of the
deprecated header <strstream.h>. To disable this warning use
-Wno-deprecated.
In file included from rxclass.C:38:
strclass.h: In member function `string&
string::operator=(std::ostrstream&)':
strclass.h:1059: warning: unused variable `const int frozen'
The fatal error at the end is at the end of the make step.
strclass.C: In function `std::istream&
operator>>(std::istream&, string&)':
strclass.C:1443: invalid conversion from `int' to
`std::_Ios_Iostate'
strclass.C:1443: initializing argument 1 of `void
std::basic_ios<_CharT,
_Traits>::clear(std::_Ios_Iostate) [with _CharT = char,
_Traits =
std::char_traits<char>]'
make[1]: *** [strclass.o] Error 1
make[1]: Leaving directory
`/home/Administrator/Applications/ddd-3.3.1/ddd'
make: *** [all-recursive] Error 1
I've posted the entire output from make at
http://www.doe.carleton.ca/~fma/dddProb/make_out.txt .
The same problem has also been posted by
"Cyril Monpellier" <address@hidden> on Fri Feb 14/2003
("Problem installing DDD 3.3.1 with GCC 3.2.1 on SPARC Solaris 9").
Thanks for any suggestions.
Fred
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Problems building ddd-3.3.1 on cygwin 1.3.20-1,
Fred Ma <=