[PyQt] ubuntu 14.04 server pyqt 5.3.1 build error

Kevin Mcintyre kebin70 at gmail.com
Wed Jul 16 17:29:24 BST 2014


I sorted this out by pointing to qmake to the QT5.3.1 in my user folder.
The 1 in the system path wasn't 5.3.1

Another question: qt-opensource-linux-x64-5.3.1.run is there anyway to run
this in a headless environment or silent mode, so I don't have to install a
bunch of software on my EC2 install just to do this installed?




On Mon, Jul 14, 2014 at 9:32 AM, Kevin Mcintyre <kebin70 at gmail.com> wrote:

> 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/20140716/c4d80cf6/attachment.html>


More information about the PyQt mailing list