<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">first: Happy new year everybody! </div><div class=""><br class=""></div><div class="">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 try to do this with Qt 5.14.</div><div class=""><br class=""></div><div class="">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 am still using an old version of the C++ standard, but this seemed to do the job.</div><div class=""><br class=""></div><div class="">With this, I am able to build a binary. But it crashes upon start up. It says</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">th-nb-tmpmbp05-6766:build Helling$ Subsurface.app/Contents/MacOS/Subsurface </span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">MapWidget.qml: cannot find a plugin named: googlemaps</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">1 ,  "The geoservices provider is not supported."</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">qrc:/qml/MapWidget.qml:24: Error: Cannot assign [undefined] to QDeclarativeGeoMapType*</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Populating font family aliases took 923 ms. Replace uses of missing font family "'Bookman URW'" with one that exists to avoid this cost. </span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">qrc:/qml/statsview.qml:3:1: module "QtCharts" is not installed </span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">     import QtCharts 2.0 </span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">     ^</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">QObject::connect(QtCharts::QChart, StatsView): invalid null parameter</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Segmentation fault: 11</span></div></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">I know I have QtCharts installed (at first I had not in my Qt 5.12 that I had used so far and then already cmake complained). But somehow QML refuses to import it. Any ideas how to fix this?</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Best</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Robert</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div></body></html>