[Bug 176693] kde4bindings fails to build from source on architectures where qreal != double

Michael Casadevall sonicmctails at gmail.com
Tue Dec 2 11:50:26 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=176693





--- Comment #2 from Michael Casadevall <sonicmctails gmail com>  2008-12-02 12:50:26 ---
I'm not moving this bug to bindings is appropriate; this is an issue with
kdelibs specifically, it just happens bindings has code that triggers the build
failure. kplotaxis is a QWidget derived widget; the bug is occurring because
its using double directly vs. qreal. 

Alternatively, if it is a binding specific problem, then the bug is in sip
specifically since that's what generates the code, but as far as I can tell,
placing data elements from KPlotAxis into a QList<qreal> is acceptable (aka,
sip is generated proper code, it just happens that as long as kplotaxis is
using double specifically vs. qreal, it will break on architectures that qreal
!= double).


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list