delly
delly copied to clipboard
Problem installing Delly
Hi. Trying to install Delly with: git clone --recursive https://github.com/dellytools/delly.git cd delly/ make all
But it gives me the following error:
_g++ -std=c++11 -isystem Delly/delly/src/htslib/ -pedantic -W -Wall -Wno-unknown-pragmas -D__STDC_LIMIT_MACROS -fno-strict-aliasing -fpermissive -DNOPENMP -O3 -fno-tree-vectorize -DNDEBUG src/delly.cpp src/edlib.cpp -o src/delly -L/Delly/delly/src/htslib/ -lboost_iostreams -lboost_filesystem -lboost_system -lboost_program_options -lboost_date_time -lhts -lz -llzma -lbz2 -Wl,-rpath,Delly/delly/src/htslib/
In member function ‘void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = char; _Args = {}; _Tp = char]’,
inlined from ‘typename std::enable_if<boost::detail::alloc_has_construct<void, A, T, Args ...>::value>::type boost::allocator_construct(A&, T*, Args&& ...) [with A = std::allocator
Any ideas how to solve this?
You need to install the boost libraries, e.g., for ubuntu:
apt install libboost-date-time-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev