soedinglab / hh-suite

Remote protein homology detection suite.
https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-3019-7
GNU General Public License v3.0
515 stars 128 forks source link

compile error in macos BigSur 11.2.3 #269

Closed 2efPer closed 3 years ago

2efPer commented 3 years ago

:exclamation: Make to check out our User Guide.

Expected Behavior

Current Behavior

Here is my error log: https://gist.github.com/2efPer/91076605e1a7b55b52fb513533582f9b

Your Environment

macos BigSur 11.2.3 gcc10

milot-mirdita commented 3 years ago

Could you post all commands you used to compile and how you installed cmake/gcc (homebrew?).

I just tried it on a Mac Mini M1 with Big Sur. Clang compiled without issues and GCC had a minor ARM issue that I just fixed, however that looks completely different to your issue.

2efPer commented 3 years ago

Could you post all commands you used to compile and how you installed cmake/gcc (homebrew?).

I just tried it on a Mac Mini M1 with Big Sur. Clang compiled without issues and GCC had a minor ARM issue that I just fixed, however that looks completely different to your issue.

I just find out my CMakeLists.txt has been changed because of my early compiler problem, some extra header directory confused the compiler. It is completely fine when I remove those headers' directory.Thanks for you time, I think I better close this issue.