Some files can not be found when compiling
For using Allen/v2r0, I switch the Tag of projections though "git checkout Tag". The Tags I chose are coming from Allen/ReleasedNotes/v2r0.md. When I compiled Allen, I got the error messages:
-
In file included from ../Dumpers/BinaryDumpers/src/TestMuonTable.cpp:11: ../Dumpers/BinaryDumpers/include/Dumpers/Utils.h:10:10: fatal error: Detector/Muon/TileID.h: No such file or directory
-
In file included from ../Rec/Allen/src/AllenCaloToCaloClusters.cpp:19: ../Rec/Allen/src/AllenCaloToCaloClusters.h:26:10: fatal error: Detector/Calo/CaloCellID.h: No such file or directory
But I found CaloCellID.h in both of Detector/InstallArea/x86_64_v2-centos7-gcc11-opt/include/Detector/Calo/CaloCellID.h and Detector/Detector/Calo/include/Detector/Calo/CaloCellID.h. TileID.h also can be found in the related path.
How do I solve this problem? Thank you.