← Back to team overview

edubuntu-bugs team mailing list archive

[Bug 825711] Re: scribus ftbfs on armel

 

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 Edubuntu
Bugsquad, which is subscribed to scribus in 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


References