gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] GUI library status


From: strk
Subject: Re: [Gnash-dev] GUI library status
Date: Tue, 9 May 2006 10:37:53 +0200

Hi Bastiaan, I'm trying to test the new gui code, but
it's not clear to me what the dependencies are.

Note that I did install libgtk2.0-dev, but the configure
script is unable to properly detect it. (your gnash-guilib2
patch applied).

This is the output of my configure run:

Configurable options are:
        Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias t
o enable.
        MP3 (libmad) support disabled (default). Use --enable-mp3 to enable
        POSIX Threads support enabled (default)
        Web server support disabled (default)
        DMalloc support disabled (default). Use --enable-dmalloc to enable.
        XML and XMLSocket enabled (default). Use --disable-xml to disable.
        Firefox plugin disabled
        Konqueror plugin disabled (default). Use --enable-klash to enable.
        GNOME help disabled (default). Use --enable-ghelp to enable.
        Unit testing support enabled (default)
        Renderer engine: cairo

Configured paths for i686-pc-linux-gnu are:
        DocBook document processing disabled (default)
        XML flags are: -I/usr/include/libxml2
        XML libs are: -L/usr/lib -lxml2 -lz -lpthread -lm
        PNG flags are: default include path
        PNG libs are: -lpng
        JPEG flags are: default include path
        JPEG libs are: -ljpeg
        OGG flags are: default include path
        OGG libs are: -logg
        Opengl flags are: default include path
        Opengl libs are: -lGL -lGLU
ERROR: No Gtk2 development package installed! You need to have the Gtk2 developm
ent package installed to compile this project or install libgtk2.0-dev  (using a
pt-get) or gtk2-devel (using yum).
ERROR: No Pango development package installed! You need to have the Pango develo
pment package installed to compile this project or install libpango1.0-dev  (usi
ng apt-get) or pango-devel (using yum).
ERROR: No Glib development package installed! You need to have the Glib developm
ent package installed to compile this project or install libglib2.0-dev  (using
apt-get) or glib2-devel (using yum).
ERROR: No Cairo development package installed! You need to have the Cairo develo
pment package installed to compile this project or install libcairo-dev  (using
apt-get) or cairo-devel (using yum).
ERROR: No Atk development package installed! You need to have the Atk developmen
t package installed to compile this project or install libatk1.0-dev  (using apt
-get) or atk-devel (using yum).
        Fltk flags are: default include path
        Fltk libs are: -lfltk -lfltk_gl
        Xft flags are: -I/usr/include/X11
        Xft libs are: -lXft
        SDL flags are: -I/usr/include/SDL
        SDL libs are: -lSDL
        SDL_Mixer flags are: -I/usr/include/SDL
        SDL_Mixer libs are: -lSDL_mixer
        POSIX Threads flags are: -I/usr/include
        POSIX Threads lib is: -lpthread

--strk;

On Tue, May 09, 2006 at 02:43:16AM +0200, Bastiaan Jacques wrote:
> Hi,
> 
> This is a status update for the GUI (frontend) library which currently lives 
> in gui/ (but isn't yet enabled). Currently GTK and SDL frontends have been 
> implemented (with both OpenGL and Cairo backends) and are working nicely [1]. 
> Keyboard events are not yet implemented in the SDL frontend. The port of 
> gnash.cpp is almost complete; only the -f commandline option and the XML 
> server listener aren't yet implemented.
> 
> When these remaining issues are fixed the GUI library should be functionally 
> equivalent to what we currently have in backend/gnash.cpp, and I'll be 
> looking to deprecate the backend/gnash.cpp in favour of the new one in gui/.
> 
> After that switch has been made, we can start thinking about nifty things 
> such 
> as implementing FLTK and QT backends.
> 
> If you'd like to try the GUI library now, you'll require the patch attached 
> to 
> this message.
> 
> -- 
> Bastiaan
> 
> [1] The firefox plugin with SDL frontend doesn't work, and I'm not sure why.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]