I identified the problem is in DirectFB 1.1.X   
configure  script.  Somehow it doesnt recognise the
--with-sdl
I just tried running 1.0.x configure from
DirectFB-1.1.0/

>configure --with-sdl 
...
...

Building Core Systems:
  Linux FBDev support       yes
  X11 support               yes
  OSX support               no
  SDL support               no
  VNC support               yes

when I go over to the 
  DirectFB-1.0.0-rc4  directory,


>configure --with-sdl 
...
...
Building Core Systems:
  Linux FBDev support       yes
  X11 support               no
  OSX support               no
  SDL support               yes
  VNC support               yes

Clearing out all the shared libraries for 1.1, then
make install of 1.0.0 everything seems to work

John

On Wed, 2007-09-05 at 17:23 +0100, john wood wrote:
> Hello,
> 
> I think there is an issue in DirectFB which shows up
> on my system. ( Fedora Core 6 ).  Or else I have missed something...
> 
> I tried compiling both DirectFB-1.0.0-rc4 and DirectFB-1.1.0:
> configure --with sdl
> make
> make install
> 
> my  ~/.directfbrc  is just:
> system=sdl  
> 
> as was recommended on the mailing list archives.
> 
> SDL is working correctly on my system; I have compiled and tested
> a few SDL applications from source on my machine with no problems.
> 
> Probably unrelated to this bug - within QEMU the demo apps run OK on a
> virtual ARM machine which was built from the same sources of
> SDL,DirectFB).
> 
> thanks for any help / suggestions
> 
> 
> [EMAIL PROTECTED] src]# df_drivertest 
> 
>      =======================|  DirectFB 1.1.0  |=======================
>           (c) 2001-2007  The DirectFB Organization (directfb.org)
>           (c) 2000-2004  Convergence (integrated media) GmbH
>         ------------------------------------------------------------
> 
> (*) DirectFB/Core: Single Application Core. (2007-09-04 11:05) 
> (*) Direct/Thread: Running 'SDL Input' (INPUT, 11767)...
> (*) DirectFB/Input: SDL Input 0.1 (Denis Oliver Kropp)
> (*) DirectFB/Genefx: MMX detected and enabled
> (*) DirectFB/Graphics: SDL Graphics 0.1 (directfb.org)
> (*) Direct/Thread: Running 'Screen Update' (OUTPUT, 11768)...
> (*) DirectFB/Core/WM: Default 0.3 (directfb.org)
> (!) Core/LayerRegion: Could not lock region surface for SetRegion()!
>     --> Not supported!
> (!) [11766:    0.000] --> Caught signal 11 (at 0x14, invalid address)
> <--
>  (!!!)  *** WARNING [still objects in 'Layer Region Pool'] ***
> [object.c:239 in fusion_object_pool_destroy()]
>  (!!!)  *** WARNING [still objects in 'Layer Context Pool'] ***
> [object.c:239 in fusion_object_pool_destroy()]
> (!) Direct/Thread: Canceling 'Screen Update' (11768)!
> Aborted
> 
> 
> 


_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to