[PyQt] Handling PyQT/PyKDE4 on ARM

Phil Thompson phil at riverbankcomputing.com
Tue Dec 16 15:32:35 GMT 2008


On Tue, 16 Dec 2008 02:15:05 -0500, "Michael Casadevall"
<sonicmctails at gmail.com> wrote:
> Anyway, I though it would be prudent to post the actual build failure
> messages
> 
> sipplasmapart0.cpp: In member function 'virtual void
> sipPlasma_WebView::getContentsMargins(qreal*, qreal*, qreal*, qreal*)
> const':
> sipplasmapart0.cpp:3497: error: cannot convert 'qreal*' to 'double*'
> in argument passing
> sipplasmapart0.cpp: In member function 'virtual void
> sipPlasma_TextEdit::getContentsMargins(qreal*, qreal*, qreal*, qreal*)
> const':
> sipplasmapart0.cpp:7563: error: cannot convert 'qreal*' to 'double*'
> in argument passing
> sipplasmapart0.cpp: In member function 'virtual void
> sipPlasma_SignalPlotter::getContentsMargins(qreal*, qreal*, qreal*,
> qreal*) const':
> sipplasmapart0.cpp:10871: error: cannot convert 'qreal*' to 'double*'
> in argument passing
> 
> I can post the actual failed code once I finish a rebuild. It appears
> the problem is with sip.

I don't know anything about the PyKDE4 build system, but my guess is that
it isn't passing "-x PyQt_qreal_double" to sip for ARM.

Phil


More information about the PyQt mailing list