-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
Unable to build lime with android ndk r28 #1923
Comments
Note, these issues also happen with r27c, which is currently the oldest ndk version that's still in support: https://github.com/android/ndk/wiki#releases |
We recently updated the 8.3.0-Dev branch to use SDL 2.30.12. I wonder if that version supports NDK r27 and r28? That was the newest SDL2 update at the time, but it looks like there may be a couple of newer SDL2 updates since then that we could try. |
The sdl issue is due to So we should be ok |
Should resolve part of the issues related here: #1923 (comment)
For some reason, with any ndk >= 20, hxcpp seems to ignore the The hxcpp setup seems a bit messy, but either way, replacing With this flag set and with the 8.3.0-Dev branch for the newer sdl, I am able to build the ndll successfully, thanks! |
Two of our dependencies fail to build with android ndk r28:
openal:
sdl:
The text was updated successfully, but these errors were encountered: