[PyQt] ubuntu 14.04 server pyqt 5.3.1 build error

Kevin Mcintyre kebin70 at gmail.com
Mon Jul 14 17:32:58 BST 2014


Been trying to get a minimum install for ubuntu server 14.04 along the
lines of this example:

http://plashless.wordpress.com/2014/03/26/building-pyqt5-for-python2-7-on-a-clean-ubuntu-13-10-build-machine/

But for 14.04 - well into make I get this error

g++ -c -m64 -pipe -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC
-DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN
-DQT_WEBKIT_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I. -I.
-I../../sip-4.16.2/siplib -I/usr/include/python2.7 -I/usr/include/qt5
-I/usr/include/qt5/QtWebKit -I/usr/include/qt5/QtNetwork
-I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -o
sipQtWebKitQWebSettings.o sipQtWebKitQWebSettings.cpp
/home/ubuntu/PyQt-gpl-5.3.2-snapshot-7687a1e7a9e3/QtWebKit/sipQtWebKitQWebSettings.cpp:1208:48:
error: ‘WebAudioEnabled’ is not a member of ‘QWebSettings’
     {sipName_WebAudioEnabled,
static_cast<int>(QWebSettings::WebAudioEnabled), 26},
                                                ^
make[1]: *** [sipQtWebKitQWebSettings.o] Error 1
make[1]: Leaving directory
`/home/ubuntu/PyQt-gpl-5.3.2-snapshot-7687a1e7a9e3/QtWebKit'
make: *** [sub-QtWebKit-make_first-ordered] Error 2

Any suggestions for how to triage would be appreciated.


                                                ^
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140714/dc50b78b/attachment.html>


More information about the PyQt mailing list