I've been installing on yet another machine and I ran into the following problem after running make:
Scanning dependencies of target salvusCore
[ 1%] Building CXX object CMakeFiles/salvusCore.dir/src/cxx/Basis/TensorGll/GllPointsAndWeights.cpp.o
[ 2%] Building CXX object CMakeFiles/salvusCore.dir/src/cxx/Element/Element.cpp.o
In file included from /home/marta/Numerics/Salvus/salvus_wave/src/cxx/Element/Element.cpp:17:0:
/home/marta/Numerics/Salvus/salvus_wave/include/salvus.h:18:28: fatal error: salvus_version.h: No such file or directory
compilation terminated.
CMakeFiles/salvusCore.dir/build.make:86: recipe for target 'CMakeFiles/salvusCore.dir/src/cxx/Element/Element.cpp.o' failed
make[2]: *** [CMakeFiles/salvusCore.dir/src/cxx/Element/Element.cpp.o] Error 1
CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/salvusCore.dir/all' failed
make[1]: *** [CMakeFiles/salvusCore.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
I don't think I did anything differently than all other times that I installed. Do you have any clues on where the problem might be?