Compilation failing due to missing header file
Open-source online virtual screening tools for large databases
Status: Beta
Brought to you by:
dkoes
When I try to make the source (following the instructions in the README) I get the following error:
In file included from /home/dave/src/pharmit/src/pharmerdb.cpp:39:0:
/home/dave/src/pharmit/src/MinimizationSupport.h:17:28: fatal error: SminaConverter.h: No such filr or directory
# include "SminaConverter.h"
You need to set SMINA_DIR to the correct location when running cmake.
Great - thanks for the quick response