From: Jonathan B. <jbr...@ea...> - 2004-07-10 14:49:59
|
On Sat, 2004-07-10 at 10:00, francois schnell wrote: > 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 > packages in Yast (and I did the CPPFLAGS=-I/opt/gnome/include Are you sure? It isn't in the commands below, which means that configure didn't pick it up. Make sure that "CPPFLAGS=-I/opt/gnome/include" precedes the 'configure' command on the same commands line, or you run the command `export CPPFLAGS=-I/opt/gnome/include` separately before running configure. -Jonathan |