From: francois s. <fra...@fr...> - 2004-07-10 14:07:12
|
Hello all, I try to install visualpython on my suse 9.0 pro. I followed the steps in linux_download.html and I checked for the=20 packages in Yast (and I did the CPPFLAGS=3D-I/opt/gnome/include and the=20 prefix search wich is /usr in my case). the ./configure works fine but the make blocks (gtkgl and gtkglarea are=20 installed according to Yast). Do you have any idea about what I'm doing wrong ? (I must admit I'm not=20 a "master" of Python and Linux ...) Thank's for any help or hint :-) /linux:/home/franz/Rpm_suse9.0/visual-2.1.9 # make Making all in visual make[1]: Entering directory `/home/franz/Rpm_suse9.0/visual-2.1.9/visual' make[1]: Rien =E0 faire pour =AB all =BB. make[1]: Leaving directory `/home/franz/Rpm_suse9.0/visual-2.1.9/visual' Making all in cvisual make[1]: Entering directory `/home/franz/Rpm_suse9.0/visual-2.1.9/cvisual= ' /bin/sh ..//libtool --mode=3Dcompile g++ -c -I./CXX/Include -I.=20 -DHAVE_CONFIG_H=20 -I = =20 /usr/include/python2.3 -g -O2 -I/opt/gnome/include/gtk-1.2=20 -I/usr/X11R6/include = =20 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include =20 -D_REENTRANT=20 -I/o = =20 pt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -o arrow.lo=20 arrow.cpp g++ -c -I./CXX/Include -I. -DHAVE_CONFIG_H -I/usr/include/python2.3 -g=20 -O2=20 -I/op = =20 t/gnome/include/gtk-1.2 -I/usr/X11R6/include=20 -I/opt/gnome/include/glib-1.2=20 -I/op = =20 t/gnome/lib/glib/include -D_REENTRANT -I/opt/gnome/include/glib-1.2=20 -I/opt/gnome = =20 /lib/glib/include arrow.cpp -fPIC -DPIC -o arrow.lo In file included from arrow.cpp:2: xgl.h:10:29: gtkgl/gtkglarea.h: No such file or directory make[1]: *** [arrow.lo] Erreur 1 make[1]: Leaving directory `/home/franz/Rpm_suse9.0/visual-2.1.9/cvisual' make: *** [all-recursive] Erreur 1 / / /Francois |