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 -- |
From: surfer <mc...@we...> - 2002-11-08 13:51:57
|
Hello ST, after installing Mandrake 9.0 download version (with gcc 3.2 as std. compiler) I had the problem as I described it some months before again. The only way I know up to now is the one I described with gcc 2.96 or gcc 2.95. I'll be back in a week. Cheers! Martin. Am Fre, 2002-11-08 um 14.22 schrieb shu...@po...: > 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 > -- > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |
From: Kevin C. <kj...@gr...> - 2002-11-08 18:48:34
|
When you say you applied the previous changes, did they include the ones mentioned here: http://sourceforge.net/mailarchive/message.php?msg_id=2217612 (As I recall, I first went through all the README's, INSTALLS's, etc that came with VPython, and made all those recommended changes... THEN I had to make the changes that I posted in the message above.) Hope that helps you... On Fri, 8 Nov 2002 shu...@po... wrote: > 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 > -- > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > -- Kevin Cole, RHCE, Linux Admin | Key ID: 0xE6F332C7 Gallaudet Research Institute | WWW: http://gri.gallaudet.edu/~kjcole/ Hall Memorial Bldg S-419 | Voice: (202) 651-5135 Washington, D.C. 20002-3695 | FAX: (202) 651-5746 |
From: LUK S. <Shu...@po...> - 2002-11-09 09:13:17
|
Kevin Cole wrote: > When you say you applied the previous changes, did they include the > ones mentioned here: > > http://sourceforge.net/mailarchive/message.php?msg_id=2217612 > > (As I recall, I first went through all the README's, INSTALLS's, etc > that came with VPython, and made all those recommended changes... THEN > I had to make the changes that I posted in the message above.) > No, I missed that. My search was not thorough enough :-( I think it is precisely point #4 in your message. However I'm surprised as you do that it talked about egcs from which the current gcc is a descendant. So maybe it was included in earlier versions like gcc 2.95 (and 2.96 which I found worked) but somehow taken away again in 3.2? Thanks very much, ST -- |
From: Kevin C. <kj...@gr...> - 2002-11-09 14:40:45
|
So, then... You're up and running? Good to know it worked for someone other than me. ;-) On Sat, Nov 09, 2002 at 05:09:51PM +0800, LUK ShunTim wrote: > Kevin Cole wrote: > > When you say you applied the previous changes, did they include > > the ones mentioned here: > >=20 > > http://sourceforge.net/mailarchive/message.php?msg_id=3D2217612 > >=20 > > (As I recall, I first went through all the README's, INSTALLS's, > > etc that came with VPython, and made all those recommended > > changes... THEN I had to make the changes that I posted in the > > message above.) >=20 > No, I missed that. My search was not thorough enough :-( >=20 > I think it is precisely point #4 in your message. However I'm > surprised as you do that it talked about egcs from which the current > gcc is a descendant. So maybe it was included in earlier versions > like gcc 2.95 (and 2.96 which I found worked) but somehow taken away > again in 3.2? --=20 Kevin Cole, RHCE, Linux Admin | Key ID: 0xE6F332C7 Gallaudet Research Institute | WWW: http://gri.gallaudet.edu/~kjcol= e/ Hall Memorial Bldg S-419 | Voice: (202) 651-5135 Washington, D.C. 20002-3695 | FAX: (202) 651-5746 |