FRC_align
FRC_align copied to clipboard
Which version of boost is required?
Hello,
I'm trying to install this tool in a conda environment and am getting errors regarding boost (see below). Which version of boost is required so I may conda install it? Thank you!
Warmest,
Olga
(DeNovoPipeline)
✘ Fri 5 Oct - 09:58 ~/code/FRC_align/build origin ☊ master ✔ 1☀
make
[ 46%] Built target BamTools-static
[ 48%] Linking CXX executable ../bin/FRC
/home/olga/miniconda3/envs/DeNovoPipeline/lib/libboost_filesystem.a(path.o): In function `boost::system::error_category::std_category::equivalent(std::error_code const&, int) const':
path.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei[_ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei]+0x42): undefined reference to `boost::system::generic_category()'
path.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei[_ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei]+0xba): undefined reference to `boost::system::generic_category()'
path.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei[_ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei]+0x112): undefined reference to `boost::system::generic_category()'
/home/olga/miniconda3/envs/DeNovoPipeline/lib/libboost_filesystem.a(path.o): In function `boost::system::error_category::std_category::equivalent(int, std::error_condition const&) const':
path.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition[_ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition]+0x41): undefined reference to `boost::system::generic_category()'
path.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition[_ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition]+0xd2): undefined reference to `boost::system::generic_category()'
collect2: error: ld returned 1 exit status
CMakeFiles/FRC.dir/build.make:176: recipe for target '../bin/FRC' failed
make[2]: *** [../bin/FRC] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/FRC.dir/all' failed
make[1]: *** [CMakeFiles/FRC.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2