Error about dep.mk during compilation with make
qqlovekerry opened this issue · 3 comments
Expected behavior
No such error Makefile.gfortran.openMP:146: dep.mk: No such file or directory
prompts during the compilation.
Current behavior
When make -f Makefile.gfortran.openMP
is used to compile Cassandra, the error Makefile.gfortran.openMP:146: dep.mk: No such file or directory
prompts at the start of the compilation process. The same error happens when compilation is carried out on another machine with make -f Makefile.intel.openMP
. And it also happens with make -f Makefile.gfortran
or make -f Makefile.intel
.
The compilation seems to finish correctly with an executable .exe file generated without any problem to run the simulation. But it seems the Makefile should not give the error.
Steps to reproduce
Steps to reproduce the behavior:
make -f Makefile.gfortran.openMP
ormake -f Makefile.intel.openMP
Did you ever figure out this error? I'm having the exact same problem.
Did you ever figure out this error? I'm having the exact same problem.
@RazzyZac Hello, sorry I did not figure it out. But it seems the error does not have any bad effect on compiling the executable. Maybe it is not a big deal I guess.
Do you find any problem with compiling Cassandra because of this error?
@qqlovekerry Thanks for the reply, I was having trouble compiling it because of the error, however when I redownloaded the files off of github, and reinstalled my wsl, I was able to get rid of the error.