<br><br><div class="gmail_quote">On Dec 19, 2007 11:42 AM, Carl Worth &lt;<a href="mailto:cworth@cworth.org">cworth@cworth.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, 19 Dec 2007 10:17:52 -0600, &quot;Robert Love&quot; wrote:<br>&gt; OK, I grabbed 1.4.12 and untarred, then:<br></div>..<br><div class="Ih2E3d">&gt; cairo-xlib-surface-private.h:91: parse error before `XTransform&#39;
<br><br></div>This says that you&#39;re missing the Xrender.h header file, (or possibly<br>you have it but it&#39;s too old? I don&#39;t know).<br><br>It&#39;s definitely not nice of our configure script to not let you know
<br>about that. But you should be able to install the Xrender library and<br>then continue compiling.<br><div class="Ih2E3d"><br>&gt; cairo-xlib-surface.c:140: `PictStandardARGB32&#39; undeclared (first use in this<br><br>
</div>OK, no question about it. You don&#39;t have Xrender.h at all. I don&#39;t<br>think there was ever a version of that file that wouldn&#39;t have<br>declared PictStandardARGB32.</blockquote><div><br>Hm, /usr/X11R6/include/X11/extensions/Xrender.h does exist on my system and there is no such procedure or variable PictStandar* in it.
<br>The header comments say Xrender.h v 1.9 2001<br><br>Now the amusing thing is I found a package xrender-0.8.tar.gz&nbsp; and running configure on that says:&nbsp; <br><br>&nbsp;&nbsp; &quot;configure error: Render headers too old.&nbsp; Version 
0.8 or later required.&quot;<br><br>I can&#39;t update xrender because render is too old?&nbsp; What package is that.<br><br>Is there a way out of this mess?<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><div class="Ih2E3d"><br>&gt; BTW, if I try the later version, I keep running into a problem with all the<br>&gt; make files having issue with -fno-strict-aliasing. &nbsp;I don&#39;t think my GCC<br>&gt; supports that.<br><br>
</div>Hmmm... the configure script does do a little test build with this<br>flag to see if it&#39;s supported and then only includes it if the test<br>succeeds. You&#39;ll have to look at config.log to see why that test isn&#39;t
<br>behaving correctly on your system.<br><br>Good luck,<br><font color="#888888"><br>-Carl<br></font></blockquote></div><br>