PDA

View Full Version : Compiling PyQt with MinGW



QuiGon
13th April 2008, 07:20
Has anybody managed to compile PyQt with MinGW?

I've built and installed python with sip. There were no troubles.
Then i started to configure, make PyQt. There were no troubles too.

But int make install
When the QtGui is linking I have a trouble:

mingw32-make[1]: Entering directory `C:/Downloads/_Python/PyQt-win-gpl-4.3.3/QtGui’
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -shared -Wl,-subsystem,windows -Wl,-s -o QtGui.pyd sipQtGuicmodule.o sipQtGuiQMap.o sipQtGuiQVector.o sipQtGuiQWorkspace.o sipQtGuiQWidgetAction.o sipQtGuiQWhatsThis.o sipQtGuiQRegExpValidator.o sipQtGuiQDoubleValidator.o sipQtGuiQIntValidator.o sipQtGuiQValidator.o sipQtGuiQUnd

and etc…

many many object-files

The input line is too long)
mingw32-make[1]: *** [QtGui.pyd] Error 255
mingw32-make[1]: Leaving directory `C:/Downloads/_Python/PyQt-win-gpl-4.3.3/QtGui’
mingw32-make: *** [install] Error 2

so I can’t built PyQt.