FairRootGroup / FairRoot

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

When I follow this procedure, the following problem occurs. What am I doing wrong please? #1456

Open JOSHUNA-Z opened 11 months ago

JOSHUNA-Z commented 11 months ago

image But the files seem to exist image

Is this problem related to the fact that I reinstalled Root? For some reason I reinstalled Root and changed its installation path. Do I need to reinstall ATTPCROOT?

image

dennisklein commented 11 months ago

At first glance, it looks like a bug of the rename.sh script. I believe the No such file or directory refers to the non-existing target directory "MyexpexpData/".

The CMake Error is because you typed a capital X in "../MyEXperiment" - I guess you meant "../MyExperiment"?

dennisklein commented 11 months ago

And please don't post screenshots of terminal text. Just copy the terminal text directly as a code block. Pictures are not searchable. 😜

JOSHUNA-Z commented 11 months ago

At first glance, it looks like a bug of the rename.sh script. I believe the No such file or directory refers to the non-existing target directory "MyexpexpData/".

The CMake Error is because you typed a capital X in "../MyEXperiment" - I guess you meant "../MyExperiment

Thanks for your help, but I don't understand what you mean. What should I do? When I change it to ../MyExperiment, the CMake Error is still there.It's still the same error.

dennisklein commented 11 months ago

At first glance, it looks like a bug of the rename.sh script. I believe the No such file or directory refers to the non-existing target directory "MyexpexpData/". The CMake Error is because you typed a capital X in "../MyEXperiment" - I guess you meant "../MyExperiment

Thanks for your help, but I don't understand what you mean. What should I do? When I change it to ../MyExperiment, the CMake Error is still there.It's still the same error.

Then it is probably because the previous rename step still failed?

I mean, what is your expectation? Why do you type cmake <non-existing-directory> in your terminal? Do you understand what the cmake command does and what its arguments are?

fuhlig1 commented 2 months ago

@JOSHUNA-Z,

is your problem solved?