This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
basic_file.h on Irix65
- From: Bob Jamison <rjamison at lincom-asg dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 15 May 2002 16:29:20 -0500
- Subject: basic_file.h on Irix65
Before I start, I want to say that you guys do excellent work.
I have been a big fan of GCC for years.
I was compiling Jikes (a nice test of C++, by the way)
with the May 6 3.1 snapshot, and got this:
=============================
g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o ast.o `test -f ast.cpp ||
echo './'`ast.cpp
In file included from /usr/local/include/g++-v3/fstream:48,
from platform.h:155,
from ast.h:14,
from ast.cpp:11:
/usr/local/include/g++-v3/bits/basic_file.h:57: parse error before `{' token
==============================
Which refers to this line:
========================
template<typename _CharT>
struct __basic_file_base: public __c_file_type
{
========================
It appears that '__c_file_type' is not defined. I looked
through all of the included files, and can not find its
definition.
Do I have the installation misconfigured? I used the default
configuration.
(And I checked the mail archives before bothering you guys! ;-)
Thanks,
Bob Jamison
LinCom Corp.