Hi,

> Is this familiar? Has anyone seen this message?
>
>
>
> [EMAIL PROTECTED] /opt$ ./dfbtest_window
>
> [[ main                           ]]  Starting up...
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.3.0 |~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> (c) 2001-2008  The world wide DirectFB Open Source Community
>
> (c) 2000-2004  Convergence (integrated media) GmbH
>
> ----------------------------------------------------------------
>
> (*) DirectFB/Core: Single Application Core. (2008-11-10 16:12)
> (!) DirectFB/core/system: No system found!
> (#) DirectFBError [DirectFBCreate() failed]: No (suitable) implementation 
> found!

I encountered it. It had to do with the /lib and /share stuff of directfb 
not in place. I "cross configured" with --prefix=/home/somepath. That had 
the effect that directfb looks at runtime at that path for its dynamic libs 
(and other stuff?). I'm not sure how to fix that at compile time (--sysroot 
didn't seem to work, and I obviously cannot install into a canonical system 
location without a chroot environment) but my workaround was to create a 
proper /home/one-above-somepath directory on the target and create a symlink 
back to / so that /lib etc. would be used.

Best regards,
Peter

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

Reply via email to