This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libstdc++ current CVS refuses to compile on mips-sgi-irix-6.5
- To: Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr>
- Subject: Re: libstdc++ current CVS refuses to compile on mips-sgi-irix-6.5
- From: Gabriel Dos_Reis <Gabriel.Dos_Reis@sophia.inria.fr>
- Date: 05 May 1999 18:01:52 +0200
- Cc: libstdc++@sourceware.cygnus.com
- Organization: I.N.R.I.A Sophia-Antipolis (France)
- References: <3730659F.8CED8084@hei.fupl.asso.fr>
- Reply-To: libstdc++@sourceware.cygnus.com
Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr> writes:
| Hello,
|
| I checked out libstdc++ two hours agos and I have
| problems to compile it with egcs 1.1.2 (and with the
| latest egcs snpashot).
|
| When compiling the file ios.cc i get errors :
|
| ../../libstdc++/bits/locfacets.h:46: `_S' was not declared in this
| scope
| ../../libstdc++/bits/locfacets.h:46: enumerator value for `space' not
| integer constant
| ../../libstdc++/bits/locfacets.h:47: `_P' was not declared in this scope
| ../../libstdc++/bits/locfacets.h:47: `_U' was not declared in this scope
| ../../libstdc++/bits/locfacets.h:47: `_L' was not declared in this scope
| ../../libstdc++/bits/locfacets.h:47: `_N' was not declared in this scope
| ../../libstdc++/bits/locfacets.h:47: `_X' was not declared in this scope
| ../../libstdc++/bits/locfacets.h:47: enumerator value for `print' not
| integer constant
|
| [SNIP : more like that]
|
| ../../libstdc++/bits/locfacets.h:57: enumerator value for `graph' not
| integer constant
| In file included from ../../libstdc++/src/ios.cc:36:
| ../../libstdc++/bits/std_istream.h: In method `class
| basic_istream<_CharT,_Traits> &
| basic_istream<_CharT,_Traits>::ignore(int = 1, typename
| _Traits::int_type = _Traits::eof())':
| ../../libstdc++/bits/std_istream.h:415: parse error before `>'
| ../../libstdc++/bits/std_istream.h:418: parse error before `)'
| ../../libstdc++/bits/std_istream.h:428: confused by earlier errors,
| bailing out
|
| Can someone put me in the right direction ?
| In advance, thanks a lot.
Gilles --
Thanks for your feedback. Could you manage to send us the output of
the preprocessor (g++ -E) on libstdc++/bits/c++config.h?
-- Gaby