Closed nsoranzo closed 2 years ago
Trying to compile v5.0.1428:
$ make -C src/ CC=gcc CPP=g++ LNK=g++ ... g++ -fopenmp -ffast-math -msse -mfpmath=sse -O3 -DNDEBUG -c -o o/msa.o msa.cpp g++ -fopenmp -ffast-math -msse -mfpmath=sse -O3 -DNDEBUG -c -o o/msa2.o msa2.cpp g++ -fopenmp -ffast-math -msse -mfpmath=sse -O3 -DNDEBUG -c -o o/myutils.o myutils.cpp myutils.cpp:2058:10: fatal error: ../ver/counter.h: No such file or directory 2058 | #include "../ver/counter.h" | ^~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:381: o/myutils.o] Error 1
Thanks! fixed in latest commit.
Trying to compile v5.0.1428: