Re: Pyqtdeploy & latest Xcode
Patrick Stinson <[email protected]>
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
That did it thanks. Just trying to avoid long compile times for a new sysroot, etc. > On Apr 8, 2019, at 2:10 PM, Phil Thompson <[email protected]> wrote: > > On 8 Apr 2019, at 11:13 pm, Patrick Stinson <[email protected] <mailto:[email protected]>> wrote: >> >> Hello, >> >> I am seeing the following compile errors in a pyqtdeploy-2.4/sip-4.19.13 project after upgrading to the latest Xcode: >> >> >> out/sip_cutilAppFilter.cpp:66:53: error: expected ';' at end of declaration list >> int qt_metacall(QMetaObject::Call, int, void **) SIP_OVERRIDE; >> ^ >> ; >> out/sip_cutilAppFilter.cpp:67:36: error: expected ';' at end of declaration list >> void *qt_metacast(const char *) SIP_OVERRIDE; >> ^ >> ; >> out/sip_cutilAppFilter.cpp:68:42: error: expected ';' at end of declaration list >> const QMetaObject *metaObject() const SIP_OVERRIDE; >> >> out/sip_cutilAppFilter.cpp:93:72: error: use of undeclared identifier 'SIP_NULLPTR' >> sipAppFilter::sipAppFilter( ::QObject*a0): ::AppFilter(a0), sipPySelf(SIP_NULLPTR) >> ^ >> out/sip_cutilAppFilter.cpp:133:69: error: use of undeclared identifier 'SIP_NULLPTR' >> sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[0],sipPySelf,SIP_NULLPTR,sipName_event); >> ^ >> out/sip_cutilAppFilter.cpp:148:69: error: use of undeclared identifier 'SIP_NULLPTR' >> sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[1],sipPySelf,SIP_NULLPTR,sipName_eventFilter); >> >> Any ideas there? It’s as if a sip header is not being included or something. > > Use the latest release of SIP. > > Phil _______________________________________________ PyQt mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/pyqt