[Bug 708714] Re: pykde fails to compile on ARM
Jani Monoses
jani.monoses at gmail.com
Fri Feb 18 10:42:52 UTC 2011
In the python/pykde4 dir running
sip -t ALL -t WS_X11 -t Qt_4_7_1 -x VendorID -x PyQt_NoPrintRangeBug -x
PyQt_qreal_double -g -c someoutputdir -I /usr/share/sip/PyQt4 -I sip
sip/kdeui/kdeuimod.sip
fails as in the FTBFS log.
After dropping the -x PyQt_qreal_double it works.
Similarly it works if the above is not dropped but the signature of the offending functions is changed to return QList<float>
or QList<qreal> in
kplotaxis.sip whre the originals read
QList<double> majorTickMarks () const;
QList<double> minorTickMarks () const;
By works I mean the command does not error, whether the generated
bindings are correct I don't know.
One of the first mentions of MethodCode missing errors after googling
shows it was related to templated return type, maybe that case needs
more testing?
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebindings in ubuntu.
https://bugs.launchpad.net/bugs/708714
Title:
pykde fails to compile on ARM
More information about the kubuntu-bugs
mailing list