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;


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to