I have the same problem.<br>I think, there are changes in cairo:<br><br>[gonzalo@ned cairo]$ grep -r cairo_get_dash_count *<br>doc/public/cairo-sections.txt:cairo_get_dash<div id="mb_24">_count<br>doc/public/tmpl/cairo.sgml:&lt;!-- ##### FUNCTION cairo_get_dash_count ##### --&gt;
<br>NEWS:&nbsp;&nbsp; cairo_get_dash_count<br>src/cairo.c: * cairo_get_dash_count:<br>src/cairo.c:cairo_get_dash_count (cairo_t *cr)<br>src/cairo.c: * cairo_get_dash_count().<br>src/cairo.h:cairo_get_dash_count (cairo_t *cr);<br>test/get-
and-set.c:&nbsp;&nbsp;&nbsp; count = cairo_get_dash_count (cr);<br><br>and <br><br><a href="http://lists.freedesktop.org/archives/cairo/2007-January/009213.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.freedesktop.org/archives/cairo/2007-January/009213.html
</a><br><span class="sg">
<br>Gonzalo Odiard</span></div><br><br><div><span class="gmail_quote">On 1/19/07, <b class="gmail_sendername">Marco Pesenti Gritti</b> &lt;<a href="mailto:mpg@redhat.com">mpg@redhat.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 2007-01-19 at 12:44 -0300, Gonzalo Delgado wrote:<br>&gt;&nbsp;&nbsp;While building pycairo:<br>&gt;<br>&gt; pycairo-context.c: In function &#39;pycairo_get_dash&#39;:<br>&gt; pycairo-context.c:353: error: too many arguments to function
<br>&gt; &#39;cairo_get_dash_count&#39;<br>&gt; pycairo-context.c:358: error: void value not ignored as it ought to be<br>&gt; pycairo-context.c: In function &#39;pycairo_get_dash_count&#39;:<br>&gt; pycairo-context.c:386: error: too many arguments to function
<br>&gt; &#39;cairo_get_dash_count&#39;<br><br>It works for me. Have you built both cairo and pycairo?<br><br>Otherwise the lib64 issue might be hitting you. Verify which cairo.h are<br>you actually using here, and if the signature for this function is the
<br>expected one (cairo_get_dash_count (cairo_t *cr, int *count);) there.<br><br>Marco<br><br>_______________________________________________<br>Sugar mailing list<br><a href="mailto:Sugar@laptop.org">Sugar@laptop.org</a>
<br><a href="http://mailman.laptop.org/mailman/listinfo/sugar">http://mailman.laptop.org/mailman/listinfo/sugar</a><br></blockquote></div><br>