-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error on Arch Linux #100
Comments
Running into this as well. |
It seems to be GCC compiler bug with the C++20 spaceship operator. I think the best solution is to use GCC 11 (see https://github.com/chrxh/alien?tab=readme-ov-file#build-instructions). |
Quick instructions with relevant definitions:
|
Yeah I guess that's good enough for now, thanks guys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build error:
This comes up as a relevant bug from the past few weeks (albeit on Debian) - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077393 however still not sure how to resolve this.
The text was updated successfully, but these errors were encountered: