Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.83 KB | None | 0 0
  1. $ make -j4
  2. g++ -mno-ms-bitfields -D__LIBRETRO__ -I./.. -I./../cbus -I./../common -I./../diskimage -I./../diskimage/cd -I./../diskimage/fd -I./../embed -I./../embed/menu -I./../embed/menubase -I./../fdd -I./../font -I./../generic -I./../io -I./../mem -I./../sound -I./../sound/vermouth -I./../trap -I./../vram -I./../sdl2 -I./../zlib -I./../sdl2/libretro -I./../sdl2/libretro/libretro-common/include -I./../i386c -I./../i386c/ia32 -I./../i386c/ia32/instructions -I./../i386c/ia32/instructions/fpu -O3 -DNDEBUG -DGIT_VERSION=\"" 0ed4b88"\" -DSUPPORT_LARGE_HDD -DSUPPORT_VPCVHD -DSUPPORT_KAI_IMAGES -DHOOK_SYSKEY -DALLOW_MULTIRUN -c ../sdl2/soundmng.cpp -o ../sdl2/soundmng.o
  3. cc -D__LIBRETRO__ -I./.. -I./../cbus -I./../common -I./../diskimage -I./../diskimage/cd -I./../diskimage/fd -I./../embed -I./../embed/menu -I./../embed/menubase -I./../fdd -I./../font -I./../generic -I./../io -I./../mem -I./../sound -I./../sound/vermouth -I./../trap -I./../vram -I./../sdl2 -I./../zlib -I./../sdl2/libretro -I./../sdl2/libretro/libretro-common/include -I./../i386c -I./../i386c/ia32 -I./../i386c/ia32/instructions -I./../i386c/ia32/instructions/fpu -O3 -DNDEBUG -DGIT_VERSION=\"" 0ed4b88"\" -DSUPPORT_LARGE_HDD -DSUPPORT_VPCVHD -DSUPPORT_KAI_IMAGES -DHOOK_SYSKEY -DALLOW_MULTIRUN -c ../calendar.c -o ../calendar.o
  4. cc -D__LIBRETRO__ -I./.. -I./../cbus -I./../common -I./../diskimage -I./../diskimage/cd -I./../diskimage/fd -I./../embed -I./../embed/menu -I./../embed/menubase -I./../fdd -I./../font -I./../generic -I./../io -I./../mem -I./../sound -I./../sound/vermouth -I./../trap -I./../vram -I./../sdl2 -I./../zlib -I./../sdl2/libretro -I./../sdl2/libretro/libretro-common/include -I./../i386c -I./../i386c/ia32 -I./../i386c/ia32/instructions -I./../i386c/ia32/instructions/fpu -O3 -DNDEBUG -DGIT_VERSION=\"" 0ed4b88"\" -DSUPPORT_LARGE_HDD -DSUPPORT_VPCVHD -DSUPPORT_KAI_IMAGES -DHOOK_SYSKEY -DALLOW_MULTIRUN -c ../debugsub.c -o ../debugsub.o
  5. cc -D__LIBRETRO__ -I./.. -I./../cbus -I./../common -I./../diskimage -I./../diskimage/cd -I./../diskimage/fd -I./../embed -I./../embed/menu -I./../embed/menubase -I./../fdd -I./../font -I./../generic -I./../io -I./../mem -I./../sound -I./../sound/vermouth -I./../trap -I./../vram -I./../sdl2 -I./../zlib -I./../sdl2/libretro -I./../sdl2/libretro/libretro-common/include -I./../i386c -I./../i386c/ia32 -I./../i386c/ia32/instructions -I./../i386c/ia32/instructions/fpu -O3 -DNDEBUG -DGIT_VERSION=\"" 0ed4b88"\" -DSUPPORT_LARGE_HDD -DSUPPORT_VPCVHD -DSUPPORT_KAI_IMAGES -DHOOK_SYSKEY -DALLOW_MULTIRUN -c ../keystat.c -o ../keystat.o
  6. In file included from F:/msys2/mingw64/include/c++/6.3.0/algorithm:61:0,
  7. from ../sdl2/soundmng.cpp:3:
  8. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:243:56: error: macro "min" passed 3 arguments, but takes just 2
  9. min(const _Tp& __a, const _Tp& __b, _Compare __comp)
  10. ^
  11. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:265:56: error: macro "max" passed 3 arguments, but takes just 2
  12. max(const _Tp& __a, const _Tp& __b, _Compare __comp)
  13. ^
  14. In file included from F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algo.h:60:0,
  15. from F:/msys2/mingw64/include/c++/6.3.0/algorithm:62,
  16. from ../sdl2/soundmng.cpp:3:
  17. F:/msys2/mingw64/include/c++/6.3.0/bits/algorithmfwd.h:362:41: error: macro "max" passed 3 arguments, but takes just 2
  18. max(const _Tp&, const _Tp&, _Compare);
  19. ^
  20. F:/msys2/mingw64/include/c++/6.3.0/bits/algorithmfwd.h:375:41: error: macro "min" passed 3 arguments, but takes just 2
  21. min(const _Tp&, const _Tp&, _Compare);
  22. ^
  23. F:/msys2/mingw64/include/c++/6.3.0/bits/algorithmfwd.h:403:30: error: macro "min" requires 2 arguments, but only 1 given
  24. min(initializer_list<_Tp>);
  25. ^
  26. F:/msys2/mingw64/include/c++/6.3.0/bits/algorithmfwd.h:413:30: error: macro "max" requires 2 arguments, but only 1 given
  27. max(initializer_list<_Tp>);
  28. ^
  29. In file included from F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:35:0,
  30. from F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algo.h:66,
  31. from F:/msys2/mingw64/include/c++/6.3.0/algorithm:62,
  32. from ../sdl2/soundmng.cpp:3:
  33. F:/msys2/mingw64/include/c++/6.3.0/limits:320:11: error: macro "min" requires 2 arguments, but only 1 given
  34. min() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
  35. ^
  36. F:/msys2/mingw64/include/c++/6.3.0/limits:324:11: error: macro "max" requires 2 arguments, but only 1 given
  37. max() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
  38. ^
  39. F:/msys2/mingw64/include/c++/6.3.0/limits:387:11: error: macro "min" requires 2 arguments, but only 1 given
  40. min() _GLIBCXX_USE_NOEXCEPT { return false; }
  41. ^
  42. F:/msys2/mingw64/include/c++/6.3.0/limits:390:11: error: macro "max" requires 2 arguments, but only 1 given
  43. max() _GLIBCXX_USE_NOEXCEPT { return true; }
  44. ^
  45. F:/msys2/mingw64/include/c++/6.3.0/limits:394:38: error: macro "min" requires 2 arguments, but only 1 given
  46. lowest() noexcept { return min(); }
  47. ^
  48. F:/msys2/mingw64/include/c++/6.3.0/limits:456:11: error: macro "min" requires 2 arguments, but only 1 given
  49. min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min(char); }
  50. ^
  51. F:/msys2/mingw64/include/c++/6.3.0/limits:459:11: error: macro "max" requires 2 arguments, but only 1 given
  52. max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
  53. ^
  54. F:/msys2/mingw64/include/c++/6.3.0/limits:463:38: error: macro "min" requires 2 arguments, but only 1 given
  55. lowest() noexcept { return min(); }
  56. ^
  57. F:/msys2/mingw64/include/c++/6.3.0/limits:523:11: error: macro "min" requires 2 arguments, but only 1 given
  58. min() _GLIBCXX_USE_NOEXCEPT { return -__SCHAR_MAX__ - 1; }
  59. ^
  60. F:/msys2/mingw64/include/c++/6.3.0/limits:526:11: error: macro "max" requires 2 arguments, but only 1 given
  61. max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__; }
  62. ^
  63. F:/msys2/mingw64/include/c++/6.3.0/limits:530:38: error: macro "min" requires 2 arguments, but only 1 given
  64. lowest() noexcept { return min(); }
  65. ^
  66. F:/msys2/mingw64/include/c++/6.3.0/limits:593:11: error: macro "min" requires 2 arguments, but only 1 given
  67. min() _GLIBCXX_USE_NOEXCEPT { return 0; }
  68. ^
  69. F:/msys2/mingw64/include/c++/6.3.0/limits:596:11: error: macro "max" requires 2 arguments, but only 1 given
  70. max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__ * 2U + 1; }
  71. ^
  72. F:/msys2/mingw64/include/c++/6.3.0/limits:600:38: error: macro "min" requires 2 arguments, but only 1 given
  73. lowest() noexcept { return min(); }
  74. ^
  75. F:/msys2/mingw64/include/c++/6.3.0/limits:666:11: error: macro "min" requires 2 arguments, but only 1 given
  76. min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
  77. ^
  78. F:/msys2/mingw64/include/c++/6.3.0/limits:669:11: error: macro "max" requires 2 arguments, but only 1 given
  79. max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
  80. ^
  81. F:/msys2/mingw64/include/c++/6.3.0/limits:673:38: error: macro "min" requires 2 arguments, but only 1 given
  82. lowest() noexcept { return min(); }
  83. ^
  84. F:/msys2/mingw64/include/c++/6.3.0/limits:735:11: error: macro "min" requires 2 arguments, but only 1 given
  85. min() noexcept { return __glibcxx_min (char16_t); }
  86. ^
  87. F:/msys2/mingw64/include/c++/6.3.0/limits:738:11: error: macro "max" requires 2 arguments, but only 1 given
  88. max() noexcept { return __glibcxx_max (char16_t); }
  89. ^
  90. F:/msys2/mingw64/include/c++/6.3.0/limits:741:38: error: macro "min" requires 2 arguments, but only 1 given
  91. lowest() noexcept { return min(); }
  92. ^
  93. F:/msys2/mingw64/include/c++/6.3.0/limits:796:11: error: macro "min" requires 2 arguments, but only 1 given
  94. min() noexcept { return __glibcxx_min (char32_t); }
  95. ^
  96. F:/msys2/mingw64/include/c++/6.3.0/limits:799:11: error: macro "max" requires 2 arguments, but only 1 given
  97. max() noexcept { return __glibcxx_max (char32_t); }
  98. ^
  99. F:/msys2/mingw64/include/c++/6.3.0/limits:802:38: error: macro "min" requires 2 arguments, but only 1 given
  100. lowest() noexcept { return min(); }
  101. ^
  102. F:/msys2/mingw64/include/c++/6.3.0/limits:858:11: error: macro "min" requires 2 arguments, but only 1 given
  103. min() _GLIBCXX_USE_NOEXCEPT { return -__SHRT_MAX__ - 1; }
  104. ^
  105. F:/msys2/mingw64/include/c++/6.3.0/limits:861:11: error: macro "max" requires 2 arguments, but only 1 given
  106. max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__; }
  107. ^
  108. F:/msys2/mingw64/include/c++/6.3.0/limits:865:38: error: macro "min" requires 2 arguments, but only 1 given
  109. lowest() noexcept { return min(); }
  110. ^
  111. F:/msys2/mingw64/include/c++/6.3.0/limits:925:11: error: macro "min" requires 2 arguments, but only 1 given
  112. min() _GLIBCXX_USE_NOEXCEPT { return 0; }
  113. ^
  114. F:/msys2/mingw64/include/c++/6.3.0/limits:928:11: error: macro "max" requires 2 arguments, but only 1 given
  115. max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__ * 2U + 1; }
  116. ^
  117. F:/msys2/mingw64/include/c++/6.3.0/limits:932:38: error: macro "min" requires 2 arguments, but only 1 given
  118. lowest() noexcept { return min(); }
  119. ^
  120. F:/msys2/mingw64/include/c++/6.3.0/limits:998:11: error: macro "min" requires 2 arguments, but only 1 given
  121. min() _GLIBCXX_USE_NOEXCEPT { return -__INT_MAX__ - 1; }
  122. ^
  123. F:/msys2/mingw64/include/c++/6.3.0/limits:1001:11: error: macro "max" requires 2 arguments, but only 1 given
  124. max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__; }
  125. ^
  126. F:/msys2/mingw64/include/c++/6.3.0/limits:1005:38: error: macro "min" requires 2 arguments, but only 1 given
  127. lowest() noexcept { return min(); }
  128. ^
  129. F:/msys2/mingw64/include/c++/6.3.0/limits:1065:11: error: macro "min" requires 2 arguments, but only 1 given
  130. min() _GLIBCXX_USE_NOEXCEPT { return 0; }
  131. ^
  132. F:/msys2/mingw64/include/c++/6.3.0/limits:1068:11: error: macro "max" requires 2 arguments, but only 1 given
  133. max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__ * 2U + 1; }
  134. ^
  135. F:/msys2/mingw64/include/c++/6.3.0/limits:1072:38: error: macro "min" requires 2 arguments, but only 1 given
  136. lowest() noexcept { return min(); }
  137. ^
  138. F:/msys2/mingw64/include/c++/6.3.0/limits:1137:11: error: macro "min" requires 2 arguments, but only 1 given
  139. min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_MAX__ - 1; }
  140. ^
  141. F:/msys2/mingw64/include/c++/6.3.0/limits:1140:11: error: macro "max" requires 2 arguments, but only 1 given
  142. max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__; }
  143. ^
  144. F:/msys2/mingw64/include/c++/6.3.0/limits:1144:38: error: macro "min" requires 2 arguments, but only 1 given
  145. lowest() noexcept { return min(); }
  146. ^
  147. F:/msys2/mingw64/include/c++/6.3.0/limits:1204:11: error: macro "min" requires 2 arguments, but only 1 given
  148. min() _GLIBCXX_USE_NOEXCEPT { return 0; }
  149. ^
  150. F:/msys2/mingw64/include/c++/6.3.0/limits:1207:11: error: macro "max" requires 2 arguments, but only 1 given
  151. max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__ * 2UL + 1; }
  152. ^
  153. F:/msys2/mingw64/include/c++/6.3.0/limits:1211:38: error: macro "min" requires 2 arguments, but only 1 given
  154. lowest() noexcept { return min(); }
  155. ^
  156. F:/msys2/mingw64/include/c++/6.3.0/limits:1277:11: error: macro "min" requires 2 arguments, but only 1 given
  157. min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_LONG_MAX__ - 1; }
  158. ^
  159. F:/msys2/mingw64/include/c++/6.3.0/limits:1280:11: error: macro "max" requires 2 arguments, but only 1 given
  160. max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__; }
  161. ^
  162. F:/msys2/mingw64/include/c++/6.3.0/limits:1284:38: error: macro "min" requires 2 arguments, but only 1 given
  163. lowest() noexcept { return min(); }
  164. ^
  165. F:/msys2/mingw64/include/c++/6.3.0/limits:1347:11: error: macro "min" requires 2 arguments, but only 1 given
  166. min() _GLIBCXX_USE_NOEXCEPT { return 0; }
  167. ^
  168. F:/msys2/mingw64/include/c++/6.3.0/limits:1350:11: error: macro "max" requires 2 arguments, but only 1 given
  169. max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__ * 2ULL + 1; }
  170. ^
  171. F:/msys2/mingw64/include/c++/6.3.0/limits:1354:38: error: macro "min" requires 2 arguments, but only 1 given
  172. lowest() noexcept { return min(); }
  173. ^
  174. F:/msys2/mingw64/include/c++/6.3.0/limits:1570:85: error: macro "min" requires 2 arguments, but only 1 given
  175. __INT_N_201103 (__GLIBCXX_TYPE_INT_N_0), __INT_N_U201103 (__GLIBCXX_TYPE_INT_N_0))
  176. ^
  177. F:/msys2/mingw64/include/c++/6.3.0/limits:1570:85: error: macro "min" requires 2 arguments, but only 1 given
  178. F:/msys2/mingw64/include/c++/6.3.0/limits:1570:85: error: macro "min" requires 2 arguments, but only 1 given
  179. F:/msys2/mingw64/include/c++/6.3.0/limits:1570:85: error: macro "max" requires 2 arguments, but only 1 given
  180. F:/msys2/mingw64/include/c++/6.3.0/limits:1570:85: error: macro "min" requires 2 arguments, but only 1 given
  181. F:/msys2/mingw64/include/c++/6.3.0/limits:1570:85: error: macro "max" requires 2 arguments, but only 1 given
  182. F:/msys2/mingw64/include/c++/6.3.0/limits:1598:11: error: macro "min" requires 2 arguments, but only 1 given
  183. min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }
  184. ^
  185. F:/msys2/mingw64/include/c++/6.3.0/limits:1601:11: error: macro "max" requires 2 arguments, but only 1 given
  186. max() _GLIBCXX_USE_NOEXCEPT { return __FLT_MAX__; }
  187. ^
  188. F:/msys2/mingw64/include/c++/6.3.0/limits:1673:11: error: macro "min" requires 2 arguments, but only 1 given
  189. min() _GLIBCXX_USE_NOEXCEPT { return __DBL_MIN__; }
  190. ^
  191. F:/msys2/mingw64/include/c++/6.3.0/limits:1676:11: error: macro "max" requires 2 arguments, but only 1 given
  192. max() _GLIBCXX_USE_NOEXCEPT { return __DBL_MAX__; }
  193. ^
  194. F:/msys2/mingw64/include/c++/6.3.0/limits:1748:11: error: macro "min" requires 2 arguments, but only 1 given
  195. min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
  196. ^
  197. F:/msys2/mingw64/include/c++/6.3.0/limits:1751:11: error: macro "max" requires 2 arguments, but only 1 given
  198. max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
  199. ^
  200. In file included from F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algo.h:66:0,
  201. from F:/msys2/mingw64/include/c++/6.3.0/algorithm:62,
  202. from ../sdl2/soundmng.cpp:3:
  203. F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:76:56: error: macro "max" requires 2 arguments, but only 1 given
  204. _IntType __b = std::numeric_limits<_IntType>::max())
  205. ^
  206. F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:105:57: error: macro "max" requires 2 arguments, but only 1 given
  207. _IntType __b = std::numeric_limits<_IntType>::max())
  208. ^
  209. F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:149:11: error: macro "min" requires 2 arguments, but only 1 given
  210. min() const
  211. ^
  212. F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:156:11: error: macro "max" requires 2 arguments, but only 1 given
  213. max() const
  214. ^
  215. F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:227:40: error: macro "min" requires 2 arguments, but only 1 given
  216. const __uctype __urngmin = __urng.min();
  217. ^
  218. F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:228:40: error: macro "max" requires 2 arguments, but only 1 given
  219. const __uctype __urngmax = __urng.max();
  220. ^
  221. F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:296:40: error: macro "min" requires 2 arguments, but only 1 given
  222. const __uctype __urngmin = __urng.min();
  223. ^
  224. F:/msys2/mingw64/include/c++/6.3.0/bits/uniform_int_dist.h:297:40: error: macro "max" requires 2 arguments, but only 1 given
  225. const __uctype __urngmax = __urng.max();
  226. ^
  227. In file included from F:/msys2/mingw64/include/c++/6.3.0/algorithm:62:0,
  228. from ../sdl2/soundmng.cpp:3:
  229. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algo.h:3447:34: error: macro "min" requires 2 arguments, but only 1 given
  230. min(initializer_list<_Tp> __l)
  231. ^
  232. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algo.h:3459:34: error: macro "max" requires 2 arguments, but only 1 given
  233. max(initializer_list<_Tp> __l)
  234. ^
  235. cc -D__LIBRETRO__ -I./.. -I./../cbus -I./../common -I./../diskimage -I./../diskimage/cd -I./../diskimage/fd -I./../embed -I./../embed/menu -I./../embed/menubase -I./../fdd -I./../font -I./../generic -I./../io -I./../mem -I./../sound -I./../sound/vermouth -I./../trap -I./../vram -I./../sdl2 -I./../zlib -I./../sdl2/libretro -I./../sdl2/libretro/libretro-common/include -I./../i386c -I./../i386c/ia32 -I./../i386c/ia32/instructions -I./../i386c/ia32/instructions/fpu -O3 -DNDEBUG -DGIT_VERSION=\"" 0ed4b88"\" -DSUPPORT_LARGE_HDD -DSUPPORT_VPCVHD -DSUPPORT_KAI_IMAGES -DHOOK_SYSKEY -DALLOW_MULTIRUN -c ../nevent.c -o ../nevent.o
  236. cc -D__LIBRETRO__ -I./.. -I./../cbus -I./../common -I./../diskimage -I./../diskimage/cd -I./../diskimage/fd -I./../embed -I./../embed/menu -I./../embed/menubase -I./../fdd -I./../font -I./../generic -I./../io -I./../mem -I./../sound -I./../sound/vermouth -I./../trap -I./../vram -I./../sdl2 -I./../zlib -I./../sdl2/libretro -I./../sdl2/libretro/libretro-common/include -I./../i386c -I./../i386c/ia32 -I./../i386c/ia32/instructions -I./../i386c/ia32/instructions/fpu -O3 -DNDEBUG -DGIT_VERSION=\"" 0ed4b88"\" -DSUPPORT_LARGE_HDD -DSUPPORT_VPCVHD -DSUPPORT_KAI_IMAGES -DHOOK_SYSKEY -DALLOW_MULTIRUN -c ../pccore.c -o ../pccore.o
  237. cc -D__LIBRETRO__ -I./.. -I./../cbus -I./../common -I./../diskimage -I./../diskimage/cd -I./../diskimage/fd -I./../embed -I./../embed/menu -I./../embed/menubase -I./../fdd -I./../font -I./../generic -I./../io -I./../mem -I./../sound -I./../sound/vermouth -I./../trap -I./../vram -I./../sdl2 -I./../zlib -I./../sdl2/libretro -I./../sdl2/libretro/libretro-common/include -I./../i386c -I./../i386c/ia32 -I./../i386c/ia32/instructions -I./../i386c/ia32/instructions/fpu -O3 -DNDEBUG -DGIT_VERSION=\"" 0ed4b88"\" -DSUPPORT_LARGE_HDD -DSUPPORT_VPCVHD -DSUPPORT_KAI_IMAGES -DHOOK_SYSKEY -DALLOW_MULTIRUN -c ../statsave.c -o ../statsave.o
  238. In file included from ../sdl2/soundmng.cpp:1:0:
  239. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:195:5: error: expected unqualified-id before 'const'
  240. min(const _Tp& __a, const _Tp& __b)
  241. ^
  242. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:195:5: error: expected ' ' before 'const'
  243. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:195:5: error: expected ' ' before 'const'
  244. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:195:5: error: expected ' ' before 'const'
  245. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:195:5: error: expected initializer before 'const'
  246. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:219:5: error: expected unqualified-id before 'const'
  247. max(const _Tp& __a, const _Tp& __b)
  248. ^
  249. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:219:5: error: expected ' ' before 'const'
  250. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:219:5: error: expected ' ' before 'const'
  251. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:219:5: error: expected ' ' before 'const'
  252. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:219:5: error: expected initializer before 'const'
  253. In file included from F:/msys2/mingw64/include/c++/6.3.0/algorithm:61:0,
  254. from ../sdl2/soundmng.cpp:3:
  255. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:243:5: error: 'std::min' declared as an 'inline' variable
  256. min(const _Tp& __a, const _Tp& __b, _Compare __comp)
  257. ^~~
  258. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:246:7: error: expected primary-expression before 'if'
  259. if (__comp(__b, __a))
  260. ^~
  261. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:246:7: error: expected ' ' before 'if'
  262. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:246:7: error: expected ' ' before 'if'
  263. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:248:7: error: expected unqualified-id before 'return'
  264. return __a;
  265. ^~~~~~
  266. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:265:5: error: 'max' declared as an 'inline' variable
  267. max(const _Tp& __a, const _Tp& __b, _Compare __comp)
  268. ^~~
  269. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:268:7: error: expected primary-expression before 'if'
  270. if (__comp(__a, __b))
  271. ^~
  272. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:268:7: error: expected ' ' before 'if'
  273. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:268:7: error: expected ' ' before 'if'
  274. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:270:7: error: expected unqualified-id before 'return'
  275. return __a;
  276. ^~~~~~
  277. F:/msys2/mingw64/include/c++/6.3.0/bits/stl_algobase.h:271:5: error: expected declaration before '}' token
  278. }
  279. ^
  280. make: *** [Makefile.libretro:242: ../sdl2/soundmng.o] Error 1
  281. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement