Hello zou, Tuesday, April 24, 2007, 10:23:10 AM, you wrote: >> Uh oh! What GUI are you using? Please post complete ./configure zl> gui: sdl zl> renderer: agg zl> --with-pixelformat=RGBA32
I never tried SDL but at least GTK is fixed to RGB24. Configure selects this pixel format when using GTK. Using --with-pixelformat might override it. Rob Savoye wrote this part of ./configure. >> summary. Do you get any output when running manually (try -v option) ? >> zl> with the above config, zl> I can not remember the output exactly, something like this zl> frame buffer: RGB24 zl> Unknown pixelformat: RGB24 zl> and then abort. This means that the GUI wanted a 24 bit buffer but AGG was compiled for 32 bits only (because of --with-pixelformat). Udo _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
