This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: cpplib: Fix __cplusplus definition
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: cpplib: Fix __cplusplus definition
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 26 Jan 2001 17:02:49 -0800 (PST)
- cc: Phil Edwards <pedwards at disaster dot jaj dot com>, Neil Booth <neil at daikokuya dot demon dot co dot uk>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
Hey Gerald. I don't have access to a solaris 2.8 box. Can you try changing:
> -I/sw/test/gcc/cvs/libstdc++-v3/include/c_std -I../include
to
-I/sw/test/gcc/cvs/libstdc++-v3/include/c -I../include
and seeing if you can get pure.cc to compile? If not can you preprocess
the pure.cc file and post it?
> /usr/include/time.h:27: using directive `size_t' introduced ambiguous type `size_t'
> /usr/include/time.h:28: using directive `clock_t' introduced ambiguous type `clock_t'
> /usr/include/time.h:29: using directive `time_t' introduced ambiguous type `time_t'
> gmake[3]: *** [pure.lo] Error 1
> gmake[3]: Leaving directory
> `/files/pfeifer/OBJ-0127-0049/sparc-sun-solaris2.8/libstdc++-v3/libsupc++'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory
-benjamin