Compilation error - cannot find AminoAcidLookupTables.h
ctb opened this issue · 2 comments
ctb commented
Expected Behavior
compilation works :)
Current Behavior
% cmake .
...
% make -j 4
...
[ 96%] Building CXX object src/CMakeFiles/plass.dir/workflow/Assembler.cpp.o
/mnt/home/ctb/plass/src/assembler/filternoncoding.cpp:7:35: fatal error: AminoAcidLookupTables.h: No such file or directory
#include "AminoAcidLookupTables.h"
^
compilation terminated.
make[2]: *** [src/CMakeFiles/plass.dir/assembler/filternoncoding.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/plass.dir/all] Error 2
make: *** [all] Error 2
ctb commented
note, AminoAcidLookupTables.h
doesn't exist. Probably wasn't checked in :)
ctb commented
Whoops! Forgot to do 'git submodule update' from the latest.