On 01/02/2013 04:58 PM, Baho Utot wrote:
>
> 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 ;(
>

Each package lists its "Requirements" in a .pc file.

$ grep Requires 
/usr/lib/pkgconfig/{gtk+-2.0,gtk+-unix-print-2.0,glib-2.0,gobject-2.0,gdk-x11-2.0}.pc
 

/usr/lib/pkgconfig/gtk+-2.0.pc:Requires: gdk-${target}-2.0 atk cairo 
gdk-pixbuf-2.0 gio-2.0 pangoft2
/usr/lib/pkgconfig/gtk+-unix-print-2.0.pc:Requires: gtk+-${target}-2.0 
atk cairo gdk-pixbuf-2.0 gio-2.0 pangoft2
/usr/lib/pkgconfig/glib-2.0.pc:Requires.private: libpcre
/usr/lib/pkgconfig/gobject-2.0.pc:Requires: glib-2.0
/usr/lib/pkgconfig/gdk-x11-2.0.pc:Requires: pango pangocairo gdk-pixbuf-2.0

Make sure that *all* of these exists, as well as their *requirements* 
(could be X11 pkg-config files which are not in pkg-config path or 
whatever).
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to