From: Gottfried N. <Got...@gm...> - 2005-04-25 19:07:53
|
On Monday 25 April 2005 12:03, M.B. Schiekel wrote: > James Tappin schrieb: > >>2. make started the gcc, and the in the first c-file there is a: > >> libgnome/libgnome.h: file or directory not found. > >> > >> This header-file is available on my system in > >> /opt/gnome/include/gnome-1.0/libgnome/libgnome.h > > > > I've not done a gwc build recently, but most configure systems have a > > --with-extra-includes option that can be used to specify > > /opt/gnome/include/gnome-1.0 as an extra directory to search. > > Thank you, James, > > well, I tried a > ./configure --with-extra-includes /opt/gnome/include/gnome-1.0 > didn't work. > > Then I looked in the help of the configure script and tried: > ./configure --includedir=/opt/gnome/include/gnome-1.0 > but this didn't work too. > > kind regards, > bernhard Hi, did you install the libgnome-devel package? Under SuSE and probably some other distributions, most packages have been split into a standard and a devel package. There might be some more missing packages. Under recent SuSE distribution you can use the pin comand to look for the packages which contain the missing files. Kind regards, Gottfried |