Looking at Qt's qglobal.h it looks like it defines qreal as float on ARM
(and a lot of non-x86)
In those scribus lines we have:

  ymax = qMax(ymax, gp.y());

 ymax is a qreal, gp is a Fpoint and gp.y is going to give a double.

Might get away with changing ymax to be a double, if the later qRound
that uses it will take it (it's defined again as taking a qreal, not
sure if the implicit cast will work) otherwise it's going to need a cast
somewhere.

Dave

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825711

Title:
  scribus ftbfs on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/825711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to