DaehwanKimLab / centrifuge

Classifier for metagenomic sequences
GNU General Public License v3.0
235 stars 73 forks source link

Error compiling on macOS ventura #250

Open vicho33 opened 1 year ago

vicho33 commented 1 year ago

Hi everyone! I'm trying to compile on macOS ventura but shows me the follow error:

fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. In file included from ref_read.cpp:20: In file included from ./ref_read.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/iostream:37: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/ios:214: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/string:520: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional_base:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional/invoke.h:14: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional/weak_result_type.h:16: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:420: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef:37: ./version:1:1: error: expected unqualified-id 1.0.4 ^

If you have any clue, please help me. I think there is problem with de compiler but I don't know how to solve.

have a nice day!

kkkkksw commented 1 year ago

I'm having a similar issue, can someone help?