From: jean-marc p. <jea...@gm...> - 2008-06-02 22:42:14
|
helo, I'm trying to compile vpython 3.2.9 on fedora 9 and I'm getting this error: g++ -I/usr/include/python2.5 -DHAVE_CONFIG_H -I../include -I..//include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -fpic -DPIC -g -O2 -ftemplate-depth-120 -g0 -c arrow.cpp -fPIC -DPIC -o .libs/arrow.o In file included from ../include/platform.h:108, from ../include/cvisual.h:11, from ../include/displaylist.h:9, from ../include/prim.h:9, from ../include/axial.h:9, from ../include/arrow.h:8, from arrow.cpp:5: ../include/platlinux.h:27: error: declaration of 'typedef class visual::lock<visual::mutex> visual::mutex::lock' ../include/vthread.h:13: error: changes meaning of 'lock' from 'class visual::lock<visual::mutex>' thanks for your help jmp |