-
-
Notifications
You must be signed in to change notification settings - Fork 36
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 gcc 14 #228
Comments
how would i have to add this parameters... trying to compile on aarch64, alpine64 for pulseaudio and stuck with:
|
I've added the compiler flags to the qmake project file. The source of these errors is the |
This should be a different issue,maybe adding "#include <cstdint>" in |
thanks. |
GCC 14 elevates some compilation warnings to errors, causing the jamesdsp compilation to fail.
We need to add the following compilation parameters to pass the compilation:
The following should be similar issues:
The text was updated successfully, but these errors were encountered: