[PyQt] who to apply patch or solve fatal error: qprinter.h in 5.3.2 QtWebkiWidgits

Kevin Mcintyre kebin70 at gmail.com
Sun Oct 5 04:32:43 BST 2014


http://www.riverbankcomputing.com/pipermail/pyqt/2014-March/033977.html

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.

Could somebody teach me how to build 5.3.2 successfully.  Thanks

python configure.py --qmake=/home/ubuntu/Qt5.3.2/5.3/gcc_64/bin/qmake -e
QtWebKitWidgets
...

ubuntu at ip-10-0-0-212:~/PyQt-gpl-5.3.2$ make
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
make[1]: Entering directory `/home/ubuntu/PyQt-gpl-5.3.2/QtWebKitWidgets'
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
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
sip/QtPrintSupport/qprinter.sip:28:22: fatal error: qprinter.h: No such
file or directory
compilation terminated.
make[1]: *** [sipQtWebKitWidgetsQWebFrame.o] Error 1
make[1]: Leaving directory `/home/ubuntu/PyQt-gpl-5.3.2/QtWebKitWidgets'
make: *** [sub-QtWebKitWidgets-make_first-ordered] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20141004/d5ab0952/attachment.html>


More information about the PyQt mailing list