<div class="gmail_quote"><div>Hi,</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">&gt; I am using cairo on Windows (to create metafiles) and found only one gotcha<br>

&gt; so far (that relates to metafiles specifically). A stock DLL should be OK<br>
&gt; for most use.<br>
<br>
</div>Have you filed a bug for that issue?<br></blockquote><div><br></div><div>Yes, see <a href="http://lists.cairographics.org/archives/cairo/2010-July/020247.html">http://lists.cairographics.org/archives/cairo/2010-July/020247.html</a> </div>
<div>I am now working on a patch (essentially ready), but have little time now to tidy it up for submission.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
&gt; @Maarten: you said you cross-compile cairo for Windows from a Linux machine.<br>
&gt; Do you also include windows.h from somewhere? (Right now I can<br>
&gt; cross-compile, but not with win32 support.)<br>
<br>
</div>All the necessary header come from mingw32. The basic recipe is:<br>
./configure --host=i586-mingw32msvc --build=i686-linux &amp;&amp; make &amp;&amp; make install<br>
<br>
You might want to add a custom prefix and some pkg-config magic to get<br>
the dependencies right.<br></blockquote><div><br></div><div>Hm, this seems embarassingly trivial, thanks. </div><div>Z</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
&gt; Zoltan<br>
<font color="#888888"><br>
Maarten<br>
</font></blockquote></div><br>