Closed ctb closed 6 years ago
compilation works :)
% 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
note, AminoAcidLookupTables.h doesn't exist. Probably wasn't checked in :)
AminoAcidLookupTables.h
Whoops! Forgot to do 'git submodule update' from the latest.
Expected Behavior
compilation works :)
Current Behavior