Matthew Gilmore

Results 32 comments of Matthew Gilmore

Closing this as much of this work has been brought forward by mlauss

I haven't touched anything personally in a while. There was some debate over the use of XDG variables in the past (not POSIX, don't apply to macOS) but most other...

At the time (two years ago) the work as I saw it entailed taking the Linux build at the time, trying to build it on Mac, and squashing compiler bugs...

The sprintf->snprintf replacement should be fine, with the understanding this is an ANSI C99 extension. For the size_t thing, size_t is defined as the type returned by sizeof () on...

Ideally whatever variables are in play with the size_t/u32/u64 business would be defined as a fixed size and endianness, promoting portability of binary assets across platforms and architectures. At the...

Oops also, these changes you've got diffs up of, are these checked into a branch/fork anywhere, or just posted here? I've got a macOS box, happy to pull it down...

Doesn't include the library path as in it is missing a -L or a -l? I would imagine sdl2_image gets installed in the same prefix as other SDL2 stuff so...

Between those two files the main thing I see missing from the command line is: -L/opt/homebrew/lib You might try running the contents of link.txt directly with this added into the...

Oh yeah, I only suggested adding the path to confirm that's the only thing wrong, that way you're not chasing some unrelated gremlin. One other suggestion I have is the...

Actually I've got an update, I had to reinstall Optimus anyway because I needed to add a provider (Sass) and it appears that when installing the providers (or at least...