bioinfo-pf-curie / mpiMarkDup

Other
1 stars 1 forks source link

Error with mpiMarkDup/unit-tests/Makefile #13

Open phupe opened 4 years ago

phupe commented 4 years ago

I have the following error when I type make:

~/git/mpiMarkDup/unit-tests
$ make
make clean
make[1]: Entering directory 'git/mpiMarkDup/unit-tests'
rm TestUtils TestPerfectHash TestList TestLBList *.gcda *.gcno
rm: cannot remove 'TestUtils': No such file or directory
rm: cannot remove 'TestPerfectHash': No such file or directory
rm: cannot remove 'TestList': No such file or directory
rm: cannot remove 'TestLBList': No such file or directory
rm: cannot remove '*.gcda': No such file or directory
rm: cannot remove '*.gcno': No such file or directory
Makefile:50: recipe for target 'clean' failed
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory 'git/mpiMarkDup/unit-tests'
make --no-print-directory TestUtils TestPerfectHash TestList TestLBList
make[1]: *** No rule to make target '../src/mpiMD_utils.c', needed by 'TestUtils'.  Stop.
Makefile:27: recipe for target 'main' failed
make: *** [main] Error 2