FairRootGroup / FairRoot

C++ simulation, reconstruction and analysis framework for particle physics experiments
http://fairroot.gsi.de
Other
57 stars 96 forks source link

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

Open LeoFoorm opened 6 months ago

LeoFoorm commented 6 months ago

At the moment I did _"cmake -DCMAKE_INSTALLPREFIX="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.

karabowi commented 6 months ago

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

LeoFoorm commented 6 months ago

yes

karabowi commented 6 months ago

Is the issue still there?

LeoFoorm commented 6 months ago

Yes, it stills there

fuhlig1 commented 2 months ago

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.