This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
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