|
I cross compiled based on ScratchBox. I've read http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB_for_Embedded_Systems, but
the introduction of DirectFB lacks, Should directFB v0.9.25 be compiled
just before the compilation of Cairo? and configure command of directfb like
this?
./configure --enable-fbdev \
--enable-png \ --disable-x11 \ --disable-sdl \ --disable-jpeg \ --disable-video4linux \ and the configure command of GTK of v2.10.3 like
this?
./configure --with-gdktarget=directfb \
--without-libtiff \ --without-libjpeg \ --without-libpng \ --disable-glibtest \ --disable-modules \ --disable-largefile \ --without-x \
--enable-fbmanager \ --enable-debug=no \ --disable-xkb \ --with-xinput=no and I succeeded in the cross compilation but have run error
like following:
[root@(none)/ ]# dfbinfo
----------------------
DirectFB v0.9.25
---------------------
(c) 2000-2002 convergence integrated media GmbH (c) 2002-2004 convergence GmbH ----------------------------------------------------------- (*) DirectFB/Core: Single Application Core. (2006-11-06
10:14)
(!) DirectFB/core/system: No system found! (#) DirectFBError [DirectFBCreate() failed]: No (suitable) implementation found! [root@(none) ]# [root@(none) /]# helloworld
----------------------
DirectFB v0.9.25
---------------------
(c) 2000-2002 convergence integrated media GmbH (c) 2002-2004 convergence GmbH ----------------------------------------------------------- (*) DirectFB/Core: Single Application Core. (2006-11-06
10:14)
(!) DirectFB/core/system: No system found! (#) DirectFBError [gdk_display_open: DirectFBCreate]: No (suitable) implementation found! (helloworld:60): Gtk-WARNING **: cannot open
display:
[root@(none) ]# I'v been pullzed for several weeks.
Zhang Long
|
_______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
