[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] Pyqtdeploy & latest Xcode
From:       Patrick Stinson <patrickkidd () gmail ! com>
Date:       2019-04-08 20:28:26
Message-ID: A1B1C398-8AA9-4917-B345-0572A0CFD099 () gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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 <phil@riverbankcomputing.com> wrote:
> 
> On 8 Apr 2019, at 11:13 pm, Patrick Stinson <patrickkidd@gmail.com \
> <mailto:patrickkidd@gmail.com>> 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


[Attachment #5 (unknown)]

<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="">That did it thanks.<div class=""><br \
class=""></div><div class="">Just trying to avoid long compile times for a new \
sysroot, etc.<br class=""><div><br class=""><blockquote type="cite" class=""><div \
class="">On Apr 8, 2019, at 2:10 PM, Phil Thompson &lt;<a \
href="mailto:phil@riverbankcomputing.com" \
class="">phil@riverbankcomputing.com</a>&gt; wrote:</div><br \
class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, \
0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: \
normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline \
!important;" class="">On 8 Apr 2019, at 11:13 pm, Patrick Stinson &lt;</span><a \
href="mailto:patrickkidd@gmail.com" style="font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; \
-webkit-text-stroke-width: 0px;" class="">patrickkidd@gmail.com</a><span \
style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; text-align: start; text-indent: 0px; text-transform: none; white-space: \
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; \
float: none; display: inline !important;" class="">&gt; wrote:</span><br \
style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; text-align: start; text-indent: 0px; text-transform: none; white-space: \
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" \
class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; \
-webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br \
class="">Hello,<br class=""><br class="">I am seeing the following compile errors in \
a pyqtdeploy-2.4/sip-4.19.13 project after upgrading to the latest Xcode:<br \
class=""><br class=""><br class="">out/sip_cutilAppFilter.cpp:66:53: error: expected \
';' at end of declaration list<br class="">&nbsp;&nbsp;&nbsp;int \
qt_metacall(QMetaObject::Call, int, void **) SIP_OVERRIDE;<br \
class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^<br \
class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;<br \
class="">out/sip_cutilAppFilter.cpp:67:36: error: expected ';' at end of declaration \
list<br class="">&nbsp;&nbsp;&nbsp;void *qt_metacast(const char *) SIP_OVERRIDE;<br \
class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^<br \
class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;<br \
class="">out/sip_cutilAppFilter.cpp:68:42: error: expected ';' at end of declaration \
list<br class="">&nbsp;&nbsp;&nbsp;const QMetaObject *metaObject() const \
SIP_OVERRIDE;<br class=""><br class="">out/sip_cutilAppFilter.cpp:93:72: error: use \
of undeclared identifier 'SIP_NULLPTR'<br class="">sipAppFilter::sipAppFilter( \
::QObject*a0): &nbsp;::AppFilter(a0), sipPySelf(SIP_NULLPTR)<br \
class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^<br \
class="">out/sip_cutilAppFilter.cpp:133:69: error: use of undeclared identifier \
'SIP_NULLPTR'<br class="">&nbsp;&nbsp;&nbsp;sipMeth = \
sipIsPyMethod(&amp;sipGILState,&amp;sipPyMethods[0],sipPySelf,SIP_NULLPTR,sipName_event);<br \
class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^<br \
class="">out/sip_cutilAppFilter.cpp:148:69: error: use of undeclared identifier \
'SIP_NULLPTR'<br class="">&nbsp;&nbsp;&nbsp;sipMeth = \
sipIsPyMethod(&amp;sipGILState,&amp;sipPyMethods[1],sipPySelf,SIP_NULLPTR,sipName_eventFilter);<br \
class=""><br class="">Any ideas there? It's as if a sip header is not being included \
or something.<br class=""></blockquote><br style="caret-color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: \
normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span \
style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; text-align: start; text-indent: 0px; text-transform: none; white-space: \
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; \
float: none; display: inline !important;" class="">Use the latest release of \
SIP.</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: \
12px; font-style: normal; font-variant-caps: normal; font-weight: normal; \
letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; \
text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: \
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; \
font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; \
text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span \
style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; text-align: start; text-indent: 0px; text-transform: none; white-space: \
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; \
float: none; display: inline !important;" \
class="">Phil</span></div></blockquote></div><br class=""></div></body></html>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic