SDL2_mixer (tip): TREMOR and MOD_PLUG

Hi,

I am trying to compile an iOS project with the latest tip of SDL2 mixer (888c7be704ce).

I am getting the following error:

“Either VAR_ARRAYS or HAVE_ALLOCA must be defined to select the stack allocation mode”, which comes from tremor/os.h.

In the README it says that tremor is not enabled by default, but the error was not there in release-2.0.4. I see that the default iOS project does define related CPP variables, but I’m not sure if that means they are enabled (compiler flag -D) or if that simply informs xcode of their existence.

Any pointers?

Thank you,
Alex