-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[rcore] Raylib fails to build on gcc 14+ #4679
Comments
Building appears to work using older gcc versions, throwing a warning instead of an error (in my case, I had 8.3 lying around):
Thanks to |
Fixed in PR #4680 |
@kwargstar thanks for reporting, fixed. It seems GCC 14+ really messed things up with that error... :( |
Hello there,
I got into raylib today as I'm learning C for fun. However, building raylib from source on GNU/Linux with gcc 14+ produces an error.
My system:
After cloning the repo, I navigate to
raylib/src
and run the following:It seems the compiler is throwing an error here, but I'm not proficient enough to diagnose it further.
Thanks!
The text was updated successfully, but these errors were encountered: