This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Jellyfish error on compiling

Hi

Any Jellyfish users out there?

I've downloaded the program, configured it successfully - but when I type "make" I get the following errors:

make  all-am
make[1]: Entering directory `/scratch/abierman'
  CXX    lib/rectangular_binary_matrix.lo
  CXX    lib/mer_dna.lo
  CXX    lib/storage.lo
  CXX    lib/allocators_mmap.lo
  CXX    lib/misc.lo
/scratch/abierman/jellyfish-2.1.3/lib/misc.cc: In function 'std::string jellyfish::quote_arg(const std::string&)':
/scratch/abierman/jellyfish-2.1.3/lib/misc.cc:86: error: 'all_of' is not a member of 'std'
make[1]: *** [lib/misc.lo]
make[1]: Leaving directory `/scratch/abierman'
make: *** [all]

Is this a problem? Has anyone else encountered this?

Thanks!

next-gen jellyfish

Perhaps you need to tell your compiler to explicitly use C++11.

You need a more recent version of gcc/clang. gcc-4.4 or above should work.

0 answers

No answers yet.

Log in to answer this question.