Hi All,
I am running GTK + based applications on xscale arm board.
I have compiled all the dependencies successfully.

when i run a sample gtk application on the target board (helloworld) , it
gives a warning saying :

Pango-WARNING **: No builtin or dynamically
loaded modules were found. Pango will not work correctly.
This probably means there was an error in the creation of
'usr/gtkdfb/etc/pango/pango.modules'
You should create this file by running pango-querymodules.

then I run pango-query-module on the target board by running
/usr/gtkdfb/bin/pango-querymodule > /usr/gtkdfb/etc/pango/pango.modules

It gives the error :

/usr/gtkdfb/lib/pango/1.5.0/modules/pango-arabic-fc.so does not export Pango
module API
etc
 what could be the reason for this?
I am using pango-1.13.1

My pango configuration options are :

export GCC=arm-linux-gcc
export CC=arm-linux-gcc
export CXX=arm-linux-gcc
export LD=arm-linux-ld
export NM=arm-linux-nm
export RANLIB=arm-linux-ranlib
export AS=arm-linux-as
export AR=arm-linux-ar
export CFLAGS=-I/usr/gtkdfb/include
export LDFLAGS=-L/usr/gtkdfb/lib
export GLIB_CFLAGS="-I/usr/gtkdfb/include/glib-2.0
-I/usr/gtkdfb/lib/glib-2.0/include"
export GLIB_LIBS="/usr/gtkdfb/lib/libglib-2.0.so
/usr/gtkdfb/lib/libgobject-2.0.so /usr/gtkdfb/lib/libgmodule-2.0.so
/usr/gtkdfb/lib/libfontconfig.so /usr/gtkdfb/lib/libxml2.so
/usr/gtkdfb/lib/libfreetype.so"
export CAIRO_CFLAGS="-I/usr/gtkdfb/include/cairo"
export CAIRO_LIBS=/usr/gtkdfb/lib/libcairo.so
export FONTCONFIG_CFLAGS="-I/usr/gtkdfb/include/fontconfig"
export FONTCONFIG_LIBS=/usr/gtkdfb/lib/libfontconfig.so
export FREETYPE_CFLAGS="-I/usr/gtkdfb/include/freetype2"
export FREETYPE_LIBS=/usr/gtkdfb/lib/libfreetype.so
export FREETYPE_CONFIG=/usr/gtkdfb/bin/freetype-config
./configure --host=arm-linux --build=i386-linux --prefix=/usr/gtkdfb --without-x

I am compiling GLIB-2.11.3 with cache file options of :

The libraries that are listed below has to be installed in the
glib_cv_stack_grows=no

The libraries that are listed below has to be installed in the
glib_cv_uscore=yes

The libraries that are listed below has to be installed in the
ac_cv_func_posix_getpwuid_r=yes

Thanks
Jasdeep
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to