mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-29 20:27:12 +01:00
5f38b5d705
Vitaly Novichkov Once I ran build of my codecs collection on AppVeyor where my CMake script downloads latest SDL2 from HG repo, failed to link because of math functions conflict: https://ci.appveyor.com/project/Wohlstand/audiocodecs/build/1.0.44 The revision is b9ff5f8b2303 There are both vanilla MinGW and MinGW-w64 are failed to build. ``` [100%] Linking C shared library libSDL2.dll c:/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../libmingwex.a(scalbn.o):(.text+0x0): multiple definition of `scalbln' CMakeFiles\SDL2.dir/objects.a(s_scalbn.c.obj):C:/projects/audiocodecs/build-MinGW-Release-Win32/external/SDL2/src/SDL2HG/src/libm/s_scalbn.c:30: first defined here |
||
---|---|---|
.. | ||
e_atan2.c | ||
e_fmod.c | ||
e_log.c | ||
e_pow.c | ||
e_rem_pio2.c | ||
e_sqrt.c | ||
k_cos.c | ||
k_rem_pio2.c | ||
k_sin.c | ||
k_tan.c | ||
math_libm.h | ||
math_private.h | ||
s_atan.c | ||
s_copysign.c | ||
s_cos.c | ||
s_fabs.c | ||
s_floor.c | ||
s_scalbn.c | ||
s_sin.c | ||
s_tan.c |