Advertisement
Guest User

Console Error Log

a guest
Mar 31st, 2017
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.00 KB | None | 0 0
  1. In file included from /usr/include/inttypes.h:27:0,
  2. from /usr/include/SDL2/SDL_stdinc.h:66,
  3. from /usr/include/SDL2/SDL_main.h:25,
  4. from /usr/include/SDL2/SDL.h:32,
  5. from sdltest.cpp:1:
  6. /usr/include/stdint.h:145:0: warning: "__INT64_C" redefined
  7. # define __INT64_C(c) c ## L
  8. ^
  9. <built-in>: note: this is the location of the previous definition
  10. In file included from /usr/include/inttypes.h:27:0,
  11. from /usr/include/SDL2/SDL_stdinc.h:66,
  12. from /usr/include/SDL2/SDL_main.h:25,
  13. from /usr/include/SDL2/SDL.h:32,
  14. from sdltest.cpp:1:
  15. /usr/include/stdint.h:146:0: warning: "__UINT64_C" redefined
  16. # define __UINT64_C(c) c ## UL
  17. ^
  18. <built-in>: note: this is the location of the previous definition
  19. In file included from /usr/share/mingw-w64/include/stddef.h:7:0,
  20. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/stddef.h:1,
  21. from /usr/include/x86_64-linux-gnu/sys/types.h:146,
  22. from /usr/include/SDL2/SDL_stdinc.h:34,
  23. from /usr/include/SDL2/SDL_main.h:25,
  24. from /usr/include/SDL2/SDL.h:32,
  25. from sdltest.cpp:1:
  26. /usr/share/mingw-w64/include/crtdefs.h:45:35: error: conflicting declaration ‘typedef long long int ssize_t’
  27. __MINGW_EXTENSION typedef __int64 ssize_t;
  28. ^
  29. In file included from /usr/include/SDL2/SDL_stdinc.h:34:0,
  30. from /usr/include/SDL2/SDL_main.h:25,
  31. from /usr/include/SDL2/SDL.h:32,
  32. from sdltest.cpp:1:
  33. /usr/include/x86_64-linux-gnu/sys/types.h:109:19: note: previous declaration as ‘typedef __ssize_t ssize_t’
  34. typedef __ssize_t ssize_t;
  35. ^
  36. In file included from /usr/share/mingw-w64/include/stddef.h:7:0,
  37. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/stddef.h:1,
  38. from /usr/include/x86_64-linux-gnu/sys/types.h:146,
  39. from /usr/include/SDL2/SDL_stdinc.h:34,
  40. from /usr/include/SDL2/SDL_main.h:25,
  41. from /usr/include/SDL2/SDL.h:32,
  42. from sdltest.cpp:1:
  43. /usr/share/mingw-w64/include/crtdefs.h:138:20: error: conflicting declaration ‘typedef __time64_t time_t’
  44. typedef __time64_t time_t;
  45. ^
  46. In file included from /usr/include/x86_64-linux-gnu/sys/types.h:132:0,
  47. from /usr/include/SDL2/SDL_stdinc.h:34,
  48. from /usr/include/SDL2/SDL_main.h:25,
  49. from /usr/include/SDL2/SDL.h:32,
  50. from sdltest.cpp:1:
  51. /usr/include/time.h:75:18: note: previous declaration as ‘typedef __time_t time_t’
  52. typedef __time_t time_t;
  53. ^
  54. In file included from /usr/include/inttypes.h:27:0,
  55. from /usr/include/SDL2/SDL_stdinc.h:66,
  56. from /usr/include/SDL2/SDL_main.h:25,
  57. from /usr/include/SDL2/SDL.h:32,
  58. from sdltest.cpp:1:
  59. /usr/include/stdint.h:122:27: error: conflicting declaration ‘typedef long unsigned int uintptr_t’
  60. typedef unsigned long int uintptr_t;
  61. ^
  62. In file included from /usr/share/mingw-w64/include/stddef.h:7:0,
  63. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/stddef.h:1,
  64. from /usr/include/x86_64-linux-gnu/sys/types.h:146,
  65. from /usr/include/SDL2/SDL_stdinc.h:34,
  66. from /usr/include/SDL2/SDL_main.h:25,
  67. from /usr/include/SDL2/SDL.h:32,
  68. from sdltest.cpp:1:
  69. /usr/share/mingw-w64/include/crtdefs.h:75:44: note: previous declaration as ‘typedef long long unsigned int uintptr_t’
  70. __MINGW_EXTENSION typedef unsigned __int64 uintptr_t;
  71. ^
  72. In file included from /usr/include/SDL2/SDL_main.h:25:0,
  73. from /usr/include/SDL2/SDL.h:32,
  74. from sdltest.cpp:1:
  75. /usr/include/SDL2/SDL_stdinc.h:261:50: error: size of array ‘SDL_dummy_uint64’ is negative
  76. typedef int SDL_dummy_ ## name[(x) * 2 - 1]
  77. ^
  78. /usr/include/SDL2/SDL_stdinc.h:270:1: note: in expansion of macro ‘SDL_COMPILE_TIME_ASSERT’
  79. SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
  80. ^
  81. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  82. from /usr/include/SDL2/SDL.h:38,
  83. from sdltest.cpp:1:
  84. /usr/share/mingw-w64/include/intrin.h:259:5: error: declaration of ‘int abs(int)’ has a different exception specifier
  85. __MACHINE(int __cdecl abs(int))
  86. ^
  87. In file included from /usr/include/SDL2/SDL_stdinc.h:40:0,
  88. from /usr/include/SDL2/SDL_main.h:25,
  89. from /usr/include/SDL2/SDL.h:32,
  90. from sdltest.cpp:1:
  91. /usr/include/stdlib.h:774:12: error: from previous declaration ‘int abs(int) throw ()’
  92. extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
  93. ^
  94. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  95. from /usr/include/SDL2/SDL.h:38,
  96. from sdltest.cpp:1:
  97. /usr/share/mingw-w64/include/intrin.h:260:5: error: declaration of ‘double ceil(double)’ has a different exception specifier
  98. __MACHINEX64(double ceil(double))
  99. ^
  100. In file included from /usr/include/features.h:367:0,
  101. from /usr/include/x86_64-linux-gnu/sys/types.h:25,
  102. from /usr/include/SDL2/SDL_stdinc.h:34,
  103. from /usr/include/SDL2/SDL_main.h:25,
  104. from /usr/include/SDL2/SDL.h:32,
  105. from sdltest.cpp:1:
  106. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:14: error: from previous declaration ‘double ceil(double) throw ()’
  107. __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
  108. ^
  109. /usr/include/x86_64-linux-gnu/sys/cdefs.h:88:23: note: in definition of macro ‘__CONCAT’
  110. #define __CONCAT(x,y) x ## y
  111. ^
  112. /usr/include/math.h:76:15: note: in expansion of macro ‘__MATH_PRECNAME’
  113. extern type __MATH_PRECNAME(function,suffix) args __THROW
  114. ^
  115. /usr/include/math.h:73:3: note: in expansion of macro ‘__MATHDECL_1’
  116. __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
  117. ^
  118. /usr/include/math.h:71:3: note: in expansion of macro ‘__MATHDECLX’
  119. __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
  120. ^
  121. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:1: note: in expansion of macro ‘__MATHCALLX’
  122. __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
  123. ^
  124. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  125. from /usr/include/SDL2/SDL.h:38,
  126. from sdltest.cpp:1:
  127. /usr/share/mingw-w64/include/intrin.h:261:5: error: declaration of ‘long int labs(long int)’ has a different exception specifier
  128. __MACHINE(long __cdecl labs(long))
  129. ^
  130. In file included from /usr/include/SDL2/SDL_stdinc.h:40:0,
  131. from /usr/include/SDL2/SDL_main.h:25,
  132. from /usr/include/SDL2/SDL.h:32,
  133. from sdltest.cpp:1:
  134. /usr/include/stdlib.h:775:17: error: from previous declaration ‘long int labs(long int) throw ()’
  135. extern long int labs (long int __x) __THROW __attribute__ ((__const__)) __wur;
  136. ^
  137. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  138. from /usr/include/SDL2/SDL.h:38,
  139. from sdltest.cpp:1:
  140. /usr/share/mingw-w64/include/intrin.h:263:5: error: declaration of ‘int memcmp(const void*, const void*, size_t)’ has a different exception specifier
  141. __MACHINE(int __cdecl memcmp(const void *,const void *,size_t))
  142. ^
  143. In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
  144. from /usr/include/SDL2/SDL_main.h:25,
  145. from /usr/include/SDL2/SDL.h:32,
  146. from sdltest.cpp:1:
  147. /usr/include/string.h:65:12: error: from previous declaration ‘int memcmp(const void*, const void*, size_t) throw ()’
  148. extern int memcmp (const void *__s1, const void *__s2, size_t __n)
  149. ^
  150. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  151. from /usr/include/SDL2/SDL.h:38,
  152. from sdltest.cpp:1:
  153. /usr/share/mingw-w64/include/intrin.h:264:5: error: declaration of ‘void* memcpy(void*, const void*, size_t)’ has a different exception specifier
  154. __MACHINE(void *__cdecl memcpy(void * __restrict__ ,const void * __restrict
  155. ^
  156. In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
  157. from /usr/include/SDL2/SDL_main.h:25,
  158. from /usr/include/SDL2/SDL.h:32,
  159. from sdltest.cpp:1:
  160. /usr/include/string.h:42:14: error: from previous declaration ‘void* memcpy(void*, const void*, size_t) throw ()’
  161. extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
  162. ^
  163. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  164. from /usr/include/SDL2/SDL.h:38,
  165. from sdltest.cpp:1:
  166. /usr/share/mingw-w64/include/intrin.h:265:5: error: declaration of ‘void* memset(void*, int, size_t)’ has a different exception specifier
  167. __MACHINE(void *__cdecl memset(void *,int,size_t))
  168. ^
  169. In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
  170. from /usr/include/SDL2/SDL_main.h:25,
  171. from /usr/include/SDL2/SDL.h:32,
  172. from sdltest.cpp:1:
  173. /usr/include/string.h:62:14: error: from previous declaration ‘void* memset(void*, int, size_t) throw ()’
  174. extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
  175. ^
  176. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  177. from /usr/include/SDL2/SDL.h:38,
  178. from sdltest.cpp:1:
  179. /usr/share/mingw-w64/include/intrin.h:266:5: error: declaration of ‘char* strcat(char*, const char*)’ has a different exception specifier
  180. __MACHINE(char *__cdecl strcat(char *,const char *))
  181. ^
  182. In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
  183. from /usr/include/SDL2/SDL_main.h:25,
  184. from /usr/include/SDL2/SDL.h:32,
  185. from sdltest.cpp:1:
  186. /usr/include/string.h:133:14: error: from previous declaration ‘char* strcat(char*, const char*) throw ()’
  187. extern char *strcat (char *__restrict __dest, const char *__restrict __src)
  188. ^
  189. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  190. from /usr/include/SDL2/SDL.h:38,
  191. from sdltest.cpp:1:
  192. /usr/share/mingw-w64/include/intrin.h:267:5: error: declaration of ‘int strcmp(const char*, const char*)’ has a different exception specifier
  193. __MACHINE(int __cdecl strcmp(const char *,const char *))
  194. ^
  195. In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
  196. from /usr/include/SDL2/SDL_main.h:25,
  197. from /usr/include/SDL2/SDL.h:32,
  198. from sdltest.cpp:1:
  199. /usr/include/string.h:140:12: error: from previous declaration ‘int strcmp(const char*, const char*) throw ()’
  200. extern int strcmp (const char *__s1, const char *__s2)
  201. ^
  202. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  203. from /usr/include/SDL2/SDL.h:38,
  204. from sdltest.cpp:1:
  205. /usr/share/mingw-w64/include/intrin.h:268:5: error: declaration of ‘char* strcpy(char*, const char*)’ has a different exception specifier
  206. __MACHINE(char *__cdecl strcpy(char * __restrict__ ,const char * __restrict
  207. ^
  208. In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
  209. from /usr/include/SDL2/SDL_main.h:25,
  210. from /usr/include/SDL2/SDL.h:32,
  211. from sdltest.cpp:1:
  212. /usr/include/string.h:125:14: error: from previous declaration ‘char* strcpy(char*, const char*) throw ()’
  213. extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
  214. ^
  215. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  216. from /usr/include/SDL2/SDL.h:38,
  217. from sdltest.cpp:1:
  218. /usr/share/mingw-w64/include/intrin.h:269:5: error: declaration of ‘size_t strlen(const char*)’ has a different exception specifier
  219. __MACHINE(size_t __cdecl strlen(const char *))
  220. ^
  221. In file included from /usr/include/SDL2/SDL_stdinc.h:60:0,
  222. from /usr/include/SDL2/SDL_main.h:25,
  223. from /usr/include/SDL2/SDL.h:32,
  224. from sdltest.cpp:1:
  225. /usr/include/string.h:394:15: error: from previous declaration ‘size_t strlen(const char*) throw ()’
  226. extern size_t strlen (const char *__s)
  227. ^
  228. In file included from /usr/include/SDL2/SDL_cpuinfo.h:44:0,
  229. from /usr/include/SDL2/SDL.h:38,
  230. from sdltest.cpp:1:
  231. /usr/share/mingw-w64/include/intrin.h:522:5: error: conflicting declaration of C function ‘int _setjmp(__jmp_buf_tag*, void*)’
  232. __MACHINE(int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setj
  233. ^
  234. In file included from /usr/share/mingw-w64/include/intrin.h:38:0,
  235. from /usr/include/SDL2/SDL_cpuinfo.h:44,
  236. from /usr/include/SDL2/SDL.h:38,
  237. from sdltest.cpp:1:
  238. /usr/include/setjmp.h:63:12: note: previous declaration ‘int _setjmp(__jmp_buf_tag*)’
  239. extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROWNL;
  240. ^
  241. In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/postypes.h:40:0,
  242. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/char_traits.h:40,
  243. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:40,
  244. from sdltest.cpp:8:
  245. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:146:11: error: ‘::fwide’ has not been declared
  246. using ::fwide;
  247. ^
  248. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:147:11: error: ‘::fwprintf’ has not been declared
  249. using ::fwprintf;
  250. ^
  251. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:148:11: error: ‘::fwscanf’ has not been declared
  252. using ::fwscanf;
  253. ^
  254. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:158:11: error: ‘::swprintf’ has not been declared
  255. using ::swprintf;
  256. ^
  257. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:160:11: error: ‘::swscanf’ has not been declared
  258. using ::swscanf;
  259. ^
  260. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:162:11: error: ‘::vfwprintf’ has not been declared
  261. using ::vfwprintf;
  262. ^
  263. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:164:11: error: ‘::vfwscanf’ has not been declared
  264. using ::vfwscanf;
  265. ^
  266. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:167:11: error: ‘::vswprintf’ has not been declared
  267. using ::vswprintf;
  268. ^
  269. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:170:11: error: ‘::vswscanf’ has not been declared
  270. using ::vswscanf;
  271. ^
  272. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:172:11: error: ‘::vwprintf’ has not been declared
  273. using ::vwprintf;
  274. ^
  275. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:174:11: error: ‘::vwscanf’ has not been declared
  276. using ::vwscanf;
  277. ^
  278. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:191:11: error: ‘::wcstof’ has not been declared
  279. using ::wcstof;
  280. ^
  281. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:202:11: error: ‘::wprintf’ has not been declared
  282. using ::wprintf;
  283. ^
  284. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:203:11: error: ‘::wscanf’ has not been declared
  285. using ::wscanf;
  286. ^
  287. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:248:11: error: ‘::wcstold’ has not been declared
  288. using ::wcstold;
  289. ^
  290. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:257:11: error: ‘::wcstoll’ has not been declared
  291. using ::wcstoll;
  292. ^
  293. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:258:11: error: ‘::wcstoull’ has not been declared
  294. using ::wcstoull;
  295. ^
  296. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:264:22: error: ‘__gnu_cxx::wcstold’ has not been declared
  297. using ::__gnu_cxx::wcstold;
  298. ^
  299. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:265:22: error: ‘__gnu_cxx::wcstoll’ has not been declared
  300. using ::__gnu_cxx::wcstoll;
  301. ^
  302. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:266:22: error: ‘__gnu_cxx::wcstoull’ has not been declared
  303. using ::__gnu_cxx::wcstoull;
  304. ^
  305. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:280:14: error: ‘std::wcstof’ has not been declared
  306. using std::wcstof;
  307. ^
  308. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:283:14: error: ‘std::vfwscanf’ has not been declared
  309. using std::vfwscanf;
  310. ^
  311. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:286:14: error: ‘std::vswscanf’ has not been declared
  312. using std::vswscanf;
  313. ^
  314. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:289:14: error: ‘std::vwscanf’ has not been declared
  315. using std::vwscanf;
  316. ^
  317. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:293:14: error: ‘std::wcstold’ has not been declared
  318. using std::wcstold;
  319. ^
  320. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:294:14: error: ‘std::wcstoll’ has not been declared
  321. using std::wcstoll;
  322. ^
  323. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cwchar:295:14: error: ‘std::wcstoull’ has not been declared
  324. using std::wcstoull;
  325. ^
  326. In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/localefwd.h:42:0,
  327. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:43,
  328. from sdltest.cpp:8:
  329. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cctype:87:11: error: ‘::isblank’ has not been declared
  330. using ::isblank;
  331. ^
  332. In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/ext/string_conversions.h:41:0,
  333. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5249,
  334. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:52,
  335. from sdltest.cpp:8:
  336. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:214:11: error: ‘::lldiv_t’ has not been declared
  337. using ::lldiv_t;
  338. ^
  339. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:220:11: error: ‘::_Exit’ has not been declared
  340. using ::_Exit;
  341. ^
  342. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:224:11: error: ‘::llabs’ has not been declared
  343. using ::llabs;
  344. ^
  345. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:226:10: error: ‘lldiv_t’ does not name a type
  346. inline lldiv_t
  347. ^
  348. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:230:11: error: ‘::lldiv’ has not been declared
  349. using ::lldiv;
  350. ^
  351. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:241:11: error: ‘::atoll’ has not been declared
  352. using ::atoll;
  353. ^
  354. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:242:11: error: ‘::strtoll’ has not been declared
  355. using ::strtoll;
  356. ^
  357. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:243:11: error: ‘::strtoull’ has not been declared
  358. using ::strtoull;
  359. ^
  360. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:245:11: error: ‘::strtof’ has not been declared
  361. using ::strtof;
  362. ^
  363. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:246:11: error: ‘::strtold’ has not been declared
  364. using ::strtold;
  365. ^
  366. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:254:22: error: ‘__gnu_cxx::lldiv_t’ has not been declared
  367. using ::__gnu_cxx::lldiv_t;
  368. ^
  369. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:256:22: error: ‘__gnu_cxx::_Exit’ has not been declared
  370. using ::__gnu_cxx::_Exit;
  371. ^
  372. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:258:22: error: ‘__gnu_cxx::llabs’ has not been declared
  373. using ::__gnu_cxx::llabs;
  374. ^
  375. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:259:22: error: ‘__gnu_cxx::div’ has not been declared
  376. using ::__gnu_cxx::div;
  377. ^
  378. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:260:22: error: ‘__gnu_cxx::lldiv’ has not been declared
  379. using ::__gnu_cxx::lldiv;
  380. ^
  381. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:262:22: error: ‘__gnu_cxx::atoll’ has not been declared
  382. using ::__gnu_cxx::atoll;
  383. ^
  384. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:263:22: error: ‘__gnu_cxx::strtof’ has not been declared
  385. using ::__gnu_cxx::strtof;
  386. ^
  387. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:264:22: error: ‘__gnu_cxx::strtoll’ has not been declared
  388. using ::__gnu_cxx::strtoll;
  389. ^
  390. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:265:22: error: ‘__gnu_cxx::strtoull’ has not been declared
  391. using ::__gnu_cxx::strtoull;
  392. ^
  393. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdlib:266:22: error: ‘__gnu_cxx::strtold’ has not been declared
  394. using ::__gnu_cxx::strtold;
  395. ^
  396. In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/ext/string_conversions.h:43:0,
  397. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5249,
  398. from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:52,
  399. from sdltest.cpp:8:
  400. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:175:11: error: ‘::snprintf’ has not been declared
  401. using ::snprintf;
  402. ^
  403. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:176:11: error: ‘::vfscanf’ has not been declared
  404. using ::vfscanf;
  405. ^
  406. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:177:11: error: ‘::vscanf’ has not been declared
  407. using ::vscanf;
  408. ^
  409. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:178:11: error: ‘::vsnprintf’ has not been declared
  410. using ::vsnprintf;
  411. ^
  412. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:179:11: error: ‘::vsscanf’ has not been declared
  413. using ::vsscanf;
  414. ^
  415. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:185:22: error: ‘__gnu_cxx::snprintf’ has not been declared
  416. using ::__gnu_cxx::snprintf;
  417. ^
  418. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:186:22: error: ‘__gnu_cxx::vfscanf’ has not been declared
  419. using ::__gnu_cxx::vfscanf;
  420. ^
  421. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:187:22: error: ‘__gnu_cxx::vscanf’ has not been declared
  422. using ::__gnu_cxx::vscanf;
  423. ^
  424. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:188:22: error: ‘__gnu_cxx::vsnprintf’ has not been declared
  425. using ::__gnu_cxx::vsnprintf;
  426. ^
  427. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/cstdio:189:22: error: ‘__gnu_cxx::vsscanf’ has not been declared
  428. using ::__gnu_cxx::vsscanf;
  429. ^
  430. In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/string:52:0,
  431. from sdltest.cpp:8:
  432. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long long int std::__cxx11::stoll(const string&, std::size_t*, int)’:
  433. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5274:31: error: ‘strtoll’ is not a member of ‘std’
  434. { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
  435. ^
  436. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long long unsigned int std::__cxx11::stoull(const string&, std::size_t*, int)’:
  437. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5279:31: error: ‘strtoull’ is not a member of ‘std’
  438. { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
  439. ^
  440. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘float std::__cxx11::stof(const string&, std::size_t*)’:
  441. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5285:31: error: ‘strtof’ is not a member of ‘std’
  442. { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
  443. ^
  444. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long double std::__cxx11::stold(const string&, std::size_t*)’:
  445. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5293:31: error: ‘strtold’ is not a member of ‘std’
  446. { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
  447. ^
  448. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(int)’:
  449. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5300:45: error: ‘vsnprintf’ is not a member of ‘std’
  450. { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, 4 * sizeof(int),
  451. ^
  452. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(unsigned int)’:
  453. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5305:45: error: ‘vsnprintf’ is not a member of ‘std’
  454. { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf,
  455. ^
  456. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long int)’:
  457. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5311:45: error: ‘vsnprintf’ is not a member of ‘std’
  458. { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, 4 * sizeof(long),
  459. ^
  460. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long unsigned int)’:
  461. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5316:45: error: ‘vsnprintf’ is not a member of ‘std’
  462. { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf,
  463. ^
  464. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long long int)’:
  465. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5322:45: error: ‘vsnprintf’ is not a member of ‘std’
  466. { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf,
  467. ^
  468. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long long unsigned int)’:
  469. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5328:45: error: ‘vsnprintf’ is not a member of ‘std’
  470. { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf,
  471. ^
  472. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(float)’:
  473. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5337:45: error: ‘vsnprintf’ is not a member of ‘std’
  474. return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
  475. ^
  476. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(double)’:
  477. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5346:45: error: ‘vsnprintf’ is not a member of ‘std’
  478. return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
  479. ^
  480. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long double)’:
  481. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5355:45: error: ‘vsnprintf’ is not a member of ‘std’
  482. return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
  483. ^
  484. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long long int std::__cxx11::stoll(const wstring&, std::size_t*, int)’:
  485. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5377:31: error: ‘wcstoll’ is not a member of ‘std’
  486. { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
  487. ^
  488. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long long unsigned int std::__cxx11::stoull(const wstring&, std::size_t*, int)’:
  489. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5382:31: error: ‘wcstoull’ is not a member of ‘std’
  490. { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
  491. ^
  492. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘float std::__cxx11::stof(const wstring&, std::size_t*)’:
  493. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5388:31: error: ‘wcstof’ is not a member of ‘std’
  494. { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
  495. ^
  496. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘long double std::__cxx11::stold(const wstring&, std::size_t*)’:
  497. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5396:31: error: ‘wcstold’ is not a member of ‘std’
  498. { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
  499. ^
  500. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(int)’:
  501. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5402:46: error: ‘vswprintf’ is not a member of ‘std’
  502. { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(int),
  503. ^
  504. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(unsigned int)’:
  505. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5407:46: error: ‘vswprintf’ is not a member of ‘std’
  506. { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
  507. ^
  508. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long int)’:
  509. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5413:46: error: ‘vswprintf’ is not a member of ‘std’
  510. { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(long),
  511. ^
  512. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long unsigned int)’:
  513. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5418:46: error: ‘vswprintf’ is not a member of ‘std’
  514. { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
  515. ^
  516. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long long int)’:
  517. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5424:46: error: ‘vswprintf’ is not a member of ‘std’
  518. { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
  519. ^
  520. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long long unsigned int)’:
  521. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5430:46: error: ‘vswprintf’ is not a member of ‘std’
  522. { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
  523. ^
  524. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(float)’:
  525. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5439:46: error: ‘vswprintf’ is not a member of ‘std’
  526. return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
  527. ^
  528. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(double)’:
  529. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5448:46: error: ‘vswprintf’ is not a member of ‘std’
  530. return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
  531. ^
  532. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long double)’:
  533. /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/basic_string.h:5457:46: error: ‘vswprintf’ is not a member of ‘std’
  534. return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement