Title: Mail
 
Zhang Long: Im interesting about the same topic. I got the same error about 2 mounts ago.
I tryed with dfb rel 0.9.25 / 1.0 and gtk v2.10.3 / v2.10.6 too with not good news.
I wrote about 6 pages about how do and static compilation (no cross compiling) from scratch on debian.
'Attilio Fiandrotti' helps me always to do this. I asked on gtk dev mail list and I got the answer that gtk with dfb
support is broken.
I you want, I would like help to you to get a solution to this topic.
 
Cheers,
Luis
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Zhang Long
Sent: Tuesday, November 07, 2006 5:01 AM
To: directfb-users
Subject: [directfb-users] run error of example of GTK+DirectFB

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

Reply via email to