Hi,
This is the output on my host system:

[EMAIL PROTECTED] modules]# arm-linux-objdump -a pango-arabic-fc.so

pango-arabic-fc.so:     file format elf32-littlearm
pango-arabic-fc.so

Same o/p i get for other pango modules also like pango-basic-fc.so etc.

Same pango modules are there on my board also. Actually objdump command is
not there on my board so i tried on host in my
$PREFIX/lib/pango/1.5.0/modules path where my cross compiled pango modules
are.

Thanks
Jasdeep


jasdeep_js wrote:
> 
> 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 :
> 
> glib_cv_stack_grows=no
> glib_cv_uscore=yes
> ac_cv_func_posix_getpwuid_r=yes
> 
> Thanks
> Jasdeep
> 
> _______________________________________________
> directfb-dev mailing list
> [email protected]
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
> 
> 

-- 
View this message in context: 
http://www.nabble.com/pango-querymodule-fails-on-target-board-tf4634411.html#a13249930
Sent from the DirectFB Dev mailing list archive at Nabble.com.


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

Reply via email to