<div dir="ltr"><div><div><a href="http://www.riverbankcomputing.com/pipermail/pyqt/2014-March/033977.html">http://www.riverbankcomputing.com/pipermail/pyqt/2014-March/033977.html</a><br><br></div>In my build chain I get to the below step the error seems the same error, but don't know how to apply the patch or if it's applicable.<br><br></div>Could somebody teach me how to build 5.3.2 successfully.  Thanks<br><div><br>python configure.py --qmake=/home/ubuntu/Qt5.3.2/5.3/gcc_64/bin/qmake -e QtWebKitWidgets<br><div>...<br><br>ubuntu@ip-10-0-0-212:~/PyQt-gpl-5.3.2$ make<br>cd QtWebKitWidgets/ && ( test -e Makefile || /home/ubuntu/Qt5.3.2/5.3/gcc_64/bin/qmake /home/ubuntu/PyQt-gpl-5.3.2/QtWebKitWidgets/QtWebKitWidgets.pro -o Makefile ) && make -f Makefile <br>make[1]: Entering directory `/home/ubuntu/PyQt-gpl-5.3.2/QtWebKitWidgets'<br>g++ -c -pipe -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../../Qt5.3.2/5.3/gcc_64/mkspecs/linux-g++ -I. -I. -I/usr/include/python2.7 -I../../Qt5.3.2/5.3/gcc_64/include -I../../Qt5.3.2/5.3/gcc_64/include/QtWebKitWidgets -I../../Qt5.3.2/5.3/gcc_64/include/QtWebKit -I../../Qt5.3.2/5.3/gcc_64/include/QtWidgets -I../../Qt5.3.2/5.3/gcc_64/include/QtNetwork -I../../Qt5.3.2/5.3/gcc_64/include/QtGui -I../../Qt5.3.2/5.3/gcc_64/include/QtCore -I. -o sipQtWebKitWidgetsQWebInspector.o sipQtWebKitWidgetsQWebInspector.cpp<br>g++ -c -pipe -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../../Qt5.3.2/5.3/gcc_64/mkspecs/linux-g++ -I. -I. -I/usr/include/python2.7 -I../../Qt5.3.2/5.3/gcc_64/include -I../../Qt5.3.2/5.3/gcc_64/include/QtWebKitWidgets -I../../Qt5.3.2/5.3/gcc_64/include/QtWebKit -I../../Qt5.3.2/5.3/gcc_64/include/QtWidgets -I../../Qt5.3.2/5.3/gcc_64/include/QtNetwork -I../../Qt5.3.2/5.3/gcc_64/include/QtGui -I../../Qt5.3.2/5.3/gcc_64/include/QtCore -I. -o sipQtWebKitWidgetsQWebFrame.o sipQtWebKitWidgetsQWebFrame.cpp<br>sip/QtPrintSupport/qprinter.sip:28:22: fatal error: qprinter.h: No such file or directory<br>compilation terminated.<br>make[1]: *** [sipQtWebKitWidgetsQWebFrame.o] Error 1<br>make[1]: Leaving directory `/home/ubuntu/PyQt-gpl-5.3.2/QtWebKitWidgets'<br>make: *** [sub-QtWebKitWidgets-make_first-ordered] Error 2<br><br></div></div></div>