marbl / MetaCompass

MetaCompass: Reference-guided Assembly of Metagenomes
https://github.com/marbl/MetaCompass/wiki
Other
38 stars 11 forks source link

Intallation problems (MacOS Catalina) #18

Open mredrejo opened 3 years ago

mredrejo commented 3 years ago

Hi,

I got some errors generated during installation on Catalina MacOS 10.15.7, related with cstdaling library. I'm copying the output below. Any ideas??

Thanks

In file included from ./src/utils/breadth.cpp:2: ./src/utils/stdc++.h:55:10: fatal error: 'cstdalign' file not found

include

     ^~~~~~~~~~~

1 error generated. g++ -Wall -W -O2 -o ./bin/extractContigs ./src/utils/extractContigs.cpp -std=gnu++11 g++ -W -O2 -o ./bin/processmash ./src/utils/processmash.cpp -std=gnu++11 In file included from ./src/utils/processmash.cpp:2: ./src/utils/stdc++.h:55:10: fatal error: 'cstdalign' file not found

include

     ^~~~~~~~~~~

1 error generated. g++ -Wall -W -O2 -o ./bin/fq2fa ./src/utils/fq2fa.cpp -std=gnu++11 In file included from ./src/utils/fq2fa.cpp:2: ./src/utils/stdc++.h:55:10: fatal error: 'cstdalign' file not found

include

     ^~~~~~~~~~~

1 error generated.