supertuxkart / stk-code

The code base of supertuxkart
Other
4.46k stars 1.05k forks source link

Make mingw 32-bit compilation work without a hack or remove support for it #3608

Closed ghost closed 5 years ago

ghost commented 5 years ago

MinGW compilation on Linux for 32 bit should work without any hacks or off-the-road documentation, otherwise this should be removed.

deveee commented 5 years ago

It's not possible to fix it, because the fix breaks compilation for non-affected version. You can use debug build, angelscript with as_max_portability or 64bit build.

And remove support doesn't have a sense because it will work with newer compiler versions.

Btw. some 32bit linux gcc are affected too