Hello,
I'm a student trying to install jellyfish (2.2.4), and the configure step went fine. However, the next step (make) sends an error and I'm not quite sure how to deal with it - I tried commenting out the mentioned section but since I'm not really aware of what that code is doing I'm hesitant to proceed. Anyway, here's the original error message
Username-MacBook-Pro:jellyfish-2.2.4 Username$ ./configure
all the checks, went well
Username-MacBook-Pro:jellyfish-2.2.4 Username$ make
make all-am
CXX lib/misc.lo
lib/misc.cc:86:11: error: no member named 'all_of' in namespace 'std'
if(std::all_of(arg.begin(), arg.end(), isblunt))
~~~~~^
1 error generated.
make[1]: *** [lib/misc.lo] Error 1
make: *** [all] Error 2
If anyone has an idea how how to fix this problem I'd very much appreciate it!
I am trying to install Jellyfish, however I was stuck in the first step for there is no configure file at all...