From: <shu...@po...> - 2002-11-08 13:29:03
|
Dear all, I'd like to report that in compiling vpython in redhat 8.0 (gcc 3.2 and python 2.2.1) I encountered the same error that was reported some time ago to the list. Here's the excerpt: <quote> 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' </quote> I have applied all necessary changes discussed previously. I guess the problem is due to some missing headers in the C++ library files in the gcc 3.2 compiler suite that comes with redhat 8.0. I have not tried reverting to gcc 2.95 as suggested in one of the messages posted. Has anyone done that and got success? Regards, ST -- |