-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Android: build failure with ndk 27-beta1 due to use of deprecated ALooper_pollAll #9792
Milestone
Comments
android/ndk#2020 this seems to be the proper handling, suggested by the ndk maintainers, to be used to replace poolAll with poolOnce |
1bsyl
added a commit
to 1bsyl/SDL
that referenced
this issue
May 16, 2024
…due to use of deprecated ALooper_pollAll replace ALooper_pollAll by ALooper_pollOnce
I rolled back to NDK 25.1.8937393 for this reason. |
slouken
pushed a commit
that referenced
this issue
May 16, 2024
… of deprecated ALooper_pollAll replace ALooper_pollAll by ALooper_pollOnce
Looks like github runners are removing NDK 25 very soon: actions/runner-images#10342. While trying to compile 2.30.6, I started seeing this issue:
|
This is fixed for the next release in 4222ceb, thanks! |
kichikuou
added a commit
to kichikuou/xsystem4-android
that referenced
this issue
Aug 5, 2024
SDL2 does not compile with NDK 27 yet. libsdl-org/SDL#9792
kichikuou
added a commit
to kichikuou/xsystem4
that referenced
this issue
Sep 2, 2024
This fixes build with Android NDK 27. libsdl-org/SDL#9792
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building SDL3 with ndk 27-beta1 fails with the following error:
Configuring with
-DCMAKE_C_FLAGS="-Wno-error=deprecated" -DSDL_WERROR=OFF
does not turn the error in a warning.ALooper_pollAll documentation
The text was updated successfully, but these errors were encountered: