Hi Phil,<div><br></div><div>Sorry for the long delay. I am out of town and away from my PPC box. I will check out your suggestions when I get back early next week.  </div><div><br></div><div>I suspect there are more 10.5 Leopard and 10.6 Snow Leopard users than 10.4 Tiger users. If you need to do a release, we can deal with this later. I am writing this on a 10.6 Snow Leopard laptop which doesn&#39;t have the problem. I can live with the older versions on my PPC Tiger machine for awhile.</div>
<div><br></div><div>Mel<br><br><div class="gmail_quote">On Wed, Oct 21, 2009 at 3:27 AM, Phil Thompson <span dir="ltr">&lt;<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On Tue, 20 Oct 2009 13:23:43 -0600, Melton Low &lt;<a href="mailto:softw.devl@gmail.com">softw.devl@gmail.com</a>&gt;<br>

wrote:<br>
&gt; On Tue, Oct 20, 2009 at 11:17 AM, Phil Thompson<br>
&gt; &lt;<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a><br>
&gt;&gt; wrote:<br>
&gt;<br>
&gt;&gt; On Sat, 17 Oct 2009 17:31:40 -0600, Melton Low &lt;<a href="mailto:softw.devl@gmail.com">softw.devl@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Executing PyQt4&#39;s configure.py on Mac OS X 10.4.11 continues to<br>
produce<br>
&gt;&gt; &gt; errors.<br>
&gt;&gt; &gt; This is on a PPC Mac running OS X 10.4.11:<br>
&gt;&gt; &gt; Python 2.6.3<br>
&gt;&gt; &gt; Qt 4.5.3 carbon version<br>
&gt;&gt; &gt; Sip 4.9.1 snapshots 20091015<br>
&gt;&gt; &gt; PyQt4 4.6.1 snapshots 20091014<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Configuration problem sharted with:<br>
&gt;&gt; &gt; Qt 4.5.3 carbon version<br>
&gt;&gt; &gt; Sip 4.9.1 snapshots 20091002<br>
&gt;&gt; &gt; PyQt4 4.6.1 snapshots 20091002<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Problem disappeared if I completely removed Qt and reinstalled an<br>
&gt;&gt; &gt; earlier<br>
&gt;&gt; &gt; version of Qt:<br>
&gt;&gt; &gt; Qt 4.5.2 carbon version<br>
&gt;&gt; &gt; Sip 4.9.1 snapshots 20091001<br>
&gt;&gt; &gt; PyQt4 4.6.1 snapshots 20091001<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I had posted the problem earlier.  If this is being worked on, please<br>
&gt;&gt; &gt; ignore<br>
&gt;&gt; &gt; this.  In case the new configure verbose output is useful I am<br>
&gt;&gt; &gt; including<br>
&gt;&gt; it<br>
&gt;&gt; &gt; as an attachment since it&#39;s quite lengthy.<br>
&gt;&gt;<br>
&gt;&gt; Have you tried configuring SIP with &quot;--arch ppc&quot;?<br>
&gt;&gt;<br>
&gt;&gt; Have you installed PyQt before on this system?<br>
&gt;&gt;<br>
&gt;&gt; Phil<br>
&gt;&gt;<br>
&gt;<br>
&gt; I have had PyQt on this system since of Qt 4.5.1.<br>
&gt;<br>
&gt; I tried --arch=PPC with Sip and --use_arch=PPC with PyQt the day before.<br>
&gt; No<br>
&gt; difference.<br>
<br>
This looks like a problem with Qt v4.5.3 where it&#39;s insisting on building<br>
for i386 (even if you have &quot;CONFIG -= x86&quot; in your .pro file).<br>
<br>
It would be interesting to compare the contents of Qt&#39;s<br>
mkspecs/features/mac directory with an earlier version of Qt. If they are<br>
different then this is what you would need to hack at.<br>
<br>
You could also try adding &quot;CONFIG -= x86&quot; to the top of the <a href="http://qtdirs.pro" target="_blank">qtdirs.pro</a> file<br>
that PyQt&#39;s configure.py generates and run qmake manually on it to see if<br>
the &quot;-arch i386&quot; still appears in the Makefile.<br>
<font color="#888888"><br>
Phil<br>
</font></blockquote></div><br></div>