olofson / eel

The Extensible Embeddable Language for scripting in realtime applications
http://eelang.org/
zlib License
46 stars 4 forks source link

Static MXE Windows builds broken due to Audiality 2 SDL conflict #125

Closed olofson closed 4 years ago

olofson commented 4 years ago

Building a statically linked eel.exe for Win32 (and most likely Win64) is not currently possible. EEL is still using SDL1.2, whereas Audiality 2 now supports only SDL2, and v1.9.3 (which still supports SDL 1.2 as well) doesn't work with static MXE builds.

No plans on looking into that now, as EEL is about to move to SDL2 as well. If there are still issues with the MXE builds after that, we'll deal with that.