SDL_mixer icon indicating copy to clipboard operation
SDL_mixer copied to clipboard

Can not pass compile with the lasted commit

Open HelloSakura opened this issue 8 months ago • 1 comments

I want compile this with source code, but there are some problem I can't figure out. it seems to has some syntax error and wrong use with source code;

Image Image

I see the makelist has "set(SDL_REQUIRED_VERSION 3.2.0)". Is this mixer version not adapt to the last SDL3 release version?

HelloSakura avatar Aug 17 '25 17:08 HelloSakura

SDL3_mixer needs SDL 3.4.0, which hasn't shipped yet; you have to build SDL3 from revision control for now.

(This will be fixed when we finish 3.4.0, sorry about that.)

icculus avatar Aug 18 '25 15:08 icculus