<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="">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; color: rgba(0, 0, 0, 0.85098);" 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; color: rgba(0, 0, 0, 0.85098);" 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; color: rgba(0, 0, 0, 0.85098);" class="">                                                    ^</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgba(0, 0, 0, 0.85098);" class="">                                                    ;</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgba(0, 0, 0, 0.85098);" 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; color: rgba(0, 0, 0, 0.85098);" 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; color: rgba(0, 0, 0, 0.85098);" class="">                                   ^</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgba(0, 0, 0, 0.85098);" class="">                                   ;</div><div style="margin: 0px 0px 0px 12px; text-indent: -12px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgba(0, 0, 0, 0.85098);" 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; color: rgba(0, 0, 0, 0.85098);" 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; color: rgba(0, 0, 0, 0.85098);" 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; color: rgba(0, 0, 0, 0.85098);" 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></body></html>