Skip to content
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

Merged
merged 10 commits into from
Sep 5, 2024
Merged

FIX: GCC14 compatible build #1023

merged 10 commits into from
Sep 5, 2024

Conversation

perroboc
Copy link
Contributor

@perroboc perroboc commented Sep 3, 2024

Compiling using GCC14 presents some issues. Code has been updated to be compatible with GCC14, although I'm still getting some errors:

@perroboc perroboc mentioned this pull request Sep 3, 2024
@perroboc
Copy link
Contributor Author

perroboc commented Sep 3, 2024

Fixed issues on github actions pipeline

@perroboc
Copy link
Contributor Author

perroboc commented Sep 3, 2024

Fixes #1021

@perroboc perroboc marked this pull request as ready for review September 3, 2024 22:04
@durswd
Copy link
Collaborator

durswd commented Sep 4, 2024

Would you update a dependency https://github.com/effekseer/Effekseer/tree/master/Downloads and use the internal glfw?

@perroboc
Copy link
Contributor Author

perroboc commented Sep 4, 2024

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).

@durswd durswd merged commit 85a2598 into effekseer:master Sep 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants