-
Notifications
You must be signed in to change notification settings - Fork 162
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
Compilation fails with arm-linux-musleabi-gcc (GCC) 9.1.0 #191
Comments
I am also seeing this error with gcc on Clear Linux
It can be reproduced exactly as above |
Unfortunately, this looks like a bug in dns.c. The project can be found here: https://github.com/wahern/dns |
Yes, unfortunately it seems to be pretty widespread throughout the library, and I don't know enough about C macros to fix it :( |
Compilation also fails at the same point when using: |
I confirm the same issue on my Linux Manjaro computer, running GCC 9.2.0:
|
It builds with clang, for people who come here with the same issue. Just do a |
with clang --version make CC=clang |
@ilitzroth It worked for me:
Perhaps try these steps:
|
same issue here, why gcc-9/10/11 are all failing? |
Failure:
Compiler versions:
I've only tested with these two compilers.
The text was updated successfully, but these errors were encountered: