[cairo] Problem with rcairo 1.2.0 on Mac OSX 10.4.7

Carl Worth cworth at cworth.org
Fri Jul 28 08:33:56 PDT 2006


On Fri, 28 Jul 2006 09:15:13 -0400 (EDT), Anne G wrote:
>
> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

That one looks good.

> LD_LIBRARY_PATH=/usr/local/lib

But I think that one's wrong. I think the right variable name for Mac
OS X is DYLD_LIBRARY_PATH.

> require 'cairo'
> dyld: NSLinkModule() error
> dyld: Symbol not found: _cairo_push_group

That error looks consistent with ruby finding an older version of
cairo (1.0.4, say), that doesn't include the cairo_push_group function
which exists in 1.2.0. So that seems consistent with DYLD_LIBRARY_PATH
not being set.

-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/20060728/e299d2d4/attachment.pgp


More information about the cairo mailing list