|
From: Hans F. <H.F...@so...> - 2003-02-13 18:28:56
|
Greetings,
I tried to compile vpython on a SuSE 8.1 system with gcc3.2.
Here is the error I encounter - is this a gcc3-issue, or some other
known problem?
:~/build/VPython/cvisual # make
g++ -I. -I./CXX/Include -I/usr/include/python2.2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -w -c -o arrow.o arrow.cpp
In file included from pvector.h:6,
from cvisual.h:6,
from display.h:5,
from prim.h:5,
from axial.h:5,
from arrow.cpp:1:
CXX/Include/CXX_Objects.h:967: no class template named `random_access_iterator'
in `std'
CXX/Include/CXX_Objects.h:1077: no class template named `random_access_iterator
' in `std'
make: *** [arrow.o] Error 1
Thanks,
Hans
For completeness, the output of "gcc -v":
:~/build/VPython/cvisual # gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.2
|