Caolan McNamara wrote:

The problem is that OOo links to gtk which links to cairo which links to
freetype. Now the system freetype provides FT_GlyphSlot_Embolden which
cairo needs, but the freetype which is built as part of the OOo build
process does not include this. And the internal freetype is being picked
up here.

My solution is to build against system freetype, i.e.
--with-system-freetype from configure.

I was wondering why I do not see this problem, using the internal freetype. After looking I suspect it is because I do not use --enable-cairo.

So now I am wondering, which is the more complete or "correct" way of building, should I --enable-cairo or not?

thanks

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to