Anonymous Maarten

Results 735 comments of Anonymous Maarten

Feel free to close this issue. I'd suggest to document this somehow to avoid explaining this to every person.

I forgot to add `-O2 -g0` when I switched SDL2's mingw build from CMake to autotools.

SDL2 (SDL and satellite libraries) mingw binaries, built by autotools, are now built with `CFLAGS=-O2` and `LDFLAGS=-Wl,-s`. SDL3 does not have this issue, since we use `RelWithDebInfo` already. I'm not...

Indeed, looks like `getifaddrs` and `freeifaddrs` need extra support on Android. Let's fork the `android-ifaddrs` repo to libsdl-org's organization, and add it as an external dependency to the CMake and...

There's something that I don't understand about this. Building an Android executable fails with `undefined reference` errors, but building a `libSDL3_net.so` shared library succeeds, even when adding `-Wl,--no-undefined` to the...

I've not yet tried to run the SDL_net samples on my phone. Looking at android-ifaddrs' license, we would need to add its license to android inaries we ship. I think...

superfury's version is similar to the `Android.mk` added to all other SDL3 satellite libraries, so it has my preference.

> @madebr can i ask you to name the sdl branch? i want to refer to your corrected version You can find it at the top of my pr: >...

Quoted from https://github.com/libsdl-org/SDL/issues/9365#issuecomment-2026134173 > Still failing but on ppc64le only [1](https://gitlab.alpinelinux.org/alpine/aports/-/jobs/1322312) but I think i already reported it here #9219 Interesting to see it failing for `testautomation`, but not for...

@bl4ckb0ne Does this still happen on ppc64le? What about testautomation testautomation-no-simd?