[PyQt] PyQt-4.11 configure.py

Phil Thompson phil at riverbankcomputing.com
Fri May 30 09:15:53 BST 2014


On 28/05/2014 8:14 pm, Rex Dieter wrote:
> Phil Thompson wrote:
> 
>> PyQt v5.3, PyQt v4.11 and SIP v4.16 have been released. All now 
>> support
>> cross-compilation to iOS and Android.
>> 
>> PyQt v5.3 adds support for Qt v5.3 including the new QtQuickWidgets 
>> and
>> QtWebSockets modules.
>> 
>> PyQt v4.11 adds support for Qt v4.8.6.
> 
> PyQt 4.11 build (using configure.py) fails for me on fedora:
> 
> Creating QPy support library for QtGui Makefile...
> /usr/lib64/qt4/bin/qmake  w_qpygui.pro
> WARNING: 
> /builddir/build/BUILD/PyQt-x11-gpl-4.11/qpy/QtGui/w_qpygui.pro:5:
> Unable to find file for inclusion /builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtGui/qpygui.pro
> Creating QPy support library for QtDBus Makefile...
> /usr/lib64/qt4/bin/qmake  w_qpydbus.pro
> WARNING: 
> /builddir/build/BUILD/PyQt-x11-gpl-4.11/qpy/QtDBus/w_qpydbus.pro:5:
> Unable to find file for inclusion /builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtDBus/qpydbus.pro
> Creating QPy support library for QtDeclarative Makefile...
> /usr/lib64/qt4/bin/qmake  w_qpydeclarative.pro
> WARNING: /builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtDeclarative/w_qpydeclarative.pro:5: Unable to find file 
> for
> inclusion /builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtDeclarative/qpydeclarative.pro
> Creating QPy support library for QtDesigner Makefile...
> /usr/lib64/qt4/bin/qmake  w_qpydesigner.pro
> WARNING: /builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtDesigner/w_qpydesigner.pro:5: Unable to find file for
> inclusion /builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtDesigner/qpydesigner.pro
> Creating QPy support library for QtCore Makefile...
> /usr/lib64/qt4/bin/qmake  w_qpycore.pro
> WARNING: 
> /builddir/build/BUILD/PyQt-x11-gpl-4.11/qpy/QtCore/w_qpycore.pro:5:
> Unable to find file for inclusion /builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtCore/qpycore.pro
> Creating QPy support library for QtOpenGL Makefile...
> /usr/lib64/qt4/bin/qmake  w_qpyopengl.pro
> WARNING: /builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtOpenGL/w_qpyopengl.pro:5: Unable to find file for 
> inclusion
> /builddir/build/BUILD/PyQt-x11-gpl-4.11/qpy/QtOpenGL/qpyopengl.pro
> 
> ...
> 
> make
> make[1]: Entering directory 
> `/builddir/build/BUILD/PyQt-x11-gpl-4.11/qpy'
> make[2]: Entering directory `/builddir/build/BUILD/PyQt-x11-
> gpl-4.11/qpy/QtGui'
> g++ -Wl,-O1 -Wl,-z,relro -o w_qpygui     -L/usr/lib64 -lQtGui -lQtCore 
> -
> lpthread
> /usr/lib/gcc/x86_64-redhat-linux/4.9.0/../../../../lib64/crt1.o: In 
> function
> `_start':
> (.text+0x20): undefined reference to `main'
> collect2: error: ld returned 1 exit status

Should be fixed in tonight's snapshot.

Phil


More information about the PyQt mailing list