I am currently trying to install Flair Geoviewer (version 3.4) on macOS Sonoma 14.5 (Apple M2 Pro). I have successfully installed FLUKA (fluka4-5.0) and Flair (flair-3.4). However, during the installation of flair-geoviewer-3.4, I encountered an issue during the make step with the following error messages:
GCC12 is known to fail (you should have read a message at installation).
Please use GCC13 or a higher version. Remember then to select this version with the command port select .
Should you have still issues in the installation of Flair, please provide the output of these commands:
Thank you very much for your help, and my apologies for previously overlooking the GCC version.
I’ve now installed GCC 13 and set it as the default compiler using the following commands:
sudo port install gcc13
sudo port select --set gcc mp-gcc13
Afterward, gcc -v confirms:
gcc version 13.4.0 (MacPorts gcc13 13.4.0_1+stdlib_flag)
I then ran make in the flair-geoviewer directory. Although there were some warning messages, there were no errors. I was also able to successfully run:
make install DESTDIR=PATH_FLAIR
The only warning I noticed was:
ld: warning: -ld_classic is deprecated and will be removed in a future release
Most importantly, Flair no longer crashes when I open or modify the geometry—everything seems to be working now!