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
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.