Closed bartoszek closed 5 years ago
Commit that introduce the error: https://www.riverbankcomputing.com/hg/sip/rev/8d807e6b9037
Just updated my debian laptop to sip 4.19.4 to see if I can reproduce it. Bummer the build log above doesn't include the code with the actual error (just the warnings) because I can't reproduce the error here.
I have qt5 5.11.3+dfsg-2 and sip 4.19.14+dfsg-1
I wonder if debian has patched their sip, or if maybe it's better behaved with pyqt5 / qt5? That file is generated by sip so it might not be something that's directly under our control. If you could share some of the lines it's complaining about (and some surrounding bits) that might help to know for sure.
You should be able to find sipexpreditorpart0.cpp under build/optimize/src/SeExpr2/UI
.
Thanks for the tip, debian qt4_no_nullptr patch solves the issue.
This may have been fixed in an upstream sip change as well: https://www.riverbankcomputing.com/hg/sip/rev/8e12736053f7
After updating from
sip:4.19.13
to4.19.14
casting error prevent successful build ofexpreditor
OS: ArchLinux(4.20),sip(4.19.14),python2(2.7.15),qt4(4.8.7) build log: