[Kst] [kst] [Bug 342642] New: Kst 2.0.8 fails to compile on Fedora Rawhide Arm
Orion Poplawski
orion at cora.nwra.com
Thu Jan 8 22:34:31 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=342642
Bug ID: 342642
Summary: Kst 2.0.8 fails to compile on Fedora Rawhide Arm
Product: kst
Version: 2.0.8
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: general
Assignee: kst at kde.org
Reporter: orion at cora.nwra.com
Updating kst in Fedora to 2.0.8, fails to compile on arm:
http://koji.fedoraproject.org/koji/getfile?taskID=8554368&name=build.log
/builddir/build/BUILD/Kst-2.0.8/src/libkst/vector.cpp:598:42: error: no
matching function for call to 'qMax(double&, qreal)'
_minPos=qMax(_minPos,qreal(0.0));
/builddir/build/BUILD/Kst-2.0.8/src/libkst/vector.cpp:602:45: error: no
matching function for call to 'qMax(double&, qreal)'
_minPos=qMin(qMax(_v[i],qreal(0.0)),_minPos);
/builddir/build/BUILD/Kst-2.0.8/src/libkst/vector.cpp:629:42: error: no
matching function for call to 'qMax(double&, qreal)'
_minPos=qMax(_minPos,qreal(0.0));
/builddir/build/BUILD/Kst-2.0.8/src/libkst/vector.cpp:633:45: error: no
matching function for call to 'qMax(double&, qreal)'
_minPos=qMin(qMax(_v[i],qreal(0.0)),_minPos);
Reproducible: Always
I believe similar issues with qreal have been addressed before.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kst
mailing list