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