Closed efa closed 2 years ago
I tryed to branch tags/v0.3.8 or tags/v0.3.7, but I got the same error. So maybe related to the updated Clang/LLVM that find more errors or is pedantic
It's probably due to a new version of the compiler, I had the same problem on Ubuntu 22.04 it now fixed making the int key also as const.
re-building with gcc 12.2 all of my old code in many projects, it find a lot of errors I never noticed. Well. CLang/LLVM is ever more pedantic
Once worked, I just tested on branch master, but targeting darwin18 so SDK v10.14 like before, now I got this error:
I do not know if it is related to updated "osxcross" cross-compiler I'm using (git version), but it work well on other cross-built project, like my Wilderland: https://github.com/efa/Wilderland Generation for Linux work as before.