Anonymous Maarten
Anonymous Maarten
Is this the first fixme for SDL4? :sweat_smile:
I think this would be a good use case for a future async i/o api. https://github.com/libsdl-org/SDL/pull/10605
Try building your examples with `-Wl,-rpath,`. [rpath on wikipedia](https://en.wikipedia.org/wiki/Rpath)
I'll update them now. It looks like the tbd's are outdated (and contain symbols for non-existent SDL3 functions such as `SDL_IsTraySupported`). I'm going to write something to automate this.
The headers and tbds are now updated to current SDL3 main.
> Dont suppose you could offer some insight could you? I'm still very new to building SDL3 so I apologise. You were right. I only updated the SDL3 headers of...
I'd just bump the headers and tbds one more time post-3.4 release so there are no unstable headers in the satellite libraries.
Can we implement memory mapping on top of `SDL_IOStream`? Would truncating files be useful to allow mmap'ing an empty file? @kieselsteini About windows, I often develop using a mingw toolchain...
Please create a PR with proposed changes so we can have a look at what's wrong.
> Pushed the above patch with minor revisions as [04aa74b](https://github.com/libsdl-org/SDL/commit/04aa74b5f93a965c34e94728d2d3a64757899061) Thanks! I can build `testdlopennote.c` with gcc 2.95.4 from the `debian/eol:woody` docker container.