Hi there,<br><br>I&#39;m quite new to cairo so please excuse me if I ask obvious questions:)<br><br>I&#39;m trying to build the quartz example from the CVS (<a href="http://webcvs.cairographics.org/cairo-demo/quartz/">http://webcvs.cairographics.org/cairo-demo/quartz/
</a>) but it fails.<br>This is what I get:<br>cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo`&nbsp;&nbsp; -c -o main.o main.c<br>main.c: In function &#39;TestWindowEventHandler&#39;:
<br>main.c:65: error: incompatible type for argument 1 of &#39;cairo_quartz_surface_create&#39;<br>main.c: In function &#39;RedrawTimerCallback&#39;:<br>main.c:188: warning: &#39;SetRect&#39; is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2401)
<br>main.c: In function &#39;CreateTestWindow&#39;:<br>main.c:205: warning: &#39;SetRect&#39; is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2401)
<br>make: *** [main.o] Error 1<br><br>What do you think about it?<br><br>Another question:<br>Are there any OS X examples around that can be used out-of-the-box? I mean examples that does not require hundreds of dependencies and can be compiled by a simple &#39;make&#39; or something.
<br><br>Cheers,<br>Peter<br><br>