FairRootGroup/FairRoot

ERRORS WITH DEFINE ENVIRONMENT VARIABLES AT cmake -DCMAKE... Sonoma 14.2

Opened this issue · 6 comments

At the moment I did "cmake -DCMAKE_INSTALL_PREFIX="Specify an installation directory" "Path to FairRoot source" It appeared many errors like this one:

Captura de pantalla 2024-02-25 a la(s) 9 33 51 p m

And the final msg is:

Captura de pantalla 2024-02-25 a la(s) 9 34 51 p m

I try to do what the MacOS SDK says but I do not unserstand how it works to put the environment variable correctly. Please help.

Did you execute the line export SIMPATH=/path/to/fairsoft/install/directory?

yes

Is the issue still there?

Yes, it stills there

Do I understand the problem correctly, if you don't define any installation directory cmake works as expected? In case you define an install directory cmake breaks.

@LeoFoorm,

is the problem only present when you define DCMAKE_INSTALL_PREFIX?
Which version of macosx and XCode/Command line tolls do you use?