Sam Lantinga

Results 1866 comments of Sam Lantinga

> SDL configuration currently prints a lot of information. [This youtuber](https://www.youtube.com/watch?v=PuE98lipGU8) did not even attempt to read stdout. > > Would adding this extra information have helped? I don't know,...

> Okay, I didn't die, but we should probably make a list of obvious things we can adjust based on things he stumbled over on this stream. > > There's...

After looking at the cmake output it's probably better to document this more clearly in the wiki and README.

Here are the build.xcconfig files I use for the satellite libraries. SDL_image 2.0: ``` // // build.xcconfig // // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974...

> Is this build procedure correct? > > 1. Build the xcode projects of the 3rd party libraries > 2. Move this `build.xcconfig` file to the SDL_mixer xcode project, into...

> > I think you can skip step 1, if you've already downloaded the code to the external directory, Xcode will see the dependencies and build them. > > You're...

I'm not seeing the build error in that massive spew?

Okay, this is necessary to build the projects, and I have a couple more fixes coming: `git submodule update --init --recursive`

Okay, I pushed avif build fixes, try now?

You do need SDL, but the other external modules are optional.