Actually, after a few hours of chasing this down further, that extactly it :-). The configuration test is broken. Once I finish a few test builds, I can provide patches to fix this, and extend qlist as needed. Michael
On Tue, Dec 16, 2008 at 10:32 AM, Phil Thompson <[email protected]> wrote: > On Tue, 16 Dec 2008 02:15:05 -0500, "Michael Casadevall" > <[email protected]> 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 > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
