Re: gnucash master: Multiple changes pushed

2014-07-05 Thread Sumit Bhardwaj
Just a quick note on my problems with compiling master today with Wno-non-literal-null-conversion. Compile kept on failing with the error message gcc error: unrecognized command line option referring to the Wno-non-literal-null-conversion flag. My gcc version is 4.8.3 20140624 (Red Hat 4.8.3-1)

Re: gnucash master: Multiple changes pushed

2014-07-05 Thread jra...@ceridwen.us
On July 5, 2014 at 2:43 AM Sumit Bhardwaj bhardw...@gmail.com wrote: Just a quick note on my problems with compiling master today with Wno-non-literal-null-conversion. Compile kept on failing with the error message gcc error: unrecognized command line option referring to the

Re: Rethinking Numeric: Decimal floats, or Rounding?

2014-07-05 Thread jra...@ceridwen.us
On July 4, 2014 at 4:59 PM Christian Stimming christ...@cstimming.de wrote: Am Sonntag, 22. Juni 2014, 13:47:49 schrieb John Ralls: If we’re going to fix that by rounding, we have to round to a power-of-ten denominator, but we have to do it in the right places to avoid accumulating

Re: gnucash master: Multiple changes pushed

2014-07-05 Thread Sumit Bhardwaj
Hi John, It fails in first C compilation. I do have to do a make disclean to get the error. Rebuilding with just uncommenting in configure doesn't throw error which is why I didn't see it earlier. I have pasted the error stack below. Do let me know if you want me to do any more experiments. For

Re: gnucash master: Multiple changes pushed

2014-07-05 Thread jra...@ceridwen.us
On July 5, 2014 at 11:35 AM Sumit Bhardwaj bhardw...@gmail.com wrote: Hi John, It fails in first C compilation. I do have to do a make disclean to get the error. Rebuilding with just uncommenting in configure doesn't throw error which is why I didn't see it earlier. I have pasted the

Re: gnucash master: Multiple changes pushed

2014-07-05 Thread Sumit Bhardwaj
Sure, John. Here you go. Interestingly, I didn't find conftest.c in the directory tree. 'tree | grep conftest.c' gave no output. Thanks, Sumit configure:25408: checking whether C++ compiler accepts -Wno-deprecated-register configure:25427: g++ -c -g -O2 -std=gnu++11 -Werror