[cairo] cairo errors under Solaris 9

Carl Worth cworth at cworth.org
Wed Nov 30 15:13:20 PST 2005


On Mon, 28 Nov 2005 16:12:23 -0500, Greg Dunkel wrote:
> I also put
> 
>  #define PictStandardARGB32      0
>  #define PictStandardRGB24       1
>  #define PictStandardA8                     2
>  #define PictStandardA4                     3
>  #define PictStandardA1                     4
>  #define PictStandardNUM         5

Ewww... don't do that.

>  in cairo-xlib-surface.c to solve some of the unknown symbols problem.  But
> I still got the following  undefined symbol errors.
> 
>  Does anybody have any suggestions on how I can get around these problems
> and build cairo on Solaris 9.

It looks like you have a missing or out-of-date version of the Xrender
library. The configure script is intended to find this for you, so
there may be a bug there if it didn't say anything about it missing.

You can download the latest version of Xrender as a modular library
from x.org. Here are some notes on working with modular X libraries
from CVS:

	http://wiki.x.org/wiki/ModularDevelopersGuide

The imminent release from x.org should also provide a single tar file
from which you could download and install Xrender.

-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/20051130/2bfb67c9/attachment.pgp


More information about the cairo mailing list