[PyQt] SIP building of QtCoremod.sip

Emmanuel Mayssat emayssat at epicsqt.org
Sun Aug 3 00:05:34 BST 2014


> 
> You haven't told it where to find the Qt header files or libraries.
> 

Ok, I added makefile.extra_include_dirs = ["/usr/include","/usr/include/QtCore" ]in my configure.py file
and I proceeded to the next error

$ make python configure.py/usr/bin/sip -c ./sip.d -b ./sip.d/build.sbf -I /usr/share/sip/PyQt4 -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_7_2 -x Py_v3 -g /usr/share/sip/PyQt4/QtCore/QtCoremod.sipmake -C ./sip.dmake[1]: Entering directory `/home/cls1fs/clseng/10/workspace/epicsqt/cpp.d/qtcore/sip.d'g++ -c -pipe -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2  -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -Wall -W -DNDEBUG -I. -I/usr/include -I/usr/include/QtCore -I/usr/include/python2.7 -o sipQtCorecmodule.o sipQtCorecmodule.cppIn file included from sipQtCorecmodule.cpp:29:0:/usr/share/sip/PyQt4/QtCore/qobject.sip:766:25: fatal error: qpycore_api.h: No such file or directorycompilation terminated.make[1]: *** [sipQtCorecmodule.o] Error 1make[1]: Leaving directory `/home/cls1fs/clseng/10/workspace/epicsqt/cpp.d/qtcore/sip.d'make: *** [sip] Error 2
Where can I find qpycore_api.h ?It doesn't seem to be on my system and apparently  I cannot yum it...
Help!--E
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140802/54e83ca7/attachment.html>


More information about the PyQt mailing list