GNOME Bugzilla – Bug 118066
gimpttext.c using very recent freetype feature
Last modified: 2004-12-22 21:47:04 UTC
Not all versions of freetype contain FT_LOAD_TARGET_MONO (it was introduced in freetype-2.1.3). As a result, app/text/gimptext.c fails to compile sometimes. Would it be possible to wrap this usage in a conditional (as things like vte do)? It feels a bit unreasonable to require a freetype upgrade.
Thanks for pointing this out. I forgot to copy a compatibility typedef from Pango. Fixed in CVS: 2003-07-22 Sven Neumann <sven@gimp.org> * app/text/gimptext-bitmap.c * app/text/gimptextlayout-render.c: define FT_LOAD_TARGET_MONO to FT_LOAD_MONOCHROME if it is undefined. This avoids a dependency on recent versions of Freetype (bug #118066).