Summary: | Build failure of xlib backend for Mac OS X 110.4.11 | ||
---|---|---|---|
Product: | cairo | Reporter: | Marius Schamschula <mschamschula> |
Component: | xlib backend | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED DUPLICATE | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | blocker | ||
Priority: | medium | ||
Version: | 1.8.2 | ||
Hardware: | All | ||
OS: | Mac OS X (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | add missing RenderNone RenderNormal constants |
Description
Marius Schamschula
2008-10-31 16:15:29 UTC
Marius, Thanks for the report. Ryan Schmidt recently pointed out the same problem on the mailing list and we diagnosed the problem there. The problem comes from attempting to build cairo-xlib against a system with an obsolete version of the renderproto package, (which fails to define the RepeatNone and RepeatNormal macros). To get things working for now, you can just replace RepeatNone with 0 and RepeatNormal with 1. I'll leave this bug report open until we apply a suitable fix to the 1.8 branch. And I'll mark this as a blocker so that we remember to fix it for a 1.8.4 release real soon now. Thanks again, -Carl Carl, Thanks I patched the two values as you suggested. Now the build succeeds. Created attachment 20026 [details] [review] add missing RenderNone RenderNormal constants |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.