[cairo-bugs] [Bug 84569] New: Quartz backend build failure (git master)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 1 14:03:21 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84569
Priority: medium
Bug ID: 84569
Assignee: vladimir at pobox.com
Summary: Quartz backend build failure (git master)
QA Contact: cairo-bugs at cairographics.org
Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
Reporter: suv-sf at users.sourceforge.net
Hardware: Other
Status: NEW
Version: unspecified
Component: quartz backend
Product: cairo
Recent git master fails to compile the Quartz backend (tested on OS X 10.7.5):
$ make -k
(…)
Making all in src
make all-am
CC cairo-quartz-surface.lo
cairo-quartz-surface.c:2207:1: error: conflicting types for
'_cairo_surface_is_quartz'
_cairo_surface_is_quartz (cairo_surface_t *surface)
^
cairo-quartz-surface.c:144:1: note: previous declaration is here
_cairo_surface_is_quartz (const cairo_surface_t *surface);
^
cairo-quartz-surface.c:2209:33: error: use of undeclared identifier
'cairo_quartz_surface_backend'
return surface->backend == &cairo_quartz_surface_backend;
^
2 errors generated.
make[3]: *** [cairo-quartz-surface.lo] Error 1
CC cairo-quartz-image-surface.lo
cairo-quartz-image-surface.c:382:11: error: implicit declaration of function
'_cairo_surface_is_quartz' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
if (! _cairo_surface_is_quartz (surface)) {
^
1 error generated.
make[3]: *** [cairo-quartz-image-surface.lo] Error 1
make[3]: Target `all-am' not remade because of errors.
make[2]: *** [all] Error 2
fbb0a260b707cb5f02a14cc368c6f2f0d63564c3 compiled ok last week; the regression
seems to be related to the changes in 573ddfc3d5c08c37b95a21e0a1b34acecc646053:
<http://cgit.freedesktop.org/cairo/commit/?id=573ddfc3d5c08c37b95a21e0a1b34acecc646053>
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20141001/e6fc34ed/attachment.html>
More information about the cairo-bugs
mailing list