-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
FIX: GCC14 compatible build #1023
Conversation
Fixed issues on github actions pipeline |
Fixes #1021 |
Would you update a dependency https://github.com/effekseer/Effekseer/tree/master/Downloads and use the internal glfw? |
Took me a while. Thing is linux sometimes builds libraries using lib64. I've set it so when building on linux, certain libraries look for their dependencies there (glew, glfw, libgd, libpng). |
Compiling using GCC14 presents some issues. Code has been updated to be compatible with GCC14, although I'm still getting some errors: