Anonymous Maarten

Results 190 issues of Anonymous Maarten

For MSVC platforms, `SDL3/SDL_egl.h` has the following conditional to avoid including a system `EGL/egl.h`: https://github.com/libsdl-org/SDL/blob/dd955332a2795d8b60731b1864eeab44341baf8d/include/SDL3/SDL_egl.h#L28 Perhaps this should include Windows platforms? If a CMake test is preferred, we were only...

Until now, all MinGW binary packages contain a dynamic dll and a static library. Since the SDL project recommends using shared libraries, would it make sense to stop adding static...

The `Create DMG` target of SDL2_mixer's Xcode creates a dmg without the optional gme/ogg/opus/wavpack/xmp frameworks. The [dmg of official releases weights around 1.86MB](https://github.com/libsdl-org/SDL_mixer/releases/tag/release-2.8.0), whereas a [dmg created by xcode weight...

When copying `build.xcconfig` from [here](https://github.com/libsdl-org/SDL_mixer/issues/638#issuecomment-2387181754) into the `Xcode` folder, building libavif fails. [link](https://github.com/madebr/SDL_image/actions/runs/11181487677/job/31085644505#step:7:3125) ``` cd /Users/runner/work/SDL_image/SDL_image/tardir/SDL2_image-2.9.0/Xcode/avif /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-370e46e0f02e54db71bc6d75e3f2cef2.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module...

### What happened? Using `ocotokit.reset.repos.downloadZipballArchive` often fails with a 500 HTTP error on Linux. I use this api in [libsdl-org/setup-sdl](https://github.com/libsdl-org/setup-sdl) [here](https://github.com/libsdl-org/setup-sdl/blob/c3f966b577bda4aa30a21fab1875fc89f0151a6b/src/main.ts#L76-L80). In this [action workflow](https://github.com/madebr/librw/blob/update-202408/.github/workflows/build.yml), the `libsdl-org/setup-sdl` action is used...

Type: Bug

When configuring DethRace with `-DBUILD_SHARED_LIBS=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON`, linking fails due to missing symbols. (eventually add ` -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined"` to emit an error on missing symbols) ``` /usr/bin/ld: lib/BRender-v1.3.2/drivers/pentprim/libsoftprmf.so: undefined reference to `TrapezoidRenderPIZ2TIA_RGB_555'...

### Describe the bug I just created the `conanfile.txt` at the bottom for a project. When installing it. conan informs me there is a version conflict between stb/cci.20230920 and stb/cci.20240531....

This allows you to bind the `voipchat` server to `127.0.0.1` or `::1`. This change is motivated by the following observations of current `voipchat`: When running `voipchat --server`, it was unclear...

`voipchat` does not work over ipv6. Using #109, running the server as `voipchat --server ::1` or `voipchat --server ::/0` , and running the clients as `voipchat ::1` or `voipchat localhost`...

Required to build a SDL3_net dmg, providing a xcframework for (most) Apple platforms.