Dear All,

I'm trying to compile GTK+-2.10.14 with directfb support.
I compiled the libraries in the following order:
1. glib-2.14.0
2. libpng-1.2.19
3. jpeg-6b
4. freetype-2.3.5
5. libxml2-2.6.29
6. fontconfig-2.4.2
7. atk-1.19.6
8. cairo-1.4.10
9. pango-1.17.3
10. gtk+-2.10.14

./configure --prefix=$PREFIX --disable-shared --enable-static 
--with-gdktarget=directfb
throws the following error message:

checking Pango flags... configure: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See http://www.pango.org for Pango information.

PKG-CONFIG returns the following:
$ pkg-config pango --cflags
-I/home/raymond/usr/local/include/pango-1.0 
-I/home/raymond/usr/local/include/glib-2.0 
-I/home/raymond/usr/local/lib/glib-2.0/include

$ pkg-config cairo --cflags
-D_REENTRANT -I/home/raymond/usr/local/include/cairo 
-I/home/raymond/usr/local/include/freetype2 -I/home/raymond/usr/local/include 
-I/home/raymond/usr/local/include/directfb 
-I/home/raymond/usr/local/include/libpng12

Any reason why Gtk+ is complaining it cannot find Pango with Cairo support?

Thanks

Raymond Pau
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to