Just to make it clear:

I had to do the change:

build=build.replace("-arch i386 -arch ppc -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk","")

in order to get the modules detected.

Armando

V. Armando Solé wrote:
Hi,

configure.py fails to auto-detect the different parts of the library and only builds the QtCore module (no check for it).

The reason is that ld complains about having isysroot specified twice. If I get rid of the second specification the modules get properly detected.

I have everything configured for an universal built (Qt and sip)


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

Reply via email to