I'd had some trouble building gnash from cvs as there was an issue with one or both of the os x builtin freetype and fontconfig libs. I resolved the issue by building the latest freetype and fontconfig from source, and using the following configure flags:
./configure --enable-gui=gtk --with-freetype-incl=/usr/local/include/freetype2 --with-freetype-lib=/usr/local/lib/ Hope this helps someone else out. Cheers, Tristan
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

