<div dir="ltr"><div>Been trying to get a minimum install for ubuntu server 14.04 along the lines of this example:<br><br><a href="http://plashless.wordpress.com/2014/03/26/building-pyqt5-for-python2-7-on-a-clean-ubuntu-13-10-build-machine/">http://plashless.wordpress.com/2014/03/26/building-pyqt5-for-python2-7-on-a-clean-ubuntu-13-10-build-machine/</a><br>
<br></div>But for 14.04 - well into make I get this error<br><div><div><div><div><br>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<br>
/home/ubuntu/PyQt-gpl-5.3.2-snapshot-7687a1e7a9e3/QtWebKit/sipQtWebKitQWebSettings.cpp:1208:48: error: ‘WebAudioEnabled’ is not a member of ‘QWebSettings’<br>     {sipName_WebAudioEnabled, static_cast<int>(QWebSettings::WebAudioEnabled), 26},<br>
                                                ^<br>make[1]: *** [sipQtWebKitQWebSettings.o] Error 1<br>make[1]: Leaving directory `/home/ubuntu/PyQt-gpl-5.3.2-snapshot-7687a1e7a9e3/QtWebKit'<br>make: *** [sub-QtWebKit-make_first-ordered] Error 2<br>
<br></div><div>Any suggestions for how to triage would be appreciated.<br></div><div><br><br>                                                ^<br></div></div></div></div></div>