gnc-numeric

Robert Fewell 14ubobit at gmail.com
Tue Feb 28 06:48:17 EST 2017


Did some googling and this is down to gcc version...
4.9.3 works as is 4.9.4 requires std::, 5.1.3 also requires std::

Do not know about other versions, just what I have and found on web

Bob

On 21 February 2017 at 14:39, Geert Janssens <geert.gnucash at kobaltwit.be>
wrote:

> Op dinsdag 21 februari 2017 11:18:38 CET schreef Robert Fewell:
> > Hi,
> >
> > Just built from master with all the new changes but had to change
> > gnc-numeric.cpp line 86 from isnan(d)  to std::isnan(d), gcc version
> 4.9.4
> >
> > After change all built successfully.
>
> Interestingly, I don't need to do this on neither of my Fedora 25 machine
> (gcc
> 6.3.1) nor on travis (gcc 4.8.x)
>
> Geert
>


More information about the gnucash-devel mailing list