When I follow this procedure, the following problem occurs. What am I doing wrong please?
But the files seem to exist
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?
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"?
And please don't post screenshots of terminal text. Just copy the terminal text directly as a code block. Pictures are not searchable. 😜
At first glance, it looks like a bug of the
rename.shscript. I believe theNo such file or directoryrefers to the non-existing target directory "MyexpexpData/".The
CMake Erroris 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.
At first glance, it looks like a bug of the
rename.shscript. I believe theNo such file or directoryrefers to the non-existing target directory "MyexpexpData/". TheCMake Erroris because you typed a capital X in "../MyEXperiment" - I guess you meant "../MyExperimentThanks for your help, but I don't understand what you mean. What should I do? When I change it to
../MyExperiment, theCMake Erroris 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?
@JOSHUNA-Z,
is your problem solved?