Re: gnc-numeric

2017-03-01 Thread Geert Janssens
Op dinsdag 28 februari 2017 11:48:17 CET schreef Robert Fewell: > 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 > It doesn't really matter. I tested w

Re: gnc-numeric

2017-02-28 Thread Robert Fewell
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 wrote: > Op dinsdag 21 februari 2017 11:18:38 CET schreef

Re: gnc-numeric

2017-02-21 Thread Geert Janssens
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

Re: gnc-numeric

2017-02-21 Thread Matthew Forbis via gnucash-devel
| - return b + GncRational(a, 1); | | + return GncRational(a, 1) + a; Matt From: Robert Fewell <14ubo...@gmail.com> To: "gnucash-devel@gnucash.org" Sent: Tuesday, February 21, 2017 5:18 AM Subject: gnc-numeric Hi, Just built from master with all the new ch

gnc-numeric

2017-02-21 Thread 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. Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://l