[Cairo] make error with cvs cairo

Carl Worth cworth at east.isi.edu
Mon Sep 15 12:46:06 PDT 2003


On Sep 13, Carol Spears wrote:
 > help:
 > 
 > In file included from cairoint.h:45,
 >                  from cairo.c:28:
 > cairo.h:78: error: `PictStandardARGB32' undeclared here (not in a
 > function)

The errors indicate that the Xrender.h file you have is older than
what Cairo expects. You may upgrade your Xrender library by getting a
new version from keithp.com CVS:

	$ cvs -d :pserver:anoncvs at keithp.com:/local/src/CVS login
	(Logging in to anoncvs at keithp.com)
	CVS password: [hit return here]
	$ cvs -d :pserver:anoncvs at keithp.com:/local/src/CVS co Xrender

Patches would be gratefully accepted to improve the portability of
Cairo with respect to this and other problems.

-Carl




More information about the cairo mailing list