On Friday 11 July 2014 07:24:08 Marko Käning wrote:

> Hi Aleix,

>

> On 11 Jul 2014, at 01:44 , Aleix Pol <aleixpol@kde.org> wrote:

> > I used qAbs now, this one must work :)

>

> thanks, yep, that did the job! analitza now builds fine on OSX!

>

> WHY, for goodness sake didn’t it work with std::abs() ?

>

> I’d like to understand what prevented this from working fine…

>

> Greets,

> Marko

 

Well, the error said it had many std::abs alternatives and couldn't figure out which one to use. I'd suggest it's a compiler bug... or well, at least different interpretations of the standard.

 

Aleix