[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Failure to make with GCC 3.2
From: |
Johan Kruger |
Subject: |
Failure to make with GCC 3.2 |
Date: |
Fri, 28 Feb 2003 10:41:03 +0200 |
To whom it may concern,
I am having a problem compiling DDD under cygwin and gcc:
Thread model: posix
gcc version 3.2 20020927 (prerelease)
The following error is reported:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning
This fi
le 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 in
clude substituting the <X> header for the <X.h> header for C++ includes,
or <sst
ream> instead of the deprecated header <strstream.h>. To disable this
warning us
e -Wno-deprecated.
In file included from strclass.C:41:
strclass.h: In member function `string&
string::operator=(std::ostrstream&)':
strclass.h:1059: warning: unused variable `const int frozen'
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 `/usr/DownLoads/ddd/ddd-3.3.1/ddd'
make: *** [all-recursive] Error 1
Please help,
Johan Kruger
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Failure to make with GCC 3.2,
Johan Kruger <=