fatal error: boost/config.hpp: No such file or directory
Surbhigrewal opened this issue · 2 comments
Hi,
I ran the make command in the SALSA folder in my conda env that has python=2.7, boost=1.70, boost-cpp=1.70 and networkx=1.11 but got the following error
correct_links.cpp:12:28: fatal error: boost/config.hpp: No such file or directory
It compiled break_contigs and break_contigs_start but not the correct_links.cpp file.
Can someone please let me know what the issue could be?
How do I get the include path correct so that
#include <boost/config.hpp> and all thereafter #include <boost/whatever.hpp> lines work in the correct_links.cpp file?
I have checked that the salsa_env in miniconda has the boost folder containing all the .hpp files needed and the path is
/gpfs01/home/sbzsm11/miniconda3/envs/salsa_env/include/boost
I have tried adding this folder to the SALSA folder but that doesn't work.
I found the solution in via Issue #112. I added -I filepath/to/boost_folder/in/salsa_env to my makefile in the g++ command for correct_links.