problems in cross compiling gtk+-2.10.13




hai all,

I am trying to cross compile gtk+-2.10.13 for ARM92 board with directfb support, using toolchain arm-linux, I  have set all variables like CC,LD,AS,AR,RANLIB,STRIP correctly.
including variables like LD_LIBRARY_PATH,PKG_CONFIG_PATH,LD_RUN_PATH and also all the flags like BASE_DEPENDENCIES_CFLAGS,BASE_DEPENDENCIES_LIBS,GLIB_CFLAGS,GLIB_LIBS,PANGO_CFLAGS,PANGO_LIBS


I have also checked my pkgconfig it includes all .pc files such as pango.pc,pangocairo.pc,pangoft2.pc

below is my configure

./configure  --host=arm-linux --build=i686-linux --prefix=$PREFIX --enable-static=yes --without-x --with-gdktarget=directfb --without-libtiff --without-libjpeg --disable-glibtest --disable-modules --disable-largefile
B_LIBS


when i run my configure script i get this


checking Pango flags... -D_REENTRANT -I/opt/gtkdfb-arm/include/pango-1.0 -I/opt/gtkdfb-arm/include/glib-2.0 -I/opt/gtkdfb-arm/lib/glib-2.0/include -I/opt/gtkdfb-arm/include/cairo -I/opt/gtkdfb-arm/include/fontconfig -I/opt/gtkdfb-arm/include/freetype2 -I/opt/gtkdfb-arm/include -I/opt/gtkdfb-arm/include/directfb -I/opt/gtkdfb-arm/include/libpng12   /opt/gtkdfb-arm/lib/libfontconfig.la -L/opt/gtkdfb-arm/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lfreetype -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
configure: error:
*** Can't link to Pango. Pango is required to build
*** GTK+. For more information see http://www.pango.org

can some one help??
______________________________________________________________________


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]