rcedgar / muscle

Multiple sequence and structure alignment with top benchmark scores scalable to thousands of sequences. Generates replicate alignments, enabling assessment of downstream analyses such as trees and predicted structures.
https://drive5.com/muscle
GNU General Public License v3.0
203 stars 22 forks source link

Missing counter.h file #8

Closed nsoranzo closed 2 years ago

nsoranzo commented 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
rcedgar commented 2 years ago

Thanks! fixed in latest commit.