[PyQt] Problem building PyQt 4.6.1 on Mac
William Kyngesburye
woklist at kyngchaos.com
Tue Nov 17 16:14:10 GMT 2009
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 PyQt at riverbankcomputing.com
> 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
More information about the PyQt
mailing list