Mac OSX 10.11.6, g++ 6.3.0_1, I get this error running make all
In file included from /Users/johnsonlab/delly/src/modular-boost/boost/config.hpp:61:0,
from /Users/johnsonlab/delly/src/modular-boost/boost/graph/adjacency_list.hpp:15,
from src/delly.h:31,
from src/delly.cpp:40:
/Users/johnsonlab/delly/src/modular-boost/boost/multiprecision/cpp_int.hpp:181:4: error: right operand of shift expression '(1u << 63u)' is >= than the precision of the left operand [-fpermissive]
BOOST_STATIC_CONSTANT(limb_type, sign_bit_mask = 1u << (limb_bits - 1));
^
/Users/johnsonlab/delly/src/modular-boost/boost/multiprecision/cpp_int.hpp:401:4: error: right operand of shift expression '(1u << 63u)' is >= than the precision of the left operand [-fpermissive]
BOOST_STATIC_CONSTANT(limb_type, sign_bit_mask = 1u << (limb_bits - 1));
^
/Users/johnsonlab/delly/src/modular-boost/boost/multiprecision/cpp_int.hpp:548:4: error: right operand of shift expression '(1u << 63u)' is >= than the precision of the left operand [-fpermissive]
BOOST_STATIC_CONSTANT(limb_type, sign_bit_mask = 1u << (limb_bits - 1));
^
make: *** [src/delly] Error 1