<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I found the problem.  I found where the Qt3D timeline is set, in sip/Qt3DCore/Qt3DCoremod.sip.  And it's missing Qt 5.9.6, it only goes up to 5.9.3 before jumping to 5.10.0.<div class=""><br class=""></div><div class="">I inserted 5.9.6 into the timeline and it compiles now.  Can you think of anything that might break later?<br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 28, 2018, at 6:32 PM, William Kyngesburye <<a href="mailto:woklist@kyngchaos.com" class="">woklist@kyngchaos.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I seem to be having a version issue trying to build PyQt3D 5.11.2 for Qt 5.9.6.  When compiling, it immediately fails with:<br class=""><br class="">sip/Qt3DCore/qabstractskeleton.sip:28:10: fatal error: 'qabstractskeleton.h'<br class="">      file not found<br class=""><br class="">But that sip file has a conditional to only compile if Qt3D >= 5.10, where qabstractskeleton.sip was added:<br class=""><br class="">%If (Qt3D_5_10_0 -)<br class=""><br class="">I don't know enough about sip to figure out where "Qt3D_5_10_0", or whatever variable this is ("Qt3D"?), is set so I can try to figure out why it's not working.<br class=""><br class="">Any ideas?<br class=""><br class=""><br class="">The last time I compiled PyQt3D I did not have this problem, that was PyQt3D 5.10.1 (with corresponding PyQt) and Qt 5.9.3.<br class=""><br class="">-----<br class="">William Kyngesburye <kyngchaos*at*kyngchaos*dot*com><br class=""><a href="http://www.kyngchaos.com/" class="">http://www.kyngchaos.com/</a><br class=""><br class="">The equator is so long, it could encircle the earth completely once.<br class=""><br class="">_______________________________________________<br class="">PyQt mailing list    PyQt@riverbankcomputing.com<br class="">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</div></div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">-----</div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">William Kyngesburye <kyngchaos*at*kyngchaos*dot*com></div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class=""><a href="http://www.kyngchaos.com/" class="">http://www.kyngchaos.com/</a></div><div style="font-size: 14px; orphans: 2; widows: 2;" class=""><br class="khtml-block-placeholder"></div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">"We can die but once, and that once we must die.  To be always fearing, then, would not avert it, and would make life miserable."</div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class=""><br class="khtml-block-placeholder"></div><span style="font-size: 14px; orphans: 2; widows: 2;" class="">- Tarzan, on death</span></div>
</div>
<br class=""></div></div></body></html>