<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">It looks like none of these macros are defined in the sip.h that pyqtdeploy-sysroot built for the macos-64 target.<div class=""><br class=""></div><div class="">Any idea what is going wrong here?<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Apr 8, 2019, at 5:13 AM, Patrick Stinson <<a href="mailto:patrickkidd@gmail.com" class="">patrickkidd@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">I am seeing the following compile errors in a pyqtdeploy-2.4/sip-4.19.13 project after upgrading to the latest Xcode:</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">out/sip_cutilAppFilter.cpp:66:53: error: expected ';' at end of declaration list</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">    int qt_metacall(QMetaObject::Call, int, void **) SIP_OVERRIDE;</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">                                                    ^</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">                                                    ;</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">out/sip_cutilAppFilter.cpp:67:36: error: expected ';' at end of declaration list</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">    void *qt_metacast(const char *) SIP_OVERRIDE;</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">                                   ^</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">                                   ;</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">out/sip_cutilAppFilter.cpp:68:42: error: expected ';' at end of declaration list</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">    const QMetaObject *metaObject() const SIP_OVERRIDE;</div></div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><div style="margin: 0px 0px 0px 12px; font-stretch: normal; line-height: normal;" class="">out/sip_cutilAppFilter.cpp:93:72: error: use of undeclared identifier 'SIP_NULLPTR'</div><div style="margin: 0px 0px 0px 12px; font-stretch: normal; line-height: normal;" class="">sipAppFilter::sipAppFilter( ::QObject*a0):  ::AppFilter(a0), sipPySelf(SIP_NULLPTR)</div><div style="margin: 0px 0px 0px 12px; font-stretch: normal; line-height: normal;" class="">                                                                       ^</div><div style="margin: 0px 0px 0px 12px; font-stretch: normal; line-height: normal;" class="">out/sip_cutilAppFilter.cpp:133:69: error: use of undeclared identifier 'SIP_NULLPTR'</div><div style="margin: 0px 0px 0px 12px; font-stretch: normal; line-height: normal;" class="">    sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[0],sipPySelf,SIP_NULLPTR,sipName_event);</div><div style="margin: 0px 0px 0px 12px; font-stretch: normal; line-height: normal;" class="">                                                                    ^</div><div style="margin: 0px 0px 0px 12px; font-stretch: normal; line-height: normal;" class="">out/sip_cutilAppFilter.cpp:148:69: error: use of undeclared identifier 'SIP_NULLPTR'</div><div style="margin: 0px 0px 0px 12px; font-stretch: normal; line-height: normal;" class="">    sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[1],sipPySelf,SIP_NULLPTR,sipName_eventFilter);</div></div><div class=""><br class=""></div><div class="">Any ideas there? It’s as if a sip header is not being included or something.</div><div class=""><br class=""></div><div class="">-Patrick</div></div></div></blockquote></div><br class=""></div></body></html>