<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I’m unable to statically build PyQtPurchasing_gpl-5.7.1.</div><div class="">I’ve followed the guide here: <a href="http://pyqt.sourceforge.net/Docs/pyqtdeploy/static_builds.html#qt-purchasing" class="">http://pyqt.sourceforge.net/Docs/pyqtdeploy/static_builds.html#qt-purchasing</a></div><div class="">And used the following 2 lines:</div><div class="">pyqtdeploycli --package pyqtpurchasing configure</div><div class="">then</div><div class="">python3 configure.py --qmake=/Users/Shared/Qt5.7.1/5.7/clang_64/bin/qmake --sip=/Users/Shared/pyqt/built/bin/sip --qtpurchasing-version=5.7.1 --static --sysroot=/Users/Shared/pyqt/built --no-sip-files --no-qsci-api --configuration=pyqtpurchasing-osx.cfg</div><div class="">Both seem to work, but when I ‘make’ I get the following error:</div><div class=""><br class=""></div><div class="">[……….]Qt5.7.1/5.7/clang_64/mkspecs/macx-clang -F/Users/Shared/Qt5.7.1/5.7/clang_64/lib -o sipQtPurchasingcmodule.o sipQtPurchasingcmodule.cpp</div><div class="">In file included from sipQtPurchasingcmodule.cpp:24:<br class="">./sipAPIQtPurchasing.h:31:10: fatal error: 'sip.h' file not found<br class="">#include <sip.h><br class="">         ^<br class="">1 error generated.<br class="">make[1]: *** [sipQtPurchasingcmodule.o] Error 1<br class="">make: *** [sub-QtPurchasing-make_first-ordered] Error 2</div><div class=""><br class=""></div><div class="">I’m on OS X 10.11.3 El Capitan.  Python is 3.5.3, Qt is 5.7.1.</div><div class="">Any help appreciated.</div><div class="">Thanks,</div><div class="">Dave.</div></body></html>