Anonymous Maarten
Anonymous Maarten
I applied the patch at https://github.com/libsdl-org/SDL_image/commit/8f7ce97aae063b7f42474d04bdec7b2588ba7219. The next SDL3_image (pre)release will carry this fix. > Just want to also note that after fixing it I had to set the SDL3...
> > I applied the patch at [8f7ce97](https://github.com/libsdl-org/SDL_image/commit/8f7ce97aae063b7f42474d04bdec7b2588ba7219). > > We possibly want this in SDL_mixer, too. See https://github.com/libsdl-org/SDL_mixer/commit/ebdd9cc0fe43352e33ec234f4720fd7d54a31d13
> What's not covered in the install doc is that you have to duplicate the (reference/include) process for the SDL3_image project as well. You're correct that SDL3_image has a dependency...
Running `testsprite` from SDL3. Ironically, when I disable unloading the DBUS library, then running testsprite with SDL3, built with `-fsanitize=address`, does not complain about DBUS leaks upon exit. ```patch ---...
That workaround mixes our vendored avif headers with your system avif library. It should work because of abi compatibility, but is not a good one nonetheless. What is the difference...
Nothing unexpected can be seen in these caches. What's the output of this command? (This should answer [my previous question](https://github.com/libsdl-org/SDL_image/issues/549#issuecomment-2816845200)) ``` find /usr/local 2>/dev/null | grep avif ```
I don't understand what's going wrong on your system. Have you tried removing and installing avif again from brew?
Save the shell script below as `/tmp/run.sh`, and run it as `sh /tmp/run.sh`. Please provide its output as a log file. run.sh ```sh #!/bin/sh set -e write_avif_cmake_project() { mkdir -p...
> > I don't understand what's going wrong on your system. > > Have you tried removing and installing avif again from brew? > > How do I install avif...
What your log tells me is that you have a functional libavif installation, not requiring any extra `-I` arguments. I'd suggest to reduce [gssquared](https://github.com/jawaidbazyar2/gssquared) until you can get SDL3_image building....