<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>> <br>> You haven't told it where to find the Qt header files or libraries.<br>> <br><br></div><div>Ok, I added </div><div><span style="font-size: 12pt; "><div>makefile.extra_include_dirs = ["/usr/include","/usr/include/QtCore" ]</div><div>in my configure.py file</div><div><br></div><div>and I proceeded to the next error</div></span></div><div><span style="font-size: 12pt; "><br></span></div><div><span style="font-size: 12pt; "><br></span></div><div><span style="font-size: 12pt; ">$ make </span></div><div>python configure.py</div><div>/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.sip</div><div>make -C ./sip.d</div><div>make[1]: Entering directory `/home/cls1fs/clseng/10/workspace/epicsqt/cpp.d/qtcore/sip.d'</div><div>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.cpp</div><div>In file included from sipQtCorecmodule.cpp:29:0:</div><div>/usr/share/sip/PyQt4/QtCore/qobject.sip:766:25: fatal error: qpycore_api.h: No such file or directory</div><div>compilation terminated.</div><div>make[1]: *** [sipQtCorecmodule.o] Error 1</div><div>make[1]: Leaving directory `/home/cls1fs/clseng/10/workspace/epicsqt/cpp.d/qtcore/sip.d'</div><div>make: *** [sip] Error 2</div><div><br></div><div>Where can I find qpycore_api.h ?</div><div>It doesn't seem to be on my system and apparently  I cannot yum it...</div><div><br></div><div>Help!</div><div>--</div><div>E</div><div><br></div>                                         </div></body>
</html>