hai all,

I am trying to cross compile gtk+-directfb-2.0.9 for ARM92 board 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

my configure line is ./configure --cache-file=cache.conf  --host=arm-linux 
--build=i686-linux --prefix=$PREFIX --enable-static=yes --enable-shared=no 
 --without-x --with-gdktarget=directfb --without-libtiff --without-libjpeg 
--disable-glibtest --disable-modules --disable-largefile

when i do a make i get these errors,, can anyone tell me what should i do 
to solve this error

gdkdrawable-directfb.c: In function 
'gdk_drawable_impl_directfb_class_init':
gdkdrawable-directfb.c:1185: error: 'DFBCardCapabilities' undeclared 
(first use in this function)
gdkdrawable-directfb.c:1185: error: (Each undeclared identifier is 
reported only once
gdkdrawable-directfb.c:1185: error: for each function it appears in.)
gdkdrawable-directfb.c:1185: error: expected ';' before 'caps'
gdkdrawable-directfb.c:1186: error: 'IDirectFB' has no member named 
'GetCardCapabilities'
gdkdrawable-directfb.c:1186: error: 'caps' undeclared (first use in this 
function)
make[3]: *** [gdkdrawable-directfb.lo] Error 1
make[3]: Leaving directory `/home/shilpasingh/gtk+-directfb/gdk/directfb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/shilpasingh/gtk+-directfb/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shilpasingh/gtk+-directfb'
make: *** [all-recursive-am] Error 2

______________________________________________________________________
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to