------- Comment #4 from pluto at agmk dot net  2007-04-05 10:42 -------
(In reply to comment #3)
> In order to speed-up the process, can you edit ext/type_traits.h to not 
> include
> <iosfwd> and changing std::streamsize to int and report how it goes? Thanks.
> 

this change causes another error:

+ /usr/bin/make -C build/lib -f gcc.mak release-shared release-static
CC=x86_64-pld-linux-gcc CXX=x86_64-pld-linux-g++
make: Entering directory `/home/users/pluto/rpm/BUILD/STLport-5.1.3/build/lib'
x86_64-pld-linux-g++ -pthread -fexceptions -fident  -fPIC -O2
-fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2  -fuse-cxa-atexit 
-D_REENTRANT -D_STLP_REAL_LOCALE_IMPLEMENTED -D_GNU_SOURCE -I../../stlport  -c
-o obj/gcc/so/dll_main.o ../../src/dll_main.cpp
In file included from /usr/include/c++/4.2.0/../4.2.0/cmath:52,
                 from ../../stlport/stl/_cmath.h:31,
                 from ../../stlport/stl/_cstdlib.h:162,
                 from ../../stlport/stl/_alloc.h:39,
                 from ../../stlport/memory:32,
                 from ../../src/dll_main.cpp:42:
/usr/include/c++/4.2.0/ext/type_traits.h:184: error: 'numeric_limits' is not a
member of 'std'
/usr/include/c++/4.2.0/ext/type_traits.h:184: error: expected
primary-expression before '>' token
/usr/include/c++/4.2.0/ext/type_traits.h:184: error: '::digits' has not been
declared
make: *** [obj/gcc/so/dll_main.o] Error 1


-- 

pluto at agmk dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pluto at agmk dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31481

Reply via email to