This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: failed to make ddd-3.3.1


On Wed, 19 Feb 2003 11:07:23 -0500, Kirschner, Paul E. UTRC wrote:
Previous posts claimed ddd built "out of the box". My attempt (configure;
make) failed...

Making all in ddd
make[1]: Entering directory `/home/kirschpe/ddd-3.3.1/ddd'
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 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 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 `/home/kirschpe/ddd-3.3.1/ddd'
make: *** [all-recursive] Error 1



Hi!
Please try gcc-2, g++-2.
I have compiled it successfully, but it dosn't work correctly.
There are some problems when ddd interacts with gdb.
I don't know what's the reason...

Any help? thanks...

----------------------------------------------------------------------------
-------------
Paul Kirschner
Systems Department
United Technologies Research Center
kirschpe at utrc dot utc dot com
(860)610-7119




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]