On 01/02/2013 10:50 AM, Ken Moffat wrote: > On Wed, Jan 02, 2013 at 08:58:52AM -0500, Baho Utot wrote: >> I am getting this error when trying to build seamonkey >> >> >> checking for gtk+-2.0 >= 2.10.0 gtk+-unix-print-2.0 glib-2.0 gobject-2.0 >> gdk-x11-2.0... >> configure: error: Library requirements (gtk+-2.0 >= 2.10.0 >> gtk+-unix-print-2.0 glib-2.0 gobject-2.0 gdk-x11-2.0) not met; consider >> adjusting the PKG_CONFIG_PATH environment variable if your libraries are >> in a nonstandard prefix so pkg-config can find them. >> *** Fix above errors and then restart with "make -f >> client.mk build" >> make[1]: *** [configure] Error 1 >> >> >> I have the following installed >> >> gtk+ 2.24.12 with cups dependency >> gobject-introspection >> glib >> usr/share/gir-1.0/GdkX11-2.0.gir is from gtk+ >> >> What may I be missing as I am at a loss to find this problem? > Each of those "requirements" should be matched by a .pc file, in > this case in /usr/lib/pkgconfig [ unless you installed to a > different prefix ]. They come from gtk+-2 (gtk+-2.0, > gtk+-unix-print-2.0, gdk-x11-2.0) and glib (glib-2.0.pc and > gobject-2.0.pc). > > Do you have each of those .pc files ? Are they in a different > prefix ? [ if so, PKG_CONFIG_PATH needs to point to them ]. > > ĸen
Yes I have checked all of those as well as the *.gir files. The pkg-config files are there and appear correct, as in the entries are pointing to real files in the file system. That is why I am at a loss for this. I have looked at some other things and they are pointing to xorg, I just haven't come to any solution as of now ;( -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page