ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building DDD on Cygwin


From: Bill Nedell
Subject: Building DDD on Cygwin
Date: Tue, 18 Feb 2003 16:19:47 -0500

I'm failing while trying to build DDD 3.3.1 on my W2K/Cygwin system. It seems to have something to do with the streams library. I've gotten all the latest stuff using the cygwin setup program. I've included below the last few lines from make.
 
Failing this is there a binary for Cygwin?
 
 
<lots of previous stuff clipped>
 
strclass.h:1059: warning: unused variable `const int frozen'
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isystem /usr/X11R6/include    -DNDEBUG -O2 -g -W -
Wall -trigraphs  -c strclass.C
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
                 from strclass.h:412,
                 from strclass.C:41:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file include
s at least one deprecated or antiquated header. Please consider using one of the 32 header
s found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> hea
der 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 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/share/ddd-3.3.1/ddd'
make: *** [all-recursive] Error 1
89.40u 16.01s 1:54.29 92.2%
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]