Re: [Gimp-user] GTK make problem

2009-08-06 Thread Doug
Martin Nordholts wrote: > On 08/06/2009 07:55 AM, julien wrote: > >> Hi, >> >> glib and gtk-related .pc files are in /usr/lib/pkgconfig. In >> /usr/local/lib/pkgconfig I have babl.pc, gegl.pc, gio-2.0.pc, >> gio-unix-2.0.pc, glib-2.0.pc but no gtk.pc, probably because it is not >> installed yet?

Re: [Gimp-user] GTK make problem

2009-08-05 Thread Martin Nordholts
On 08/06/2009 07:55 AM, julien wrote: > Hi, > > glib and gtk-related .pc files are in /usr/lib/pkgconfig. In > /usr/local/lib/pkgconfig I have babl.pc, gegl.pc, gio-2.0.pc, > gio-unix-2.0.pc, glib-2.0.pc but no gtk.pc, probably because it is not > installed yet? > > I ran > PKG_CONFIG_PATH=/usr/loc

Re: [Gimp-user] GTK make problem

2009-08-05 Thread julien
Hi, glib and gtk-related .pc files are in /usr/lib/pkgconfig. In /usr/local/lib/pkgconfig I have babl.pc, gegl.pc, gio-2.0.pc, gio-unix-2.0.pc, glib-2.0.pc but no gtk.pc, probably because it is not installed yet? I ran PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig export PKG_CONFIG_

Re: [Gimp-user] GTK make problem

2009-08-05 Thread Martin Nordholts
On 08/05/2009 11:54 AM, Doug wrote: > Look in /usr/lib/pkconfig and /usr/local/lib/pkconfig and check where > various glib- and gtk-related .pc files are located. > You may well need both pkconfig folders. > Then > PKG_CONFIG_PATH=/usr/local/lib/pkconfig:/usr/lib/pkconfig; export > PKG_CONFIG_PATH;

Re: [Gimp-user] GTK make problem

2009-08-05 Thread Doug
PKG_CONFIG_PATH needs to point to a pkconfig folder containing various .pc files. Look in /usr/lib/pkconfig and /usr/local/lib/pkconfig and check where various glib- and gtk-related .pc files are located. You may well need both pkconfig folders. Then PKG_CONFIG_PATH=/usr/local/lib/pkconfig:/usr/

Re: [Gimp-user] GTK make problem

2009-08-04 Thread julien
Hi, I had installed glib-2.20.4 through a rpm built with checkinstall. I uninstalled it and re-installed glib with "make install". I have the glib-2.0 directory in /usr/share, /usr/local/share, /usr/local/lib The PKG-CONFIG_PATH and LD_LIBRARY_PATH environment variables are empty. I tried "exp

Re: [Gimp-user] GTK make problem

2009-08-01 Thread Martin Nordholts
On 08/01/2009 08:44 PM, julien wrote: > Hi, > > I am trying to install gtk+-2.16.5 from sources under openSuse-11.0, > (before installing unstable GIMP for UI translation). > "Configure" gives no error message. > Running "make" gives this error: > > /usr/local/lib/libgio-2.0.so: undefined referenc

Re: [Gimp-user] gtk - make

2001-03-03 Thread Hago Ziegler
Hi Bill, - I've been away for three days- well, I did what you suggested (moving the glib,gtk and gimp source to ../src), but nothing changed, only the directory that gimp leaves at the end becomes another one: .. make[1]: Leaving directory `/usr/local/src/gtk+' make: *** [all-recur