Guest User

SDL2 MXE Error

a guest
Feb 29th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.04 KB | None | 0 0
  1. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_render_d3d11.o): In function `D3D11_RenderReadPixels':
  2. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/render/direct3d11/SDL_render_d3d11.c:2739: undefined reference to `IID_ID3D11Texture2D'
  3. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_render_d3d11.o): In function `D3D11_CreateDeviceResources':
  4. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/render/direct3d11/SDL_render_d3d11.c:1003: undefined reference to `IID_IDXGIFactory2'
  5. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/render/direct3d11/SDL_render_d3d11.c:1045: undefined reference to `IID_ID3D11Device1'
  6. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/render/direct3d11/SDL_render_d3d11.c:1051: undefined reference to `IID_ID3D11DeviceContext1'
  7. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/render/direct3d11/SDL_render_d3d11.c:1057: undefined reference to `IID_IDXGIDevice1'
  8. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_render_d3d11.o): In function `D3D11_CreateWindowSizeDependentResources':
  9. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/render/direct3d11/SDL_render_d3d11.c:1504: undefined reference to `IID_ID3D11Texture2D'
  10. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windows.o): In function `WIN_CoInitialize':
  11. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/core/windows/SDL_windows.c:68: undefined reference to `_imp__CoInitializeEx@8'
  12. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windows.o): In function `WIN_CoUninitialize':
  13. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/core/windows/SDL_windows.c:87: undefined reference to `_imp__CoUninitialize@0'
  14. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_SetupAPI':
  15. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:596: undefined reference to `ImmGetIMEFileNameA@12'
  16. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:609: undefined reference to `ImmGetContext@4'
  17. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:612: undefined reference to `ImmReleaseContext@8'
  18. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_GetId':
  19. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:530: undefined reference to `ImmGetIMEFileNameA@12'
  20. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:545: undefined reference to `GetFileVersionInfoSizeA@8'
  21. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:549: undefined reference to `GetFileVersionInfoA@16'
  22. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:550: undefined reference to `VerQueryValueA@16'
  23. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `UILess_GetCandidateList':
  24. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:966: undefined reference to `_imp__SysFreeString@4'
  25. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_ClearComposition':
  26. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:662: undefined reference to `ImmGetContext@4'
  27. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:666: undefined reference to `ImmNotifyIME@16'
  28. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:670: undefined reference to `ImmNotifyIME@16'
  29. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:671: undefined reference to `ImmReleaseContext@8'
  30. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_Disable':
  31. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:344: undefined reference to `ImmAssociateContext@8'
  32. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_ClearComposition':
  33. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:668: undefined reference to `ImmSetCompositionStringW@24'
  34. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:662: undefined reference to `ImmGetContext@4'
  35. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:666: undefined reference to `ImmNotifyIME@16'
  36. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:670: undefined reference to `ImmNotifyIME@16'
  37. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:671: undefined reference to `ImmReleaseContext@8'
  38. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:668: undefined reference to `ImmSetCompositionStringW@24'
  39. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `UIElementSink_BeginUIElement@12':
  40. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:1033: undefined reference to `_imp__SysFreeString@4'
  41. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `UIElementSink_UpdateUIElement@8':
  42. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:1060: undefined reference to `_imp__SysFreeString@4'
  43. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_Init':
  44. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:289: undefined reference to `_imp__CoCreateInstance@20'
  45. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:303: undefined reference to `ImmGetContext@4'
  46. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:304: undefined reference to `ImmReleaseContext@8'
  47. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `UILess_SetupSinks':
  48. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:1174: undefined reference to `_imp__CoCreateInstance@20'
  49. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_GetId':
  50. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:530: undefined reference to `ImmGetIMEFileNameA@12'
  51. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:545: undefined reference to `GetFileVersionInfoSizeA@8'
  52. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:549: undefined reference to `GetFileVersionInfoA@16'
  53. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_GetReadingString':
  54. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:402: undefined reference to `ImmGetContext@4'
  55. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:477: undefined reference to `ImmReleaseContext@8'
  56. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_GetId':
  57. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:550: undefined reference to `VerQueryValueA@16'
  58. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_Quit':
  59. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:358: undefined reference to `ImmAssociateContext@8'
  60. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_Enable':
  61. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:329: undefined reference to `ImmAssociateContext@8'
  62. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_ClearComposition':
  63. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:662: undefined reference to `ImmGetContext@4'
  64. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:666: undefined reference to `ImmNotifyIME@16'
  65. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:670: undefined reference to `ImmNotifyIME@16'
  66. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:671: undefined reference to `ImmReleaseContext@8'
  67. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_Disable':
  68. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:344: undefined reference to `ImmAssociateContext@8'
  69. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_ClearComposition':
  70. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:668: undefined reference to `ImmSetCompositionStringW@24'
  71. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_HandleMessage':
  72. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:834: undefined reference to `ImmGetContext@4'
  73. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_GetCompositionString':
  74. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:678: undefined reference to `ImmGetCompositionStringW@16'
  75. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:683: undefined reference to `ImmGetCompositionStringW@16'
  76. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_HandleMessage':
  77. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:872: undefined reference to `ImmReleaseContext@8'
  78. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_ClearComposition':
  79. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:662: undefined reference to `ImmGetContext@4'
  80. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:666: undefined reference to `ImmNotifyIME@16'
  81. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:670: undefined reference to `ImmNotifyIME@16'
  82. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:671: undefined reference to `ImmReleaseContext@8'
  83. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_HandleMessage':
  84. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:867: undefined reference to `ImmGetContext@4'
  85. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_GetCandidateList':
  86. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:746: undefined reference to `ImmGetCandidateListW@16'
  87. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_GetCompositionString':
  88. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:678: undefined reference to `ImmGetCompositionStringW@16'
  89. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:683: undefined reference to `ImmGetCompositionStringW@16'
  90. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_ClearComposition':
  91. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:668: undefined reference to `ImmSetCompositionStringW@24'
  92. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_windowskeyboard.o): In function `IME_GetCandidateList':
  93. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/video/windows/SDL_windowskeyboard.c:750: undefined reference to `ImmGetCandidateListW@16'
  94. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_dxjoystick.o): In function `SDL_SYS_JoystickInit':
  95. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/joystick/windows/SDL_dxjoystick.c:600: undefined reference to `_imp__CoCreateInstance@20'
  96. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_syshaptic.o): In function `SDL_SYS_HapticInit':
  97. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/haptic/windows/SDL_syshaptic.c:168: undefined reference to `_imp__CoCreateInstance@20'
  98. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `timeSetPeriod':
  99. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:58: undefined reference to `_imp__timeBeginPeriod@4'
  100. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:52: undefined reference to `_imp__timeEndPeriod@4'
  101. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:58: undefined reference to `_imp__timeBeginPeriod@4'
  102. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `SDL_TicksInit':
  103. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:106: undefined reference to `_imp__timeGetTime@0'
  104. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `timeSetPeriod':
  105. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:52: undefined reference to `_imp__timeEndPeriod@4'
  106. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:52: undefined reference to `_imp__timeEndPeriod@4'
  107. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `SDL_GetTicks_REAL':
  108. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:159: undefined reference to `_imp__timeGetTime@0'
  109. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `timeSetPeriod':
  110. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:58: undefined reference to `_imp__timeBeginPeriod@4'
  111. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `SDL_TicksInit':
  112. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:106: undefined reference to `_imp__timeGetTime@0'
  113. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `timeSetPeriod':
  114. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:52: undefined reference to `_imp__timeEndPeriod@4'
  115. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `SDL_GetTicks_REAL':
  116. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:159: undefined reference to `_imp__timeGetTime@0'
  117. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `timeSetPeriod':
  118. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:58: undefined reference to `_imp__timeBeginPeriod@4'
  119. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `SDL_TicksInit':
  120. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:106: undefined reference to `_imp__timeGetTime@0'
  121. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_systimer.o): In function `timeSetPeriod':
  122. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/timer/windows/SDL_systimer.c:52: undefined reference to `_imp__timeEndPeriod@4'
  123. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_winmm.o): In function `WINMM_CloseDevice':
  124. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:172: undefined reference to `_imp__waveOutUnprepareHeader@12'
  125. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:172: undefined reference to `_imp__waveOutUnprepareHeader@12'
  126. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:184: undefined reference to `_imp__waveInClose@4'
  127. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:189: undefined reference to `_imp__waveOutClose@4'
  128. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_winmm.o): In function `WINMM_PlayDevice':
  129. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:133: undefined reference to `_imp__waveOutWrite@12'
  130. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_winmm.o): In function `DetectWaveOutDevs':
  131. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:55: undefined reference to `_imp__waveOutGetNumDevs@0'
  132. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:55: undefined reference to `_imp__waveOutGetDevCapsW@12'
  133. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_winmm.o): In function `DetectWaveInDevs':
  134. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:56: undefined reference to `_imp__waveInGetNumDevs@0'
  135. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:56: undefined reference to `_imp__waveInGetDevCapsW@12'
  136. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_winmm.o): In function `WINMM_OpenDevice':
  137. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:235: undefined reference to `_imp__waveInGetNumDevs@0'
  138. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:238: undefined reference to `_imp__waveInGetDevCapsW@12'
  139. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:316: undefined reference to `_imp__waveInOpen@24'
  140. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:366: undefined reference to `_imp__waveOutPrepareHeader@12'
  141. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:248: undefined reference to `_imp__waveOutGetNumDevs@0'
  142. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:251: undefined reference to `_imp__waveOutGetDevCapsW@12'
  143. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_winmm.o): In function `PrepWaveFormat':
  144. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:218: undefined reference to `_imp__waveOutOpen@24'
  145. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:216: undefined reference to `_imp__waveInOpen@24'
  146. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_winmm.o): In function `WINMM_OpenDevice':
  147. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:320: undefined reference to `_imp__waveOutOpen@24'
  148. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2.a(SDL_winmm.o): In function `SetMMerror':
  149. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:108: undefined reference to `_imp__waveOutGetErrorTextW@12'
  150. /opt/mxe/tmp-sdl2-i686-w64-mingw32.static/SDL2-2.0.3/src/audio/winmm/SDL_winmm.c:108: undefined reference to `_imp__waveOutGetErrorTextW@12'
  151. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2_image.a(IMG_jpg.o): In function `IMG_InitJPG':
  152. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:152: undefined reference to `jpeg_calc_output_dimensions'
  153. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:153: undefined reference to `jpeg_CreateDecompress'
  154. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:154: undefined reference to `jpeg_destroy_decompress'
  155. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:155: undefined reference to `jpeg_finish_decompress'
  156. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:156: undefined reference to `jpeg_read_header'
  157. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:157: undefined reference to `jpeg_read_scanlines'
  158. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:158: undefined reference to `jpeg_resync_to_restart'
  159. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:159: undefined reference to `jpeg_start_decompress'
  160. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_jpg.c:160: undefined reference to `jpeg_std_error'
  161. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2_image.a(IMG_png.o): In function `IMG_InitPNG':
  162. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:270: undefined reference to `png_create_info_struct'
  163. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:271: undefined reference to `png_create_read_struct'
  164. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:272: undefined reference to `png_destroy_read_struct'
  165. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:273: undefined reference to `png_get_IHDR'
  166. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:274: undefined reference to `png_get_channels'
  167. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:275: undefined reference to `png_get_io_ptr'
  168. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:276: undefined reference to `png_get_PLTE'
  169. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:277: undefined reference to `png_get_tRNS'
  170. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:278: undefined reference to `png_get_valid'
  171. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:279: undefined reference to `png_read_image'
  172. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:280: undefined reference to `png_read_info'
  173. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:281: undefined reference to `png_read_update_info'
  174. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:282: undefined reference to `png_set_expand'
  175. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:283: undefined reference to `png_set_gray_to_rgb'
  176. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:284: undefined reference to `png_set_packing'
  177. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:285: undefined reference to `png_set_read_fn'
  178. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:286: undefined reference to `png_set_strip_16'
  179. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:287: undefined reference to `png_sig_cmp'
  180. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_png.c:289: undefined reference to `png_set_longjmp_fn'
  181. /opt/mxe/usr/i686-w64-mingw32.static/lib/libSDL2_image.a(IMG_webp.o): In function `IMG_InitWEBP':
  182. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_webp.c:116: undefined reference to `WebPGetFeaturesInternal'
  183. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_webp.c:117: undefined reference to `WebPDecodeRGBInto'
  184. /opt/mxe/tmp-sdl2_image-i686-w64-mingw32.static/SDL2_image-2.0.0/IMG_webp.c:118: undefined reference to `WebPDecodeRGBAInto'
  185. collect2: error: ld returned 1 exit status
Add Comment
Please, Sign In to add comment