Well, it's possible that that recent Qt/PyQt changes have added a second 
isysroot to compilation, intentional or not.

It's sort of a bug with GCC really, though it may have been intentional at 
first, that developers had to deal with.  You'll find that a lot of GNU 
autotools-based source has the same problem because CFLAGS and LDFLAGS are both 
used in ld tests, yet only LDFLAGS may be used in some places during 
compilation, so you would need to have isysroot in both.

On Nov 17, 2009, at 9:08 AM, V. Armando Solé wrote:

> William Kyngesburye wrote:
>> This problem is fixed in Xcode 2.5, I believe.
>> 
>> 
>>  
> 
> I did not suffered with previous releases or Qt and PyQt.
> 
> Armando
> 
> _______________________________________________
> PyQt mailing list    [email protected]
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

"Those people who most want to rule people are, ipso-facto, those least suited 
to do it."

- A rule of the universe, from the HitchHiker's Guide to the Galaxy



_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to