Re: Building statistics

2021-01-01 Thread Dirk Hohndel via subsurface
I don't see this math error here which is weird - even with a completely clean build. Nor do we see it in the GitHub Action build. The issue with QtCharts was an oversight on my part. I apparently had this manually fixed at some point and then always benefited from the files being there

Re: Building statistics

2021-01-01 Thread Doug Junkins via subsurface
I ran into the same problems as Robert trying to build the bstoeger-statistics branch on MacOS 10.15.7 with Qt 5.15.2 installed with QtCharts, but haven’t had a chance to dig into the issue yet (other than confirming that adding #include fixes the missing std::isnan() reference.) -Doug > On

Re: Building statistics

2021-01-01 Thread Dirk Hohndel via subsurface
Oh yes, all my tests of the statistics code have been on macOS 10.15. What I think you are seeing is that not all required QML modules and plugins were automatically moved into the app folder. I have a few family things to take care of this morning, but I'll try a clean build and make sure that

Re: Building statistics

2021-01-01 Thread Berthold Stoeger via subsurface
Hi Robert, On Freitag, 1. Jänner 2021 16:00:28 CET Robert Helling via subsurface wrote: > First thing I noticed was that the compiler complains about not knowing > about std::isnan(). But since there is (and is suggested by the compiler) > isnan(), I changed all occurrences in this way. Maybe I

Building statistics

2021-01-01 Thread Robert Helling via subsurface
Hi, first: Happy new year everybody! After mostly ignoring it for several weeks due to time constraints, I finally got around to check out the new statistics stuff and tried to build it. Maybe I am the first to attempt this under Mac OS, but so far I have not succeeded. I should mention, I