We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: