On Wed, Nov 26, 2008 at 11:03:36PM -0500, Tonko Juricic wrote: > Do we really have an option of not using Freetype? Following the > approach of not defining anything until absolutely required, I haven't > defined USE_FREETYPE. However, when linking (using Agg as the renderer > and FLTK as GUI) libcore, which is built as a static lib, wants to > call gnash::FreetypeGlyphsProvider::getGlyph() (and few more similar > methods). Linker then reports undefined externals.
It's a bug. Some piece of code must be missing USE_FREETYPE use. Please file it on savannah, best if with a patch attached :) > Please advise. Not that I mind pulling down some Freetype from > somewhere, as I did for GIF and other dependencies, but I'm trying to > understand the requirements of the target and options available. Should also be possible to build w/out GIF and others. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

