Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error about dep.mk during compilation with make #132

Open
qqlovekerry opened this issue Sep 24, 2022 · 3 comments
Open

Error about dep.mk during compilation with make #132

qqlovekerry opened this issue Sep 24, 2022 · 3 comments

Comments

@qqlovekerry
Copy link

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:

  1. make -f Makefile.gfortran.openMP or make -f Makefile.intel.openMP
@RazzyZac
Copy link

Did you ever figure out this error? I'm having the exact same problem.

@qqlovekerry
Copy link
Author

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?

@RazzyZac
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants