bioinfologics / satsuma2

FFT cross-correlation based synteny aligner, (re)designed to make full use of parallel computing
41 stars 13 forks source link

Make error #18

Closed KristinaGagalova closed 4 years ago

KristinaGagalova commented 5 years ago

Hi, I am having the following error during installation:

make
[  1%] Building CXX object CMakeFiles/SatsumaToGFF.dir/tools/analysis/SatsumaToGFF.cc.o
c++: error: unrecognized command line option ‘-std=c++14’
make[2]: *** [CMakeFiles/SatsumaToGFF.dir/tools/analysis/SatsumaToGFF.cc.o] Error 1
make[1]: *** [CMakeFiles/SatsumaToGFF.dir/all] Error 2
make: *** [all] Error 2

Versions below g++ (GCC) 8.2.0 cmake version 3.12.4

Do you know what that can be? Thank you in advance

KristinaGagalova commented 5 years ago

Ok, I changed the string "-std=c++14" in the header of the file CMake.list and looks like it's working.