[cairo-bugs] [Bug 18478] New: Build broken against x.org 6.8.1
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 11 00:08:31 PST 2008
http://bugs.freedesktop.org/show_bug.cgi?id=18478
Summary: Build broken against x.org 6.8.1
Product: cairo
Version: 1.8.2
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: xlib backend
AssignedTo: cworth at cworth.org
ReportedBy: grahame at fugro-fsi.com.au
QAContact: cairo-bugs at cairographics.org
I get the following compile error building cairo-1.8.2 against x.org 6.8.1
(from Fedora Core 4.)
cairo-xlib-surface.c: In function ‘_cairo_xlib_surface_set_attributes’:
cairo-xlib-surface.c:1440: error: ‘RepeatNone’ undeclared (first use in
this function)
cairo-xlib-surface.c:1440: error: (Each undeclared identifier is reported only
once
cairo-xlib-surface.c:1440: error: for each function it appears in.)
cairo-xlib-surface.c:1443: error: ‘RepeatNormal’ undeclared (first use in
this function)
It looks like RepeatNone and RepeatNormal aren't in the older RENDER header
file. Hence the build error. The check which turns on and off
CAIRO_HAS_XLIB_XRENDER_SURFACE probably needs to be tightened up.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the cairo-bugs
mailing list