[cairo] trouble building latest from CVS on Mac OS X

Carl Worth cworth at cworth.org
Thu Feb 16 05:25:14 PST 2006


On Wed, 15 Feb 2006 23:27:01 -0800, Matthew Hixson wrote:
>
> /usr/bin/ld: Undefined symbols:
> _FcFini

Cairo tries to conditionally use this symbol only if it can find it in
your fontconfig library. One possibility is that configure found a
fontconfig library that has it, but the final link is using a
different fontconfig that doesn't.

To work around the problem, edit config.h changing:

	#define HAVE_FCFINI 1
to:
	/* #undef HAVE_FCFINI */

And have fun with cairo,

-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20060216/d233ca74/attachment.pgp


More information about the cairo mailing list