I have just tried compiling this example in bennu under linux,specifically kubuntu!
import "mod_map"
Process main()
Begin
load_fpg("test.fpg");
ship(320,240,1);
Loop
frame;
end
end
Process ship(x,y,graph)
Begin
Loop
frame;
End
End
This compiles ok, but when i run the outputted .dcb file i get this:
root@RaverDave:/home/david/Desktop/tester# bgdi tester.dcb
No protocol specified
No protocol specified
=======================| DirectFB 1.0.1 |=======================
(c) 2001-2007 The DirectFB Organization (directfb.org)
(c) 2000-2004 Convergence (integrated media) GmbH
------------------------------------------------------------
(*) DirectFB/Core: Single Application Core. (2008-04-08 15:15)
(!) Direct/Modules: Unable to dlopen `/usr/lib/directfb-1.0-0/systems/libdirectfb_fbdev.so'!
--> /usr/lib/directfb-1.0-0/systems/libdirectfb_fbdev.so: wrong ELF class: ELFCLASS64
(!) DirectFB/core/system: No system found!
No protocol specified
No protocol specified
=======================| DirectFB 1.0.1 |=======================
(c) 2001-2007 The DirectFB Organization (directfb.org)
(c) 2000-2004 Convergence (integrated media) GmbH
------------------------------------------------------------
(*) DirectFB/Core: Single Application Core. (2008-04-08 15:15)
(!) DirectFB/core/system: No system found!
Any help is greatly appreciated..thanks