Hi Anders,
never seen an error like this..
you might check "ldd libdirectfb_x11.so" and "ldd <program name>" to verify if the libraries are coming from the place where you expect.. Otherwise a make clean - make might help, I have already seen strange problems on my DIY-builds.

hth
Niels

anders.bak...@nokia.com wrote:
I am getting the following error when trying to use DirectFB 1.4.2 with the X11 system.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.4.2 |~~~~~~~~~~~~~~~~~~~~~~~~~~
        (c) 2001-2009  The world wide DirectFB Open Source Community
        (c) 2000-2004  Convergence (integrated media) GmbH
      ----------------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2009-10-02 18:27) [ DEBUG ][ TRACE 
]
(!) Direct/Modules: Unable to dlopen 
`/home/anders/DirectFB/lib/directfb-1.4-0/systems/libdirectfb_x11.so'!
    --> /home/anders/DirectFB/lib/directfb-1.4-0/systems/libdirectfb_x11.so: 
undefined symbol: dfb_surface_pool_leave

I configured like this:

  ./configure --enable-x11 --enable-debug-support  --enable-debug 
--enable-trace --prefix ~/DirectFB

$ lspci | grep -i nvidia
04:00.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev 
a1)

and my .directfbrc is:

system=x11
mode=800x600

This symbol is indeed undefined in libdirectfb_x11.so but it seems to be 
present in libdirectfb.so

$ nm -D libdirectfb_x11.so  | grep dfb_surface_pool_leave
U dfb_surface_pool_leave

$ nm -D libdirectfb.so  | grep dfb_surface_pool_leave
000b6a40 T dfb_surface_pool_leave

Any ideas?

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



--

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to