From: <ba...@ph...> - 2003-01-17 12:42:27
|
Hi, I tried to install VPython-2002-07-22.tar.gz on a debian woody machine, and ran into the following error message: g++ -I. -I./CXX/Include -I/home/abaecker/PYTHON/include/python2.3 -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 platlinux.o platlinux.cpp platlinux.cpp:71: `ANY' was not declared in this scope platlinux.cpp:71: parse error before `)' make: *** [platlinux.o] Error 1 cp: cannot stat `cvisualmodule.so': No such file or directory The compiler I am using is gcc version 2.95.4 20011002 (Debian prerelease) ANY ;-) help is appreciated. Arnd Baecker P.S.: g++3.2 even fails earlier: g++-3.2 -I. -I./CXX/Include -I/home/abaecker/PYTHON/include/python2.3 -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 cp: cannot stat `cvisualmodule.so': No such file or directory |