gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] a gnash problem


From: strk
Subject: Re: [Gnash-dev] a gnash problem
Date: Thu, 25 Sep 2008 07:39:31 +0200

On Thu, Sep 25, 2008 at 10:04:28AM +0800, neptune87140104 wrote:
> hello,sir.
>     in my program,i need to implement a application to play flash in my app 
> window.so i use the gnash for it.but there are some limitation in my program 
> which is an embeded program.first ,for some reasons,the program can't use 
> GTK+.i used to think gnash can't work without GTK,but the readme file in 
> gnash says that we can configure the player to work without GTK,we just need 
> OpenGL and SDL

That's a bug in the README, could   you file a bug report ?
GTK doesn't *need* OGL. Indeed the default is to use AGG renderer
always (GTK/AGG/GST).

> i use configure like this:./configure --enable-renderer=opengl 
> --enable-gui=sdl --enable-media=ffmpeg
> during make after configure,there is an error
> g++:internal error: Segmentation fault (program cc1plus)
> Please submit a full bug report

The bug report is to send to g++ developers.

> i don't know where is my mistake in compile the player without GTK,could you 
> give me some help?thanks.expecting for you reply.

Try only --enable-gui=sdl, it'll use AGG renderer.
You may also try FLTK as a gui.

--strk;




reply via email to

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