[cairo] 3rd release candidate for cairo 1.4.12 available

Carl Worth cworth at cworth.org
Wed Nov 28 09:26:45 PST 2007


On Sun, 25 Nov 2007 22:02:06 +0900, "Nguyen Vu Hung" wrote:
> cairo-xlib-surface.c:2792: warning: type defaults to 'int' in
> declaration of 'XRenderPictFormat'

This says that the compiler is not seeing the Xrender header file
(usually /usr/include/X11/extensions/Xrender.h or so) that should
define XRenderPictFormat. So something is wrong.

If there are missing header files, (such as libXrender is not
installed), then cairo's configure script should have noticed and
complained nicely. It's a bug if it didn't.

But I also don't see the compiler complaining about a missing header
file in the output you showed. So maybe the headers are present but
broken somehow.

You'll need to do some more investigation to see what's wrong on your
system.

> make test | grep FAIL:
> a8-mask-image-argb32 [0]:       XFAIL
> a8-mask-image-argb32 [25]:      XFAIL

Here, XFAIL means "expected failure" so this is nothing to worry
about.

Thanks for your testing and your report,

-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.cairographics.org/archives/cairo/attachments/20071128/ccd09f6b/attachment.pgp 


More information about the cairo mailing list