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/