[PyQt] PyQt build problem
Stjepan Stipetić
stjepan.stipetic at gmail.com
Fri Feb 19 12:49:11 GMT 2016
Dear all,
as a complete noob to building of python libraries, I need to build PyQt4.
This is what i get for C:\pyQT>configure.py --verbose
Determining the layout of your Qt installation...
C:\Qt\Qt5.5.1\5.5\mingw492_32\bin\qmake.exe -o qtdirs.mk qtdirs.pro
mingw32-make -f qtdirs.mk release
mingw32-make -f qtdirs.mk.Release
mingw32-make[1]: Entering directory 'C:/pyQT'
g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -Wall -Wextra
-fexceptions -mthreads -DUNICODE -DQT_NO_DEBUG -DQT_CORE_LIB
-DQT_NEEDS_QMAIN -I. -I..\Qt\Qt5.5.1\5.5\mingw492_32\include
-I..\Qt\Qt5.5.1\5.5\mingw492_32\include\QtCore -Irelease
-I..\Qt\Qt5.5.1\5.5\mingw492_32\mkspecs\win32-g++ -o release\qtdirs.o
qtdirs.cpp
g++ -Wl,-s -Wl,-subsystem,windows -mthreads -o release\qtdirs.exe
release/qtdirs.o -lmingw32 -LC:/Qt/Qt5.5.1/5.5/mingw492_32/lib -lqtmain
-lshell32 -lQt5Core
mingw32-make[1]: Leaving directory 'C:/pyQT'
release\qtdirs.exe
Error: release\qtdirs.exe failed to create qtdirs.out. Make sure your Qt
installation is correct
I am using MinGW that came with the Qt and I try to build commercial
Riverbank's
PyQt 4.11.4.
I downloaded Qt:
Qt 5.5.1 for Windows 32-bit (MinGW 4.9.2, 1.0 GB) (info)
from
http://www.qt.io/download-open-source/#section-2
I use windows 10 x64.
Thank you for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160219/e0385366/attachment.html>
More information about the PyQt
mailing list