При попытке запустить make-файл, сгенерированный cmake, я получаю следующие ошибки. Я не слишком уверен, как go исправить это, поэтому любой совет будет очень признателен. Спасибо!
Scanning dependencies of target FSOPhantom
[ 12%] Building CXX object CMakeFiles/FSOPhantom.dir/FSOPhantom.cc.o
In file included from /Users/Downloads/FSO/FSOPhantom/FSOPhantom.cc:31:
In file included from /Users/Downloads/FSO/FSOPhantom/include/FSODetectorConstruction.hh:34:
In file included from /usr/local/include/Geant4/G4VUserDetectorConstruction.hh:38:
In file included from /usr/local/include/Geant4/globals.hh:48:
In file included from /usr/local/include/Geant4/G4ios.hh:38:
In file included from /usr/local/include/Geant4/G4Types.hh:71:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/complex:245:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/cmath:317:9: error:
no member named 'signbit' in the global namespace
using ::signbit;
~~^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/cmath:318:9: error:
no member named 'fpclassify' in the global namespace
using ::fpclassify;
~~^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/cmath:319:9: error:
no member named 'isfinite' in the global namespace; did you mean 'finite'?
using ::isfinite;
~~^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.
sdk/usr/include/math.h:749:12: note:
'finite' declared here
extern int finite(double)
^