I assume the problem is that the library directory in bamtools changed from lib to lib64 at some point. Using bamtools 2.4.0 everything compiles cleanly.
Alternatively, I changed line 21 in src/configure.ac, replacing all instances of lib with lib64. That also fixed the problem and allows compilation with bamtools 2.5.1.
Compilation aborts and I get the following error when trying to compile TelSeq with the current version (2.5.1) of bamtools:
I assume the problem is that the library directory in bamtools changed from
lib
tolib64
at some point. Using bamtools 2.4.0 everything compiles cleanly.Alternatively, I changed line 21 in
src/configure.ac
, replacing all instances oflib
withlib64
. That also fixed the problem and allows compilation with bamtools 2.5.1.