effekseer / Effekseer

MIT License
1.49k stars 219 forks source link

FIX: GCC14 compatible build #1023

Closed perroboc closed 2 months ago

perroboc commented 2 months ago

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

perroboc commented 2 months ago

Fixed issues on github actions pipeline

perroboc commented 2 months ago

Fixes #1021

durswd commented 2 months ago

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

perroboc commented 2 months ago

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