Building pixman 0.28.0 fails on PowerPC Mac OS X with this error: pixman-ppc.c:40: error: 'have_vmx' undeclared (first use in this function) This was reported to the MacPorts project here: https://trac.macports.org/ticket/36923 There you may see a full build log if desired. Here is the patch we are using to fix this: https://trac.macports.org/attachment/ticket/36923/pixman_pixman-ppc.c.patch This fixes the "#ifdef __APPLE__" case, but we believe the "#elif defined (__OpenBSD__)" case has a similar problem (trying to check "sizeof(have_vmx)" before having declared that variable). P.S: Version 0.28.x is missing from the Version menu in this issue tracker.
Thanks for the bug report. The patch looks good to me (it appears to also solve the OpenBSD issue). If you send it to the list (pixman@lists.freedesktop.org) with a git changelog, I'll apply it. > P.S: Version 0.28.x is missing from the Version menu in this issue tracker. Fixed, thanks.
(In reply to comment #1) > The patch looks good to me (it appears to also solve the OpenBSD issue). If > you send it to the list (pixman@lists.freedesktop.org) with a git changelog, > I'll apply it. Joshua sent it to the list: http://lists.freedesktop.org/archives/pixman/2012-November/002331.html
Pushed to master - thanks.
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.