This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Compile error - basic_string.h
- From: "Redmer, Autumn \(A.\)" <aredmer at ford dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Cc: "Redmer, Autumn \(A.\)" <aredmer at ford dot com>
- Date: Thu, 10 Aug 2006 11:43:25 -0400
- Subject: Compile error - basic_string.h
- Hop-count: 1
Hi -
I'm was hoping that you could help me...
We are moving an application from HP UX to Linux. When I try to compile
a couple of the programs on Linux (using gcc 3.3.3), I get errors like
this:
In file included from /usr/include/g++/string:53,
from /usr/include/g++/bits/locale_classes.h:47,
from /usr/include/g++/bits/ios_base.h:47,
from /usr/include/g++/ios:49,
from /usr/include/g++/ostream:45,
from /usr/include/g++/iostream:45,
from FlexCode.h:26,
from Constraint.h:29,
from AnalysisUtils.h:19,
from AnalysisUtils.cpp:16:
/usr/include/g++/bits/basic_string.h: In member function `int
std::basic_string<_CharT, _Traits, _Alloc>::compare(const
std::basic_string<_CharT, _Traits, _Alloc>&) const':
/usr/include/g++/bits/basic_string.h:824: error: syntax error before `;'
token
Can you give me any suggestions on where I should try to start debugging
this?
Thanks!
Autumn Redmer