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

NDK version for android? #627

Open
hoseyjoe opened this issue Oct 28, 2023 · 0 comments
Open

NDK version for android? #627

hoseyjoe opened this issue Oct 28, 2023 · 0 comments

Comments

@hoseyjoe
Copy link

Any ideas on which NDK may work?

I tried android-ndk-r18b
sdl/Window.c:334: error: undefined reference to 'sdl_warp_mouse_in_window'

android-ndk-r26b
In file included from cpp/sdl2/src/render/opengles2/SDL_render_gles2.c:304:
cpp/sdl2/src/render/opengles2/SDL_gles2funcs.h:58:1: error: incompatible function pointer types assigning to 'void (*)(GLuint, GLsizei, const GLchar **, const GLint )' (aka 'void ()(unsigned int, int, const char **, const int *)') from 'void (GLuint, GLsizei, const GLchar *const *, const GLint *)' (aka 'void (unsigned int, int, const char *const *, const int *)') [-Wincompatible-function-pointer-types]
cpp/sdl2/src/render/opengles2/SDL_render_gles2.c:293:45: note: expanded from macro 'SDL_PROC'

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

No branches or pull requests

1 participant