<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Quartz backend build failure (git master)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=84569">84569</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>vladimir@pobox.com
</td>
</tr>
<tr>
<th>Summary</th>
<td>Quartz backend build failure (git master)
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>cairo-bugs@cairographics.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>Mac OS X (All)
</td>
</tr>
<tr>
<th>Reporter</th>
<td>suv-sf@users.sourceforge.net
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>quartz backend
</td>
</tr>
<tr>
<th>Product</th>
<td>cairo
</td>
</tr></table>
<p>
<div>
<pre>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:
<<a href="http://cgit.freedesktop.org/cairo/commit/?id=573ddfc3d5c08c37b95a21e0a1b34acecc646053">http://cgit.freedesktop.org/cairo/commit/?id=573ddfc3d5c08c37b95a21e0a1b34acecc646053</a>></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>