From: Bruce S. <bas...@un...> - 2002-07-14 01:29:33
|
Here are the relevant statements in cvisual\CXX\Include\CXX_Config.h: #if STANDARD_LIBRARY_HAS_ITERATOR_TRAITS #define random_access_iterator_parent(itemtype)=20 STD::random_access_iterator<itemtype, int> #else #define random_access_iterator_parent(itemtype)=20 STD::iterator<STD::random_access_iterator_tag,itemtype,int> #endif Knowing nothing about the Mandrake environment, I don't know what the=20 ramifications of this might be. Bruce Sherwood At 09:57 PM 02/07/13 +0200, M. Lutz wrote: >Hi - > >After reading the info's of Francois Papa on link >http://vpython.org/morelinux.html >regarding installing VPython I failed with the following error: > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >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] Fehler 1 >cp: Aufruf von stat f=FCr =BBcvisualmodule.so=AB nicht m=F6glich: No such= file >or directory >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >I've installed all mentioned packages including the Numeric library. >But the result still like shown in the screenprint above. > >Could somebody help me with that? >Thanks in advance! > >Martin >in >Koeln / Germany. > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Visualpython-users mailing list >Vis...@li... >https://lists.sourceforge.net/lists/listinfo/visualpython-users |