-
Notifications
You must be signed in to change notification settings - Fork 83
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 failure with GCC14 #73
Comments
Hello, I got the same issue, compiling with the |
Hm, reading the output i'm not able to infer at which step of the build.sh step the error occurs. There is a |
I can reproduce the failure. It also only happnes with GCC14 and not with GCC13. |
This is the reason why it fails for you @gelven4sec . I don't know where this has to be fixed though. I guess since the compiler is based on a old gcc version the autoconf files should be updated. I haven't tried it and it might be tricky. Don't know if it's possible to work around that.
|
@gelven4sec this should be enough to build without failure. Directly modifying the configure script is hacky though, since it will be overridden once autoconf is run.
|
Note: This also occurs when using clang version 18.1.8 (latest on Arch as of 2024-07-30):
|
@louie-github does the same solution apply? Modulo naming differences in the options |
Yep, using your patch as-is works with clang as well. No need to change option names. |
For example this warning emitted by GCC13
is an error with GCC14.
-Wno-error=incompatible-pointer-types
may be needed.The text was updated successfully, but these errors were encountered: