Re: goffice-0.10.38 build problems

2018-03-02 Thread Morten Welinder
It would be interesting to figure out what did go wrong here. It is likely to be either a libc bug or a compiler bug. Both are a bit scary, but we have seen it before. libc is my guess. What libc is in play? What value do you get if you use the %.55Lg format? Morten On Thu, Mar 1, 2018

Re: goffice-0.10.38 build problems

2018-03-02 Thread Jason Martin
Thanks, that works but I still did not get the 32 bit version of goffice to pass math tests. I ended up just shipping 64 bit version, if it gets approved. Rebuilt and tested gnumeric 64 bit and all seems fine. I may have missed some extra build/enviroment option for 32 bit in oi-userland Makefil

Re: goffice-0.10.38 build problems

2018-03-01 Thread Morten Welinder
You need format %Lf here. welinder@dicentra:~> gcc -O -Wall ttt.c welinder@dicentra:~> ./a.out outputs: 0.077979 Morten On Wed, Feb 28, 2018 at 10:15 AM, Jason Martin wrote: > On OpenIndiana trying to update: > > goffice-0.10.35 to goffice-0.10.38 > > test-math.c is failing for me > > test-ma