Guest User

Untitled

a guest
Jan 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 961.53 KB | None | 0 0
  1. (y/n) % Total % Received % Xferd Average Speed Time Time Time Current
  2. Dload Upload Total Spent Left Speed
  3.  
  4. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  5. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  6. 100 122 0 122 0 0 205 0 --:--:-- --:--:-- --:--:-- 205
  7.  
  8. 0 53664 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
  9. 100 53664 100 53664 0 0 38156 0 0:00:01 0:00:01 --:--:-- 195k
  10. In file included from /usr/include/SDL2/SDL_main.h:25:0,
  11. from /usr/include/SDL2/SDL.h:67,
  12. from /usr/include/SDL2/SDL_image.h:27,
  13. from src/../include/simple2d.h:92,
  14. from src/controllers.c:3:
  15. /usr/include/SDL2/SDL_stdinc.h:118:5: error: redeclaration of enumerator ‘SDL_FALSE’
  16. SDL_FALSE = 0,
  17. ^
  18. In file included from /usr/local/include/SDL2/SDL_main.h:25:0,
  19. from /usr/local/include/SDL2/SDL.h:32,
  20. from src/../include/simple2d.h:63,
  21. from src/controllers.c:3:
  22. /usr/local/include/SDL2/SDL_stdinc.h:141:5: note: previous definition of ‘SDL_FALSE’ was here
  23. SDL_FALSE = 0,
  24. ^
  25. In file included from /usr/include/SDL2/SDL_main.h:25:0,
  26. from /usr/include/SDL2/SDL.h:67,
  27. from /usr/include/SDL2/SDL_image.h:27,
  28. from src/../include/simple2d.h:92,
  29. from src/controllers.c:3:
  30. /usr/include/SDL2/SDL_stdinc.h:119:5: error: redeclaration of enumerator ‘SDL_TRUE’
  31. SDL_TRUE = 1
  32. ^
  33. In file included from /usr/local/include/SDL2/SDL_main.h:25:0,
  34. from /usr/local/include/SDL2/SDL.h:32,
  35. from src/../include/simple2d.h:63,
  36. from src/controllers.c:3:
  37. /usr/local/include/SDL2/SDL_stdinc.h:142:5: note: previous definition of ‘SDL_TRUE’ was here
  38. SDL_TRUE = 1
  39. ^
  40. In file included from /usr/include/SDL2/SDL_main.h:25:0,
  41. from /usr/include/SDL2/SDL.h:67,
  42. from /usr/include/SDL2/SDL_image.h:27,
  43. from src/../include/simple2d.h:92,
  44. from src/controllers.c:3:
  45. /usr/include/SDL2/SDL_stdinc.h:120:3: error: conflicting types for ‘SDL_bool’
  46. } SDL_bool;
  47. ^
  48. In file included from /usr/local/include/SDL2/SDL_main.h:25:0,
  49. from /usr/local/include/SDL2/SDL.h:32,
  50. from src/../include/simple2d.h:63,
  51. from src/controllers.c:3:
  52. /usr/local/include/SDL2/SDL_stdinc.h:143:3: note: previous declaration of ‘SDL_bool’ was here
  53. } SDL_bool;
  54. ^
  55. In file included from /usr/include/SDL2/SDL_main.h:25:0,
  56. from /usr/include/SDL2/SDL.h:67,
  57. from /usr/include/SDL2/SDL_image.h:27,
  58. from src/../include/simple2d.h:92,
  59. from src/controllers.c:3:
  60. /usr/include/SDL2/SDL_stdinc.h:186:5: error: redeclaration of enumerator ‘DUMMY_ENUM_VALUE’
  61. DUMMY_ENUM_VALUE
  62. ^
  63. In file included from /usr/local/include/SDL2/SDL_main.h:25:0,
  64. from /usr/local/include/SDL2/SDL.h:32,
  65. from src/../include/simple2d.h:63,
  66. from src/controllers.c:3:
  67. /usr/local/include/SDL2/SDL_stdinc.h:317:5: note: previous definition of ‘DUMMY_ENUM_VALUE’ was here
  68. DUMMY_ENUM_VALUE
  69. ^
  70. In file included from /usr/include/SDL2/SDL_main.h:25:0,
  71. from /usr/include/SDL2/SDL.h:67,
  72. from /usr/include/SDL2/SDL_image.h:27,
  73. from src/../include/simple2d.h:92,
  74. from src/controllers.c:3:
  75. /usr/include/SDL2/SDL_stdinc.h:187:3: error: conflicting types for ‘SDL_DUMMY_ENUM’
  76. } SDL_DUMMY_ENUM;
  77. ^
  78. In file included from /usr/local/include/SDL2/SDL_main.h:25:0,
  79. from /usr/local/include/SDL2/SDL.h:32,
  80. from src/../include/simple2d.h:63,
  81. from src/controllers.c:3:
  82. /usr/local/include/SDL2/SDL_stdinc.h:318:3: note: previous declaration of ‘SDL_DUMMY_ENUM’ was here
  83. } SDL_DUMMY_ENUM;
  84. ^
  85. In file included from /usr/include/SDL2/SDL_main.h:25:0,
  86. from /usr/include/SDL2/SDL.h:67,
  87. from /usr/include/SDL2/SDL_image.h:27,
  88. from src/../include/simple2d.h:92,
  89. from src/controllers.c:3:
  90. /usr/include/SDL2/SDL_stdinc.h:258:23: error: redefinition of ‘SDL_memset4’
  91. SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)
  92. ^
  93. In file included from /usr/local/include/SDL2/SDL_main.h:25:0,
  94. from /usr/local/include/SDL2/SDL.h:32,
  95. from src/../include/simple2d.h:63,
  96. from src/controllers.c:3:
  97. /usr/local/include/SDL2/SDL_stdinc.h:420:23: note: previous definition of ‘SDL_memset4’ was here
  98. SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)
  99. ^
  100. In file included from /usr/include/SDL2/SDL_main.h:25:0,
  101. from /usr/include/SDL2/SDL.h:67,
  102. from /usr/include/SDL2/SDL_image.h:27,
  103. from src/../include/simple2d.h:92,
  104. from src/controllers.c:3:
  105. /usr/include/SDL2/SDL_stdinc.h:289:24: error: redefinition of ‘SDL_memcpy4’
  106. SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords)
  107. ^
  108. In file included from /usr/local/include/SDL2/SDL_main.h:25:0,
  109. from /usr/local/include/SDL2/SDL.h:32,
  110. from src/../include/simple2d.h:63,
  111. from src/controllers.c:3:
  112. /usr/local/include/SDL2/SDL_stdinc.h:590:24: note: previous definition of ‘SDL_memcpy4’ was here
  113. SDL_FORCE_INLINE void *SDL_memcpy4(SDL_OUT_BYTECAP(dwords*4) void *dst, SDL_IN_BYTECAP(dwords*4) const void *src, size_t dwords)
  114. ^
  115. In file included from /usr/include/SDL2/SDL.h:69:0,
  116. from /usr/include/SDL2/SDL_image.h:27,
  117. from src/../include/simple2d.h:92,
  118. from src/controllers.c:3:
  119. /usr/include/SDL2/SDL_assert.h:100:5: error: redeclaration of enumerator ‘SDL_ASSERTION_RETRY’
  120. SDL_ASSERTION_RETRY, /**< Retry the assert immediately. */
  121. ^
  122. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  123. from src/../include/simple2d.h:63,
  124. from src/controllers.c:3:
  125. /usr/local/include/SDL2/SDL_assert.h:104:5: note: previous definition of ‘SDL_ASSERTION_RETRY’ was here
  126. SDL_ASSERTION_RETRY, /**< Retry the assert immediately. */
  127. ^
  128. In file included from /usr/include/SDL2/SDL.h:69:0,
  129. from /usr/include/SDL2/SDL_image.h:27,
  130. from src/../include/simple2d.h:92,
  131. from src/controllers.c:3:
  132. /usr/include/SDL2/SDL_assert.h:101:5: error: redeclaration of enumerator ‘SDL_ASSERTION_BREAK’
  133. SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */
  134. ^
  135. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  136. from src/../include/simple2d.h:63,
  137. from src/controllers.c:3:
  138. /usr/local/include/SDL2/SDL_assert.h:105:5: note: previous definition of ‘SDL_ASSERTION_BREAK’ was here
  139. SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */
  140. ^
  141. In file included from /usr/include/SDL2/SDL.h:69:0,
  142. from /usr/include/SDL2/SDL_image.h:27,
  143. from src/../include/simple2d.h:92,
  144. from src/controllers.c:3:
  145. /usr/include/SDL2/SDL_assert.h:102:5: error: redeclaration of enumerator ‘SDL_ASSERTION_ABORT’
  146. SDL_ASSERTION_ABORT, /**< Terminate the program. */
  147. ^
  148. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  149. from src/../include/simple2d.h:63,
  150. from src/controllers.c:3:
  151. /usr/local/include/SDL2/SDL_assert.h:106:5: note: previous definition of ‘SDL_ASSERTION_ABORT’ was here
  152. SDL_ASSERTION_ABORT, /**< Terminate the program. */
  153. ^
  154. In file included from /usr/include/SDL2/SDL.h:69:0,
  155. from /usr/include/SDL2/SDL_image.h:27,
  156. from src/../include/simple2d.h:92,
  157. from src/controllers.c:3:
  158. /usr/include/SDL2/SDL_assert.h:103:5: error: redeclaration of enumerator ‘SDL_ASSERTION_IGNORE’
  159. SDL_ASSERTION_IGNORE, /**< Ignore the assert. */
  160. ^
  161. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  162. from src/../include/simple2d.h:63,
  163. from src/controllers.c:3:
  164. /usr/local/include/SDL2/SDL_assert.h:107:5: note: previous definition of ‘SDL_ASSERTION_IGNORE’ was here
  165. SDL_ASSERTION_IGNORE, /**< Ignore the assert. */
  166. ^
  167. In file included from /usr/include/SDL2/SDL.h:69:0,
  168. from /usr/include/SDL2/SDL_image.h:27,
  169. from src/../include/simple2d.h:92,
  170. from src/controllers.c:3:
  171. /usr/include/SDL2/SDL_assert.h:104:5: error: redeclaration of enumerator ‘SDL_ASSERTION_ALWAYS_IGNORE’
  172. SDL_ASSERTION_ALWAYS_IGNORE /**< Ignore the assert from now on. */
  173. ^
  174. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  175. from src/../include/simple2d.h:63,
  176. from src/controllers.c:3:
  177. /usr/local/include/SDL2/SDL_assert.h:108:5: note: previous definition of ‘SDL_ASSERTION_ALWAYS_IGNORE’ was here
  178. SDL_ASSERTION_ALWAYS_IGNORE /**< Ignore the assert from now on. */
  179. ^
  180. /usr/include/SDL2/SDL_assert.h:105:3: error: conflicting types for ‘SDL_AssertState’
  181. } SDL_assert_state;
  182. ^
  183. /usr/local/include/SDL2/SDL_assert.h:109:3: note: previous declaration of ‘SDL_AssertState’ was here
  184. } SDL_AssertState;
  185. ^
  186. /usr/include/SDL2/SDL_assert.h:107:16: error: redefinition of ‘struct SDL_AssertData’
  187. typedef struct SDL_assert_data
  188. ^
  189. /usr/local/include/SDL2/SDL_assert.h:111:16: note: originally defined here
  190. typedef struct SDL_AssertData
  191. ^
  192. /usr/include/SDL2/SDL_assert.h:116:3: error: conflicting types for ‘SDL_AssertData’
  193. } SDL_assert_data;
  194. ^
  195. /usr/local/include/SDL2/SDL_assert.h:120:3: note: previous declaration of ‘SDL_AssertData’ was here
  196. } SDL_AssertData;
  197. ^
  198. In file included from /usr/include/SDL2/SDL.h:69:0,
  199. from /usr/include/SDL2/SDL_image.h:27,
  200. from src/../include/simple2d.h:92,
  201. from src/controllers.c:3:
  202. /usr/include/SDL2/SDL_assert.h:121:42: error: conflicting types for ‘SDL_ReportAssertion’
  203. extern DECLSPEC SDL_assert_state SDLCALL SDL_ReportAssertion(SDL_assert_data *,
  204. ^
  205. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  206. from src/../include/simple2d.h:63,
  207. from src/controllers.c:3:
  208. /usr/local/include/SDL2/SDL_assert.h:125:41: note: previous declaration of ‘SDL_ReportAssertion’ was here
  209. extern DECLSPEC SDL_AssertState SDLCALL SDL_ReportAssertion(SDL_AssertData *,
  210. ^
  211. In file included from /usr/include/SDL2/SDL.h:69:0,
  212. from /usr/include/SDL2/SDL_image.h:27,
  213. from src/../include/simple2d.h:92,
  214. from src/controllers.c:3:
  215. /usr/include/SDL2/SDL_assert.h:187:36: error: conflicting types for ‘SDL_AssertionHandler’
  216. typedef SDL_assert_state (SDLCALL *SDL_AssertionHandler)(
  217. ^
  218. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  219. from src/../include/simple2d.h:63,
  220. from src/controllers.c:3:
  221. /usr/local/include/SDL2/SDL_assert.h:188:35: note: previous declaration of ‘SDL_AssertionHandler’ was here
  222. typedef SDL_AssertState (SDLCALL *SDL_AssertionHandler)(
  223. ^
  224. In file included from /usr/include/SDL2/SDL.h:69:0,
  225. from /usr/include/SDL2/SDL_image.h:27,
  226. from src/../include/simple2d.h:92,
  227. from src/controllers.c:3:
  228. /usr/include/SDL2/SDL_assert.h:210:30: error: conflicting types for ‘SDL_SetAssertionHandler’
  229. extern DECLSPEC void SDLCALL SDL_SetAssertionHandler(
  230. ^
  231. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  232. from src/../include/simple2d.h:63,
  233. from src/controllers.c:3:
  234. /usr/local/include/SDL2/SDL_assert.h:211:30: note: previous declaration of ‘SDL_SetAssertionHandler’ was here
  235. extern DECLSPEC void SDLCALL SDL_SetAssertionHandler(
  236. ^
  237. In file included from /usr/include/SDL2/SDL.h:69:0,
  238. from /usr/include/SDL2/SDL_image.h:27,
  239. from src/../include/simple2d.h:92,
  240. from src/controllers.c:3:
  241. /usr/include/SDL2/SDL_assert.h:224:46: error: conflicting types for ‘SDL_GetDefaultAssertionHandler’
  242. extern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetDefaultAssertionHandler(void);
  243. ^
  244. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  245. from src/../include/simple2d.h:63,
  246. from src/controllers.c:3:
  247. /usr/local/include/SDL2/SDL_assert.h:225:46: note: previous declaration of ‘SDL_GetDefaultAssertionHandler’ was here
  248. extern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetDefaultAssertionHandler(void);
  249. ^
  250. In file included from /usr/include/SDL2/SDL.h:69:0,
  251. from /usr/include/SDL2/SDL_image.h:27,
  252. from src/../include/simple2d.h:92,
  253. from src/controllers.c:3:
  254. /usr/include/SDL2/SDL_assert.h:241:46: error: conflicting types for ‘SDL_GetAssertionHandler’
  255. extern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetAssertionHandler(void **puserdata);
  256. ^
  257. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  258. from src/../include/simple2d.h:63,
  259. from src/controllers.c:3:
  260. /usr/local/include/SDL2/SDL_assert.h:242:46: note: previous declaration of ‘SDL_GetAssertionHandler’ was here
  261. extern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetAssertionHandler(void **puserdata);
  262. ^
  263. In file included from /usr/include/SDL2/SDL.h:69:0,
  264. from /usr/include/SDL2/SDL_image.h:27,
  265. from src/../include/simple2d.h:92,
  266. from src/controllers.c:3:
  267. /usr/include/SDL2/SDL_assert.h:265:49: error: conflicting types for ‘SDL_GetAssertionReport’
  268. extern DECLSPEC const SDL_assert_data * SDLCALL SDL_GetAssertionReport(void);
  269. ^
  270. In file included from /usr/local/include/SDL2/SDL.h:34:0,
  271. from src/../include/simple2d.h:63,
  272. from src/controllers.c:3:
  273. /usr/local/include/SDL2/SDL_assert.h:266:48: note: previous declaration of ‘SDL_GetAssertionReport’ was here
  274. extern DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void);
  275. ^
  276. In file included from /usr/include/SDL2/SDL.h:70:0,
  277. from /usr/include/SDL2/SDL_image.h:27,
  278. from src/../include/simple2d.h:92,
  279. from src/controllers.c:3:
  280. /usr/include/SDL2/SDL_atomic.h:98:34: error: conflicting types for ‘SDL_AtomicTryLock’
  281. extern DECLSPEC SDL_bool SDLCALL SDL_AtomicTryLock(SDL_SpinLock *lock);
  282. ^
  283. In file included from /usr/local/include/SDL2/SDL.h:35:0,
  284. from src/../include/simple2d.h:63,
  285. from src/controllers.c:3:
  286. /usr/local/include/SDL2/SDL_atomic.h:98:34: note: previous declaration of ‘SDL_AtomicTryLock’ was here
  287. extern DECLSPEC SDL_bool SDLCALL SDL_AtomicTryLock(SDL_SpinLock *lock);
  288. ^
  289. In file included from /usr/include/SDL2/SDL.h:70:0,
  290. from /usr/include/SDL2/SDL_image.h:27,
  291. from src/../include/simple2d.h:92,
  292. from src/controllers.c:3:
  293. /usr/include/SDL2/SDL_atomic.h:181:31: error: conflicting types for ‘SDL_atomic_t’
  294. typedef struct { int value; } SDL_atomic_t;
  295. ^
  296. In file included from /usr/local/include/SDL2/SDL.h:35:0,
  297. from src/../include/simple2d.h:63,
  298. from src/controllers.c:3:
  299. /usr/local/include/SDL2/SDL_atomic.h:198:31: note: previous declaration of ‘SDL_atomic_t’ was here
  300. typedef struct { int value; } SDL_atomic_t;
  301. ^
  302. In file included from /usr/include/SDL2/SDL.h:70:0,
  303. from /usr/include/SDL2/SDL_image.h:27,
  304. from src/../include/simple2d.h:92,
  305. from src/controllers.c:3:
  306. /usr/include/SDL2/SDL_atomic.h:190:34: error: conflicting types for ‘SDL_AtomicCAS’
  307. extern DECLSPEC SDL_bool SDLCALL SDL_AtomicCAS(SDL_atomic_t *a, int oldval, int newval);
  308. ^
  309. In file included from /usr/local/include/SDL2/SDL.h:35:0,
  310. from src/../include/simple2d.h:63,
  311. from src/controllers.c:3:
  312. /usr/local/include/SDL2/SDL_atomic.h:207:34: note: previous declaration of ‘SDL_AtomicCAS’ was here
  313. extern DECLSPEC SDL_bool SDLCALL SDL_AtomicCAS(SDL_atomic_t *a, int oldval, int newval);
  314. ^
  315. In file included from /usr/include/SDL2/SDL.h:70:0,
  316. from /usr/include/SDL2/SDL_image.h:27,
  317. from src/../include/simple2d.h:92,
  318. from src/controllers.c:3:
  319. /usr/include/SDL2/SDL_atomic.h:197:29: error: conflicting types for ‘SDL_AtomicSet’
  320. extern DECLSPEC int SDLCALL SDL_AtomicSet(SDL_atomic_t *a, int v);
  321. ^
  322. In file included from /usr/local/include/SDL2/SDL.h:35:0,
  323. from src/../include/simple2d.h:63,
  324. from src/controllers.c:3:
  325. /usr/local/include/SDL2/SDL_atomic.h:214:29: note: previous declaration of ‘SDL_AtomicSet’ was here
  326. extern DECLSPEC int SDLCALL SDL_AtomicSet(SDL_atomic_t *a, int v);
  327. ^
  328. In file included from /usr/include/SDL2/SDL.h:70:0,
  329. from /usr/include/SDL2/SDL_image.h:27,
  330. from src/../include/simple2d.h:92,
  331. from src/controllers.c:3:
  332. /usr/include/SDL2/SDL_atomic.h:202:29: error: conflicting types for ‘SDL_AtomicGet’
  333. extern DECLSPEC int SDLCALL SDL_AtomicGet(SDL_atomic_t *a);
  334. ^
  335. In file included from /usr/local/include/SDL2/SDL.h:35:0,
  336. from src/../include/simple2d.h:63,
  337. from src/controllers.c:3:
  338. /usr/local/include/SDL2/SDL_atomic.h:219:29: note: previous declaration of ‘SDL_AtomicGet’ was here
  339. extern DECLSPEC int SDLCALL SDL_AtomicGet(SDL_atomic_t *a);
  340. ^
  341. In file included from /usr/include/SDL2/SDL.h:70:0,
  342. from /usr/include/SDL2/SDL_image.h:27,
  343. from src/../include/simple2d.h:92,
  344. from src/controllers.c:3:
  345. /usr/include/SDL2/SDL_atomic.h:211:29: error: conflicting types for ‘SDL_AtomicAdd’
  346. extern DECLSPEC int SDLCALL SDL_AtomicAdd(SDL_atomic_t *a, int v);
  347. ^
  348. In file included from /usr/local/include/SDL2/SDL.h:35:0,
  349. from src/../include/simple2d.h:63,
  350. from src/controllers.c:3:
  351. /usr/local/include/SDL2/SDL_atomic.h:228:29: note: previous declaration of ‘SDL_AtomicAdd’ was here
  352. extern DECLSPEC int SDLCALL SDL_AtomicAdd(SDL_atomic_t *a, int v);
  353. ^
  354. In file included from /usr/include/SDL2/SDL.h:70:0,
  355. from /usr/include/SDL2/SDL_image.h:27,
  356. from src/../include/simple2d.h:92,
  357. from src/controllers.c:3:
  358. /usr/include/SDL2/SDL_atomic.h:237:34: error: conflicting types for ‘SDL_AtomicCASPtr’
  359. extern DECLSPEC SDL_bool SDLCALL SDL_AtomicCASPtr(void **a, void *oldval, void *newval);
  360. ^
  361. In file included from /usr/local/include/SDL2/SDL.h:35:0,
  362. from src/../include/simple2d.h:63,
  363. from src/controllers.c:3:
  364. /usr/local/include/SDL2/SDL_atomic.h:254:34: note: previous declaration of ‘SDL_AtomicCASPtr’ was here
  365. extern DECLSPEC SDL_bool SDLCALL SDL_AtomicCASPtr(void **a, void *oldval, void *newval);
  366. ^
  367. In file included from /usr/include/SDL2/SDL_audio.h:32:0,
  368. from /usr/include/SDL2/SDL.h:71,
  369. from /usr/include/SDL2/SDL_image.h:27,
  370. from src/../include/simple2d.h:92,
  371. from src/controllers.c:3:
  372. /usr/include/SDL2/SDL_error.h:57:5: error: redeclaration of enumerator ‘SDL_ENOMEM’
  373. SDL_ENOMEM,
  374. ^
  375. In file included from /usr/local/include/SDL2/SDL_audio.h:32:0,
  376. from /usr/local/include/SDL2/SDL.h:36,
  377. from src/../include/simple2d.h:63,
  378. from src/controllers.c:3:
  379. /usr/local/include/SDL2/SDL_error.h:57:5: note: previous definition of ‘SDL_ENOMEM’ was here
  380. SDL_ENOMEM,
  381. ^
  382. In file included from /usr/include/SDL2/SDL_audio.h:32:0,
  383. from /usr/include/SDL2/SDL.h:71,
  384. from /usr/include/SDL2/SDL_image.h:27,
  385. from src/../include/simple2d.h:92,
  386. from src/controllers.c:3:
  387. /usr/include/SDL2/SDL_error.h:58:5: error: redeclaration of enumerator ‘SDL_EFREAD’
  388. SDL_EFREAD,
  389. ^
  390. In file included from /usr/local/include/SDL2/SDL_audio.h:32:0,
  391. from /usr/local/include/SDL2/SDL.h:36,
  392. from src/../include/simple2d.h:63,
  393. from src/controllers.c:3:
  394. /usr/local/include/SDL2/SDL_error.h:58:5: note: previous definition of ‘SDL_EFREAD’ was here
  395. SDL_EFREAD,
  396. ^
  397. In file included from /usr/include/SDL2/SDL_audio.h:32:0,
  398. from /usr/include/SDL2/SDL.h:71,
  399. from /usr/include/SDL2/SDL_image.h:27,
  400. from src/../include/simple2d.h:92,
  401. from src/controllers.c:3:
  402. /usr/include/SDL2/SDL_error.h:59:5: error: redeclaration of enumerator ‘SDL_EFWRITE’
  403. SDL_EFWRITE,
  404. ^
  405. In file included from /usr/local/include/SDL2/SDL_audio.h:32:0,
  406. from /usr/local/include/SDL2/SDL.h:36,
  407. from src/../include/simple2d.h:63,
  408. from src/controllers.c:3:
  409. /usr/local/include/SDL2/SDL_error.h:59:5: note: previous definition of ‘SDL_EFWRITE’ was here
  410. SDL_EFWRITE,
  411. ^
  412. In file included from /usr/include/SDL2/SDL_audio.h:32:0,
  413. from /usr/include/SDL2/SDL.h:71,
  414. from /usr/include/SDL2/SDL_image.h:27,
  415. from src/../include/simple2d.h:92,
  416. from src/controllers.c:3:
  417. /usr/include/SDL2/SDL_error.h:60:5: error: redeclaration of enumerator ‘SDL_EFSEEK’
  418. SDL_EFSEEK,
  419. ^
  420. In file included from /usr/local/include/SDL2/SDL_audio.h:32:0,
  421. from /usr/local/include/SDL2/SDL.h:36,
  422. from src/../include/simple2d.h:63,
  423. from src/controllers.c:3:
  424. /usr/local/include/SDL2/SDL_error.h:60:5: note: previous definition of ‘SDL_EFSEEK’ was here
  425. SDL_EFSEEK,
  426. ^
  427. In file included from /usr/include/SDL2/SDL_audio.h:32:0,
  428. from /usr/include/SDL2/SDL.h:71,
  429. from /usr/include/SDL2/SDL_image.h:27,
  430. from src/../include/simple2d.h:92,
  431. from src/controllers.c:3:
  432. /usr/include/SDL2/SDL_error.h:61:5: error: redeclaration of enumerator ‘SDL_UNSUPPORTED’
  433. SDL_UNSUPPORTED,
  434. ^
  435. In file included from /usr/local/include/SDL2/SDL_audio.h:32:0,
  436. from /usr/local/include/SDL2/SDL.h:36,
  437. from src/../include/simple2d.h:63,
  438. from src/controllers.c:3:
  439. /usr/local/include/SDL2/SDL_error.h:61:5: note: previous definition of ‘SDL_UNSUPPORTED’ was here
  440. SDL_UNSUPPORTED,
  441. ^
  442. In file included from /usr/include/SDL2/SDL_audio.h:32:0,
  443. from /usr/include/SDL2/SDL.h:71,
  444. from /usr/include/SDL2/SDL_image.h:27,
  445. from src/../include/simple2d.h:92,
  446. from src/controllers.c:3:
  447. /usr/include/SDL2/SDL_error.h:62:5: error: redeclaration of enumerator ‘SDL_LASTERROR’
  448. SDL_LASTERROR
  449. ^
  450. In file included from /usr/local/include/SDL2/SDL_audio.h:32:0,
  451. from /usr/local/include/SDL2/SDL.h:36,
  452. from src/../include/simple2d.h:63,
  453. from src/controllers.c:3:
  454. /usr/local/include/SDL2/SDL_error.h:62:5: note: previous definition of ‘SDL_LASTERROR’ was here
  455. SDL_LASTERROR
  456. ^
  457. In file included from /usr/include/SDL2/SDL_audio.h:32:0,
  458. from /usr/include/SDL2/SDL.h:71,
  459. from /usr/include/SDL2/SDL_image.h:27,
  460. from src/../include/simple2d.h:92,
  461. from src/controllers.c:3:
  462. /usr/include/SDL2/SDL_error.h:63:3: error: conflicting types for ‘SDL_errorcode’
  463. } SDL_errorcode;
  464. ^
  465. In file included from /usr/local/include/SDL2/SDL_audio.h:32:0,
  466. from /usr/local/include/SDL2/SDL.h:36,
  467. from src/../include/simple2d.h:63,
  468. from src/controllers.c:3:
  469. /usr/local/include/SDL2/SDL_error.h:63:3: note: previous declaration of ‘SDL_errorcode’ was here
  470. } SDL_errorcode;
  471. ^
  472. In file included from /usr/include/SDL2/SDL_audio.h:32:0,
  473. from /usr/include/SDL2/SDL.h:71,
  474. from /usr/include/SDL2/SDL_image.h:27,
  475. from src/../include/simple2d.h:92,
  476. from src/controllers.c:3:
  477. /usr/include/SDL2/SDL_error.h:65:29: error: conflicting types for ‘SDL_Error’
  478. extern DECLSPEC int SDLCALL SDL_Error(SDL_errorcode code);
  479. ^
  480. In file included from /usr/local/include/SDL2/SDL_audio.h:32:0,
  481. from /usr/local/include/SDL2/SDL.h:36,
  482. from src/../include/simple2d.h:63,
  483. from src/controllers.c:3:
  484. /usr/local/include/SDL2/SDL_error.h:65:29: note: previous declaration of ‘SDL_Error’ was here
  485. extern DECLSPEC int SDLCALL SDL_Error(SDL_errorcode code);
  486. ^
  487. In file included from /usr/include/SDL2/SDL_audio.h:33:0,
  488. from /usr/include/SDL2/SDL.h:71,
  489. from /usr/include/SDL2/SDL_image.h:27,
  490. from src/../include/simple2d.h:92,
  491. from src/controllers.c:3:
  492. /usr/include/SDL2/SDL_endian.h:78:1: error: redefinition of ‘SDL_Swap16’
  493. SDL_Swap16(Uint16 x)
  494. ^
  495. In file included from /usr/local/include/SDL2/SDL_audio.h:33:0,
  496. from /usr/local/include/SDL2/SDL.h:36,
  497. from src/../include/simple2d.h:63,
  498. from src/controllers.c:3:
  499. /usr/local/include/SDL2/SDL_endian.h:78:1: note: previous definition of ‘SDL_Swap16’ was here
  500. SDL_Swap16(Uint16 x)
  501. ^
  502. In file included from /usr/include/SDL2/SDL_audio.h:33:0,
  503. from /usr/include/SDL2/SDL.h:71,
  504. from /usr/include/SDL2/SDL_image.h:27,
  505. from src/../include/simple2d.h:92,
  506. from src/controllers.c:3:
  507. /usr/include/SDL2/SDL_endian.h:116:1: error: redefinition of ‘SDL_Swap32’
  508. SDL_Swap32(Uint32 x)
  509. ^
  510. In file included from /usr/local/include/SDL2/SDL_audio.h:33:0,
  511. from /usr/local/include/SDL2/SDL.h:36,
  512. from src/../include/simple2d.h:63,
  513. from src/controllers.c:3:
  514. /usr/local/include/SDL2/SDL_endian.h:122:1: note: previous definition of ‘SDL_Swap32’ was here
  515. SDL_Swap32(Uint32 x)
  516. ^
  517. In file included from /usr/include/SDL2/SDL_audio.h:33:0,
  518. from /usr/include/SDL2/SDL.h:71,
  519. from /usr/include/SDL2/SDL_image.h:27,
  520. from src/../include/simple2d.h:92,
  521. from src/controllers.c:3:
  522. /usr/include/SDL2/SDL_endian.h:168:1: error: redefinition of ‘SDL_Swap64’
  523. SDL_Swap64(Uint64 x)
  524. ^
  525. In file included from /usr/local/include/SDL2/SDL_audio.h:33:0,
  526. from /usr/local/include/SDL2/SDL.h:36,
  527. from src/../include/simple2d.h:63,
  528. from src/controllers.c:3:
  529. /usr/local/include/SDL2/SDL_endian.h:189:1: note: previous definition of ‘SDL_Swap64’ was here
  530. SDL_Swap64(Uint64 x)
  531. ^
  532. In file included from /usr/include/SDL2/SDL_audio.h:33:0,
  533. from /usr/include/SDL2/SDL.h:71,
  534. from /usr/include/SDL2/SDL_image.h:27,
  535. from src/../include/simple2d.h:92,
  536. from src/controllers.c:3:
  537. /usr/include/SDL2/SDL_endian.h:192:1: error: redefinition of ‘SDL_SwapFloat’
  538. SDL_SwapFloat(float x)
  539. ^
  540. In file included from /usr/local/include/SDL2/SDL_audio.h:33:0,
  541. from /usr/local/include/SDL2/SDL.h:36,
  542. from src/../include/simple2d.h:63,
  543. from src/controllers.c:3:
  544. /usr/local/include/SDL2/SDL_endian.h:213:1: note: previous definition of ‘SDL_SwapFloat’ was here
  545. SDL_SwapFloat(float x)
  546. ^
  547. In file included from /usr/include/SDL2/SDL_audio.h:35:0,
  548. from /usr/include/SDL2/SDL.h:71,
  549. from /usr/include/SDL2/SDL_image.h:27,
  550. from src/../include/simple2d.h:92,
  551. from src/controllers.c:3:
  552. /usr/include/SDL2/SDL_thread.h:60:5: error: redeclaration of enumerator ‘SDL_THREAD_PRIORITY_LOW’
  553. SDL_THREAD_PRIORITY_LOW,
  554. ^
  555. In file included from /usr/local/include/SDL2/SDL_audio.h:35:0,
  556. from /usr/local/include/SDL2/SDL.h:36,
  557. from src/../include/simple2d.h:63,
  558. from src/controllers.c:3:
  559. /usr/local/include/SDL2/SDL_thread.h:60:5: note: previous definition of ‘SDL_THREAD_PRIORITY_LOW’ was here
  560. SDL_THREAD_PRIORITY_LOW,
  561. ^
  562. In file included from /usr/include/SDL2/SDL_audio.h:35:0,
  563. from /usr/include/SDL2/SDL.h:71,
  564. from /usr/include/SDL2/SDL_image.h:27,
  565. from src/../include/simple2d.h:92,
  566. from src/controllers.c:3:
  567. /usr/include/SDL2/SDL_thread.h:61:5: error: redeclaration of enumerator ‘SDL_THREAD_PRIORITY_NORMAL’
  568. SDL_THREAD_PRIORITY_NORMAL,
  569. ^
  570. In file included from /usr/local/include/SDL2/SDL_audio.h:35:0,
  571. from /usr/local/include/SDL2/SDL.h:36,
  572. from src/../include/simple2d.h:63,
  573. from src/controllers.c:3:
  574. /usr/local/include/SDL2/SDL_thread.h:61:5: note: previous definition of ‘SDL_THREAD_PRIORITY_NORMAL’ was here
  575. SDL_THREAD_PRIORITY_NORMAL,
  576. ^
  577. In file included from /usr/include/SDL2/SDL_audio.h:35:0,
  578. from /usr/include/SDL2/SDL.h:71,
  579. from /usr/include/SDL2/SDL_image.h:27,
  580. from src/../include/simple2d.h:92,
  581. from src/controllers.c:3:
  582. /usr/include/SDL2/SDL_thread.h:62:5: error: redeclaration of enumerator ‘SDL_THREAD_PRIORITY_HIGH’
  583. SDL_THREAD_PRIORITY_HIGH
  584. ^
  585. In file included from /usr/local/include/SDL2/SDL_audio.h:35:0,
  586. from /usr/local/include/SDL2/SDL.h:36,
  587. from src/../include/simple2d.h:63,
  588. from src/controllers.c:3:
  589. /usr/local/include/SDL2/SDL_thread.h:62:5: note: previous definition of ‘SDL_THREAD_PRIORITY_HIGH’ was here
  590. SDL_THREAD_PRIORITY_HIGH
  591. ^
  592. In file included from /usr/include/SDL2/SDL_audio.h:35:0,
  593. from /usr/include/SDL2/SDL.h:71,
  594. from /usr/include/SDL2/SDL_image.h:27,
  595. from src/../include/simple2d.h:92,
  596. from src/controllers.c:3:
  597. /usr/include/SDL2/SDL_thread.h:63:3: error: conflicting types for ‘SDL_ThreadPriority’
  598. } SDL_ThreadPriority;
  599. ^
  600. In file included from /usr/local/include/SDL2/SDL_audio.h:35:0,
  601. from /usr/local/include/SDL2/SDL.h:36,
  602. from src/../include/simple2d.h:63,
  603. from src/controllers.c:3:
  604. /usr/local/include/SDL2/SDL_thread.h:63:3: note: previous declaration of ‘SDL_ThreadPriority’ was here
  605. } SDL_ThreadPriority;
  606. ^
  607. In file included from /usr/include/SDL2/SDL_audio.h:35:0,
  608. from /usr/include/SDL2/SDL.h:71,
  609. from /usr/include/SDL2/SDL_image.h:27,
  610. from src/../include/simple2d.h:92,
  611. from src/controllers.c:3:
  612. /usr/include/SDL2/SDL_thread.h:170:29: error: conflicting types for ‘SDL_SetThreadPriority’
  613. extern DECLSPEC int SDLCALL SDL_SetThreadPriority(SDL_ThreadPriority priority);
  614. ^
  615. In file included from /usr/local/include/SDL2/SDL_audio.h:35:0,
  616. from /usr/local/include/SDL2/SDL.h:36,
  617. from src/../include/simple2d.h:63,
  618. from src/controllers.c:3:
  619. /usr/local/include/SDL2/SDL_thread.h:191:29: note: previous declaration of ‘SDL_SetThreadPriority’ was here
  620. extern DECLSPEC int SDLCALL SDL_SetThreadPriority(SDL_ThreadPriority priority);
  621. ^
  622. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  623. from /usr/include/SDL2/SDL.h:71,
  624. from /usr/include/SDL2/SDL_image.h:27,
  625. from src/../include/simple2d.h:92,
  626. from src/controllers.c:3:
  627. /usr/include/SDL2/SDL_rwops.h:52:16: error: redefinition of ‘struct SDL_RWops’
  628. typedef struct SDL_RWops
  629. ^
  630. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  631. from /usr/local/include/SDL2/SDL.h:36,
  632. from src/../include/simple2d.h:63,
  633. from src/controllers.c:3:
  634. /usr/local/include/SDL2/SDL_rwops.h:52:16: note: originally defined here
  635. typedef struct SDL_RWops
  636. ^
  637. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  638. from /usr/include/SDL2/SDL.h:71,
  639. from /usr/include/SDL2/SDL_image.h:27,
  640. from src/../include/simple2d.h:92,
  641. from src/controllers.c:3:
  642. /usr/include/SDL2/SDL_rwops.h:143:3: error: conflicting types for ‘SDL_RWops’
  643. } SDL_RWops;
  644. ^
  645. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  646. from /usr/local/include/SDL2/SDL.h:36,
  647. from src/../include/simple2d.h:63,
  648. from src/controllers.c:3:
  649. /usr/local/include/SDL2/SDL_rwops.h:143:3: note: previous declaration of ‘SDL_RWops’ was here
  650. } SDL_RWops;
  651. ^
  652. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  653. from /usr/include/SDL2/SDL.h:71,
  654. from /usr/include/SDL2/SDL_image.h:27,
  655. from src/../include/simple2d.h:92,
  656. from src/controllers.c:3:
  657. /usr/include/SDL2/SDL_rwops.h:153:36: error: conflicting types for ‘SDL_RWFromFile’
  658. extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFile(const char *file,
  659. ^
  660. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  661. from /usr/local/include/SDL2/SDL.h:36,
  662. from src/../include/simple2d.h:63,
  663. from src/controllers.c:3:
  664. /usr/local/include/SDL2/SDL_rwops.h:153:36: note: previous declaration of ‘SDL_RWFromFile’ was here
  665. extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFile(const char *file,
  666. ^
  667. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  668. from /usr/include/SDL2/SDL.h:71,
  669. from /usr/include/SDL2/SDL_image.h:27,
  670. from src/../include/simple2d.h:92,
  671. from src/controllers.c:3:
  672. /usr/include/SDL2/SDL_rwops.h:157:36: error: conflicting types for ‘SDL_RWFromFP’
  673. extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFP(FILE * fp,
  674. ^
  675. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  676. from /usr/local/include/SDL2/SDL.h:36,
  677. from src/../include/simple2d.h:63,
  678. from src/controllers.c:3:
  679. /usr/local/include/SDL2/SDL_rwops.h:157:36: note: previous declaration of ‘SDL_RWFromFP’ was here
  680. extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFP(FILE * fp,
  681. ^
  682. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  683. from /usr/include/SDL2/SDL.h:71,
  684. from /usr/include/SDL2/SDL_image.h:27,
  685. from src/../include/simple2d.h:92,
  686. from src/controllers.c:3:
  687. /usr/include/SDL2/SDL_rwops.h:164:36: error: conflicting types for ‘SDL_RWFromMem’
  688. extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromMem(void *mem, int size);
  689. ^
  690. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  691. from /usr/local/include/SDL2/SDL.h:36,
  692. from src/../include/simple2d.h:63,
  693. from src/controllers.c:3:
  694. /usr/local/include/SDL2/SDL_rwops.h:164:36: note: previous declaration of ‘SDL_RWFromMem’ was here
  695. extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromMem(void *mem, int size);
  696. ^
  697. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  698. from /usr/include/SDL2/SDL.h:71,
  699. from /usr/include/SDL2/SDL_image.h:27,
  700. from src/../include/simple2d.h:92,
  701. from src/controllers.c:3:
  702. /usr/include/SDL2/SDL_rwops.h:165:36: error: conflicting types for ‘SDL_RWFromConstMem’
  703. extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromConstMem(const void *mem,
  704. ^
  705. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  706. from /usr/local/include/SDL2/SDL.h:36,
  707. from src/../include/simple2d.h:63,
  708. from src/controllers.c:3:
  709. /usr/local/include/SDL2/SDL_rwops.h:165:36: note: previous declaration of ‘SDL_RWFromConstMem’ was here
  710. extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromConstMem(const void *mem,
  711. ^
  712. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  713. from /usr/include/SDL2/SDL.h:71,
  714. from /usr/include/SDL2/SDL_image.h:27,
  715. from src/../include/simple2d.h:92,
  716. from src/controllers.c:3:
  717. /usr/include/SDL2/SDL_rwops.h:171:36: error: conflicting types for ‘SDL_AllocRW’
  718. extern DECLSPEC SDL_RWops *SDLCALL SDL_AllocRW(void);
  719. ^
  720. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  721. from /usr/local/include/SDL2/SDL.h:36,
  722. from src/../include/simple2d.h:63,
  723. from src/controllers.c:3:
  724. /usr/local/include/SDL2/SDL_rwops.h:171:36: note: previous declaration of ‘SDL_AllocRW’ was here
  725. extern DECLSPEC SDL_RWops *SDLCALL SDL_AllocRW(void);
  726. ^
  727. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  728. from /usr/include/SDL2/SDL.h:71,
  729. from /usr/include/SDL2/SDL_image.h:27,
  730. from src/../include/simple2d.h:92,
  731. from src/controllers.c:3:
  732. /usr/include/SDL2/SDL_rwops.h:172:30: error: conflicting types for ‘SDL_FreeRW’
  733. extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops * area);
  734. ^
  735. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  736. from /usr/local/include/SDL2/SDL.h:36,
  737. from src/../include/simple2d.h:63,
  738. from src/controllers.c:3:
  739. /usr/local/include/SDL2/SDL_rwops.h:172:30: note: previous declaration of ‘SDL_FreeRW’ was here
  740. extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops * area);
  741. ^
  742. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  743. from /usr/include/SDL2/SDL.h:71,
  744. from /usr/include/SDL2/SDL_image.h:27,
  745. from src/../include/simple2d.h:92,
  746. from src/controllers.c:3:
  747. /usr/include/SDL2/SDL_rwops.h:199:31: error: conflicting types for ‘SDL_ReadU8’
  748. extern DECLSPEC Uint8 SDLCALL SDL_ReadU8(SDL_RWops * src);
  749. ^
  750. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  751. from /usr/local/include/SDL2/SDL.h:36,
  752. from src/../include/simple2d.h:63,
  753. from src/controllers.c:3:
  754. /usr/local/include/SDL2/SDL_rwops.h:222:31: note: previous declaration of ‘SDL_ReadU8’ was here
  755. extern DECLSPEC Uint8 SDLCALL SDL_ReadU8(SDL_RWops * src);
  756. ^
  757. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  758. from /usr/include/SDL2/SDL.h:71,
  759. from /usr/include/SDL2/SDL_image.h:27,
  760. from src/../include/simple2d.h:92,
  761. from src/controllers.c:3:
  762. /usr/include/SDL2/SDL_rwops.h:200:32: error: conflicting types for ‘SDL_ReadLE16’
  763. extern DECLSPEC Uint16 SDLCALL SDL_ReadLE16(SDL_RWops * src);
  764. ^
  765. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  766. from /usr/local/include/SDL2/SDL.h:36,
  767. from src/../include/simple2d.h:63,
  768. from src/controllers.c:3:
  769. /usr/local/include/SDL2/SDL_rwops.h:223:32: note: previous declaration of ‘SDL_ReadLE16’ was here
  770. extern DECLSPEC Uint16 SDLCALL SDL_ReadLE16(SDL_RWops * src);
  771. ^
  772. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  773. from /usr/include/SDL2/SDL.h:71,
  774. from /usr/include/SDL2/SDL_image.h:27,
  775. from src/../include/simple2d.h:92,
  776. from src/controllers.c:3:
  777. /usr/include/SDL2/SDL_rwops.h:201:32: error: conflicting types for ‘SDL_ReadBE16’
  778. extern DECLSPEC Uint16 SDLCALL SDL_ReadBE16(SDL_RWops * src);
  779. ^
  780. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  781. from /usr/local/include/SDL2/SDL.h:36,
  782. from src/../include/simple2d.h:63,
  783. from src/controllers.c:3:
  784. /usr/local/include/SDL2/SDL_rwops.h:224:32: note: previous declaration of ‘SDL_ReadBE16’ was here
  785. extern DECLSPEC Uint16 SDLCALL SDL_ReadBE16(SDL_RWops * src);
  786. ^
  787. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  788. from /usr/include/SDL2/SDL.h:71,
  789. from /usr/include/SDL2/SDL_image.h:27,
  790. from src/../include/simple2d.h:92,
  791. from src/controllers.c:3:
  792. /usr/include/SDL2/SDL_rwops.h:202:32: error: conflicting types for ‘SDL_ReadLE32’
  793. extern DECLSPEC Uint32 SDLCALL SDL_ReadLE32(SDL_RWops * src);
  794. ^
  795. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  796. from /usr/local/include/SDL2/SDL.h:36,
  797. from src/../include/simple2d.h:63,
  798. from src/controllers.c:3:
  799. /usr/local/include/SDL2/SDL_rwops.h:225:32: note: previous declaration of ‘SDL_ReadLE32’ was here
  800. extern DECLSPEC Uint32 SDLCALL SDL_ReadLE32(SDL_RWops * src);
  801. ^
  802. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  803. from /usr/include/SDL2/SDL.h:71,
  804. from /usr/include/SDL2/SDL_image.h:27,
  805. from src/../include/simple2d.h:92,
  806. from src/controllers.c:3:
  807. /usr/include/SDL2/SDL_rwops.h:203:32: error: conflicting types for ‘SDL_ReadBE32’
  808. extern DECLSPEC Uint32 SDLCALL SDL_ReadBE32(SDL_RWops * src);
  809. ^
  810. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  811. from /usr/local/include/SDL2/SDL.h:36,
  812. from src/../include/simple2d.h:63,
  813. from src/controllers.c:3:
  814. /usr/local/include/SDL2/SDL_rwops.h:226:32: note: previous declaration of ‘SDL_ReadBE32’ was here
  815. extern DECLSPEC Uint32 SDLCALL SDL_ReadBE32(SDL_RWops * src);
  816. ^
  817. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  818. from /usr/include/SDL2/SDL.h:71,
  819. from /usr/include/SDL2/SDL_image.h:27,
  820. from src/../include/simple2d.h:92,
  821. from src/controllers.c:3:
  822. /usr/include/SDL2/SDL_rwops.h:204:32: error: conflicting types for ‘SDL_ReadLE64’
  823. extern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops * src);
  824. ^
  825. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  826. from /usr/local/include/SDL2/SDL.h:36,
  827. from src/../include/simple2d.h:63,
  828. from src/controllers.c:3:
  829. /usr/local/include/SDL2/SDL_rwops.h:227:32: note: previous declaration of ‘SDL_ReadLE64’ was here
  830. extern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops * src);
  831. ^
  832. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  833. from /usr/include/SDL2/SDL.h:71,
  834. from /usr/include/SDL2/SDL_image.h:27,
  835. from src/../include/simple2d.h:92,
  836. from src/controllers.c:3:
  837. /usr/include/SDL2/SDL_rwops.h:205:32: error: conflicting types for ‘SDL_ReadBE64’
  838. extern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops * src);
  839. ^
  840. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  841. from /usr/local/include/SDL2/SDL.h:36,
  842. from src/../include/simple2d.h:63,
  843. from src/controllers.c:3:
  844. /usr/local/include/SDL2/SDL_rwops.h:228:32: note: previous declaration of ‘SDL_ReadBE64’ was here
  845. extern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops * src);
  846. ^
  847. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  848. from /usr/include/SDL2/SDL.h:71,
  849. from /usr/include/SDL2/SDL_image.h:27,
  850. from src/../include/simple2d.h:92,
  851. from src/controllers.c:3:
  852. /usr/include/SDL2/SDL_rwops.h:214:32: error: conflicting types for ‘SDL_WriteU8’
  853. extern DECLSPEC size_t SDLCALL SDL_WriteU8(SDL_RWops * dst, Uint8 value);
  854. ^
  855. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  856. from /usr/local/include/SDL2/SDL.h:36,
  857. from src/../include/simple2d.h:63,
  858. from src/controllers.c:3:
  859. /usr/local/include/SDL2/SDL_rwops.h:237:32: note: previous declaration of ‘SDL_WriteU8’ was here
  860. extern DECLSPEC size_t SDLCALL SDL_WriteU8(SDL_RWops * dst, Uint8 value);
  861. ^
  862. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  863. from /usr/include/SDL2/SDL.h:71,
  864. from /usr/include/SDL2/SDL_image.h:27,
  865. from src/../include/simple2d.h:92,
  866. from src/controllers.c:3:
  867. /usr/include/SDL2/SDL_rwops.h:215:32: error: conflicting types for ‘SDL_WriteLE16’
  868. extern DECLSPEC size_t SDLCALL SDL_WriteLE16(SDL_RWops * dst, Uint16 value);
  869. ^
  870. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  871. from /usr/local/include/SDL2/SDL.h:36,
  872. from src/../include/simple2d.h:63,
  873. from src/controllers.c:3:
  874. /usr/local/include/SDL2/SDL_rwops.h:238:32: note: previous declaration of ‘SDL_WriteLE16’ was here
  875. extern DECLSPEC size_t SDLCALL SDL_WriteLE16(SDL_RWops * dst, Uint16 value);
  876. ^
  877. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  878. from /usr/include/SDL2/SDL.h:71,
  879. from /usr/include/SDL2/SDL_image.h:27,
  880. from src/../include/simple2d.h:92,
  881. from src/controllers.c:3:
  882. /usr/include/SDL2/SDL_rwops.h:216:32: error: conflicting types for ‘SDL_WriteBE16’
  883. extern DECLSPEC size_t SDLCALL SDL_WriteBE16(SDL_RWops * dst, Uint16 value);
  884. ^
  885. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  886. from /usr/local/include/SDL2/SDL.h:36,
  887. from src/../include/simple2d.h:63,
  888. from src/controllers.c:3:
  889. /usr/local/include/SDL2/SDL_rwops.h:239:32: note: previous declaration of ‘SDL_WriteBE16’ was here
  890. extern DECLSPEC size_t SDLCALL SDL_WriteBE16(SDL_RWops * dst, Uint16 value);
  891. ^
  892. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  893. from /usr/include/SDL2/SDL.h:71,
  894. from /usr/include/SDL2/SDL_image.h:27,
  895. from src/../include/simple2d.h:92,
  896. from src/controllers.c:3:
  897. /usr/include/SDL2/SDL_rwops.h:217:32: error: conflicting types for ‘SDL_WriteLE32’
  898. extern DECLSPEC size_t SDLCALL SDL_WriteLE32(SDL_RWops * dst, Uint32 value);
  899. ^
  900. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  901. from /usr/local/include/SDL2/SDL.h:36,
  902. from src/../include/simple2d.h:63,
  903. from src/controllers.c:3:
  904. /usr/local/include/SDL2/SDL_rwops.h:240:32: note: previous declaration of ‘SDL_WriteLE32’ was here
  905. extern DECLSPEC size_t SDLCALL SDL_WriteLE32(SDL_RWops * dst, Uint32 value);
  906. ^
  907. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  908. from /usr/include/SDL2/SDL.h:71,
  909. from /usr/include/SDL2/SDL_image.h:27,
  910. from src/../include/simple2d.h:92,
  911. from src/controllers.c:3:
  912. /usr/include/SDL2/SDL_rwops.h:218:32: error: conflicting types for ‘SDL_WriteBE32’
  913. extern DECLSPEC size_t SDLCALL SDL_WriteBE32(SDL_RWops * dst, Uint32 value);
  914. ^
  915. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  916. from /usr/local/include/SDL2/SDL.h:36,
  917. from src/../include/simple2d.h:63,
  918. from src/controllers.c:3:
  919. /usr/local/include/SDL2/SDL_rwops.h:241:32: note: previous declaration of ‘SDL_WriteBE32’ was here
  920. extern DECLSPEC size_t SDLCALL SDL_WriteBE32(SDL_RWops * dst, Uint32 value);
  921. ^
  922. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  923. from /usr/include/SDL2/SDL.h:71,
  924. from /usr/include/SDL2/SDL_image.h:27,
  925. from src/../include/simple2d.h:92,
  926. from src/controllers.c:3:
  927. /usr/include/SDL2/SDL_rwops.h:219:32: error: conflicting types for ‘SDL_WriteLE64’
  928. extern DECLSPEC size_t SDLCALL SDL_WriteLE64(SDL_RWops * dst, Uint64 value);
  929. ^
  930. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  931. from /usr/local/include/SDL2/SDL.h:36,
  932. from src/../include/simple2d.h:63,
  933. from src/controllers.c:3:
  934. /usr/local/include/SDL2/SDL_rwops.h:242:32: note: previous declaration of ‘SDL_WriteLE64’ was here
  935. extern DECLSPEC size_t SDLCALL SDL_WriteLE64(SDL_RWops * dst, Uint64 value);
  936. ^
  937. In file included from /usr/include/SDL2/SDL_audio.h:36:0,
  938. from /usr/include/SDL2/SDL.h:71,
  939. from /usr/include/SDL2/SDL_image.h:27,
  940. from src/../include/simple2d.h:92,
  941. from src/controllers.c:3:
  942. /usr/include/SDL2/SDL_rwops.h:220:32: error: conflicting types for ‘SDL_WriteBE64’
  943. extern DECLSPEC size_t SDLCALL SDL_WriteBE64(SDL_RWops * dst, Uint64 value);
  944. ^
  945. In file included from /usr/local/include/SDL2/SDL_audio.h:36:0,
  946. from /usr/local/include/SDL2/SDL.h:36,
  947. from src/../include/simple2d.h:63,
  948. from src/controllers.c:3:
  949. /usr/local/include/SDL2/SDL_rwops.h:243:32: note: previous declaration of ‘SDL_WriteBE64’ was here
  950. extern DECLSPEC size_t SDLCALL SDL_WriteBE64(SDL_RWops * dst, Uint64 value);
  951. ^
  952. In file included from /usr/include/SDL2/SDL.h:71:0,
  953. from /usr/include/SDL2/SDL_image.h:27,
  954. from src/../include/simple2d.h:92,
  955. from src/controllers.c:3:
  956. /usr/include/SDL2/SDL_audio.h:165:16: error: redefinition of ‘struct SDL_AudioSpec’
  957. typedef struct SDL_AudioSpec
  958. ^
  959. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  960. from src/../include/simple2d.h:63,
  961. from src/controllers.c:3:
  962. /usr/local/include/SDL2/SDL_audio.h:177:16: note: originally defined here
  963. typedef struct SDL_AudioSpec
  964. ^
  965. In file included from /usr/include/SDL2/SDL.h:71:0,
  966. from /usr/include/SDL2/SDL_image.h:27,
  967. from src/../include/simple2d.h:92,
  968. from src/controllers.c:3:
  969. /usr/include/SDL2/SDL_audio.h:176:3: error: conflicting types for ‘SDL_AudioSpec’
  970. } SDL_AudioSpec;
  971. ^
  972. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  973. from src/../include/simple2d.h:63,
  974. from src/controllers.c:3:
  975. /usr/local/include/SDL2/SDL_audio.h:188:3: note: previous declaration of ‘SDL_AudioSpec’ was here
  976. } SDL_AudioSpec;
  977. ^
  978. In file included from /usr/include/SDL2/SDL.h:71:0,
  979. from /usr/include/SDL2/SDL_image.h:27,
  980. from src/../include/simple2d.h:92,
  981. from src/controllers.c:3:
  982. /usr/include/SDL2/SDL_audio.h:197:16: error: redefinition of ‘struct SDL_AudioCVT’
  983. typedef struct SDL_AudioCVT
  984. ^
  985. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  986. from src/../include/simple2d.h:63,
  987. from src/controllers.c:3:
  988. /usr/local/include/SDL2/SDL_audio.h:191:8: note: originally defined here
  989. struct SDL_AudioCVT;
  990. ^
  991. In file included from /usr/include/SDL2/SDL.h:71:0,
  992. from /usr/include/SDL2/SDL_image.h:27,
  993. from src/../include/simple2d.h:92,
  994. from src/controllers.c:3:
  995. /usr/include/SDL2/SDL_audio.h:210:23: error: conflicting types for ‘SDL_AudioCVT’
  996. } SDL_AUDIOCVT_PACKED SDL_AudioCVT;
  997. ^
  998. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  999. from src/../include/simple2d.h:63,
  1000. from src/controllers.c:3:
  1001. /usr/local/include/SDL2/SDL_audio.h:238:23: note: previous declaration of ‘SDL_AudioCVT’ was here
  1002. } SDL_AUDIOCVT_PACKED SDL_AudioCVT;
  1003. ^
  1004. In file included from /usr/include/SDL2/SDL.h:71:0,
  1005. from /usr/include/SDL2/SDL_image.h:27,
  1006. from src/../include/simple2d.h:92,
  1007. from src/controllers.c:3:
  1008. /usr/include/SDL2/SDL_audio.h:286:29: error: conflicting types for ‘SDL_OpenAudio’
  1009. extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec * desired,
  1010. ^
  1011. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1012. from src/../include/simple2d.h:63,
  1013. from src/controllers.c:3:
  1014. /usr/local/include/SDL2/SDL_audio.h:317:29: note: previous declaration of ‘SDL_OpenAudio’ was here
  1015. extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec * desired,
  1016. ^
  1017. In file included from /usr/include/SDL2/SDL.h:71:0,
  1018. from /usr/include/SDL2/SDL_image.h:27,
  1019. from src/../include/simple2d.h:92,
  1020. from src/controllers.c:3:
  1021. /usr/include/SDL2/SDL_audio.h:344:43: error: conflicting types for ‘SDL_OpenAudioDevice’
  1022. extern DECLSPEC SDL_AudioDeviceID SDLCALL SDL_OpenAudioDevice(const char
  1023. ^
  1024. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1025. from src/../include/simple2d.h:63,
  1026. from src/controllers.c:3:
  1027. /usr/local/include/SDL2/SDL_audio.h:375:43: note: previous declaration of ‘SDL_OpenAudioDevice’ was here
  1028. extern DECLSPEC SDL_AudioDeviceID SDLCALL SDL_OpenAudioDevice(const char
  1029. ^
  1030. In file included from /usr/include/SDL2/SDL.h:71:0,
  1031. from /usr/include/SDL2/SDL_image.h:27,
  1032. from src/../include/simple2d.h:92,
  1033. from src/controllers.c:3:
  1034. /usr/include/SDL2/SDL_audio.h:365:5: error: redeclaration of enumerator ‘SDL_AUDIO_STOPPED’
  1035. SDL_AUDIO_STOPPED = 0,
  1036. ^
  1037. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1038. from src/../include/simple2d.h:63,
  1039. from src/controllers.c:3:
  1040. /usr/local/include/SDL2/SDL_audio.h:396:5: note: previous definition of ‘SDL_AUDIO_STOPPED’ was here
  1041. SDL_AUDIO_STOPPED = 0,
  1042. ^
  1043. In file included from /usr/include/SDL2/SDL.h:71:0,
  1044. from /usr/include/SDL2/SDL_image.h:27,
  1045. from src/../include/simple2d.h:92,
  1046. from src/controllers.c:3:
  1047. /usr/include/SDL2/SDL_audio.h:366:5: error: redeclaration of enumerator ‘SDL_AUDIO_PLAYING’
  1048. SDL_AUDIO_PLAYING,
  1049. ^
  1050. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1051. from src/../include/simple2d.h:63,
  1052. from src/controllers.c:3:
  1053. /usr/local/include/SDL2/SDL_audio.h:397:5: note: previous definition of ‘SDL_AUDIO_PLAYING’ was here
  1054. SDL_AUDIO_PLAYING,
  1055. ^
  1056. In file included from /usr/include/SDL2/SDL.h:71:0,
  1057. from /usr/include/SDL2/SDL_image.h:27,
  1058. from src/../include/simple2d.h:92,
  1059. from src/controllers.c:3:
  1060. /usr/include/SDL2/SDL_audio.h:367:5: error: redeclaration of enumerator ‘SDL_AUDIO_PAUSED’
  1061. SDL_AUDIO_PAUSED
  1062. ^
  1063. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1064. from src/../include/simple2d.h:63,
  1065. from src/controllers.c:3:
  1066. /usr/local/include/SDL2/SDL_audio.h:398:5: note: previous definition of ‘SDL_AUDIO_PAUSED’ was here
  1067. SDL_AUDIO_PAUSED
  1068. ^
  1069. In file included from /usr/include/SDL2/SDL.h:71:0,
  1070. from /usr/include/SDL2/SDL_image.h:27,
  1071. from src/../include/simple2d.h:92,
  1072. from src/controllers.c:3:
  1073. /usr/include/SDL2/SDL_audio.h:368:3: error: conflicting types for ‘SDL_AudioStatus’
  1074. } SDL_AudioStatus;
  1075. ^
  1076. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1077. from src/../include/simple2d.h:63,
  1078. from src/controllers.c:3:
  1079. /usr/local/include/SDL2/SDL_audio.h:399:3: note: previous declaration of ‘SDL_AudioStatus’ was here
  1080. } SDL_AudioStatus;
  1081. ^
  1082. In file included from /usr/include/SDL2/SDL.h:71:0,
  1083. from /usr/include/SDL2/SDL_image.h:27,
  1084. from src/../include/simple2d.h:92,
  1085. from src/controllers.c:3:
  1086. /usr/include/SDL2/SDL_audio.h:369:41: error: conflicting types for ‘SDL_GetAudioStatus’
  1087. extern DECLSPEC SDL_AudioStatus SDLCALL SDL_GetAudioStatus(void);
  1088. ^
  1089. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1090. from src/../include/simple2d.h:63,
  1091. from src/controllers.c:3:
  1092. /usr/local/include/SDL2/SDL_audio.h:400:41: note: previous declaration of ‘SDL_GetAudioStatus’ was here
  1093. extern DECLSPEC SDL_AudioStatus SDLCALL SDL_GetAudioStatus(void);
  1094. ^
  1095. In file included from /usr/include/SDL2/SDL.h:71:0,
  1096. from /usr/include/SDL2/SDL_image.h:27,
  1097. from src/../include/simple2d.h:92,
  1098. from src/controllers.c:3:
  1099. /usr/include/SDL2/SDL_audio.h:372:1: error: conflicting types for ‘SDL_GetAudioDeviceStatus’
  1100. SDL_GetAudioDeviceStatus(SDL_AudioDeviceID dev);
  1101. ^
  1102. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1103. from src/../include/simple2d.h:63,
  1104. from src/controllers.c:3:
  1105. /usr/local/include/SDL2/SDL_audio.h:403:1: note: previous declaration of ‘SDL_GetAudioDeviceStatus’ was here
  1106. SDL_GetAudioDeviceStatus(SDL_AudioDeviceID dev);
  1107. ^
  1108. In file included from /usr/include/SDL2/SDL.h:71:0,
  1109. from /usr/include/SDL2/SDL_image.h:27,
  1110. from src/../include/simple2d.h:92,
  1111. from src/controllers.c:3:
  1112. /usr/include/SDL2/SDL_audio.h:409:40: error: conflicting types for ‘SDL_LoadWAV_RW’
  1113. extern DECLSPEC SDL_AudioSpec *SDLCALL SDL_LoadWAV_RW(SDL_RWops * src,
  1114. ^
  1115. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1116. from src/../include/simple2d.h:63,
  1117. from src/controllers.c:3:
  1118. /usr/local/include/SDL2/SDL_audio.h:440:40: note: previous declaration of ‘SDL_LoadWAV_RW’ was here
  1119. extern DECLSPEC SDL_AudioSpec *SDLCALL SDL_LoadWAV_RW(SDL_RWops * src,
  1120. ^
  1121. In file included from /usr/include/SDL2/SDL.h:71:0,
  1122. from /usr/include/SDL2/SDL_image.h:27,
  1123. from src/../include/simple2d.h:92,
  1124. from src/controllers.c:3:
  1125. /usr/include/SDL2/SDL_audio.h:436:29: error: conflicting types for ‘SDL_BuildAudioCVT’
  1126. extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT * cvt,
  1127. ^
  1128. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1129. from src/../include/simple2d.h:63,
  1130. from src/controllers.c:3:
  1131. /usr/local/include/SDL2/SDL_audio.h:467:29: note: previous declaration of ‘SDL_BuildAudioCVT’ was here
  1132. extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT * cvt,
  1133. ^
  1134. In file included from /usr/include/SDL2/SDL.h:71:0,
  1135. from /usr/include/SDL2/SDL_image.h:27,
  1136. from src/../include/simple2d.h:92,
  1137. from src/controllers.c:3:
  1138. /usr/include/SDL2/SDL_audio.h:454:29: error: conflicting types for ‘SDL_ConvertAudio’
  1139. extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT * cvt);
  1140. ^
  1141. In file included from /usr/local/include/SDL2/SDL.h:36:0,
  1142. from src/../include/simple2d.h:63,
  1143. from src/controllers.c:3:
  1144. /usr/local/include/SDL2/SDL_audio.h:487:29: note: previous declaration of ‘SDL_ConvertAudio’ was here
  1145. extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT * cvt);
  1146. ^
  1147. In file included from /usr/include/SDL2/SDL.h:72:0,
  1148. from /usr/include/SDL2/SDL_image.h:27,
  1149. from src/../include/simple2d.h:92,
  1150. from src/controllers.c:3:
  1151. /usr/include/SDL2/SDL_clipboard.h:60:34: error: conflicting types for ‘SDL_HasClipboardText’
  1152. extern DECLSPEC SDL_bool SDLCALL SDL_HasClipboardText(void);
  1153. ^
  1154. In file included from /usr/local/include/SDL2/SDL.h:37:0,
  1155. from src/../include/simple2d.h:63,
  1156. from src/controllers.c:3:
  1157. /usr/local/include/SDL2/SDL_clipboard.h:60:34: note: previous declaration of ‘SDL_HasClipboardText’ was here
  1158. extern DECLSPEC SDL_bool SDLCALL SDL_HasClipboardText(void);
  1159. ^
  1160. In file included from /usr/include/SDL2/SDL.h:73:0,
  1161. from /usr/include/SDL2/SDL_image.h:27,
  1162. from src/../include/simple2d.h:92,
  1163. from src/controllers.c:3:
  1164. /usr/include/SDL2/SDL_cpuinfo.h:95:34: error: conflicting types for ‘SDL_HasRDTSC’
  1165. extern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC(void);
  1166. ^
  1167. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1168. from src/../include/simple2d.h:63,
  1169. from src/controllers.c:3:
  1170. /usr/local/include/SDL2/SDL_cpuinfo.h:110:34: note: previous declaration of ‘SDL_HasRDTSC’ was here
  1171. extern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC(void);
  1172. ^
  1173. In file included from /usr/include/SDL2/SDL.h:73:0,
  1174. from /usr/include/SDL2/SDL_image.h:27,
  1175. from src/../include/simple2d.h:92,
  1176. from src/controllers.c:3:
  1177. /usr/include/SDL2/SDL_cpuinfo.h:100:34: error: conflicting types for ‘SDL_HasAltiVec’
  1178. extern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(void);
  1179. ^
  1180. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1181. from src/../include/simple2d.h:63,
  1182. from src/controllers.c:3:
  1183. /usr/local/include/SDL2/SDL_cpuinfo.h:115:34: note: previous declaration of ‘SDL_HasAltiVec’ was here
  1184. extern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(void);
  1185. ^
  1186. In file included from /usr/include/SDL2/SDL.h:73:0,
  1187. from /usr/include/SDL2/SDL_image.h:27,
  1188. from src/../include/simple2d.h:92,
  1189. from src/controllers.c:3:
  1190. /usr/include/SDL2/SDL_cpuinfo.h:105:34: error: conflicting types for ‘SDL_HasMMX’
  1191. extern DECLSPEC SDL_bool SDLCALL SDL_HasMMX(void);
  1192. ^
  1193. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1194. from src/../include/simple2d.h:63,
  1195. from src/controllers.c:3:
  1196. /usr/local/include/SDL2/SDL_cpuinfo.h:120:34: note: previous declaration of ‘SDL_HasMMX’ was here
  1197. extern DECLSPEC SDL_bool SDLCALL SDL_HasMMX(void);
  1198. ^
  1199. In file included from /usr/include/SDL2/SDL.h:73:0,
  1200. from /usr/include/SDL2/SDL_image.h:27,
  1201. from src/../include/simple2d.h:92,
  1202. from src/controllers.c:3:
  1203. /usr/include/SDL2/SDL_cpuinfo.h:110:34: error: conflicting types for ‘SDL_Has3DNow’
  1204. extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNow(void);
  1205. ^
  1206. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1207. from src/../include/simple2d.h:63,
  1208. from src/controllers.c:3:
  1209. /usr/local/include/SDL2/SDL_cpuinfo.h:125:34: note: previous declaration of ‘SDL_Has3DNow’ was here
  1210. extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNow(void);
  1211. ^
  1212. In file included from /usr/include/SDL2/SDL.h:73:0,
  1213. from /usr/include/SDL2/SDL_image.h:27,
  1214. from src/../include/simple2d.h:92,
  1215. from src/controllers.c:3:
  1216. /usr/include/SDL2/SDL_cpuinfo.h:115:34: error: conflicting types for ‘SDL_HasSSE’
  1217. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
  1218. ^
  1219. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1220. from src/../include/simple2d.h:63,
  1221. from src/controllers.c:3:
  1222. /usr/local/include/SDL2/SDL_cpuinfo.h:130:34: note: previous declaration of ‘SDL_HasSSE’ was here
  1223. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
  1224. ^
  1225. In file included from /usr/include/SDL2/SDL.h:73:0,
  1226. from /usr/include/SDL2/SDL_image.h:27,
  1227. from src/../include/simple2d.h:92,
  1228. from src/controllers.c:3:
  1229. /usr/include/SDL2/SDL_cpuinfo.h:120:34: error: conflicting types for ‘SDL_HasSSE2’
  1230. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE2(void);
  1231. ^
  1232. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1233. from src/../include/simple2d.h:63,
  1234. from src/controllers.c:3:
  1235. /usr/local/include/SDL2/SDL_cpuinfo.h:135:34: note: previous declaration of ‘SDL_HasSSE2’ was here
  1236. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE2(void);
  1237. ^
  1238. In file included from /usr/include/SDL2/SDL.h:73:0,
  1239. from /usr/include/SDL2/SDL_image.h:27,
  1240. from src/../include/simple2d.h:92,
  1241. from src/controllers.c:3:
  1242. /usr/include/SDL2/SDL_cpuinfo.h:125:34: error: conflicting types for ‘SDL_HasSSE3’
  1243. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE3(void);
  1244. ^
  1245. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1246. from src/../include/simple2d.h:63,
  1247. from src/controllers.c:3:
  1248. /usr/local/include/SDL2/SDL_cpuinfo.h:140:34: note: previous declaration of ‘SDL_HasSSE3’ was here
  1249. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE3(void);
  1250. ^
  1251. In file included from /usr/include/SDL2/SDL.h:73:0,
  1252. from /usr/include/SDL2/SDL_image.h:27,
  1253. from src/../include/simple2d.h:92,
  1254. from src/controllers.c:3:
  1255. /usr/include/SDL2/SDL_cpuinfo.h:130:34: error: conflicting types for ‘SDL_HasSSE41’
  1256. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE41(void);
  1257. ^
  1258. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1259. from src/../include/simple2d.h:63,
  1260. from src/controllers.c:3:
  1261. /usr/local/include/SDL2/SDL_cpuinfo.h:145:34: note: previous declaration of ‘SDL_HasSSE41’ was here
  1262. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE41(void);
  1263. ^
  1264. In file included from /usr/include/SDL2/SDL.h:73:0,
  1265. from /usr/include/SDL2/SDL_image.h:27,
  1266. from src/../include/simple2d.h:92,
  1267. from src/controllers.c:3:
  1268. /usr/include/SDL2/SDL_cpuinfo.h:135:34: error: conflicting types for ‘SDL_HasSSE42’
  1269. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE42(void);
  1270. ^
  1271. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1272. from src/../include/simple2d.h:63,
  1273. from src/controllers.c:3:
  1274. /usr/local/include/SDL2/SDL_cpuinfo.h:150:34: note: previous declaration of ‘SDL_HasSSE42’ was here
  1275. extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE42(void);
  1276. ^
  1277. In file included from /usr/include/SDL2/SDL.h:73:0,
  1278. from /usr/include/SDL2/SDL_image.h:27,
  1279. from src/../include/simple2d.h:92,
  1280. from src/controllers.c:3:
  1281. /usr/include/SDL2/SDL_cpuinfo.h:140:34: error: conflicting types for ‘SDL_HasAVX’
  1282. extern DECLSPEC SDL_bool SDLCALL SDL_HasAVX(void);
  1283. ^
  1284. In file included from /usr/local/include/SDL2/SDL.h:38:0,
  1285. from src/../include/simple2d.h:63,
  1286. from src/controllers.c:3:
  1287. /usr/local/include/SDL2/SDL_cpuinfo.h:155:34: note: previous declaration of ‘SDL_HasAVX’ was here
  1288. extern DECLSPEC SDL_bool SDLCALL SDL_HasAVX(void);
  1289. ^
  1290. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1291. from /usr/include/SDL2/SDL_events.h:33,
  1292. from /usr/include/SDL2/SDL.h:76,
  1293. from /usr/include/SDL2/SDL_image.h:27,
  1294. from src/../include/simple2d.h:92,
  1295. from src/controllers.c:3:
  1296. /usr/include/SDL2/SDL_pixels.h:52:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_UNKNOWN’
  1297. SDL_PIXELTYPE_UNKNOWN,
  1298. ^
  1299. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1300. from /usr/local/include/SDL2/SDL_events.h:33,
  1301. from /usr/local/include/SDL2/SDL.h:41,
  1302. from src/../include/simple2d.h:63,
  1303. from src/controllers.c:3:
  1304. /usr/local/include/SDL2/SDL_pixels.h:53:5: note: previous definition of ‘SDL_PIXELTYPE_UNKNOWN’ was here
  1305. SDL_PIXELTYPE_UNKNOWN,
  1306. ^
  1307. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1308. from /usr/include/SDL2/SDL_events.h:33,
  1309. from /usr/include/SDL2/SDL.h:76,
  1310. from /usr/include/SDL2/SDL_image.h:27,
  1311. from src/../include/simple2d.h:92,
  1312. from src/controllers.c:3:
  1313. /usr/include/SDL2/SDL_pixels.h:53:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_INDEX1’
  1314. SDL_PIXELTYPE_INDEX1,
  1315. ^
  1316. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1317. from /usr/local/include/SDL2/SDL_events.h:33,
  1318. from /usr/local/include/SDL2/SDL.h:41,
  1319. from src/../include/simple2d.h:63,
  1320. from src/controllers.c:3:
  1321. /usr/local/include/SDL2/SDL_pixels.h:54:5: note: previous definition of ‘SDL_PIXELTYPE_INDEX1’ was here
  1322. SDL_PIXELTYPE_INDEX1,
  1323. ^
  1324. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1325. from /usr/include/SDL2/SDL_events.h:33,
  1326. from /usr/include/SDL2/SDL.h:76,
  1327. from /usr/include/SDL2/SDL_image.h:27,
  1328. from src/../include/simple2d.h:92,
  1329. from src/controllers.c:3:
  1330. /usr/include/SDL2/SDL_pixels.h:54:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_INDEX4’
  1331. SDL_PIXELTYPE_INDEX4,
  1332. ^
  1333. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1334. from /usr/local/include/SDL2/SDL_events.h:33,
  1335. from /usr/local/include/SDL2/SDL.h:41,
  1336. from src/../include/simple2d.h:63,
  1337. from src/controllers.c:3:
  1338. /usr/local/include/SDL2/SDL_pixels.h:55:5: note: previous definition of ‘SDL_PIXELTYPE_INDEX4’ was here
  1339. SDL_PIXELTYPE_INDEX4,
  1340. ^
  1341. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1342. from /usr/include/SDL2/SDL_events.h:33,
  1343. from /usr/include/SDL2/SDL.h:76,
  1344. from /usr/include/SDL2/SDL_image.h:27,
  1345. from src/../include/simple2d.h:92,
  1346. from src/controllers.c:3:
  1347. /usr/include/SDL2/SDL_pixels.h:55:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_INDEX8’
  1348. SDL_PIXELTYPE_INDEX8,
  1349. ^
  1350. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1351. from /usr/local/include/SDL2/SDL_events.h:33,
  1352. from /usr/local/include/SDL2/SDL.h:41,
  1353. from src/../include/simple2d.h:63,
  1354. from src/controllers.c:3:
  1355. /usr/local/include/SDL2/SDL_pixels.h:56:5: note: previous definition of ‘SDL_PIXELTYPE_INDEX8’ was here
  1356. SDL_PIXELTYPE_INDEX8,
  1357. ^
  1358. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1359. from /usr/include/SDL2/SDL_events.h:33,
  1360. from /usr/include/SDL2/SDL.h:76,
  1361. from /usr/include/SDL2/SDL_image.h:27,
  1362. from src/../include/simple2d.h:92,
  1363. from src/controllers.c:3:
  1364. /usr/include/SDL2/SDL_pixels.h:56:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_PACKED8’
  1365. SDL_PIXELTYPE_PACKED8,
  1366. ^
  1367. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1368. from /usr/local/include/SDL2/SDL_events.h:33,
  1369. from /usr/local/include/SDL2/SDL.h:41,
  1370. from src/../include/simple2d.h:63,
  1371. from src/controllers.c:3:
  1372. /usr/local/include/SDL2/SDL_pixels.h:57:5: note: previous definition of ‘SDL_PIXELTYPE_PACKED8’ was here
  1373. SDL_PIXELTYPE_PACKED8,
  1374. ^
  1375. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1376. from /usr/include/SDL2/SDL_events.h:33,
  1377. from /usr/include/SDL2/SDL.h:76,
  1378. from /usr/include/SDL2/SDL_image.h:27,
  1379. from src/../include/simple2d.h:92,
  1380. from src/controllers.c:3:
  1381. /usr/include/SDL2/SDL_pixels.h:57:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_PACKED16’
  1382. SDL_PIXELTYPE_PACKED16,
  1383. ^
  1384. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1385. from /usr/local/include/SDL2/SDL_events.h:33,
  1386. from /usr/local/include/SDL2/SDL.h:41,
  1387. from src/../include/simple2d.h:63,
  1388. from src/controllers.c:3:
  1389. /usr/local/include/SDL2/SDL_pixels.h:58:5: note: previous definition of ‘SDL_PIXELTYPE_PACKED16’ was here
  1390. SDL_PIXELTYPE_PACKED16,
  1391. ^
  1392. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1393. from /usr/include/SDL2/SDL_events.h:33,
  1394. from /usr/include/SDL2/SDL.h:76,
  1395. from /usr/include/SDL2/SDL_image.h:27,
  1396. from src/../include/simple2d.h:92,
  1397. from src/controllers.c:3:
  1398. /usr/include/SDL2/SDL_pixels.h:58:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_PACKED32’
  1399. SDL_PIXELTYPE_PACKED32,
  1400. ^
  1401. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1402. from /usr/local/include/SDL2/SDL_events.h:33,
  1403. from /usr/local/include/SDL2/SDL.h:41,
  1404. from src/../include/simple2d.h:63,
  1405. from src/controllers.c:3:
  1406. /usr/local/include/SDL2/SDL_pixels.h:59:5: note: previous definition of ‘SDL_PIXELTYPE_PACKED32’ was here
  1407. SDL_PIXELTYPE_PACKED32,
  1408. ^
  1409. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1410. from /usr/include/SDL2/SDL_events.h:33,
  1411. from /usr/include/SDL2/SDL.h:76,
  1412. from /usr/include/SDL2/SDL_image.h:27,
  1413. from src/../include/simple2d.h:92,
  1414. from src/controllers.c:3:
  1415. /usr/include/SDL2/SDL_pixels.h:59:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_ARRAYU8’
  1416. SDL_PIXELTYPE_ARRAYU8,
  1417. ^
  1418. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1419. from /usr/local/include/SDL2/SDL_events.h:33,
  1420. from /usr/local/include/SDL2/SDL.h:41,
  1421. from src/../include/simple2d.h:63,
  1422. from src/controllers.c:3:
  1423. /usr/local/include/SDL2/SDL_pixels.h:60:5: note: previous definition of ‘SDL_PIXELTYPE_ARRAYU8’ was here
  1424. SDL_PIXELTYPE_ARRAYU8,
  1425. ^
  1426. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1427. from /usr/include/SDL2/SDL_events.h:33,
  1428. from /usr/include/SDL2/SDL.h:76,
  1429. from /usr/include/SDL2/SDL_image.h:27,
  1430. from src/../include/simple2d.h:92,
  1431. from src/controllers.c:3:
  1432. /usr/include/SDL2/SDL_pixels.h:60:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_ARRAYU16’
  1433. SDL_PIXELTYPE_ARRAYU16,
  1434. ^
  1435. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1436. from /usr/local/include/SDL2/SDL_events.h:33,
  1437. from /usr/local/include/SDL2/SDL.h:41,
  1438. from src/../include/simple2d.h:63,
  1439. from src/controllers.c:3:
  1440. /usr/local/include/SDL2/SDL_pixels.h:61:5: note: previous definition of ‘SDL_PIXELTYPE_ARRAYU16’ was here
  1441. SDL_PIXELTYPE_ARRAYU16,
  1442. ^
  1443. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1444. from /usr/include/SDL2/SDL_events.h:33,
  1445. from /usr/include/SDL2/SDL.h:76,
  1446. from /usr/include/SDL2/SDL_image.h:27,
  1447. from src/../include/simple2d.h:92,
  1448. from src/controllers.c:3:
  1449. /usr/include/SDL2/SDL_pixels.h:61:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_ARRAYU32’
  1450. SDL_PIXELTYPE_ARRAYU32,
  1451. ^
  1452. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1453. from /usr/local/include/SDL2/SDL_events.h:33,
  1454. from /usr/local/include/SDL2/SDL.h:41,
  1455. from src/../include/simple2d.h:63,
  1456. from src/controllers.c:3:
  1457. /usr/local/include/SDL2/SDL_pixels.h:62:5: note: previous definition of ‘SDL_PIXELTYPE_ARRAYU32’ was here
  1458. SDL_PIXELTYPE_ARRAYU32,
  1459. ^
  1460. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1461. from /usr/include/SDL2/SDL_events.h:33,
  1462. from /usr/include/SDL2/SDL.h:76,
  1463. from /usr/include/SDL2/SDL_image.h:27,
  1464. from src/../include/simple2d.h:92,
  1465. from src/controllers.c:3:
  1466. /usr/include/SDL2/SDL_pixels.h:62:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_ARRAYF16’
  1467. SDL_PIXELTYPE_ARRAYF16,
  1468. ^
  1469. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1470. from /usr/local/include/SDL2/SDL_events.h:33,
  1471. from /usr/local/include/SDL2/SDL.h:41,
  1472. from src/../include/simple2d.h:63,
  1473. from src/controllers.c:3:
  1474. /usr/local/include/SDL2/SDL_pixels.h:63:5: note: previous definition of ‘SDL_PIXELTYPE_ARRAYF16’ was here
  1475. SDL_PIXELTYPE_ARRAYF16,
  1476. ^
  1477. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1478. from /usr/include/SDL2/SDL_events.h:33,
  1479. from /usr/include/SDL2/SDL.h:76,
  1480. from /usr/include/SDL2/SDL_image.h:27,
  1481. from src/../include/simple2d.h:92,
  1482. from src/controllers.c:3:
  1483. /usr/include/SDL2/SDL_pixels.h:63:5: error: redeclaration of enumerator ‘SDL_PIXELTYPE_ARRAYF32’
  1484. SDL_PIXELTYPE_ARRAYF32
  1485. ^
  1486. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1487. from /usr/local/include/SDL2/SDL_events.h:33,
  1488. from /usr/local/include/SDL2/SDL.h:41,
  1489. from src/../include/simple2d.h:63,
  1490. from src/controllers.c:3:
  1491. /usr/local/include/SDL2/SDL_pixels.h:64:5: note: previous definition of ‘SDL_PIXELTYPE_ARRAYF32’ was here
  1492. SDL_PIXELTYPE_ARRAYF32
  1493. ^
  1494. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1495. from /usr/include/SDL2/SDL_events.h:33,
  1496. from /usr/include/SDL2/SDL.h:76,
  1497. from /usr/include/SDL2/SDL_image.h:27,
  1498. from src/../include/simple2d.h:92,
  1499. from src/controllers.c:3:
  1500. /usr/include/SDL2/SDL_pixels.h:69:5: error: redeclaration of enumerator ‘SDL_BITMAPORDER_NONE’
  1501. SDL_BITMAPORDER_NONE,
  1502. ^
  1503. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1504. from /usr/local/include/SDL2/SDL_events.h:33,
  1505. from /usr/local/include/SDL2/SDL.h:41,
  1506. from src/../include/simple2d.h:63,
  1507. from src/controllers.c:3:
  1508. /usr/local/include/SDL2/SDL_pixels.h:70:5: note: previous definition of ‘SDL_BITMAPORDER_NONE’ was here
  1509. SDL_BITMAPORDER_NONE,
  1510. ^
  1511. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1512. from /usr/include/SDL2/SDL_events.h:33,
  1513. from /usr/include/SDL2/SDL.h:76,
  1514. from /usr/include/SDL2/SDL_image.h:27,
  1515. from src/../include/simple2d.h:92,
  1516. from src/controllers.c:3:
  1517. /usr/include/SDL2/SDL_pixels.h:70:5: error: redeclaration of enumerator ‘SDL_BITMAPORDER_4321’
  1518. SDL_BITMAPORDER_4321,
  1519. ^
  1520. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1521. from /usr/local/include/SDL2/SDL_events.h:33,
  1522. from /usr/local/include/SDL2/SDL.h:41,
  1523. from src/../include/simple2d.h:63,
  1524. from src/controllers.c:3:
  1525. /usr/local/include/SDL2/SDL_pixels.h:71:5: note: previous definition of ‘SDL_BITMAPORDER_4321’ was here
  1526. SDL_BITMAPORDER_4321,
  1527. ^
  1528. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1529. from /usr/include/SDL2/SDL_events.h:33,
  1530. from /usr/include/SDL2/SDL.h:76,
  1531. from /usr/include/SDL2/SDL_image.h:27,
  1532. from src/../include/simple2d.h:92,
  1533. from src/controllers.c:3:
  1534. /usr/include/SDL2/SDL_pixels.h:71:5: error: redeclaration of enumerator ‘SDL_BITMAPORDER_1234’
  1535. SDL_BITMAPORDER_1234
  1536. ^
  1537. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1538. from /usr/local/include/SDL2/SDL_events.h:33,
  1539. from /usr/local/include/SDL2/SDL.h:41,
  1540. from src/../include/simple2d.h:63,
  1541. from src/controllers.c:3:
  1542. /usr/local/include/SDL2/SDL_pixels.h:72:5: note: previous definition of ‘SDL_BITMAPORDER_1234’ was here
  1543. SDL_BITMAPORDER_1234
  1544. ^
  1545. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1546. from /usr/include/SDL2/SDL_events.h:33,
  1547. from /usr/include/SDL2/SDL.h:76,
  1548. from /usr/include/SDL2/SDL_image.h:27,
  1549. from src/../include/simple2d.h:92,
  1550. from src/controllers.c:3:
  1551. /usr/include/SDL2/SDL_pixels.h:77:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_NONE’
  1552. SDL_PACKEDORDER_NONE,
  1553. ^
  1554. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1555. from /usr/local/include/SDL2/SDL_events.h:33,
  1556. from /usr/local/include/SDL2/SDL.h:41,
  1557. from src/../include/simple2d.h:63,
  1558. from src/controllers.c:3:
  1559. /usr/local/include/SDL2/SDL_pixels.h:78:5: note: previous definition of ‘SDL_PACKEDORDER_NONE’ was here
  1560. SDL_PACKEDORDER_NONE,
  1561. ^
  1562. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1563. from /usr/include/SDL2/SDL_events.h:33,
  1564. from /usr/include/SDL2/SDL.h:76,
  1565. from /usr/include/SDL2/SDL_image.h:27,
  1566. from src/../include/simple2d.h:92,
  1567. from src/controllers.c:3:
  1568. /usr/include/SDL2/SDL_pixels.h:78:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_XRGB’
  1569. SDL_PACKEDORDER_XRGB,
  1570. ^
  1571. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1572. from /usr/local/include/SDL2/SDL_events.h:33,
  1573. from /usr/local/include/SDL2/SDL.h:41,
  1574. from src/../include/simple2d.h:63,
  1575. from src/controllers.c:3:
  1576. /usr/local/include/SDL2/SDL_pixels.h:79:5: note: previous definition of ‘SDL_PACKEDORDER_XRGB’ was here
  1577. SDL_PACKEDORDER_XRGB,
  1578. ^
  1579. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1580. from /usr/include/SDL2/SDL_events.h:33,
  1581. from /usr/include/SDL2/SDL.h:76,
  1582. from /usr/include/SDL2/SDL_image.h:27,
  1583. from src/../include/simple2d.h:92,
  1584. from src/controllers.c:3:
  1585. /usr/include/SDL2/SDL_pixels.h:79:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_RGBX’
  1586. SDL_PACKEDORDER_RGBX,
  1587. ^
  1588. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1589. from /usr/local/include/SDL2/SDL_events.h:33,
  1590. from /usr/local/include/SDL2/SDL.h:41,
  1591. from src/../include/simple2d.h:63,
  1592. from src/controllers.c:3:
  1593. /usr/local/include/SDL2/SDL_pixels.h:80:5: note: previous definition of ‘SDL_PACKEDORDER_RGBX’ was here
  1594. SDL_PACKEDORDER_RGBX,
  1595. ^
  1596. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1597. from /usr/include/SDL2/SDL_events.h:33,
  1598. from /usr/include/SDL2/SDL.h:76,
  1599. from /usr/include/SDL2/SDL_image.h:27,
  1600. from src/../include/simple2d.h:92,
  1601. from src/controllers.c:3:
  1602. /usr/include/SDL2/SDL_pixels.h:80:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_ARGB’
  1603. SDL_PACKEDORDER_ARGB,
  1604. ^
  1605. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1606. from /usr/local/include/SDL2/SDL_events.h:33,
  1607. from /usr/local/include/SDL2/SDL.h:41,
  1608. from src/../include/simple2d.h:63,
  1609. from src/controllers.c:3:
  1610. /usr/local/include/SDL2/SDL_pixels.h:81:5: note: previous definition of ‘SDL_PACKEDORDER_ARGB’ was here
  1611. SDL_PACKEDORDER_ARGB,
  1612. ^
  1613. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1614. from /usr/include/SDL2/SDL_events.h:33,
  1615. from /usr/include/SDL2/SDL.h:76,
  1616. from /usr/include/SDL2/SDL_image.h:27,
  1617. from src/../include/simple2d.h:92,
  1618. from src/controllers.c:3:
  1619. /usr/include/SDL2/SDL_pixels.h:81:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_RGBA’
  1620. SDL_PACKEDORDER_RGBA,
  1621. ^
  1622. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1623. from /usr/local/include/SDL2/SDL_events.h:33,
  1624. from /usr/local/include/SDL2/SDL.h:41,
  1625. from src/../include/simple2d.h:63,
  1626. from src/controllers.c:3:
  1627. /usr/local/include/SDL2/SDL_pixels.h:82:5: note: previous definition of ‘SDL_PACKEDORDER_RGBA’ was here
  1628. SDL_PACKEDORDER_RGBA,
  1629. ^
  1630. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1631. from /usr/include/SDL2/SDL_events.h:33,
  1632. from /usr/include/SDL2/SDL.h:76,
  1633. from /usr/include/SDL2/SDL_image.h:27,
  1634. from src/../include/simple2d.h:92,
  1635. from src/controllers.c:3:
  1636. /usr/include/SDL2/SDL_pixels.h:82:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_XBGR’
  1637. SDL_PACKEDORDER_XBGR,
  1638. ^
  1639. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1640. from /usr/local/include/SDL2/SDL_events.h:33,
  1641. from /usr/local/include/SDL2/SDL.h:41,
  1642. from src/../include/simple2d.h:63,
  1643. from src/controllers.c:3:
  1644. /usr/local/include/SDL2/SDL_pixels.h:83:5: note: previous definition of ‘SDL_PACKEDORDER_XBGR’ was here
  1645. SDL_PACKEDORDER_XBGR,
  1646. ^
  1647. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1648. from /usr/include/SDL2/SDL_events.h:33,
  1649. from /usr/include/SDL2/SDL.h:76,
  1650. from /usr/include/SDL2/SDL_image.h:27,
  1651. from src/../include/simple2d.h:92,
  1652. from src/controllers.c:3:
  1653. /usr/include/SDL2/SDL_pixels.h:83:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_BGRX’
  1654. SDL_PACKEDORDER_BGRX,
  1655. ^
  1656. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1657. from /usr/local/include/SDL2/SDL_events.h:33,
  1658. from /usr/local/include/SDL2/SDL.h:41,
  1659. from src/../include/simple2d.h:63,
  1660. from src/controllers.c:3:
  1661. /usr/local/include/SDL2/SDL_pixels.h:84:5: note: previous definition of ‘SDL_PACKEDORDER_BGRX’ was here
  1662. SDL_PACKEDORDER_BGRX,
  1663. ^
  1664. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1665. from /usr/include/SDL2/SDL_events.h:33,
  1666. from /usr/include/SDL2/SDL.h:76,
  1667. from /usr/include/SDL2/SDL_image.h:27,
  1668. from src/../include/simple2d.h:92,
  1669. from src/controllers.c:3:
  1670. /usr/include/SDL2/SDL_pixels.h:84:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_ABGR’
  1671. SDL_PACKEDORDER_ABGR,
  1672. ^
  1673. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1674. from /usr/local/include/SDL2/SDL_events.h:33,
  1675. from /usr/local/include/SDL2/SDL.h:41,
  1676. from src/../include/simple2d.h:63,
  1677. from src/controllers.c:3:
  1678. /usr/local/include/SDL2/SDL_pixels.h:85:5: note: previous definition of ‘SDL_PACKEDORDER_ABGR’ was here
  1679. SDL_PACKEDORDER_ABGR,
  1680. ^
  1681. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1682. from /usr/include/SDL2/SDL_events.h:33,
  1683. from /usr/include/SDL2/SDL.h:76,
  1684. from /usr/include/SDL2/SDL_image.h:27,
  1685. from src/../include/simple2d.h:92,
  1686. from src/controllers.c:3:
  1687. /usr/include/SDL2/SDL_pixels.h:85:5: error: redeclaration of enumerator ‘SDL_PACKEDORDER_BGRA’
  1688. SDL_PACKEDORDER_BGRA
  1689. ^
  1690. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1691. from /usr/local/include/SDL2/SDL_events.h:33,
  1692. from /usr/local/include/SDL2/SDL.h:41,
  1693. from src/../include/simple2d.h:63,
  1694. from src/controllers.c:3:
  1695. /usr/local/include/SDL2/SDL_pixels.h:86:5: note: previous definition of ‘SDL_PACKEDORDER_BGRA’ was here
  1696. SDL_PACKEDORDER_BGRA
  1697. ^
  1698. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1699. from /usr/include/SDL2/SDL_events.h:33,
  1700. from /usr/include/SDL2/SDL.h:76,
  1701. from /usr/include/SDL2/SDL_image.h:27,
  1702. from src/../include/simple2d.h:92,
  1703. from src/controllers.c:3:
  1704. /usr/include/SDL2/SDL_pixels.h:91:5: error: redeclaration of enumerator ‘SDL_ARRAYORDER_NONE’
  1705. SDL_ARRAYORDER_NONE,
  1706. ^
  1707. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1708. from /usr/local/include/SDL2/SDL_events.h:33,
  1709. from /usr/local/include/SDL2/SDL.h:41,
  1710. from src/../include/simple2d.h:63,
  1711. from src/controllers.c:3:
  1712. /usr/local/include/SDL2/SDL_pixels.h:94:5: note: previous definition of ‘SDL_ARRAYORDER_NONE’ was here
  1713. SDL_ARRAYORDER_NONE,
  1714. ^
  1715. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1716. from /usr/include/SDL2/SDL_events.h:33,
  1717. from /usr/include/SDL2/SDL.h:76,
  1718. from /usr/include/SDL2/SDL_image.h:27,
  1719. from src/../include/simple2d.h:92,
  1720. from src/controllers.c:3:
  1721. /usr/include/SDL2/SDL_pixels.h:92:5: error: redeclaration of enumerator ‘SDL_ARRAYORDER_RGB’
  1722. SDL_ARRAYORDER_RGB,
  1723. ^
  1724. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1725. from /usr/local/include/SDL2/SDL_events.h:33,
  1726. from /usr/local/include/SDL2/SDL.h:41,
  1727. from src/../include/simple2d.h:63,
  1728. from src/controllers.c:3:
  1729. /usr/local/include/SDL2/SDL_pixels.h:95:5: note: previous definition of ‘SDL_ARRAYORDER_RGB’ was here
  1730. SDL_ARRAYORDER_RGB,
  1731. ^
  1732. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1733. from /usr/include/SDL2/SDL_events.h:33,
  1734. from /usr/include/SDL2/SDL.h:76,
  1735. from /usr/include/SDL2/SDL_image.h:27,
  1736. from src/../include/simple2d.h:92,
  1737. from src/controllers.c:3:
  1738. /usr/include/SDL2/SDL_pixels.h:93:5: error: redeclaration of enumerator ‘SDL_ARRAYORDER_RGBA’
  1739. SDL_ARRAYORDER_RGBA,
  1740. ^
  1741. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1742. from /usr/local/include/SDL2/SDL_events.h:33,
  1743. from /usr/local/include/SDL2/SDL.h:41,
  1744. from src/../include/simple2d.h:63,
  1745. from src/controllers.c:3:
  1746. /usr/local/include/SDL2/SDL_pixels.h:96:5: note: previous definition of ‘SDL_ARRAYORDER_RGBA’ was here
  1747. SDL_ARRAYORDER_RGBA,
  1748. ^
  1749. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1750. from /usr/include/SDL2/SDL_events.h:33,
  1751. from /usr/include/SDL2/SDL.h:76,
  1752. from /usr/include/SDL2/SDL_image.h:27,
  1753. from src/../include/simple2d.h:92,
  1754. from src/controllers.c:3:
  1755. /usr/include/SDL2/SDL_pixels.h:94:5: error: redeclaration of enumerator ‘SDL_ARRAYORDER_ARGB’
  1756. SDL_ARRAYORDER_ARGB,
  1757. ^
  1758. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1759. from /usr/local/include/SDL2/SDL_events.h:33,
  1760. from /usr/local/include/SDL2/SDL.h:41,
  1761. from src/../include/simple2d.h:63,
  1762. from src/controllers.c:3:
  1763. /usr/local/include/SDL2/SDL_pixels.h:97:5: note: previous definition of ‘SDL_ARRAYORDER_ARGB’ was here
  1764. SDL_ARRAYORDER_ARGB,
  1765. ^
  1766. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1767. from /usr/include/SDL2/SDL_events.h:33,
  1768. from /usr/include/SDL2/SDL.h:76,
  1769. from /usr/include/SDL2/SDL_image.h:27,
  1770. from src/../include/simple2d.h:92,
  1771. from src/controllers.c:3:
  1772. /usr/include/SDL2/SDL_pixels.h:95:5: error: redeclaration of enumerator ‘SDL_ARRAYORDER_BGR’
  1773. SDL_ARRAYORDER_BGR,
  1774. ^
  1775. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1776. from /usr/local/include/SDL2/SDL_events.h:33,
  1777. from /usr/local/include/SDL2/SDL.h:41,
  1778. from src/../include/simple2d.h:63,
  1779. from src/controllers.c:3:
  1780. /usr/local/include/SDL2/SDL_pixels.h:98:5: note: previous definition of ‘SDL_ARRAYORDER_BGR’ was here
  1781. SDL_ARRAYORDER_BGR,
  1782. ^
  1783. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1784. from /usr/include/SDL2/SDL_events.h:33,
  1785. from /usr/include/SDL2/SDL.h:76,
  1786. from /usr/include/SDL2/SDL_image.h:27,
  1787. from src/../include/simple2d.h:92,
  1788. from src/controllers.c:3:
  1789. /usr/include/SDL2/SDL_pixels.h:96:5: error: redeclaration of enumerator ‘SDL_ARRAYORDER_BGRA’
  1790. SDL_ARRAYORDER_BGRA,
  1791. ^
  1792. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1793. from /usr/local/include/SDL2/SDL_events.h:33,
  1794. from /usr/local/include/SDL2/SDL.h:41,
  1795. from src/../include/simple2d.h:63,
  1796. from src/controllers.c:3:
  1797. /usr/local/include/SDL2/SDL_pixels.h:99:5: note: previous definition of ‘SDL_ARRAYORDER_BGRA’ was here
  1798. SDL_ARRAYORDER_BGRA,
  1799. ^
  1800. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1801. from /usr/include/SDL2/SDL_events.h:33,
  1802. from /usr/include/SDL2/SDL.h:76,
  1803. from /usr/include/SDL2/SDL_image.h:27,
  1804. from src/../include/simple2d.h:92,
  1805. from src/controllers.c:3:
  1806. /usr/include/SDL2/SDL_pixels.h:97:5: error: redeclaration of enumerator ‘SDL_ARRAYORDER_ABGR’
  1807. SDL_ARRAYORDER_ABGR
  1808. ^
  1809. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1810. from /usr/local/include/SDL2/SDL_events.h:33,
  1811. from /usr/local/include/SDL2/SDL.h:41,
  1812. from src/../include/simple2d.h:63,
  1813. from src/controllers.c:3:
  1814. /usr/local/include/SDL2/SDL_pixels.h:100:5: note: previous definition of ‘SDL_ARRAYORDER_ABGR’ was here
  1815. SDL_ARRAYORDER_ABGR
  1816. ^
  1817. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1818. from /usr/include/SDL2/SDL_events.h:33,
  1819. from /usr/include/SDL2/SDL.h:76,
  1820. from /usr/include/SDL2/SDL_image.h:27,
  1821. from src/../include/simple2d.h:92,
  1822. from src/controllers.c:3:
  1823. /usr/include/SDL2/SDL_pixels.h:103:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_NONE’
  1824. SDL_PACKEDLAYOUT_NONE,
  1825. ^
  1826. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1827. from /usr/local/include/SDL2/SDL_events.h:33,
  1828. from /usr/local/include/SDL2/SDL.h:41,
  1829. from src/../include/simple2d.h:63,
  1830. from src/controllers.c:3:
  1831. /usr/local/include/SDL2/SDL_pixels.h:106:5: note: previous definition of ‘SDL_PACKEDLAYOUT_NONE’ was here
  1832. SDL_PACKEDLAYOUT_NONE,
  1833. ^
  1834. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1835. from /usr/include/SDL2/SDL_events.h:33,
  1836. from /usr/include/SDL2/SDL.h:76,
  1837. from /usr/include/SDL2/SDL_image.h:27,
  1838. from src/../include/simple2d.h:92,
  1839. from src/controllers.c:3:
  1840. /usr/include/SDL2/SDL_pixels.h:104:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_332’
  1841. SDL_PACKEDLAYOUT_332,
  1842. ^
  1843. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1844. from /usr/local/include/SDL2/SDL_events.h:33,
  1845. from /usr/local/include/SDL2/SDL.h:41,
  1846. from src/../include/simple2d.h:63,
  1847. from src/controllers.c:3:
  1848. /usr/local/include/SDL2/SDL_pixels.h:107:5: note: previous definition of ‘SDL_PACKEDLAYOUT_332’ was here
  1849. SDL_PACKEDLAYOUT_332,
  1850. ^
  1851. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1852. from /usr/include/SDL2/SDL_events.h:33,
  1853. from /usr/include/SDL2/SDL.h:76,
  1854. from /usr/include/SDL2/SDL_image.h:27,
  1855. from src/../include/simple2d.h:92,
  1856. from src/controllers.c:3:
  1857. /usr/include/SDL2/SDL_pixels.h:105:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_4444’
  1858. SDL_PACKEDLAYOUT_4444,
  1859. ^
  1860. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1861. from /usr/local/include/SDL2/SDL_events.h:33,
  1862. from /usr/local/include/SDL2/SDL.h:41,
  1863. from src/../include/simple2d.h:63,
  1864. from src/controllers.c:3:
  1865. /usr/local/include/SDL2/SDL_pixels.h:108:5: note: previous definition of ‘SDL_PACKEDLAYOUT_4444’ was here
  1866. SDL_PACKEDLAYOUT_4444,
  1867. ^
  1868. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1869. from /usr/include/SDL2/SDL_events.h:33,
  1870. from /usr/include/SDL2/SDL.h:76,
  1871. from /usr/include/SDL2/SDL_image.h:27,
  1872. from src/../include/simple2d.h:92,
  1873. from src/controllers.c:3:
  1874. /usr/include/SDL2/SDL_pixels.h:106:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_1555’
  1875. SDL_PACKEDLAYOUT_1555,
  1876. ^
  1877. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1878. from /usr/local/include/SDL2/SDL_events.h:33,
  1879. from /usr/local/include/SDL2/SDL.h:41,
  1880. from src/../include/simple2d.h:63,
  1881. from src/controllers.c:3:
  1882. /usr/local/include/SDL2/SDL_pixels.h:109:5: note: previous definition of ‘SDL_PACKEDLAYOUT_1555’ was here
  1883. SDL_PACKEDLAYOUT_1555,
  1884. ^
  1885. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1886. from /usr/include/SDL2/SDL_events.h:33,
  1887. from /usr/include/SDL2/SDL.h:76,
  1888. from /usr/include/SDL2/SDL_image.h:27,
  1889. from src/../include/simple2d.h:92,
  1890. from src/controllers.c:3:
  1891. /usr/include/SDL2/SDL_pixels.h:107:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_5551’
  1892. SDL_PACKEDLAYOUT_5551,
  1893. ^
  1894. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1895. from /usr/local/include/SDL2/SDL_events.h:33,
  1896. from /usr/local/include/SDL2/SDL.h:41,
  1897. from src/../include/simple2d.h:63,
  1898. from src/controllers.c:3:
  1899. /usr/local/include/SDL2/SDL_pixels.h:110:5: note: previous definition of ‘SDL_PACKEDLAYOUT_5551’ was here
  1900. SDL_PACKEDLAYOUT_5551,
  1901. ^
  1902. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1903. from /usr/include/SDL2/SDL_events.h:33,
  1904. from /usr/include/SDL2/SDL.h:76,
  1905. from /usr/include/SDL2/SDL_image.h:27,
  1906. from src/../include/simple2d.h:92,
  1907. from src/controllers.c:3:
  1908. /usr/include/SDL2/SDL_pixels.h:108:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_565’
  1909. SDL_PACKEDLAYOUT_565,
  1910. ^
  1911. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1912. from /usr/local/include/SDL2/SDL_events.h:33,
  1913. from /usr/local/include/SDL2/SDL.h:41,
  1914. from src/../include/simple2d.h:63,
  1915. from src/controllers.c:3:
  1916. /usr/local/include/SDL2/SDL_pixels.h:111:5: note: previous definition of ‘SDL_PACKEDLAYOUT_565’ was here
  1917. SDL_PACKEDLAYOUT_565,
  1918. ^
  1919. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1920. from /usr/include/SDL2/SDL_events.h:33,
  1921. from /usr/include/SDL2/SDL.h:76,
  1922. from /usr/include/SDL2/SDL_image.h:27,
  1923. from src/../include/simple2d.h:92,
  1924. from src/controllers.c:3:
  1925. /usr/include/SDL2/SDL_pixels.h:109:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_8888’
  1926. SDL_PACKEDLAYOUT_8888,
  1927. ^
  1928. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1929. from /usr/local/include/SDL2/SDL_events.h:33,
  1930. from /usr/local/include/SDL2/SDL.h:41,
  1931. from src/../include/simple2d.h:63,
  1932. from src/controllers.c:3:
  1933. /usr/local/include/SDL2/SDL_pixels.h:112:5: note: previous definition of ‘SDL_PACKEDLAYOUT_8888’ was here
  1934. SDL_PACKEDLAYOUT_8888,
  1935. ^
  1936. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1937. from /usr/include/SDL2/SDL_events.h:33,
  1938. from /usr/include/SDL2/SDL.h:76,
  1939. from /usr/include/SDL2/SDL_image.h:27,
  1940. from src/../include/simple2d.h:92,
  1941. from src/controllers.c:3:
  1942. /usr/include/SDL2/SDL_pixels.h:110:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_2101010’
  1943. SDL_PACKEDLAYOUT_2101010,
  1944. ^
  1945. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1946. from /usr/local/include/SDL2/SDL_events.h:33,
  1947. from /usr/local/include/SDL2/SDL.h:41,
  1948. from src/../include/simple2d.h:63,
  1949. from src/controllers.c:3:
  1950. /usr/local/include/SDL2/SDL_pixels.h:113:5: note: previous definition of ‘SDL_PACKEDLAYOUT_2101010’ was here
  1951. SDL_PACKEDLAYOUT_2101010,
  1952. ^
  1953. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1954. from /usr/include/SDL2/SDL_events.h:33,
  1955. from /usr/include/SDL2/SDL.h:76,
  1956. from /usr/include/SDL2/SDL_image.h:27,
  1957. from src/../include/simple2d.h:92,
  1958. from src/controllers.c:3:
  1959. /usr/include/SDL2/SDL_pixels.h:111:5: error: redeclaration of enumerator ‘SDL_PACKEDLAYOUT_1010102’
  1960. SDL_PACKEDLAYOUT_1010102
  1961. ^
  1962. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1963. from /usr/local/include/SDL2/SDL_events.h:33,
  1964. from /usr/local/include/SDL2/SDL.h:41,
  1965. from src/../include/simple2d.h:63,
  1966. from src/controllers.c:3:
  1967. /usr/local/include/SDL2/SDL_pixels.h:114:5: note: previous definition of ‘SDL_PACKEDLAYOUT_1010102’ was here
  1968. SDL_PACKEDLAYOUT_1010102
  1969. ^
  1970. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1971. from /usr/include/SDL2/SDL_events.h:33,
  1972. from /usr/include/SDL2/SDL.h:76,
  1973. from /usr/include/SDL2/SDL_image.h:27,
  1974. from src/../include/simple2d.h:92,
  1975. from src/controllers.c:3:
  1976. /usr/include/SDL2/SDL_pixels.h:151:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_UNKNOWN’
  1977. SDL_PIXELFORMAT_UNKNOWN,
  1978. ^
  1979. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1980. from /usr/local/include/SDL2/SDL_events.h:33,
  1981. from /usr/local/include/SDL2/SDL.h:41,
  1982. from src/../include/simple2d.h:63,
  1983. from src/controllers.c:3:
  1984. /usr/local/include/SDL2/SDL_pixels.h:173:5: note: previous definition of ‘SDL_PIXELFORMAT_UNKNOWN’ was here
  1985. SDL_PIXELFORMAT_UNKNOWN,
  1986. ^
  1987. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  1988. from /usr/include/SDL2/SDL_events.h:33,
  1989. from /usr/include/SDL2/SDL.h:76,
  1990. from /usr/include/SDL2/SDL_image.h:27,
  1991. from src/../include/simple2d.h:92,
  1992. from src/controllers.c:3:
  1993. /usr/include/SDL2/SDL_pixels.h:152:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_INDEX1LSB’
  1994. SDL_PIXELFORMAT_INDEX1LSB =
  1995. ^
  1996. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  1997. from /usr/local/include/SDL2/SDL_events.h:33,
  1998. from /usr/local/include/SDL2/SDL.h:41,
  1999. from src/../include/simple2d.h:63,
  2000. from src/controllers.c:3:
  2001. /usr/local/include/SDL2/SDL_pixels.h:174:5: note: previous definition of ‘SDL_PIXELFORMAT_INDEX1LSB’ was here
  2002. SDL_PIXELFORMAT_INDEX1LSB =
  2003. ^
  2004. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2005. from /usr/include/SDL2/SDL_events.h:33,
  2006. from /usr/include/SDL2/SDL.h:76,
  2007. from /usr/include/SDL2/SDL_image.h:27,
  2008. from src/../include/simple2d.h:92,
  2009. from src/controllers.c:3:
  2010. /usr/include/SDL2/SDL_pixels.h:155:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_INDEX1MSB’
  2011. SDL_PIXELFORMAT_INDEX1MSB =
  2012. ^
  2013. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2014. from /usr/local/include/SDL2/SDL_events.h:33,
  2015. from /usr/local/include/SDL2/SDL.h:41,
  2016. from src/../include/simple2d.h:63,
  2017. from src/controllers.c:3:
  2018. /usr/local/include/SDL2/SDL_pixels.h:177:5: note: previous definition of ‘SDL_PIXELFORMAT_INDEX1MSB’ was here
  2019. SDL_PIXELFORMAT_INDEX1MSB =
  2020. ^
  2021. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2022. from /usr/include/SDL2/SDL_events.h:33,
  2023. from /usr/include/SDL2/SDL.h:76,
  2024. from /usr/include/SDL2/SDL_image.h:27,
  2025. from src/../include/simple2d.h:92,
  2026. from src/controllers.c:3:
  2027. /usr/include/SDL2/SDL_pixels.h:158:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_INDEX4LSB’
  2028. SDL_PIXELFORMAT_INDEX4LSB =
  2029. ^
  2030. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2031. from /usr/local/include/SDL2/SDL_events.h:33,
  2032. from /usr/local/include/SDL2/SDL.h:41,
  2033. from src/../include/simple2d.h:63,
  2034. from src/controllers.c:3:
  2035. /usr/local/include/SDL2/SDL_pixels.h:180:5: note: previous definition of ‘SDL_PIXELFORMAT_INDEX4LSB’ was here
  2036. SDL_PIXELFORMAT_INDEX4LSB =
  2037. ^
  2038. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2039. from /usr/include/SDL2/SDL_events.h:33,
  2040. from /usr/include/SDL2/SDL.h:76,
  2041. from /usr/include/SDL2/SDL_image.h:27,
  2042. from src/../include/simple2d.h:92,
  2043. from src/controllers.c:3:
  2044. /usr/include/SDL2/SDL_pixels.h:161:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_INDEX4MSB’
  2045. SDL_PIXELFORMAT_INDEX4MSB =
  2046. ^
  2047. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2048. from /usr/local/include/SDL2/SDL_events.h:33,
  2049. from /usr/local/include/SDL2/SDL.h:41,
  2050. from src/../include/simple2d.h:63,
  2051. from src/controllers.c:3:
  2052. /usr/local/include/SDL2/SDL_pixels.h:183:5: note: previous definition of ‘SDL_PIXELFORMAT_INDEX4MSB’ was here
  2053. SDL_PIXELFORMAT_INDEX4MSB =
  2054. ^
  2055. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2056. from /usr/include/SDL2/SDL_events.h:33,
  2057. from /usr/include/SDL2/SDL.h:76,
  2058. from /usr/include/SDL2/SDL_image.h:27,
  2059. from src/../include/simple2d.h:92,
  2060. from src/controllers.c:3:
  2061. /usr/include/SDL2/SDL_pixels.h:164:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_INDEX8’
  2062. SDL_PIXELFORMAT_INDEX8 =
  2063. ^
  2064. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2065. from /usr/local/include/SDL2/SDL_events.h:33,
  2066. from /usr/local/include/SDL2/SDL.h:41,
  2067. from src/../include/simple2d.h:63,
  2068. from src/controllers.c:3:
  2069. /usr/local/include/SDL2/SDL_pixels.h:186:5: note: previous definition of ‘SDL_PIXELFORMAT_INDEX8’ was here
  2070. SDL_PIXELFORMAT_INDEX8 =
  2071. ^
  2072. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2073. from /usr/include/SDL2/SDL_events.h:33,
  2074. from /usr/include/SDL2/SDL.h:76,
  2075. from /usr/include/SDL2/SDL_image.h:27,
  2076. from src/../include/simple2d.h:92,
  2077. from src/controllers.c:3:
  2078. /usr/include/SDL2/SDL_pixels.h:166:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGB332’
  2079. SDL_PIXELFORMAT_RGB332 =
  2080. ^
  2081. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2082. from /usr/local/include/SDL2/SDL_events.h:33,
  2083. from /usr/local/include/SDL2/SDL.h:41,
  2084. from src/../include/simple2d.h:63,
  2085. from src/controllers.c:3:
  2086. /usr/local/include/SDL2/SDL_pixels.h:188:5: note: previous definition of ‘SDL_PIXELFORMAT_RGB332’ was here
  2087. SDL_PIXELFORMAT_RGB332 =
  2088. ^
  2089. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2090. from /usr/include/SDL2/SDL_events.h:33,
  2091. from /usr/include/SDL2/SDL.h:76,
  2092. from /usr/include/SDL2/SDL_image.h:27,
  2093. from src/../include/simple2d.h:92,
  2094. from src/controllers.c:3:
  2095. /usr/include/SDL2/SDL_pixels.h:169:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGB444’
  2096. SDL_PIXELFORMAT_RGB444 =
  2097. ^
  2098. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2099. from /usr/local/include/SDL2/SDL_events.h:33,
  2100. from /usr/local/include/SDL2/SDL.h:41,
  2101. from src/../include/simple2d.h:63,
  2102. from src/controllers.c:3:
  2103. /usr/local/include/SDL2/SDL_pixels.h:191:5: note: previous definition of ‘SDL_PIXELFORMAT_RGB444’ was here
  2104. SDL_PIXELFORMAT_RGB444 =
  2105. ^
  2106. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2107. from /usr/include/SDL2/SDL_events.h:33,
  2108. from /usr/include/SDL2/SDL.h:76,
  2109. from /usr/include/SDL2/SDL_image.h:27,
  2110. from src/../include/simple2d.h:92,
  2111. from src/controllers.c:3:
  2112. /usr/include/SDL2/SDL_pixels.h:172:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGB555’
  2113. SDL_PIXELFORMAT_RGB555 =
  2114. ^
  2115. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2116. from /usr/local/include/SDL2/SDL_events.h:33,
  2117. from /usr/local/include/SDL2/SDL.h:41,
  2118. from src/../include/simple2d.h:63,
  2119. from src/controllers.c:3:
  2120. /usr/local/include/SDL2/SDL_pixels.h:194:5: note: previous definition of ‘SDL_PIXELFORMAT_RGB555’ was here
  2121. SDL_PIXELFORMAT_RGB555 =
  2122. ^
  2123. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2124. from /usr/include/SDL2/SDL_events.h:33,
  2125. from /usr/include/SDL2/SDL.h:76,
  2126. from /usr/include/SDL2/SDL_image.h:27,
  2127. from src/../include/simple2d.h:92,
  2128. from src/controllers.c:3:
  2129. /usr/include/SDL2/SDL_pixels.h:175:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_BGR555’
  2130. SDL_PIXELFORMAT_BGR555 =
  2131. ^
  2132. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2133. from /usr/local/include/SDL2/SDL_events.h:33,
  2134. from /usr/local/include/SDL2/SDL.h:41,
  2135. from src/../include/simple2d.h:63,
  2136. from src/controllers.c:3:
  2137. /usr/local/include/SDL2/SDL_pixels.h:197:5: note: previous definition of ‘SDL_PIXELFORMAT_BGR555’ was here
  2138. SDL_PIXELFORMAT_BGR555 =
  2139. ^
  2140. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2141. from /usr/include/SDL2/SDL_events.h:33,
  2142. from /usr/include/SDL2/SDL.h:76,
  2143. from /usr/include/SDL2/SDL_image.h:27,
  2144. from src/../include/simple2d.h:92,
  2145. from src/controllers.c:3:
  2146. /usr/include/SDL2/SDL_pixels.h:178:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_ARGB4444’
  2147. SDL_PIXELFORMAT_ARGB4444 =
  2148. ^
  2149. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2150. from /usr/local/include/SDL2/SDL_events.h:33,
  2151. from /usr/local/include/SDL2/SDL.h:41,
  2152. from src/../include/simple2d.h:63,
  2153. from src/controllers.c:3:
  2154. /usr/local/include/SDL2/SDL_pixels.h:200:5: note: previous definition of ‘SDL_PIXELFORMAT_ARGB4444’ was here
  2155. SDL_PIXELFORMAT_ARGB4444 =
  2156. ^
  2157. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2158. from /usr/include/SDL2/SDL_events.h:33,
  2159. from /usr/include/SDL2/SDL.h:76,
  2160. from /usr/include/SDL2/SDL_image.h:27,
  2161. from src/../include/simple2d.h:92,
  2162. from src/controllers.c:3:
  2163. /usr/include/SDL2/SDL_pixels.h:181:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGBA4444’
  2164. SDL_PIXELFORMAT_RGBA4444 =
  2165. ^
  2166. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2167. from /usr/local/include/SDL2/SDL_events.h:33,
  2168. from /usr/local/include/SDL2/SDL.h:41,
  2169. from src/../include/simple2d.h:63,
  2170. from src/controllers.c:3:
  2171. /usr/local/include/SDL2/SDL_pixels.h:203:5: note: previous definition of ‘SDL_PIXELFORMAT_RGBA4444’ was here
  2172. SDL_PIXELFORMAT_RGBA4444 =
  2173. ^
  2174. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2175. from /usr/include/SDL2/SDL_events.h:33,
  2176. from /usr/include/SDL2/SDL.h:76,
  2177. from /usr/include/SDL2/SDL_image.h:27,
  2178. from src/../include/simple2d.h:92,
  2179. from src/controllers.c:3:
  2180. /usr/include/SDL2/SDL_pixels.h:184:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_ABGR4444’
  2181. SDL_PIXELFORMAT_ABGR4444 =
  2182. ^
  2183. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2184. from /usr/local/include/SDL2/SDL_events.h:33,
  2185. from /usr/local/include/SDL2/SDL.h:41,
  2186. from src/../include/simple2d.h:63,
  2187. from src/controllers.c:3:
  2188. /usr/local/include/SDL2/SDL_pixels.h:206:5: note: previous definition of ‘SDL_PIXELFORMAT_ABGR4444’ was here
  2189. SDL_PIXELFORMAT_ABGR4444 =
  2190. ^
  2191. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2192. from /usr/include/SDL2/SDL_events.h:33,
  2193. from /usr/include/SDL2/SDL.h:76,
  2194. from /usr/include/SDL2/SDL_image.h:27,
  2195. from src/../include/simple2d.h:92,
  2196. from src/controllers.c:3:
  2197. /usr/include/SDL2/SDL_pixels.h:187:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_BGRA4444’
  2198. SDL_PIXELFORMAT_BGRA4444 =
  2199. ^
  2200. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2201. from /usr/local/include/SDL2/SDL_events.h:33,
  2202. from /usr/local/include/SDL2/SDL.h:41,
  2203. from src/../include/simple2d.h:63,
  2204. from src/controllers.c:3:
  2205. /usr/local/include/SDL2/SDL_pixels.h:209:5: note: previous definition of ‘SDL_PIXELFORMAT_BGRA4444’ was here
  2206. SDL_PIXELFORMAT_BGRA4444 =
  2207. ^
  2208. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2209. from /usr/include/SDL2/SDL_events.h:33,
  2210. from /usr/include/SDL2/SDL.h:76,
  2211. from /usr/include/SDL2/SDL_image.h:27,
  2212. from src/../include/simple2d.h:92,
  2213. from src/controllers.c:3:
  2214. /usr/include/SDL2/SDL_pixels.h:190:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_ARGB1555’
  2215. SDL_PIXELFORMAT_ARGB1555 =
  2216. ^
  2217. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2218. from /usr/local/include/SDL2/SDL_events.h:33,
  2219. from /usr/local/include/SDL2/SDL.h:41,
  2220. from src/../include/simple2d.h:63,
  2221. from src/controllers.c:3:
  2222. /usr/local/include/SDL2/SDL_pixels.h:212:5: note: previous definition of ‘SDL_PIXELFORMAT_ARGB1555’ was here
  2223. SDL_PIXELFORMAT_ARGB1555 =
  2224. ^
  2225. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2226. from /usr/include/SDL2/SDL_events.h:33,
  2227. from /usr/include/SDL2/SDL.h:76,
  2228. from /usr/include/SDL2/SDL_image.h:27,
  2229. from src/../include/simple2d.h:92,
  2230. from src/controllers.c:3:
  2231. /usr/include/SDL2/SDL_pixels.h:193:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGBA5551’
  2232. SDL_PIXELFORMAT_RGBA5551 =
  2233. ^
  2234. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2235. from /usr/local/include/SDL2/SDL_events.h:33,
  2236. from /usr/local/include/SDL2/SDL.h:41,
  2237. from src/../include/simple2d.h:63,
  2238. from src/controllers.c:3:
  2239. /usr/local/include/SDL2/SDL_pixels.h:215:5: note: previous definition of ‘SDL_PIXELFORMAT_RGBA5551’ was here
  2240. SDL_PIXELFORMAT_RGBA5551 =
  2241. ^
  2242. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2243. from /usr/include/SDL2/SDL_events.h:33,
  2244. from /usr/include/SDL2/SDL.h:76,
  2245. from /usr/include/SDL2/SDL_image.h:27,
  2246. from src/../include/simple2d.h:92,
  2247. from src/controllers.c:3:
  2248. /usr/include/SDL2/SDL_pixels.h:196:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_ABGR1555’
  2249. SDL_PIXELFORMAT_ABGR1555 =
  2250. ^
  2251. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2252. from /usr/local/include/SDL2/SDL_events.h:33,
  2253. from /usr/local/include/SDL2/SDL.h:41,
  2254. from src/../include/simple2d.h:63,
  2255. from src/controllers.c:3:
  2256. /usr/local/include/SDL2/SDL_pixels.h:218:5: note: previous definition of ‘SDL_PIXELFORMAT_ABGR1555’ was here
  2257. SDL_PIXELFORMAT_ABGR1555 =
  2258. ^
  2259. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2260. from /usr/include/SDL2/SDL_events.h:33,
  2261. from /usr/include/SDL2/SDL.h:76,
  2262. from /usr/include/SDL2/SDL_image.h:27,
  2263. from src/../include/simple2d.h:92,
  2264. from src/controllers.c:3:
  2265. /usr/include/SDL2/SDL_pixels.h:199:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_BGRA5551’
  2266. SDL_PIXELFORMAT_BGRA5551 =
  2267. ^
  2268. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2269. from /usr/local/include/SDL2/SDL_events.h:33,
  2270. from /usr/local/include/SDL2/SDL.h:41,
  2271. from src/../include/simple2d.h:63,
  2272. from src/controllers.c:3:
  2273. /usr/local/include/SDL2/SDL_pixels.h:221:5: note: previous definition of ‘SDL_PIXELFORMAT_BGRA5551’ was here
  2274. SDL_PIXELFORMAT_BGRA5551 =
  2275. ^
  2276. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2277. from /usr/include/SDL2/SDL_events.h:33,
  2278. from /usr/include/SDL2/SDL.h:76,
  2279. from /usr/include/SDL2/SDL_image.h:27,
  2280. from src/../include/simple2d.h:92,
  2281. from src/controllers.c:3:
  2282. /usr/include/SDL2/SDL_pixels.h:202:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGB565’
  2283. SDL_PIXELFORMAT_RGB565 =
  2284. ^
  2285. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2286. from /usr/local/include/SDL2/SDL_events.h:33,
  2287. from /usr/local/include/SDL2/SDL.h:41,
  2288. from src/../include/simple2d.h:63,
  2289. from src/controllers.c:3:
  2290. /usr/local/include/SDL2/SDL_pixels.h:224:5: note: previous definition of ‘SDL_PIXELFORMAT_RGB565’ was here
  2291. SDL_PIXELFORMAT_RGB565 =
  2292. ^
  2293. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2294. from /usr/include/SDL2/SDL_events.h:33,
  2295. from /usr/include/SDL2/SDL.h:76,
  2296. from /usr/include/SDL2/SDL_image.h:27,
  2297. from src/../include/simple2d.h:92,
  2298. from src/controllers.c:3:
  2299. /usr/include/SDL2/SDL_pixels.h:205:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_BGR565’
  2300. SDL_PIXELFORMAT_BGR565 =
  2301. ^
  2302. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2303. from /usr/local/include/SDL2/SDL_events.h:33,
  2304. from /usr/local/include/SDL2/SDL.h:41,
  2305. from src/../include/simple2d.h:63,
  2306. from src/controllers.c:3:
  2307. /usr/local/include/SDL2/SDL_pixels.h:227:5: note: previous definition of ‘SDL_PIXELFORMAT_BGR565’ was here
  2308. SDL_PIXELFORMAT_BGR565 =
  2309. ^
  2310. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2311. from /usr/include/SDL2/SDL_events.h:33,
  2312. from /usr/include/SDL2/SDL.h:76,
  2313. from /usr/include/SDL2/SDL_image.h:27,
  2314. from src/../include/simple2d.h:92,
  2315. from src/controllers.c:3:
  2316. /usr/include/SDL2/SDL_pixels.h:208:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGB24’
  2317. SDL_PIXELFORMAT_RGB24 =
  2318. ^
  2319. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2320. from /usr/local/include/SDL2/SDL_events.h:33,
  2321. from /usr/local/include/SDL2/SDL.h:41,
  2322. from src/../include/simple2d.h:63,
  2323. from src/controllers.c:3:
  2324. /usr/local/include/SDL2/SDL_pixels.h:230:5: note: previous definition of ‘SDL_PIXELFORMAT_RGB24’ was here
  2325. SDL_PIXELFORMAT_RGB24 =
  2326. ^
  2327. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2328. from /usr/include/SDL2/SDL_events.h:33,
  2329. from /usr/include/SDL2/SDL.h:76,
  2330. from /usr/include/SDL2/SDL_image.h:27,
  2331. from src/../include/simple2d.h:92,
  2332. from src/controllers.c:3:
  2333. /usr/include/SDL2/SDL_pixels.h:211:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_BGR24’
  2334. SDL_PIXELFORMAT_BGR24 =
  2335. ^
  2336. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2337. from /usr/local/include/SDL2/SDL_events.h:33,
  2338. from /usr/local/include/SDL2/SDL.h:41,
  2339. from src/../include/simple2d.h:63,
  2340. from src/controllers.c:3:
  2341. /usr/local/include/SDL2/SDL_pixels.h:233:5: note: previous definition of ‘SDL_PIXELFORMAT_BGR24’ was here
  2342. SDL_PIXELFORMAT_BGR24 =
  2343. ^
  2344. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2345. from /usr/include/SDL2/SDL_events.h:33,
  2346. from /usr/include/SDL2/SDL.h:76,
  2347. from /usr/include/SDL2/SDL_image.h:27,
  2348. from src/../include/simple2d.h:92,
  2349. from src/controllers.c:3:
  2350. /usr/include/SDL2/SDL_pixels.h:214:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGB888’
  2351. SDL_PIXELFORMAT_RGB888 =
  2352. ^
  2353. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2354. from /usr/local/include/SDL2/SDL_events.h:33,
  2355. from /usr/local/include/SDL2/SDL.h:41,
  2356. from src/../include/simple2d.h:63,
  2357. from src/controllers.c:3:
  2358. /usr/local/include/SDL2/SDL_pixels.h:236:5: note: previous definition of ‘SDL_PIXELFORMAT_RGB888’ was here
  2359. SDL_PIXELFORMAT_RGB888 =
  2360. ^
  2361. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2362. from /usr/include/SDL2/SDL_events.h:33,
  2363. from /usr/include/SDL2/SDL.h:76,
  2364. from /usr/include/SDL2/SDL_image.h:27,
  2365. from src/../include/simple2d.h:92,
  2366. from src/controllers.c:3:
  2367. /usr/include/SDL2/SDL_pixels.h:217:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGBX8888’
  2368. SDL_PIXELFORMAT_RGBX8888 =
  2369. ^
  2370. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2371. from /usr/local/include/SDL2/SDL_events.h:33,
  2372. from /usr/local/include/SDL2/SDL.h:41,
  2373. from src/../include/simple2d.h:63,
  2374. from src/controllers.c:3:
  2375. /usr/local/include/SDL2/SDL_pixels.h:239:5: note: previous definition of ‘SDL_PIXELFORMAT_RGBX8888’ was here
  2376. SDL_PIXELFORMAT_RGBX8888 =
  2377. ^
  2378. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2379. from /usr/include/SDL2/SDL_events.h:33,
  2380. from /usr/include/SDL2/SDL.h:76,
  2381. from /usr/include/SDL2/SDL_image.h:27,
  2382. from src/../include/simple2d.h:92,
  2383. from src/controllers.c:3:
  2384. /usr/include/SDL2/SDL_pixels.h:220:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_BGR888’
  2385. SDL_PIXELFORMAT_BGR888 =
  2386. ^
  2387. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2388. from /usr/local/include/SDL2/SDL_events.h:33,
  2389. from /usr/local/include/SDL2/SDL.h:41,
  2390. from src/../include/simple2d.h:63,
  2391. from src/controllers.c:3:
  2392. /usr/local/include/SDL2/SDL_pixels.h:242:5: note: previous definition of ‘SDL_PIXELFORMAT_BGR888’ was here
  2393. SDL_PIXELFORMAT_BGR888 =
  2394. ^
  2395. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2396. from /usr/include/SDL2/SDL_events.h:33,
  2397. from /usr/include/SDL2/SDL.h:76,
  2398. from /usr/include/SDL2/SDL_image.h:27,
  2399. from src/../include/simple2d.h:92,
  2400. from src/controllers.c:3:
  2401. /usr/include/SDL2/SDL_pixels.h:223:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_BGRX8888’
  2402. SDL_PIXELFORMAT_BGRX8888 =
  2403. ^
  2404. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2405. from /usr/local/include/SDL2/SDL_events.h:33,
  2406. from /usr/local/include/SDL2/SDL.h:41,
  2407. from src/../include/simple2d.h:63,
  2408. from src/controllers.c:3:
  2409. /usr/local/include/SDL2/SDL_pixels.h:245:5: note: previous definition of ‘SDL_PIXELFORMAT_BGRX8888’ was here
  2410. SDL_PIXELFORMAT_BGRX8888 =
  2411. ^
  2412. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2413. from /usr/include/SDL2/SDL_events.h:33,
  2414. from /usr/include/SDL2/SDL.h:76,
  2415. from /usr/include/SDL2/SDL_image.h:27,
  2416. from src/../include/simple2d.h:92,
  2417. from src/controllers.c:3:
  2418. /usr/include/SDL2/SDL_pixels.h:226:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_ARGB8888’
  2419. SDL_PIXELFORMAT_ARGB8888 =
  2420. ^
  2421. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2422. from /usr/local/include/SDL2/SDL_events.h:33,
  2423. from /usr/local/include/SDL2/SDL.h:41,
  2424. from src/../include/simple2d.h:63,
  2425. from src/controllers.c:3:
  2426. /usr/local/include/SDL2/SDL_pixels.h:248:5: note: previous definition of ‘SDL_PIXELFORMAT_ARGB8888’ was here
  2427. SDL_PIXELFORMAT_ARGB8888 =
  2428. ^
  2429. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2430. from /usr/include/SDL2/SDL_events.h:33,
  2431. from /usr/include/SDL2/SDL.h:76,
  2432. from /usr/include/SDL2/SDL_image.h:27,
  2433. from src/../include/simple2d.h:92,
  2434. from src/controllers.c:3:
  2435. /usr/include/SDL2/SDL_pixels.h:229:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_RGBA8888’
  2436. SDL_PIXELFORMAT_RGBA8888 =
  2437. ^
  2438. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2439. from /usr/local/include/SDL2/SDL_events.h:33,
  2440. from /usr/local/include/SDL2/SDL.h:41,
  2441. from src/../include/simple2d.h:63,
  2442. from src/controllers.c:3:
  2443. /usr/local/include/SDL2/SDL_pixels.h:251:5: note: previous definition of ‘SDL_PIXELFORMAT_RGBA8888’ was here
  2444. SDL_PIXELFORMAT_RGBA8888 =
  2445. ^
  2446. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2447. from /usr/include/SDL2/SDL_events.h:33,
  2448. from /usr/include/SDL2/SDL.h:76,
  2449. from /usr/include/SDL2/SDL_image.h:27,
  2450. from src/../include/simple2d.h:92,
  2451. from src/controllers.c:3:
  2452. /usr/include/SDL2/SDL_pixels.h:232:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_ABGR8888’
  2453. SDL_PIXELFORMAT_ABGR8888 =
  2454. ^
  2455. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2456. from /usr/local/include/SDL2/SDL_events.h:33,
  2457. from /usr/local/include/SDL2/SDL.h:41,
  2458. from src/../include/simple2d.h:63,
  2459. from src/controllers.c:3:
  2460. /usr/local/include/SDL2/SDL_pixels.h:254:5: note: previous definition of ‘SDL_PIXELFORMAT_ABGR8888’ was here
  2461. SDL_PIXELFORMAT_ABGR8888 =
  2462. ^
  2463. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2464. from /usr/include/SDL2/SDL_events.h:33,
  2465. from /usr/include/SDL2/SDL.h:76,
  2466. from /usr/include/SDL2/SDL_image.h:27,
  2467. from src/../include/simple2d.h:92,
  2468. from src/controllers.c:3:
  2469. /usr/include/SDL2/SDL_pixels.h:235:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_BGRA8888’
  2470. SDL_PIXELFORMAT_BGRA8888 =
  2471. ^
  2472. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2473. from /usr/local/include/SDL2/SDL_events.h:33,
  2474. from /usr/local/include/SDL2/SDL.h:41,
  2475. from src/../include/simple2d.h:63,
  2476. from src/controllers.c:3:
  2477. /usr/local/include/SDL2/SDL_pixels.h:257:5: note: previous definition of ‘SDL_PIXELFORMAT_BGRA8888’ was here
  2478. SDL_PIXELFORMAT_BGRA8888 =
  2479. ^
  2480. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2481. from /usr/include/SDL2/SDL_events.h:33,
  2482. from /usr/include/SDL2/SDL.h:76,
  2483. from /usr/include/SDL2/SDL_image.h:27,
  2484. from src/../include/simple2d.h:92,
  2485. from src/controllers.c:3:
  2486. /usr/include/SDL2/SDL_pixels.h:238:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_ARGB2101010’
  2487. SDL_PIXELFORMAT_ARGB2101010 =
  2488. ^
  2489. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2490. from /usr/local/include/SDL2/SDL_events.h:33,
  2491. from /usr/local/include/SDL2/SDL.h:41,
  2492. from src/../include/simple2d.h:63,
  2493. from src/controllers.c:3:
  2494. /usr/local/include/SDL2/SDL_pixels.h:260:5: note: previous definition of ‘SDL_PIXELFORMAT_ARGB2101010’ was here
  2495. SDL_PIXELFORMAT_ARGB2101010 =
  2496. ^
  2497. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2498. from /usr/include/SDL2/SDL_events.h:33,
  2499. from /usr/include/SDL2/SDL.h:76,
  2500. from /usr/include/SDL2/SDL_image.h:27,
  2501. from src/../include/simple2d.h:92,
  2502. from src/controllers.c:3:
  2503. /usr/include/SDL2/SDL_pixels.h:242:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_YV12’
  2504. SDL_PIXELFORMAT_YV12 = /**< Planar mode: Y + V + U (3 planes) */
  2505. ^
  2506. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2507. from /usr/local/include/SDL2/SDL_events.h:33,
  2508. from /usr/local/include/SDL2/SDL.h:41,
  2509. from src/../include/simple2d.h:63,
  2510. from src/controllers.c:3:
  2511. /usr/local/include/SDL2/SDL_pixels.h:277:5: note: previous definition of ‘SDL_PIXELFORMAT_YV12’ was here
  2512. SDL_PIXELFORMAT_YV12 = /**< Planar mode: Y + V + U (3 planes) */
  2513. ^
  2514. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2515. from /usr/include/SDL2/SDL_events.h:33,
  2516. from /usr/include/SDL2/SDL.h:76,
  2517. from /usr/include/SDL2/SDL_image.h:27,
  2518. from src/../include/simple2d.h:92,
  2519. from src/controllers.c:3:
  2520. /usr/include/SDL2/SDL_pixels.h:244:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_IYUV’
  2521. SDL_PIXELFORMAT_IYUV = /**< Planar mode: Y + U + V (3 planes) */
  2522. ^
  2523. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2524. from /usr/local/include/SDL2/SDL_events.h:33,
  2525. from /usr/local/include/SDL2/SDL.h:41,
  2526. from src/../include/simple2d.h:63,
  2527. from src/controllers.c:3:
  2528. /usr/local/include/SDL2/SDL_pixels.h:279:5: note: previous definition of ‘SDL_PIXELFORMAT_IYUV’ was here
  2529. SDL_PIXELFORMAT_IYUV = /**< Planar mode: Y + U + V (3 planes) */
  2530. ^
  2531. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2532. from /usr/include/SDL2/SDL_events.h:33,
  2533. from /usr/include/SDL2/SDL.h:76,
  2534. from /usr/include/SDL2/SDL_image.h:27,
  2535. from src/../include/simple2d.h:92,
  2536. from src/controllers.c:3:
  2537. /usr/include/SDL2/SDL_pixels.h:246:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_YUY2’
  2538. SDL_PIXELFORMAT_YUY2 = /**< Packed mode: Y0+U0+Y1+V0 (1 plane) */
  2539. ^
  2540. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2541. from /usr/local/include/SDL2/SDL_events.h:33,
  2542. from /usr/local/include/SDL2/SDL.h:41,
  2543. from src/../include/simple2d.h:63,
  2544. from src/controllers.c:3:
  2545. /usr/local/include/SDL2/SDL_pixels.h:281:5: note: previous definition of ‘SDL_PIXELFORMAT_YUY2’ was here
  2546. SDL_PIXELFORMAT_YUY2 = /**< Packed mode: Y0+U0+Y1+V0 (1 plane) */
  2547. ^
  2548. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2549. from /usr/include/SDL2/SDL_events.h:33,
  2550. from /usr/include/SDL2/SDL.h:76,
  2551. from /usr/include/SDL2/SDL_image.h:27,
  2552. from src/../include/simple2d.h:92,
  2553. from src/controllers.c:3:
  2554. /usr/include/SDL2/SDL_pixels.h:248:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_UYVY’
  2555. SDL_PIXELFORMAT_UYVY = /**< Packed mode: U0+Y0+V0+Y1 (1 plane) */
  2556. ^
  2557. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2558. from /usr/local/include/SDL2/SDL_events.h:33,
  2559. from /usr/local/include/SDL2/SDL.h:41,
  2560. from src/../include/simple2d.h:63,
  2561. from src/controllers.c:3:
  2562. /usr/local/include/SDL2/SDL_pixels.h:283:5: note: previous definition of ‘SDL_PIXELFORMAT_UYVY’ was here
  2563. SDL_PIXELFORMAT_UYVY = /**< Packed mode: U0+Y0+V0+Y1 (1 plane) */
  2564. ^
  2565. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2566. from /usr/include/SDL2/SDL_events.h:33,
  2567. from /usr/include/SDL2/SDL.h:76,
  2568. from /usr/include/SDL2/SDL_image.h:27,
  2569. from src/../include/simple2d.h:92,
  2570. from src/controllers.c:3:
  2571. /usr/include/SDL2/SDL_pixels.h:250:5: error: redeclaration of enumerator ‘SDL_PIXELFORMAT_YVYU’
  2572. SDL_PIXELFORMAT_YVYU = /**< Packed mode: Y0+V0+Y1+U0 (1 plane) */
  2573. ^
  2574. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2575. from /usr/local/include/SDL2/SDL_events.h:33,
  2576. from /usr/local/include/SDL2/SDL.h:41,
  2577. from src/../include/simple2d.h:63,
  2578. from src/controllers.c:3:
  2579. /usr/local/include/SDL2/SDL_pixels.h:285:5: note: previous definition of ‘SDL_PIXELFORMAT_YVYU’ was here
  2580. SDL_PIXELFORMAT_YVYU = /**< Packed mode: Y0+V0+Y1+U0 (1 plane) */
  2581. ^
  2582. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2583. from /usr/include/SDL2/SDL_events.h:33,
  2584. from /usr/include/SDL2/SDL.h:76,
  2585. from /usr/include/SDL2/SDL_image.h:27,
  2586. from src/../include/simple2d.h:92,
  2587. from src/controllers.c:3:
  2588. /usr/include/SDL2/SDL_pixels.h:254:16: error: redefinition of ‘struct SDL_Color’
  2589. typedef struct SDL_Color
  2590. ^
  2591. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2592. from /usr/local/include/SDL2/SDL_events.h:33,
  2593. from /usr/local/include/SDL2/SDL.h:41,
  2594. from src/../include/simple2d.h:63,
  2595. from src/controllers.c:3:
  2596. /usr/local/include/SDL2/SDL_pixels.h:295:16: note: originally defined here
  2597. typedef struct SDL_Color
  2598. ^
  2599. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2600. from /usr/include/SDL2/SDL_events.h:33,
  2601. from /usr/include/SDL2/SDL.h:76,
  2602. from /usr/include/SDL2/SDL_image.h:27,
  2603. from src/../include/simple2d.h:92,
  2604. from src/controllers.c:3:
  2605. /usr/include/SDL2/SDL_pixels.h:260:3: error: conflicting types for ‘SDL_Color’
  2606. } SDL_Color;
  2607. ^
  2608. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2609. from /usr/local/include/SDL2/SDL_events.h:33,
  2610. from /usr/local/include/SDL2/SDL.h:41,
  2611. from src/../include/simple2d.h:63,
  2612. from src/controllers.c:3:
  2613. /usr/local/include/SDL2/SDL_pixels.h:301:3: note: previous declaration of ‘SDL_Color’ was here
  2614. } SDL_Color;
  2615. ^
  2616. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2617. from /usr/include/SDL2/SDL_events.h:33,
  2618. from /usr/include/SDL2/SDL.h:76,
  2619. from /usr/include/SDL2/SDL_image.h:27,
  2620. from src/../include/simple2d.h:92,
  2621. from src/controllers.c:3:
  2622. /usr/include/SDL2/SDL_pixels.h:263:16: error: redefinition of ‘struct SDL_Palette’
  2623. typedef struct SDL_Palette
  2624. ^
  2625. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2626. from /usr/local/include/SDL2/SDL_events.h:33,
  2627. from /usr/local/include/SDL2/SDL.h:41,
  2628. from src/../include/simple2d.h:63,
  2629. from src/controllers.c:3:
  2630. /usr/local/include/SDL2/SDL_pixels.h:304:16: note: originally defined here
  2631. typedef struct SDL_Palette
  2632. ^
  2633. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2634. from /usr/include/SDL2/SDL_events.h:33,
  2635. from /usr/include/SDL2/SDL.h:76,
  2636. from /usr/include/SDL2/SDL_image.h:27,
  2637. from src/../include/simple2d.h:92,
  2638. from src/controllers.c:3:
  2639. /usr/include/SDL2/SDL_pixels.h:269:3: error: conflicting types for ‘SDL_Palette’
  2640. } SDL_Palette;
  2641. ^
  2642. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2643. from /usr/local/include/SDL2/SDL_events.h:33,
  2644. from /usr/local/include/SDL2/SDL.h:41,
  2645. from src/../include/simple2d.h:63,
  2646. from src/controllers.c:3:
  2647. /usr/local/include/SDL2/SDL_pixels.h:310:3: note: previous declaration of ‘SDL_Palette’ was here
  2648. } SDL_Palette;
  2649. ^
  2650. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2651. from /usr/include/SDL2/SDL_events.h:33,
  2652. from /usr/include/SDL2/SDL.h:76,
  2653. from /usr/include/SDL2/SDL_image.h:27,
  2654. from src/../include/simple2d.h:92,
  2655. from src/controllers.c:3:
  2656. /usr/include/SDL2/SDL_pixels.h:274:16: error: redefinition of ‘struct SDL_PixelFormat’
  2657. typedef struct SDL_PixelFormat
  2658. ^
  2659. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2660. from /usr/local/include/SDL2/SDL_events.h:33,
  2661. from /usr/local/include/SDL2/SDL.h:41,
  2662. from src/../include/simple2d.h:63,
  2663. from src/controllers.c:3:
  2664. /usr/local/include/SDL2/SDL_pixels.h:315:16: note: originally defined here
  2665. typedef struct SDL_PixelFormat
  2666. ^
  2667. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2668. from /usr/include/SDL2/SDL_events.h:33,
  2669. from /usr/include/SDL2/SDL.h:76,
  2670. from /usr/include/SDL2/SDL_image.h:27,
  2671. from src/../include/simple2d.h:92,
  2672. from src/controllers.c:3:
  2673. /usr/include/SDL2/SDL_pixels.h:295:3: error: conflicting types for ‘SDL_PixelFormat’
  2674. } SDL_PixelFormat;
  2675. ^
  2676. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2677. from /usr/local/include/SDL2/SDL_events.h:33,
  2678. from /usr/local/include/SDL2/SDL.h:41,
  2679. from src/../include/simple2d.h:63,
  2680. from src/controllers.c:3:
  2681. /usr/local/include/SDL2/SDL_pixels.h:336:3: note: previous declaration of ‘SDL_PixelFormat’ was here
  2682. } SDL_PixelFormat;
  2683. ^
  2684. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2685. from /usr/include/SDL2/SDL_events.h:33,
  2686. from /usr/include/SDL2/SDL.h:76,
  2687. from /usr/include/SDL2/SDL_image.h:27,
  2688. from src/../include/simple2d.h:92,
  2689. from src/controllers.c:3:
  2690. /usr/include/SDL2/SDL_pixels.h:309:34: error: conflicting types for ‘SDL_PixelFormatEnumToMasks’
  2691. extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format,
  2692. ^
  2693. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2694. from /usr/local/include/SDL2/SDL_events.h:33,
  2695. from /usr/local/include/SDL2/SDL.h:41,
  2696. from src/../include/simple2d.h:63,
  2697. from src/controllers.c:3:
  2698. /usr/local/include/SDL2/SDL_pixels.h:350:34: note: previous declaration of ‘SDL_PixelFormatEnumToMasks’ was here
  2699. extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format,
  2700. ^
  2701. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2702. from /usr/include/SDL2/SDL_events.h:33,
  2703. from /usr/include/SDL2/SDL.h:76,
  2704. from /usr/include/SDL2/SDL_image.h:27,
  2705. from src/../include/simple2d.h:92,
  2706. from src/controllers.c:3:
  2707. /usr/include/SDL2/SDL_pixels.h:333:43: error: conflicting types for ‘SDL_AllocFormat’
  2708. extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
  2709. ^
  2710. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2711. from /usr/local/include/SDL2/SDL_events.h:33,
  2712. from /usr/local/include/SDL2/SDL.h:41,
  2713. from src/../include/simple2d.h:63,
  2714. from src/controllers.c:3:
  2715. /usr/local/include/SDL2/SDL_pixels.h:374:43: note: previous declaration of ‘SDL_AllocFormat’ was here
  2716. extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
  2717. ^
  2718. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2719. from /usr/include/SDL2/SDL_events.h:33,
  2720. from /usr/include/SDL2/SDL.h:76,
  2721. from /usr/include/SDL2/SDL_image.h:27,
  2722. from src/../include/simple2d.h:92,
  2723. from src/controllers.c:3:
  2724. /usr/include/SDL2/SDL_pixels.h:338:30: error: conflicting types for ‘SDL_FreeFormat’
  2725. extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
  2726. ^
  2727. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2728. from /usr/local/include/SDL2/SDL_events.h:33,
  2729. from /usr/local/include/SDL2/SDL.h:41,
  2730. from src/../include/simple2d.h:63,
  2731. from src/controllers.c:3:
  2732. /usr/local/include/SDL2/SDL_pixels.h:379:30: note: previous declaration of ‘SDL_FreeFormat’ was here
  2733. extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
  2734. ^
  2735. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2736. from /usr/include/SDL2/SDL_events.h:33,
  2737. from /usr/include/SDL2/SDL.h:76,
  2738. from /usr/include/SDL2/SDL_image.h:27,
  2739. from src/../include/simple2d.h:92,
  2740. from src/controllers.c:3:
  2741. /usr/include/SDL2/SDL_pixels.h:350:38: error: conflicting types for ‘SDL_AllocPalette’
  2742. extern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);
  2743. ^
  2744. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2745. from /usr/local/include/SDL2/SDL_events.h:33,
  2746. from /usr/local/include/SDL2/SDL.h:41,
  2747. from src/../include/simple2d.h:63,
  2748. from src/controllers.c:3:
  2749. /usr/local/include/SDL2/SDL_pixels.h:391:38: note: previous declaration of ‘SDL_AllocPalette’ was here
  2750. extern DECLSPEC SDL_Palette *SDLCALL SDL_AllocPalette(int ncolors);
  2751. ^
  2752. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2753. from /usr/include/SDL2/SDL_events.h:33,
  2754. from /usr/include/SDL2/SDL.h:76,
  2755. from /usr/include/SDL2/SDL_image.h:27,
  2756. from src/../include/simple2d.h:92,
  2757. from src/controllers.c:3:
  2758. /usr/include/SDL2/SDL_pixels.h:355:29: error: conflicting types for ‘SDL_SetPixelFormatPalette’
  2759. extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
  2760. ^
  2761. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2762. from /usr/local/include/SDL2/SDL_events.h:33,
  2763. from /usr/local/include/SDL2/SDL.h:41,
  2764. from src/../include/simple2d.h:63,
  2765. from src/controllers.c:3:
  2766. /usr/local/include/SDL2/SDL_pixels.h:396:29: note: previous declaration of ‘SDL_SetPixelFormatPalette’ was here
  2767. extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,
  2768. ^
  2769. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2770. from /usr/include/SDL2/SDL_events.h:33,
  2771. from /usr/include/SDL2/SDL.h:76,
  2772. from /usr/include/SDL2/SDL_image.h:27,
  2773. from src/../include/simple2d.h:92,
  2774. from src/controllers.c:3:
  2775. /usr/include/SDL2/SDL_pixels.h:368:29: error: conflicting types for ‘SDL_SetPaletteColors’
  2776. extern DECLSPEC int SDLCALL SDL_SetPaletteColors(SDL_Palette * palette,
  2777. ^
  2778. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2779. from /usr/local/include/SDL2/SDL_events.h:33,
  2780. from /usr/local/include/SDL2/SDL.h:41,
  2781. from src/../include/simple2d.h:63,
  2782. from src/controllers.c:3:
  2783. /usr/local/include/SDL2/SDL_pixels.h:409:29: note: previous declaration of ‘SDL_SetPaletteColors’ was here
  2784. extern DECLSPEC int SDLCALL SDL_SetPaletteColors(SDL_Palette * palette,
  2785. ^
  2786. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2787. from /usr/include/SDL2/SDL_events.h:33,
  2788. from /usr/include/SDL2/SDL.h:76,
  2789. from /usr/include/SDL2/SDL_image.h:27,
  2790. from src/../include/simple2d.h:92,
  2791. from src/controllers.c:3:
  2792. /usr/include/SDL2/SDL_pixels.h:377:30: error: conflicting types for ‘SDL_FreePalette’
  2793. extern DECLSPEC void SDLCALL SDL_FreePalette(SDL_Palette * palette);
  2794. ^
  2795. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2796. from /usr/local/include/SDL2/SDL_events.h:33,
  2797. from /usr/local/include/SDL2/SDL.h:41,
  2798. from src/../include/simple2d.h:63,
  2799. from src/controllers.c:3:
  2800. /usr/local/include/SDL2/SDL_pixels.h:418:30: note: previous declaration of ‘SDL_FreePalette’ was here
  2801. extern DECLSPEC void SDLCALL SDL_FreePalette(SDL_Palette * palette);
  2802. ^
  2803. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2804. from /usr/include/SDL2/SDL_events.h:33,
  2805. from /usr/include/SDL2/SDL.h:76,
  2806. from /usr/include/SDL2/SDL_image.h:27,
  2807. from src/../include/simple2d.h:92,
  2808. from src/controllers.c:3:
  2809. /usr/include/SDL2/SDL_pixels.h:384:32: error: conflicting types for ‘SDL_MapRGB’
  2810. extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
  2811. ^
  2812. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2813. from /usr/local/include/SDL2/SDL_events.h:33,
  2814. from /usr/local/include/SDL2/SDL.h:41,
  2815. from src/../include/simple2d.h:63,
  2816. from src/controllers.c:3:
  2817. /usr/local/include/SDL2/SDL_pixels.h:425:32: note: previous declaration of ‘SDL_MapRGB’ was here
  2818. extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
  2819. ^
  2820. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2821. from /usr/include/SDL2/SDL_events.h:33,
  2822. from /usr/include/SDL2/SDL.h:76,
  2823. from /usr/include/SDL2/SDL_image.h:27,
  2824. from src/../include/simple2d.h:92,
  2825. from src/controllers.c:3:
  2826. /usr/include/SDL2/SDL_pixels.h:392:32: error: conflicting types for ‘SDL_MapRGBA’
  2827. extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
  2828. ^
  2829. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2830. from /usr/local/include/SDL2/SDL_events.h:33,
  2831. from /usr/local/include/SDL2/SDL.h:41,
  2832. from src/../include/simple2d.h:63,
  2833. from src/controllers.c:3:
  2834. /usr/local/include/SDL2/SDL_pixels.h:433:32: note: previous declaration of ‘SDL_MapRGBA’ was here
  2835. extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
  2836. ^
  2837. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2838. from /usr/include/SDL2/SDL_events.h:33,
  2839. from /usr/include/SDL2/SDL.h:76,
  2840. from /usr/include/SDL2/SDL_image.h:27,
  2841. from src/../include/simple2d.h:92,
  2842. from src/controllers.c:3:
  2843. /usr/include/SDL2/SDL_pixels.h:401:30: error: conflicting types for ‘SDL_GetRGB’
  2844. extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,
  2845. ^
  2846. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2847. from /usr/local/include/SDL2/SDL_events.h:33,
  2848. from /usr/local/include/SDL2/SDL.h:41,
  2849. from src/../include/simple2d.h:63,
  2850. from src/controllers.c:3:
  2851. /usr/local/include/SDL2/SDL_pixels.h:442:30: note: previous declaration of ‘SDL_GetRGB’ was here
  2852. extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,
  2853. ^
  2854. In file included from /usr/include/SDL2/SDL_video.h:32:0,
  2855. from /usr/include/SDL2/SDL_events.h:33,
  2856. from /usr/include/SDL2/SDL.h:76,
  2857. from /usr/include/SDL2/SDL_image.h:27,
  2858. from src/../include/simple2d.h:92,
  2859. from src/controllers.c:3:
  2860. /usr/include/SDL2/SDL_pixels.h:410:30: error: conflicting types for ‘SDL_GetRGBA’
  2861. extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel,
  2862. ^
  2863. In file included from /usr/local/include/SDL2/SDL_video.h:32:0,
  2864. from /usr/local/include/SDL2/SDL_events.h:33,
  2865. from /usr/local/include/SDL2/SDL.h:41,
  2866. from src/../include/simple2d.h:63,
  2867. from src/controllers.c:3:
  2868. /usr/local/include/SDL2/SDL_pixels.h:451:30: note: previous declaration of ‘SDL_GetRGBA’ was here
  2869. extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel,
  2870. ^
  2871. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  2872. from /usr/include/SDL2/SDL_events.h:33,
  2873. from /usr/include/SDL2/SDL.h:76,
  2874. from /usr/include/SDL2/SDL_image.h:27,
  2875. from src/../include/simple2d.h:92,
  2876. from src/controllers.c:3:
  2877. /usr/include/SDL2/SDL_rect.h:47:16: error: redefinition of ‘struct SDL_Point’
  2878. typedef struct SDL_Point
  2879. ^
  2880. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  2881. from /usr/local/include/SDL2/SDL_events.h:33,
  2882. from /usr/local/include/SDL2/SDL.h:41,
  2883. from src/../include/simple2d.h:63,
  2884. from src/controllers.c:3:
  2885. /usr/local/include/SDL2/SDL_rect.h:48:16: note: originally defined here
  2886. typedef struct SDL_Point
  2887. ^
  2888. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  2889. from /usr/include/SDL2/SDL_events.h:33,
  2890. from /usr/include/SDL2/SDL.h:76,
  2891. from /usr/include/SDL2/SDL_image.h:27,
  2892. from src/../include/simple2d.h:92,
  2893. from src/controllers.c:3:
  2894. /usr/include/SDL2/SDL_rect.h:51:3: error: conflicting types for ‘SDL_Point’
  2895. } SDL_Point;
  2896. ^
  2897. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  2898. from /usr/local/include/SDL2/SDL_events.h:33,
  2899. from /usr/local/include/SDL2/SDL.h:41,
  2900. from src/../include/simple2d.h:63,
  2901. from src/controllers.c:3:
  2902. /usr/local/include/SDL2/SDL_rect.h:52:3: note: previous declaration of ‘SDL_Point’ was here
  2903. } SDL_Point;
  2904. ^
  2905. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  2906. from /usr/include/SDL2/SDL_events.h:33,
  2907. from /usr/include/SDL2/SDL.h:76,
  2908. from /usr/include/SDL2/SDL_image.h:27,
  2909. from src/../include/simple2d.h:92,
  2910. from src/controllers.c:3:
  2911. /usr/include/SDL2/SDL_rect.h:63:16: error: redefinition of ‘struct SDL_Rect’
  2912. typedef struct SDL_Rect
  2913. ^
  2914. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  2915. from /usr/local/include/SDL2/SDL_events.h:33,
  2916. from /usr/local/include/SDL2/SDL.h:41,
  2917. from src/../include/simple2d.h:63,
  2918. from src/controllers.c:3:
  2919. /usr/local/include/SDL2/SDL_rect.h:64:16: note: originally defined here
  2920. typedef struct SDL_Rect
  2921. ^
  2922. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  2923. from /usr/include/SDL2/SDL_events.h:33,
  2924. from /usr/include/SDL2/SDL.h:76,
  2925. from /usr/include/SDL2/SDL_image.h:27,
  2926. from src/../include/simple2d.h:92,
  2927. from src/controllers.c:3:
  2928. /usr/include/SDL2/SDL_rect.h:67:3: error: conflicting types for ‘SDL_Rect’
  2929. } SDL_Rect;
  2930. ^
  2931. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  2932. from /usr/local/include/SDL2/SDL_events.h:33,
  2933. from /usr/local/include/SDL2/SDL.h:41,
  2934. from src/../include/simple2d.h:63,
  2935. from src/controllers.c:3:
  2936. /usr/local/include/SDL2/SDL_rect.h:68:3: note: previous declaration of ‘SDL_Rect’ was here
  2937. } SDL_Rect;
  2938. ^
  2939. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  2940. from /usr/include/SDL2/SDL_events.h:33,
  2941. from /usr/include/SDL2/SDL.h:76,
  2942. from /usr/include/SDL2/SDL_image.h:27,
  2943. from src/../include/simple2d.h:92,
  2944. from src/controllers.c:3:
  2945. /usr/include/SDL2/SDL_rect.h:72:27: error: conflicting types for ‘SDL_RectEmpty’
  2946. SDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r)
  2947. ^
  2948. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  2949. from /usr/local/include/SDL2/SDL_events.h:33,
  2950. from /usr/local/include/SDL2/SDL.h:41,
  2951. from src/../include/simple2d.h:63,
  2952. from src/controllers.c:3:
  2953. /usr/local/include/SDL2/SDL_rect.h:82:27: note: previous definition of ‘SDL_RectEmpty’ was here
  2954. SDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r)
  2955. ^
  2956. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  2957. from /usr/include/SDL2/SDL_events.h:33,
  2958. from /usr/include/SDL2/SDL.h:76,
  2959. from /usr/include/SDL2/SDL_image.h:27,
  2960. from src/../include/simple2d.h:92,
  2961. from src/controllers.c:3:
  2962. /usr/include/SDL2/SDL_rect.h:80:27: error: conflicting types for ‘SDL_RectEquals’
  2963. SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Rect *b)
  2964. ^
  2965. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  2966. from /usr/local/include/SDL2/SDL_events.h:33,
  2967. from /usr/local/include/SDL2/SDL.h:41,
  2968. from src/../include/simple2d.h:63,
  2969. from src/controllers.c:3:
  2970. /usr/local/include/SDL2/SDL_rect.h:90:27: note: previous definition of ‘SDL_RectEquals’ was here
  2971. SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Rect *b)
  2972. ^
  2973. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  2974. from /usr/include/SDL2/SDL_events.h:33,
  2975. from /usr/include/SDL2/SDL.h:76,
  2976. from /usr/include/SDL2/SDL_image.h:27,
  2977. from src/../include/simple2d.h:92,
  2978. from src/controllers.c:3:
  2979. /usr/include/SDL2/SDL_rect.h:91:34: error: conflicting types for ‘SDL_HasIntersection’
  2980. extern DECLSPEC SDL_bool SDLCALL SDL_HasIntersection(const SDL_Rect * A,
  2981. ^
  2982. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  2983. from /usr/local/include/SDL2/SDL_events.h:33,
  2984. from /usr/local/include/SDL2/SDL.h:41,
  2985. from src/../include/simple2d.h:63,
  2986. from src/controllers.c:3:
  2987. /usr/local/include/SDL2/SDL_rect.h:101:34: note: previous declaration of ‘SDL_HasIntersection’ was here
  2988. extern DECLSPEC SDL_bool SDLCALL SDL_HasIntersection(const SDL_Rect * A,
  2989. ^
  2990. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  2991. from /usr/include/SDL2/SDL_events.h:33,
  2992. from /usr/include/SDL2/SDL.h:76,
  2993. from /usr/include/SDL2/SDL_image.h:27,
  2994. from src/../include/simple2d.h:92,
  2995. from src/controllers.c:3:
  2996. /usr/include/SDL2/SDL_rect.h:99:34: error: conflicting types for ‘SDL_IntersectRect’
  2997. extern DECLSPEC SDL_bool SDLCALL SDL_IntersectRect(const SDL_Rect * A,
  2998. ^
  2999. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  3000. from /usr/local/include/SDL2/SDL_events.h:33,
  3001. from /usr/local/include/SDL2/SDL.h:41,
  3002. from src/../include/simple2d.h:63,
  3003. from src/controllers.c:3:
  3004. /usr/local/include/SDL2/SDL_rect.h:109:34: note: previous declaration of ‘SDL_IntersectRect’ was here
  3005. extern DECLSPEC SDL_bool SDLCALL SDL_IntersectRect(const SDL_Rect * A,
  3006. ^
  3007. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  3008. from /usr/include/SDL2/SDL_events.h:33,
  3009. from /usr/include/SDL2/SDL.h:76,
  3010. from /usr/include/SDL2/SDL_image.h:27,
  3011. from src/../include/simple2d.h:92,
  3012. from src/controllers.c:3:
  3013. /usr/include/SDL2/SDL_rect.h:106:30: error: conflicting types for ‘SDL_UnionRect’
  3014. extern DECLSPEC void SDLCALL SDL_UnionRect(const SDL_Rect * A,
  3015. ^
  3016. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  3017. from /usr/local/include/SDL2/SDL_events.h:33,
  3018. from /usr/local/include/SDL2/SDL.h:41,
  3019. from src/../include/simple2d.h:63,
  3020. from src/controllers.c:3:
  3021. /usr/local/include/SDL2/SDL_rect.h:116:30: note: previous declaration of ‘SDL_UnionRect’ was here
  3022. extern DECLSPEC void SDLCALL SDL_UnionRect(const SDL_Rect * A,
  3023. ^
  3024. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  3025. from /usr/include/SDL2/SDL_events.h:33,
  3026. from /usr/include/SDL2/SDL.h:76,
  3027. from /usr/include/SDL2/SDL_image.h:27,
  3028. from src/../include/simple2d.h:92,
  3029. from src/controllers.c:3:
  3030. /usr/include/SDL2/SDL_rect.h:115:34: error: conflicting types for ‘SDL_EnclosePoints’
  3031. extern DECLSPEC SDL_bool SDLCALL SDL_EnclosePoints(const SDL_Point * points,
  3032. ^
  3033. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  3034. from /usr/local/include/SDL2/SDL_events.h:33,
  3035. from /usr/local/include/SDL2/SDL.h:41,
  3036. from src/../include/simple2d.h:63,
  3037. from src/controllers.c:3:
  3038. /usr/local/include/SDL2/SDL_rect.h:125:34: note: previous declaration of ‘SDL_EnclosePoints’ was here
  3039. extern DECLSPEC SDL_bool SDLCALL SDL_EnclosePoints(const SDL_Point * points,
  3040. ^
  3041. In file included from /usr/include/SDL2/SDL_video.h:33:0,
  3042. from /usr/include/SDL2/SDL_events.h:33,
  3043. from /usr/include/SDL2/SDL.h:76,
  3044. from /usr/include/SDL2/SDL_image.h:27,
  3045. from src/../include/simple2d.h:92,
  3046. from src/controllers.c:3:
  3047. /usr/include/SDL2/SDL_rect.h:125:34: error: conflicting types for ‘SDL_IntersectRectAndLine’
  3048. extern DECLSPEC SDL_bool SDLCALL SDL_IntersectRectAndLine(const SDL_Rect *
  3049. ^
  3050. In file included from /usr/local/include/SDL2/SDL_video.h:33:0,
  3051. from /usr/local/include/SDL2/SDL_events.h:33,
  3052. from /usr/local/include/SDL2/SDL.h:41,
  3053. from src/../include/simple2d.h:63,
  3054. from src/controllers.c:3:
  3055. /usr/local/include/SDL2/SDL_rect.h:135:34: note: previous declaration of ‘SDL_IntersectRectAndLine’ was here
  3056. extern DECLSPEC SDL_bool SDLCALL SDL_IntersectRectAndLine(const SDL_Rect *
  3057. ^
  3058. In file included from /usr/include/SDL2/SDL_surface.h:34:0,
  3059. from /usr/include/SDL2/SDL_video.h:34,
  3060. from /usr/include/SDL2/SDL_events.h:33,
  3061. from /usr/include/SDL2/SDL.h:76,
  3062. from /usr/include/SDL2/SDL_image.h:27,
  3063. from src/../include/simple2d.h:92,
  3064. from src/controllers.c:3:
  3065. /usr/include/SDL2/SDL_blendmode.h:42:5: error: redeclaration of enumerator ‘SDL_BLENDMODE_NONE’
  3066. SDL_BLENDMODE_NONE = 0x00000000, /**< no blending
  3067. ^
  3068. In file included from /usr/local/include/SDL2/SDL_surface.h:34:0,
  3069. from /usr/local/include/SDL2/SDL_video.h:34,
  3070. from /usr/local/include/SDL2/SDL_events.h:33,
  3071. from /usr/local/include/SDL2/SDL.h:41,
  3072. from src/../include/simple2d.h:63,
  3073. from src/controllers.c:3:
  3074. /usr/local/include/SDL2/SDL_blendmode.h:42:5: note: previous definition of ‘SDL_BLENDMODE_NONE’ was here
  3075. SDL_BLENDMODE_NONE = 0x00000000, /**< no blending
  3076. ^
  3077. In file included from /usr/include/SDL2/SDL_surface.h:34:0,
  3078. from /usr/include/SDL2/SDL_video.h:34,
  3079. from /usr/include/SDL2/SDL_events.h:33,
  3080. from /usr/include/SDL2/SDL.h:76,
  3081. from /usr/include/SDL2/SDL_image.h:27,
  3082. from src/../include/simple2d.h:92,
  3083. from src/controllers.c:3:
  3084. /usr/include/SDL2/SDL_blendmode.h:44:5: error: redeclaration of enumerator ‘SDL_BLENDMODE_BLEND’
  3085. SDL_BLENDMODE_BLEND = 0x00000001, /**< alpha blending
  3086. ^
  3087. In file included from /usr/local/include/SDL2/SDL_surface.h:34:0,
  3088. from /usr/local/include/SDL2/SDL_video.h:34,
  3089. from /usr/local/include/SDL2/SDL_events.h:33,
  3090. from /usr/local/include/SDL2/SDL.h:41,
  3091. from src/../include/simple2d.h:63,
  3092. from src/controllers.c:3:
  3093. /usr/local/include/SDL2/SDL_blendmode.h:44:5: note: previous definition of ‘SDL_BLENDMODE_BLEND’ was here
  3094. SDL_BLENDMODE_BLEND = 0x00000001, /**< alpha blending
  3095. ^
  3096. In file included from /usr/include/SDL2/SDL_surface.h:34:0,
  3097. from /usr/include/SDL2/SDL_video.h:34,
  3098. from /usr/include/SDL2/SDL_events.h:33,
  3099. from /usr/include/SDL2/SDL.h:76,
  3100. from /usr/include/SDL2/SDL_image.h:27,
  3101. from src/../include/simple2d.h:92,
  3102. from src/controllers.c:3:
  3103. /usr/include/SDL2/SDL_blendmode.h:47:5: error: redeclaration of enumerator ‘SDL_BLENDMODE_ADD’
  3104. SDL_BLENDMODE_ADD = 0x00000002, /**< additive blending
  3105. ^
  3106. In file included from /usr/local/include/SDL2/SDL_surface.h:34:0,
  3107. from /usr/local/include/SDL2/SDL_video.h:34,
  3108. from /usr/local/include/SDL2/SDL_events.h:33,
  3109. from /usr/local/include/SDL2/SDL.h:41,
  3110. from src/../include/simple2d.h:63,
  3111. from src/controllers.c:3:
  3112. /usr/local/include/SDL2/SDL_blendmode.h:47:5: note: previous definition of ‘SDL_BLENDMODE_ADD’ was here
  3113. SDL_BLENDMODE_ADD = 0x00000002, /**< additive blending
  3114. ^
  3115. In file included from /usr/include/SDL2/SDL_surface.h:34:0,
  3116. from /usr/include/SDL2/SDL_video.h:34,
  3117. from /usr/include/SDL2/SDL_events.h:33,
  3118. from /usr/include/SDL2/SDL.h:76,
  3119. from /usr/include/SDL2/SDL_image.h:27,
  3120. from src/../include/simple2d.h:92,
  3121. from src/controllers.c:3:
  3122. /usr/include/SDL2/SDL_blendmode.h:50:5: error: redeclaration of enumerator ‘SDL_BLENDMODE_MOD’
  3123. SDL_BLENDMODE_MOD = 0x00000004 /**< color modulate
  3124. ^
  3125. In file included from /usr/local/include/SDL2/SDL_surface.h:34:0,
  3126. from /usr/local/include/SDL2/SDL_video.h:34,
  3127. from /usr/local/include/SDL2/SDL_events.h:33,
  3128. from /usr/local/include/SDL2/SDL.h:41,
  3129. from src/../include/simple2d.h:63,
  3130. from src/controllers.c:3:
  3131. /usr/local/include/SDL2/SDL_blendmode.h:50:5: note: previous definition of ‘SDL_BLENDMODE_MOD’ was here
  3132. SDL_BLENDMODE_MOD = 0x00000004, /**< color modulate
  3133. ^
  3134. In file included from /usr/include/SDL2/SDL_surface.h:34:0,
  3135. from /usr/include/SDL2/SDL_video.h:34,
  3136. from /usr/include/SDL2/SDL_events.h:33,
  3137. from /usr/include/SDL2/SDL.h:76,
  3138. from /usr/include/SDL2/SDL_image.h:27,
  3139. from src/../include/simple2d.h:92,
  3140. from src/controllers.c:3:
  3141. /usr/include/SDL2/SDL_blendmode.h:53:3: error: conflicting types for ‘SDL_BlendMode’
  3142. } SDL_BlendMode;
  3143. ^
  3144. In file included from /usr/local/include/SDL2/SDL_surface.h:34:0,
  3145. from /usr/local/include/SDL2/SDL_video.h:34,
  3146. from /usr/local/include/SDL2/SDL_events.h:33,
  3147. from /usr/local/include/SDL2/SDL.h:41,
  3148. from src/../include/simple2d.h:63,
  3149. from src/controllers.c:3:
  3150. /usr/local/include/SDL2/SDL_blendmode.h:57:3: note: previous declaration of ‘SDL_BlendMode’ was here
  3151. } SDL_BlendMode;
  3152. ^
  3153. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3154. from /usr/include/SDL2/SDL_events.h:33,
  3155. from /usr/include/SDL2/SDL.h:76,
  3156. from /usr/include/SDL2/SDL_image.h:27,
  3157. from src/../include/simple2d.h:92,
  3158. from src/controllers.c:3:
  3159. /usr/include/SDL2/SDL_surface.h:69:16: error: redefinition of ‘struct SDL_Surface’
  3160. typedef struct SDL_Surface
  3161. ^
  3162. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3163. from /usr/local/include/SDL2/SDL_events.h:33,
  3164. from /usr/local/include/SDL2/SDL.h:41,
  3165. from src/../include/simple2d.h:63,
  3166. from src/controllers.c:3:
  3167. /usr/local/include/SDL2/SDL_surface.h:69:16: note: originally defined here
  3168. typedef struct SDL_Surface
  3169. ^
  3170. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3171. from /usr/include/SDL2/SDL_events.h:33,
  3172. from /usr/include/SDL2/SDL.h:76,
  3173. from /usr/include/SDL2/SDL_image.h:27,
  3174. from src/../include/simple2d.h:92,
  3175. from src/controllers.c:3:
  3176. /usr/include/SDL2/SDL_surface.h:92:3: error: conflicting types for ‘SDL_Surface’
  3177. } SDL_Surface;
  3178. ^
  3179. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3180. from /usr/local/include/SDL2/SDL_events.h:33,
  3181. from /usr/local/include/SDL2/SDL.h:41,
  3182. from src/../include/simple2d.h:63,
  3183. from src/controllers.c:3:
  3184. /usr/local/include/SDL2/SDL_surface.h:92:3: note: previous declaration of ‘SDL_Surface’ was here
  3185. } SDL_Surface;
  3186. ^
  3187. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3188. from /usr/include/SDL2/SDL_events.h:33,
  3189. from /usr/include/SDL2/SDL.h:76,
  3190. from /usr/include/SDL2/SDL_image.h:27,
  3191. from src/../include/simple2d.h:92,
  3192. from src/controllers.c:3:
  3193. /usr/include/SDL2/SDL_surface.h:97:15: error: conflicting types for ‘SDL_blit’
  3194. typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
  3195. ^
  3196. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3197. from /usr/local/include/SDL2/SDL_events.h:33,
  3198. from /usr/local/include/SDL2/SDL.h:41,
  3199. from src/../include/simple2d.h:63,
  3200. from src/controllers.c:3:
  3201. /usr/local/include/SDL2/SDL_surface.h:97:23: note: previous declaration of ‘SDL_blit’ was here
  3202. typedef int (SDLCALL *SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
  3203. ^
  3204. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3205. from /usr/include/SDL2/SDL_events.h:33,
  3206. from /usr/include/SDL2/SDL.h:76,
  3207. from /usr/include/SDL2/SDL_image.h:27,
  3208. from src/../include/simple2d.h:92,
  3209. from src/controllers.c:3:
  3210. /usr/include/SDL2/SDL_surface.h:118:38: error: conflicting types for ‘SDL_CreateRGBSurface’
  3211. extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface
  3212. ^
  3213. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3214. from /usr/local/include/SDL2/SDL_events.h:33,
  3215. from /usr/local/include/SDL2/SDL.h:41,
  3216. from src/../include/simple2d.h:63,
  3217. from src/controllers.c:3:
  3218. /usr/local/include/SDL2/SDL_surface.h:129:38: note: previous declaration of ‘SDL_CreateRGBSurface’ was here
  3219. extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface
  3220. ^
  3221. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3222. from /usr/include/SDL2/SDL_events.h:33,
  3223. from /usr/include/SDL2/SDL.h:76,
  3224. from /usr/include/SDL2/SDL_image.h:27,
  3225. from src/../include/simple2d.h:92,
  3226. from src/controllers.c:3:
  3227. /usr/include/SDL2/SDL_surface.h:121:38: error: conflicting types for ‘SDL_CreateRGBSurfaceFrom’
  3228. extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
  3229. ^
  3230. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3231. from /usr/local/include/SDL2/SDL_events.h:33,
  3232. from /usr/local/include/SDL2/SDL.h:41,
  3233. from src/../include/simple2d.h:63,
  3234. from src/controllers.c:3:
  3235. /usr/local/include/SDL2/SDL_surface.h:137:38: note: previous declaration of ‘SDL_CreateRGBSurfaceFrom’ was here
  3236. extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
  3237. ^
  3238. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3239. from /usr/include/SDL2/SDL_events.h:33,
  3240. from /usr/include/SDL2/SDL.h:76,
  3241. from /usr/include/SDL2/SDL_image.h:27,
  3242. from src/../include/simple2d.h:92,
  3243. from src/controllers.c:3:
  3244. /usr/include/SDL2/SDL_surface.h:130:30: error: conflicting types for ‘SDL_FreeSurface’
  3245. extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface);
  3246. ^
  3247. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3248. from /usr/local/include/SDL2/SDL_events.h:33,
  3249. from /usr/local/include/SDL2/SDL.h:41,
  3250. from src/../include/simple2d.h:63,
  3251. from src/controllers.c:3:
  3252. /usr/local/include/SDL2/SDL_surface.h:148:30: note: previous declaration of ‘SDL_FreeSurface’ was here
  3253. extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface);
  3254. ^
  3255. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3256. from /usr/include/SDL2/SDL_events.h:33,
  3257. from /usr/include/SDL2/SDL.h:76,
  3258. from /usr/include/SDL2/SDL_image.h:27,
  3259. from src/../include/simple2d.h:92,
  3260. from src/controllers.c:3:
  3261. /usr/include/SDL2/SDL_surface.h:139:29: error: conflicting types for ‘SDL_SetSurfacePalette’
  3262. extern DECLSPEC int SDLCALL SDL_SetSurfacePalette(SDL_Surface * surface,
  3263. ^
  3264. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3265. from /usr/local/include/SDL2/SDL_events.h:33,
  3266. from /usr/local/include/SDL2/SDL.h:41,
  3267. from src/../include/simple2d.h:63,
  3268. from src/controllers.c:3:
  3269. /usr/local/include/SDL2/SDL_surface.h:157:29: note: previous declaration of ‘SDL_SetSurfacePalette’ was here
  3270. extern DECLSPEC int SDLCALL SDL_SetSurfacePalette(SDL_Surface * surface,
  3271. ^
  3272. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3273. from /usr/include/SDL2/SDL_events.h:33,
  3274. from /usr/include/SDL2/SDL.h:76,
  3275. from /usr/include/SDL2/SDL_image.h:27,
  3276. from src/../include/simple2d.h:92,
  3277. from src/controllers.c:3:
  3278. /usr/include/SDL2/SDL_surface.h:161:29: error: conflicting types for ‘SDL_LockSurface’
  3279. extern DECLSPEC int SDLCALL SDL_LockSurface(SDL_Surface * surface);
  3280. ^
  3281. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3282. from /usr/local/include/SDL2/SDL_events.h:33,
  3283. from /usr/local/include/SDL2/SDL.h:41,
  3284. from src/../include/simple2d.h:63,
  3285. from src/controllers.c:3:
  3286. /usr/local/include/SDL2/SDL_surface.h:179:29: note: previous declaration of ‘SDL_LockSurface’ was here
  3287. extern DECLSPEC int SDLCALL SDL_LockSurface(SDL_Surface * surface);
  3288. ^
  3289. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3290. from /usr/include/SDL2/SDL_events.h:33,
  3291. from /usr/include/SDL2/SDL.h:76,
  3292. from /usr/include/SDL2/SDL_image.h:27,
  3293. from src/../include/simple2d.h:92,
  3294. from src/controllers.c:3:
  3295. /usr/include/SDL2/SDL_surface.h:163:30: error: conflicting types for ‘SDL_UnlockSurface’
  3296. extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface * surface);
  3297. ^
  3298. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3299. from /usr/local/include/SDL2/SDL_events.h:33,
  3300. from /usr/local/include/SDL2/SDL.h:41,
  3301. from src/../include/simple2d.h:63,
  3302. from src/controllers.c:3:
  3303. /usr/local/include/SDL2/SDL_surface.h:181:30: note: previous declaration of ‘SDL_UnlockSurface’ was here
  3304. extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface * surface);
  3305. ^
  3306. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3307. from /usr/include/SDL2/SDL_events.h:33,
  3308. from /usr/include/SDL2/SDL.h:76,
  3309. from /usr/include/SDL2/SDL_image.h:27,
  3310. from src/../include/simple2d.h:92,
  3311. from src/controllers.c:3:
  3312. /usr/include/SDL2/SDL_surface.h:174:38: error: conflicting types for ‘SDL_LoadBMP_RW’
  3313. extern DECLSPEC SDL_Surface *SDLCALL SDL_LoadBMP_RW(SDL_RWops * src,
  3314. ^
  3315. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3316. from /usr/local/include/SDL2/SDL_events.h:33,
  3317. from /usr/local/include/SDL2/SDL.h:41,
  3318. from src/../include/simple2d.h:63,
  3319. from src/controllers.c:3:
  3320. /usr/local/include/SDL2/SDL_surface.h:192:38: note: previous declaration of ‘SDL_LoadBMP_RW’ was here
  3321. extern DECLSPEC SDL_Surface *SDLCALL SDL_LoadBMP_RW(SDL_RWops * src,
  3322. ^
  3323. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3324. from /usr/include/SDL2/SDL_events.h:33,
  3325. from /usr/include/SDL2/SDL.h:76,
  3326. from /usr/include/SDL2/SDL_image.h:27,
  3327. from src/../include/simple2d.h:92,
  3328. from src/controllers.c:3:
  3329. /usr/include/SDL2/SDL_surface.h:191:29: error: conflicting types for ‘SDL_SaveBMP_RW’
  3330. extern DECLSPEC int SDLCALL SDL_SaveBMP_RW
  3331. ^
  3332. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3333. from /usr/local/include/SDL2/SDL_events.h:33,
  3334. from /usr/local/include/SDL2/SDL.h:41,
  3335. from src/../include/simple2d.h:63,
  3336. from src/controllers.c:3:
  3337. /usr/local/include/SDL2/SDL_surface.h:215:29: note: previous declaration of ‘SDL_SaveBMP_RW’ was here
  3338. extern DECLSPEC int SDLCALL SDL_SaveBMP_RW
  3339. ^
  3340. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3341. from /usr/include/SDL2/SDL_events.h:33,
  3342. from /usr/include/SDL2/SDL.h:76,
  3343. from /usr/include/SDL2/SDL_image.h:27,
  3344. from src/../include/simple2d.h:92,
  3345. from src/controllers.c:3:
  3346. /usr/include/SDL2/SDL_surface.h:210:29: error: conflicting types for ‘SDL_SetSurfaceRLE’
  3347. extern DECLSPEC int SDLCALL SDL_SetSurfaceRLE(SDL_Surface * surface,
  3348. ^
  3349. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3350. from /usr/local/include/SDL2/SDL_events.h:33,
  3351. from /usr/local/include/SDL2/SDL.h:41,
  3352. from src/../include/simple2d.h:63,
  3353. from src/controllers.c:3:
  3354. /usr/local/include/SDL2/SDL_surface.h:234:29: note: previous declaration of ‘SDL_SetSurfaceRLE’ was here
  3355. extern DECLSPEC int SDLCALL SDL_SetSurfaceRLE(SDL_Surface * surface,
  3356. ^
  3357. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3358. from /usr/include/SDL2/SDL_events.h:33,
  3359. from /usr/include/SDL2/SDL.h:76,
  3360. from /usr/include/SDL2/SDL_image.h:27,
  3361. from src/../include/simple2d.h:92,
  3362. from src/controllers.c:3:
  3363. /usr/include/SDL2/SDL_surface.h:224:29: error: conflicting types for ‘SDL_SetColorKey’
  3364. extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface,
  3365. ^
  3366. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3367. from /usr/local/include/SDL2/SDL_events.h:33,
  3368. from /usr/local/include/SDL2/SDL.h:41,
  3369. from src/../include/simple2d.h:63,
  3370. from src/controllers.c:3:
  3371. /usr/local/include/SDL2/SDL_surface.h:248:29: note: previous declaration of ‘SDL_SetColorKey’ was here
  3372. extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface,
  3373. ^
  3374. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3375. from /usr/include/SDL2/SDL_events.h:33,
  3376. from /usr/include/SDL2/SDL.h:76,
  3377. from /usr/include/SDL2/SDL_image.h:27,
  3378. from src/../include/simple2d.h:92,
  3379. from src/controllers.c:3:
  3380. /usr/include/SDL2/SDL_surface.h:237:29: error: conflicting types for ‘SDL_GetColorKey’
  3381. extern DECLSPEC int SDLCALL SDL_GetColorKey(SDL_Surface * surface,
  3382. ^
  3383. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3384. from /usr/local/include/SDL2/SDL_events.h:33,
  3385. from /usr/local/include/SDL2/SDL.h:41,
  3386. from src/../include/simple2d.h:63,
  3387. from src/controllers.c:3:
  3388. /usr/local/include/SDL2/SDL_surface.h:261:29: note: previous declaration of ‘SDL_GetColorKey’ was here
  3389. extern DECLSPEC int SDLCALL SDL_GetColorKey(SDL_Surface * surface,
  3390. ^
  3391. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3392. from /usr/include/SDL2/SDL_events.h:33,
  3393. from /usr/include/SDL2/SDL.h:76,
  3394. from /usr/include/SDL2/SDL_image.h:27,
  3395. from src/../include/simple2d.h:92,
  3396. from src/controllers.c:3:
  3397. /usr/include/SDL2/SDL_surface.h:252:29: error: conflicting types for ‘SDL_SetSurfaceColorMod’
  3398. extern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,
  3399. ^
  3400. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3401. from /usr/local/include/SDL2/SDL_events.h:33,
  3402. from /usr/local/include/SDL2/SDL.h:41,
  3403. from src/../include/simple2d.h:63,
  3404. from src/controllers.c:3:
  3405. /usr/local/include/SDL2/SDL_surface.h:276:29: note: previous declaration of ‘SDL_SetSurfaceColorMod’ was here
  3406. extern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,
  3407. ^
  3408. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3409. from /usr/include/SDL2/SDL_events.h:33,
  3410. from /usr/include/SDL2/SDL.h:76,
  3411. from /usr/include/SDL2/SDL_image.h:27,
  3412. from src/../include/simple2d.h:92,
  3413. from src/controllers.c:3:
  3414. /usr/include/SDL2/SDL_surface.h:268:29: error: conflicting types for ‘SDL_GetSurfaceColorMod’
  3415. extern DECLSPEC int SDLCALL SDL_GetSurfaceColorMod(SDL_Surface * surface,
  3416. ^
  3417. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3418. from /usr/local/include/SDL2/SDL_events.h:33,
  3419. from /usr/local/include/SDL2/SDL.h:41,
  3420. from src/../include/simple2d.h:63,
  3421. from src/controllers.c:3:
  3422. /usr/local/include/SDL2/SDL_surface.h:292:29: note: previous declaration of ‘SDL_GetSurfaceColorMod’ was here
  3423. extern DECLSPEC int SDLCALL SDL_GetSurfaceColorMod(SDL_Surface * surface,
  3424. ^
  3425. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3426. from /usr/include/SDL2/SDL_events.h:33,
  3427. from /usr/include/SDL2/SDL.h:76,
  3428. from /usr/include/SDL2/SDL_image.h:27,
  3429. from src/../include/simple2d.h:92,
  3430. from src/controllers.c:3:
  3431. /usr/include/SDL2/SDL_surface.h:282:29: error: conflicting types for ‘SDL_SetSurfaceAlphaMod’
  3432. extern DECLSPEC int SDLCALL SDL_SetSurfaceAlphaMod(SDL_Surface * surface,
  3433. ^
  3434. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3435. from /usr/local/include/SDL2/SDL_events.h:33,
  3436. from /usr/local/include/SDL2/SDL.h:41,
  3437. from src/../include/simple2d.h:63,
  3438. from src/controllers.c:3:
  3439. /usr/local/include/SDL2/SDL_surface.h:306:29: note: previous declaration of ‘SDL_SetSurfaceAlphaMod’ was here
  3440. extern DECLSPEC int SDLCALL SDL_SetSurfaceAlphaMod(SDL_Surface * surface,
  3441. ^
  3442. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3443. from /usr/include/SDL2/SDL_events.h:33,
  3444. from /usr/include/SDL2/SDL.h:76,
  3445. from /usr/include/SDL2/SDL_image.h:27,
  3446. from src/../include/simple2d.h:92,
  3447. from src/controllers.c:3:
  3448. /usr/include/SDL2/SDL_surface.h:295:29: error: conflicting types for ‘SDL_GetSurfaceAlphaMod’
  3449. extern DECLSPEC int SDLCALL SDL_GetSurfaceAlphaMod(SDL_Surface * surface,
  3450. ^
  3451. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3452. from /usr/local/include/SDL2/SDL_events.h:33,
  3453. from /usr/local/include/SDL2/SDL.h:41,
  3454. from src/../include/simple2d.h:63,
  3455. from src/controllers.c:3:
  3456. /usr/local/include/SDL2/SDL_surface.h:319:29: note: previous declaration of ‘SDL_GetSurfaceAlphaMod’ was here
  3457. extern DECLSPEC int SDLCALL SDL_GetSurfaceAlphaMod(SDL_Surface * surface,
  3458. ^
  3459. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3460. from /usr/include/SDL2/SDL_events.h:33,
  3461. from /usr/include/SDL2/SDL.h:76,
  3462. from /usr/include/SDL2/SDL_image.h:27,
  3463. from src/../include/simple2d.h:92,
  3464. from src/controllers.c:3:
  3465. /usr/include/SDL2/SDL_surface.h:308:29: error: conflicting types for ‘SDL_SetSurfaceBlendMode’
  3466. extern DECLSPEC int SDLCALL SDL_SetSurfaceBlendMode(SDL_Surface * surface,
  3467. ^
  3468. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3469. from /usr/local/include/SDL2/SDL_events.h:33,
  3470. from /usr/local/include/SDL2/SDL.h:41,
  3471. from src/../include/simple2d.h:63,
  3472. from src/controllers.c:3:
  3473. /usr/local/include/SDL2/SDL_surface.h:332:29: note: previous declaration of ‘SDL_SetSurfaceBlendMode’ was here
  3474. extern DECLSPEC int SDLCALL SDL_SetSurfaceBlendMode(SDL_Surface * surface,
  3475. ^
  3476. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3477. from /usr/include/SDL2/SDL_events.h:33,
  3478. from /usr/include/SDL2/SDL.h:76,
  3479. from /usr/include/SDL2/SDL_image.h:27,
  3480. from src/../include/simple2d.h:92,
  3481. from src/controllers.c:3:
  3482. /usr/include/SDL2/SDL_surface.h:321:29: error: conflicting types for ‘SDL_GetSurfaceBlendMode’
  3483. extern DECLSPEC int SDLCALL SDL_GetSurfaceBlendMode(SDL_Surface * surface,
  3484. ^
  3485. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3486. from /usr/local/include/SDL2/SDL_events.h:33,
  3487. from /usr/local/include/SDL2/SDL.h:41,
  3488. from src/../include/simple2d.h:63,
  3489. from src/controllers.c:3:
  3490. /usr/local/include/SDL2/SDL_surface.h:345:29: note: previous declaration of ‘SDL_GetSurfaceBlendMode’ was here
  3491. extern DECLSPEC int SDLCALL SDL_GetSurfaceBlendMode(SDL_Surface * surface,
  3492. ^
  3493. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3494. from /usr/include/SDL2/SDL_events.h:33,
  3495. from /usr/include/SDL2/SDL.h:76,
  3496. from /usr/include/SDL2/SDL_image.h:27,
  3497. from src/../include/simple2d.h:92,
  3498. from src/controllers.c:3:
  3499. /usr/include/SDL2/SDL_surface.h:337:34: error: conflicting types for ‘SDL_SetClipRect’
  3500. extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface * surface,
  3501. ^
  3502. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3503. from /usr/local/include/SDL2/SDL_events.h:33,
  3504. from /usr/local/include/SDL2/SDL.h:41,
  3505. from src/../include/simple2d.h:63,
  3506. from src/controllers.c:3:
  3507. /usr/local/include/SDL2/SDL_surface.h:361:34: note: previous declaration of ‘SDL_SetClipRect’ was here
  3508. extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface * surface,
  3509. ^
  3510. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3511. from /usr/include/SDL2/SDL_events.h:33,
  3512. from /usr/include/SDL2/SDL.h:76,
  3513. from /usr/include/SDL2/SDL_image.h:27,
  3514. from src/../include/simple2d.h:92,
  3515. from src/controllers.c:3:
  3516. /usr/include/SDL2/SDL_surface.h:346:30: error: conflicting types for ‘SDL_GetClipRect’
  3517. extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,
  3518. ^
  3519. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3520. from /usr/local/include/SDL2/SDL_events.h:33,
  3521. from /usr/local/include/SDL2/SDL.h:41,
  3522. from src/../include/simple2d.h:63,
  3523. from src/controllers.c:3:
  3524. /usr/local/include/SDL2/SDL_surface.h:370:30: note: previous declaration of ‘SDL_GetClipRect’ was here
  3525. extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,
  3526. ^
  3527. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3528. from /usr/include/SDL2/SDL_events.h:33,
  3529. from /usr/include/SDL2/SDL.h:76,
  3530. from /usr/include/SDL2/SDL_image.h:27,
  3531. from src/../include/simple2d.h:92,
  3532. from src/controllers.c:3:
  3533. /usr/include/SDL2/SDL_surface.h:359:38: error: conflicting types for ‘SDL_ConvertSurface’
  3534. extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface
  3535. ^
  3536. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3537. from /usr/local/include/SDL2/SDL_events.h:33,
  3538. from /usr/local/include/SDL2/SDL.h:41,
  3539. from src/../include/simple2d.h:63,
  3540. from src/controllers.c:3:
  3541. /usr/local/include/SDL2/SDL_surface.h:388:38: note: previous declaration of ‘SDL_ConvertSurface’ was here
  3542. extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface
  3543. ^
  3544. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3545. from /usr/include/SDL2/SDL_events.h:33,
  3546. from /usr/include/SDL2/SDL.h:76,
  3547. from /usr/include/SDL2/SDL_image.h:27,
  3548. from src/../include/simple2d.h:92,
  3549. from src/controllers.c:3:
  3550. /usr/include/SDL2/SDL_surface.h:361:38: error: conflicting types for ‘SDL_ConvertSurfaceFormat’
  3551. extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurfaceFormat
  3552. ^
  3553. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3554. from /usr/local/include/SDL2/SDL_events.h:33,
  3555. from /usr/local/include/SDL2/SDL.h:41,
  3556. from src/../include/simple2d.h:63,
  3557. from src/controllers.c:3:
  3558. /usr/local/include/SDL2/SDL_surface.h:390:38: note: previous declaration of ‘SDL_ConvertSurfaceFormat’ was here
  3559. extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurfaceFormat
  3560. ^
  3561. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3562. from /usr/include/SDL2/SDL_events.h:33,
  3563. from /usr/include/SDL2/SDL.h:76,
  3564. from /usr/include/SDL2/SDL_image.h:27,
  3565. from src/../include/simple2d.h:92,
  3566. from src/controllers.c:3:
  3567. /usr/include/SDL2/SDL_surface.h:385:29: error: conflicting types for ‘SDL_FillRect’
  3568. extern DECLSPEC int SDLCALL SDL_FillRect
  3569. ^
  3570. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3571. from /usr/local/include/SDL2/SDL_events.h:33,
  3572. from /usr/local/include/SDL2/SDL.h:41,
  3573. from src/../include/simple2d.h:63,
  3574. from src/controllers.c:3:
  3575. /usr/local/include/SDL2/SDL_surface.h:414:29: note: previous declaration of ‘SDL_FillRect’ was here
  3576. extern DECLSPEC int SDLCALL SDL_FillRect
  3577. ^
  3578. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3579. from /usr/include/SDL2/SDL_events.h:33,
  3580. from /usr/include/SDL2/SDL.h:76,
  3581. from /usr/include/SDL2/SDL_image.h:27,
  3582. from src/../include/simple2d.h:92,
  3583. from src/controllers.c:3:
  3584. /usr/include/SDL2/SDL_surface.h:387:29: error: conflicting types for ‘SDL_FillRects’
  3585. extern DECLSPEC int SDLCALL SDL_FillRects
  3586. ^
  3587. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3588. from /usr/local/include/SDL2/SDL_events.h:33,
  3589. from /usr/local/include/SDL2/SDL.h:41,
  3590. from src/../include/simple2d.h:63,
  3591. from src/controllers.c:3:
  3592. /usr/local/include/SDL2/SDL_surface.h:416:29: note: previous declaration of ‘SDL_FillRects’ was here
  3593. extern DECLSPEC int SDLCALL SDL_FillRects
  3594. ^
  3595. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3596. from /usr/include/SDL2/SDL_events.h:33,
  3597. from /usr/include/SDL2/SDL.h:76,
  3598. from /usr/include/SDL2/SDL_image.h:27,
  3599. from src/../include/simple2d.h:92,
  3600. from src/controllers.c:3:
  3601. /usr/include/SDL2/SDL_surface.h:453:29: error: conflicting types for ‘SDL_UpperBlit’
  3602. extern DECLSPEC int SDLCALL SDL_UpperBlit
  3603. ^
  3604. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3605. from /usr/local/include/SDL2/SDL_events.h:33,
  3606. from /usr/local/include/SDL2/SDL.h:41,
  3607. from src/../include/simple2d.h:63,
  3608. from src/controllers.c:3:
  3609. /usr/local/include/SDL2/SDL_surface.h:482:29: note: previous declaration of ‘SDL_UpperBlit’ was here
  3610. extern DECLSPEC int SDLCALL SDL_UpperBlit
  3611. ^
  3612. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3613. from /usr/include/SDL2/SDL_events.h:33,
  3614. from /usr/include/SDL2/SDL.h:76,
  3615. from /usr/include/SDL2/SDL_image.h:27,
  3616. from src/../include/simple2d.h:92,
  3617. from src/controllers.c:3:
  3618. /usr/include/SDL2/SDL_surface.h:461:29: error: conflicting types for ‘SDL_LowerBlit’
  3619. extern DECLSPEC int SDLCALL SDL_LowerBlit
  3620. ^
  3621. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3622. from /usr/local/include/SDL2/SDL_events.h:33,
  3623. from /usr/local/include/SDL2/SDL.h:41,
  3624. from src/../include/simple2d.h:63,
  3625. from src/controllers.c:3:
  3626. /usr/local/include/SDL2/SDL_surface.h:490:29: note: previous declaration of ‘SDL_LowerBlit’ was here
  3627. extern DECLSPEC int SDLCALL SDL_LowerBlit
  3628. ^
  3629. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3630. from /usr/include/SDL2/SDL_events.h:33,
  3631. from /usr/include/SDL2/SDL.h:76,
  3632. from /usr/include/SDL2/SDL_image.h:27,
  3633. from src/../include/simple2d.h:92,
  3634. from src/controllers.c:3:
  3635. /usr/include/SDL2/SDL_surface.h:471:29: error: conflicting types for ‘SDL_SoftStretch’
  3636. extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
  3637. ^
  3638. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3639. from /usr/local/include/SDL2/SDL_events.h:33,
  3640. from /usr/local/include/SDL2/SDL.h:41,
  3641. from src/../include/simple2d.h:63,
  3642. from src/controllers.c:3:
  3643. /usr/local/include/SDL2/SDL_surface.h:500:29: note: previous declaration of ‘SDL_SoftStretch’ was here
  3644. extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
  3645. ^
  3646. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3647. from /usr/include/SDL2/SDL_events.h:33,
  3648. from /usr/include/SDL2/SDL.h:76,
  3649. from /usr/include/SDL2/SDL_image.h:27,
  3650. from src/../include/simple2d.h:92,
  3651. from src/controllers.c:3:
  3652. /usr/include/SDL2/SDL_surface.h:482:29: error: conflicting types for ‘SDL_UpperBlitScaled’
  3653. extern DECLSPEC int SDLCALL SDL_UpperBlitScaled
  3654. ^
  3655. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3656. from /usr/local/include/SDL2/SDL_events.h:33,
  3657. from /usr/local/include/SDL2/SDL.h:41,
  3658. from src/../include/simple2d.h:63,
  3659. from src/controllers.c:3:
  3660. /usr/local/include/SDL2/SDL_surface.h:511:29: note: previous declaration of ‘SDL_UpperBlitScaled’ was here
  3661. extern DECLSPEC int SDLCALL SDL_UpperBlitScaled
  3662. ^
  3663. In file included from /usr/include/SDL2/SDL_video.h:34:0,
  3664. from /usr/include/SDL2/SDL_events.h:33,
  3665. from /usr/include/SDL2/SDL.h:76,
  3666. from /usr/include/SDL2/SDL_image.h:27,
  3667. from src/../include/simple2d.h:92,
  3668. from src/controllers.c:3:
  3669. /usr/include/SDL2/SDL_surface.h:490:29: error: conflicting types for ‘SDL_LowerBlitScaled’
  3670. extern DECLSPEC int SDLCALL SDL_LowerBlitScaled
  3671. ^
  3672. In file included from /usr/local/include/SDL2/SDL_video.h:34:0,
  3673. from /usr/local/include/SDL2/SDL_events.h:33,
  3674. from /usr/local/include/SDL2/SDL.h:41,
  3675. from src/../include/simple2d.h:63,
  3676. from src/controllers.c:3:
  3677. /usr/local/include/SDL2/SDL_surface.h:519:29: note: previous declaration of ‘SDL_LowerBlitScaled’ was here
  3678. extern DECLSPEC int SDLCALL SDL_LowerBlitScaled
  3679. ^
  3680. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3681. from /usr/include/SDL2/SDL.h:76,
  3682. from /usr/include/SDL2/SDL_image.h:27,
  3683. from src/../include/simple2d.h:92,
  3684. from src/controllers.c:3:
  3685. /usr/include/SDL2/SDL_video.h:60:3: error: conflicting types for ‘SDL_DisplayMode’
  3686. } SDL_DisplayMode;
  3687. ^
  3688. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3689. from /usr/local/include/SDL2/SDL.h:41,
  3690. from src/../include/simple2d.h:63,
  3691. from src/controllers.c:3:
  3692. /usr/local/include/SDL2/SDL_video.h:60:3: note: previous declaration of ‘SDL_DisplayMode’ was here
  3693. } SDL_DisplayMode;
  3694. ^
  3695. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3696. from /usr/include/SDL2/SDL.h:76,
  3697. from /usr/include/SDL2/SDL_image.h:27,
  3698. from src/../include/simple2d.h:92,
  3699. from src/controllers.c:3:
  3700. /usr/include/SDL2/SDL_video.h:98:5: error: redeclaration of enumerator ‘SDL_WINDOW_FULLSCREEN’
  3701. SDL_WINDOW_FULLSCREEN = 0x00000001, /**< fullscreen window */
  3702. ^
  3703. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3704. from /usr/local/include/SDL2/SDL.h:41,
  3705. from src/../include/simple2d.h:63,
  3706. from src/controllers.c:3:
  3707. /usr/local/include/SDL2/SDL_video.h:100:5: note: previous definition of ‘SDL_WINDOW_FULLSCREEN’ was here
  3708. SDL_WINDOW_FULLSCREEN = 0x00000001, /**< fullscreen window */
  3709. ^
  3710. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3711. from /usr/include/SDL2/SDL.h:76,
  3712. from /usr/include/SDL2/SDL_image.h:27,
  3713. from src/../include/simple2d.h:92,
  3714. from src/controllers.c:3:
  3715. /usr/include/SDL2/SDL_video.h:99:5: error: redeclaration of enumerator ‘SDL_WINDOW_OPENGL’
  3716. SDL_WINDOW_OPENGL = 0x00000002, /**< window usable with OpenGL context */
  3717. ^
  3718. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3719. from /usr/local/include/SDL2/SDL.h:41,
  3720. from src/../include/simple2d.h:63,
  3721. from src/controllers.c:3:
  3722. /usr/local/include/SDL2/SDL_video.h:101:5: note: previous definition of ‘SDL_WINDOW_OPENGL’ was here
  3723. SDL_WINDOW_OPENGL = 0x00000002, /**< window usable with OpenGL context */
  3724. ^
  3725. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3726. from /usr/include/SDL2/SDL.h:76,
  3727. from /usr/include/SDL2/SDL_image.h:27,
  3728. from src/../include/simple2d.h:92,
  3729. from src/controllers.c:3:
  3730. /usr/include/SDL2/SDL_video.h:100:5: error: redeclaration of enumerator ‘SDL_WINDOW_SHOWN’
  3731. SDL_WINDOW_SHOWN = 0x00000004, /**< window is visible */
  3732. ^
  3733. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3734. from /usr/local/include/SDL2/SDL.h:41,
  3735. from src/../include/simple2d.h:63,
  3736. from src/controllers.c:3:
  3737. /usr/local/include/SDL2/SDL_video.h:102:5: note: previous definition of ‘SDL_WINDOW_SHOWN’ was here
  3738. SDL_WINDOW_SHOWN = 0x00000004, /**< window is visible */
  3739. ^
  3740. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3741. from /usr/include/SDL2/SDL.h:76,
  3742. from /usr/include/SDL2/SDL_image.h:27,
  3743. from src/../include/simple2d.h:92,
  3744. from src/controllers.c:3:
  3745. /usr/include/SDL2/SDL_video.h:101:5: error: redeclaration of enumerator ‘SDL_WINDOW_HIDDEN’
  3746. SDL_WINDOW_HIDDEN = 0x00000008, /**< window is not visible */
  3747. ^
  3748. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3749. from /usr/local/include/SDL2/SDL.h:41,
  3750. from src/../include/simple2d.h:63,
  3751. from src/controllers.c:3:
  3752. /usr/local/include/SDL2/SDL_video.h:103:5: note: previous definition of ‘SDL_WINDOW_HIDDEN’ was here
  3753. SDL_WINDOW_HIDDEN = 0x00000008, /**< window is not visible */
  3754. ^
  3755. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3756. from /usr/include/SDL2/SDL.h:76,
  3757. from /usr/include/SDL2/SDL_image.h:27,
  3758. from src/../include/simple2d.h:92,
  3759. from src/controllers.c:3:
  3760. /usr/include/SDL2/SDL_video.h:102:5: error: redeclaration of enumerator ‘SDL_WINDOW_BORDERLESS’
  3761. SDL_WINDOW_BORDERLESS = 0x00000010, /**< no window decoration */
  3762. ^
  3763. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3764. from /usr/local/include/SDL2/SDL.h:41,
  3765. from src/../include/simple2d.h:63,
  3766. from src/controllers.c:3:
  3767. /usr/local/include/SDL2/SDL_video.h:104:5: note: previous definition of ‘SDL_WINDOW_BORDERLESS’ was here
  3768. SDL_WINDOW_BORDERLESS = 0x00000010, /**< no window decoration */
  3769. ^
  3770. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3771. from /usr/include/SDL2/SDL.h:76,
  3772. from /usr/include/SDL2/SDL_image.h:27,
  3773. from src/../include/simple2d.h:92,
  3774. from src/controllers.c:3:
  3775. /usr/include/SDL2/SDL_video.h:103:5: error: redeclaration of enumerator ‘SDL_WINDOW_RESIZABLE’
  3776. SDL_WINDOW_RESIZABLE = 0x00000020, /**< window can be resized */
  3777. ^
  3778. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3779. from /usr/local/include/SDL2/SDL.h:41,
  3780. from src/../include/simple2d.h:63,
  3781. from src/controllers.c:3:
  3782. /usr/local/include/SDL2/SDL_video.h:105:5: note: previous definition of ‘SDL_WINDOW_RESIZABLE’ was here
  3783. SDL_WINDOW_RESIZABLE = 0x00000020, /**< window can be resized */
  3784. ^
  3785. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3786. from /usr/include/SDL2/SDL.h:76,
  3787. from /usr/include/SDL2/SDL_image.h:27,
  3788. from src/../include/simple2d.h:92,
  3789. from src/controllers.c:3:
  3790. /usr/include/SDL2/SDL_video.h:104:5: error: redeclaration of enumerator ‘SDL_WINDOW_MINIMIZED’
  3791. SDL_WINDOW_MINIMIZED = 0x00000040, /**< window is minimized */
  3792. ^
  3793. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3794. from /usr/local/include/SDL2/SDL.h:41,
  3795. from src/../include/simple2d.h:63,
  3796. from src/controllers.c:3:
  3797. /usr/local/include/SDL2/SDL_video.h:106:5: note: previous definition of ‘SDL_WINDOW_MINIMIZED’ was here
  3798. SDL_WINDOW_MINIMIZED = 0x00000040, /**< window is minimized */
  3799. ^
  3800. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3801. from /usr/include/SDL2/SDL.h:76,
  3802. from /usr/include/SDL2/SDL_image.h:27,
  3803. from src/../include/simple2d.h:92,
  3804. from src/controllers.c:3:
  3805. /usr/include/SDL2/SDL_video.h:105:5: error: redeclaration of enumerator ‘SDL_WINDOW_MAXIMIZED’
  3806. SDL_WINDOW_MAXIMIZED = 0x00000080, /**< window is maximized */
  3807. ^
  3808. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3809. from /usr/local/include/SDL2/SDL.h:41,
  3810. from src/../include/simple2d.h:63,
  3811. from src/controllers.c:3:
  3812. /usr/local/include/SDL2/SDL_video.h:107:5: note: previous definition of ‘SDL_WINDOW_MAXIMIZED’ was here
  3813. SDL_WINDOW_MAXIMIZED = 0x00000080, /**< window is maximized */
  3814. ^
  3815. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3816. from /usr/include/SDL2/SDL.h:76,
  3817. from /usr/include/SDL2/SDL_image.h:27,
  3818. from src/../include/simple2d.h:92,
  3819. from src/controllers.c:3:
  3820. /usr/include/SDL2/SDL_video.h:106:5: error: redeclaration of enumerator ‘SDL_WINDOW_INPUT_GRABBED’
  3821. SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */
  3822. ^
  3823. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3824. from /usr/local/include/SDL2/SDL.h:41,
  3825. from src/../include/simple2d.h:63,
  3826. from src/controllers.c:3:
  3827. /usr/local/include/SDL2/SDL_video.h:108:5: note: previous definition of ‘SDL_WINDOW_INPUT_GRABBED’ was here
  3828. SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */
  3829. ^
  3830. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3831. from /usr/include/SDL2/SDL.h:76,
  3832. from /usr/include/SDL2/SDL_image.h:27,
  3833. from src/../include/simple2d.h:92,
  3834. from src/controllers.c:3:
  3835. /usr/include/SDL2/SDL_video.h:107:5: error: redeclaration of enumerator ‘SDL_WINDOW_INPUT_FOCUS’
  3836. SDL_WINDOW_INPUT_FOCUS = 0x00000200, /**< window has input focus */
  3837. ^
  3838. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3839. from /usr/local/include/SDL2/SDL.h:41,
  3840. from src/../include/simple2d.h:63,
  3841. from src/controllers.c:3:
  3842. /usr/local/include/SDL2/SDL_video.h:109:5: note: previous definition of ‘SDL_WINDOW_INPUT_FOCUS’ was here
  3843. SDL_WINDOW_INPUT_FOCUS = 0x00000200, /**< window has input focus */
  3844. ^
  3845. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3846. from /usr/include/SDL2/SDL.h:76,
  3847. from /usr/include/SDL2/SDL_image.h:27,
  3848. from src/../include/simple2d.h:92,
  3849. from src/controllers.c:3:
  3850. /usr/include/SDL2/SDL_video.h:108:5: error: redeclaration of enumerator ‘SDL_WINDOW_MOUSE_FOCUS’
  3851. SDL_WINDOW_MOUSE_FOCUS = 0x00000400, /**< window has mouse focus */
  3852. ^
  3853. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3854. from /usr/local/include/SDL2/SDL.h:41,
  3855. from src/../include/simple2d.h:63,
  3856. from src/controllers.c:3:
  3857. /usr/local/include/SDL2/SDL_video.h:110:5: note: previous definition of ‘SDL_WINDOW_MOUSE_FOCUS’ was here
  3858. SDL_WINDOW_MOUSE_FOCUS = 0x00000400, /**< window has mouse focus */
  3859. ^
  3860. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3861. from /usr/include/SDL2/SDL.h:76,
  3862. from /usr/include/SDL2/SDL_image.h:27,
  3863. from src/../include/simple2d.h:92,
  3864. from src/controllers.c:3:
  3865. /usr/include/SDL2/SDL_video.h:109:5: error: redeclaration of enumerator ‘SDL_WINDOW_FULLSCREEN_DESKTOP’
  3866. SDL_WINDOW_FULLSCREEN_DESKTOP = ( SDL_WINDOW_FULLSCREEN | 0x00001000 ),
  3867. ^
  3868. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3869. from /usr/local/include/SDL2/SDL.h:41,
  3870. from src/../include/simple2d.h:63,
  3871. from src/controllers.c:3:
  3872. /usr/local/include/SDL2/SDL_video.h:111:5: note: previous definition of ‘SDL_WINDOW_FULLSCREEN_DESKTOP’ was here
  3873. SDL_WINDOW_FULLSCREEN_DESKTOP = ( SDL_WINDOW_FULLSCREEN | 0x00001000 ),
  3874. ^
  3875. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3876. from /usr/include/SDL2/SDL.h:76,
  3877. from /usr/include/SDL2/SDL_image.h:27,
  3878. from src/../include/simple2d.h:92,
  3879. from src/controllers.c:3:
  3880. /usr/include/SDL2/SDL_video.h:110:5: error: redeclaration of enumerator ‘SDL_WINDOW_FOREIGN’
  3881. SDL_WINDOW_FOREIGN = 0x00000800, /**< window not created by SDL */
  3882. ^
  3883. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3884. from /usr/local/include/SDL2/SDL.h:41,
  3885. from src/../include/simple2d.h:63,
  3886. from src/controllers.c:3:
  3887. /usr/local/include/SDL2/SDL_video.h:112:5: note: previous definition of ‘SDL_WINDOW_FOREIGN’ was here
  3888. SDL_WINDOW_FOREIGN = 0x00000800, /**< window not created by SDL */
  3889. ^
  3890. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3891. from /usr/include/SDL2/SDL.h:76,
  3892. from /usr/include/SDL2/SDL_image.h:27,
  3893. from src/../include/simple2d.h:92,
  3894. from src/controllers.c:3:
  3895. /usr/include/SDL2/SDL_video.h:111:5: error: redeclaration of enumerator ‘SDL_WINDOW_ALLOW_HIGHDPI’
  3896. SDL_WINDOW_ALLOW_HIGHDPI = 0x00002000 /**< window should be created in high-DPI mode if supported */
  3897. ^
  3898. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3899. from /usr/local/include/SDL2/SDL.h:41,
  3900. from src/../include/simple2d.h:63,
  3901. from src/controllers.c:3:
  3902. /usr/local/include/SDL2/SDL_video.h:113:5: note: previous definition of ‘SDL_WINDOW_ALLOW_HIGHDPI’ was here
  3903. SDL_WINDOW_ALLOW_HIGHDPI = 0x00002000, /**< window should be created in high-DPI mode if supported */
  3904. ^
  3905. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3906. from /usr/include/SDL2/SDL.h:76,
  3907. from /usr/include/SDL2/SDL_image.h:27,
  3908. from src/../include/simple2d.h:92,
  3909. from src/controllers.c:3:
  3910. /usr/include/SDL2/SDL_video.h:112:3: error: conflicting types for ‘SDL_WindowFlags’
  3911. } SDL_WindowFlags;
  3912. ^
  3913. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3914. from /usr/local/include/SDL2/SDL.h:41,
  3915. from src/../include/simple2d.h:63,
  3916. from src/controllers.c:3:
  3917. /usr/local/include/SDL2/SDL_video.h:121:3: note: previous declaration of ‘SDL_WindowFlags’ was here
  3918. } SDL_WindowFlags;
  3919. ^
  3920. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3921. from /usr/include/SDL2/SDL.h:76,
  3922. from /usr/include/SDL2/SDL_image.h:27,
  3923. from src/../include/simple2d.h:92,
  3924. from src/controllers.c:3:
  3925. /usr/include/SDL2/SDL_video.h:137:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_NONE’
  3926. SDL_WINDOWEVENT_NONE, /**< Never used */
  3927. ^
  3928. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3929. from /usr/local/include/SDL2/SDL.h:41,
  3930. from src/../include/simple2d.h:63,
  3931. from src/controllers.c:3:
  3932. /usr/local/include/SDL2/SDL_video.h:146:5: note: previous definition of ‘SDL_WINDOWEVENT_NONE’ was here
  3933. SDL_WINDOWEVENT_NONE, /**< Never used */
  3934. ^
  3935. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3936. from /usr/include/SDL2/SDL.h:76,
  3937. from /usr/include/SDL2/SDL_image.h:27,
  3938. from src/../include/simple2d.h:92,
  3939. from src/controllers.c:3:
  3940. /usr/include/SDL2/SDL_video.h:138:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_SHOWN’
  3941. SDL_WINDOWEVENT_SHOWN, /**< Window has been shown */
  3942. ^
  3943. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3944. from /usr/local/include/SDL2/SDL.h:41,
  3945. from src/../include/simple2d.h:63,
  3946. from src/controllers.c:3:
  3947. /usr/local/include/SDL2/SDL_video.h:147:5: note: previous definition of ‘SDL_WINDOWEVENT_SHOWN’ was here
  3948. SDL_WINDOWEVENT_SHOWN, /**< Window has been shown */
  3949. ^
  3950. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3951. from /usr/include/SDL2/SDL.h:76,
  3952. from /usr/include/SDL2/SDL_image.h:27,
  3953. from src/../include/simple2d.h:92,
  3954. from src/controllers.c:3:
  3955. /usr/include/SDL2/SDL_video.h:139:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_HIDDEN’
  3956. SDL_WINDOWEVENT_HIDDEN, /**< Window has been hidden */
  3957. ^
  3958. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3959. from /usr/local/include/SDL2/SDL.h:41,
  3960. from src/../include/simple2d.h:63,
  3961. from src/controllers.c:3:
  3962. /usr/local/include/SDL2/SDL_video.h:148:5: note: previous definition of ‘SDL_WINDOWEVENT_HIDDEN’ was here
  3963. SDL_WINDOWEVENT_HIDDEN, /**< Window has been hidden */
  3964. ^
  3965. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3966. from /usr/include/SDL2/SDL.h:76,
  3967. from /usr/include/SDL2/SDL_image.h:27,
  3968. from src/../include/simple2d.h:92,
  3969. from src/controllers.c:3:
  3970. /usr/include/SDL2/SDL_video.h:140:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_EXPOSED’
  3971. SDL_WINDOWEVENT_EXPOSED, /**< Window has been exposed and should be
  3972. ^
  3973. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3974. from /usr/local/include/SDL2/SDL.h:41,
  3975. from src/../include/simple2d.h:63,
  3976. from src/controllers.c:3:
  3977. /usr/local/include/SDL2/SDL_video.h:149:5: note: previous definition of ‘SDL_WINDOWEVENT_EXPOSED’ was here
  3978. SDL_WINDOWEVENT_EXPOSED, /**< Window has been exposed and should be
  3979. ^
  3980. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3981. from /usr/include/SDL2/SDL.h:76,
  3982. from /usr/include/SDL2/SDL_image.h:27,
  3983. from src/../include/simple2d.h:92,
  3984. from src/controllers.c:3:
  3985. /usr/include/SDL2/SDL_video.h:142:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_MOVED’
  3986. SDL_WINDOWEVENT_MOVED, /**< Window has been moved to data1, data2
  3987. ^
  3988. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  3989. from /usr/local/include/SDL2/SDL.h:41,
  3990. from src/../include/simple2d.h:63,
  3991. from src/controllers.c:3:
  3992. /usr/local/include/SDL2/SDL_video.h:151:5: note: previous definition of ‘SDL_WINDOWEVENT_MOVED’ was here
  3993. SDL_WINDOWEVENT_MOVED, /**< Window has been moved to data1, data2
  3994. ^
  3995. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  3996. from /usr/include/SDL2/SDL.h:76,
  3997. from /usr/include/SDL2/SDL_image.h:27,
  3998. from src/../include/simple2d.h:92,
  3999. from src/controllers.c:3:
  4000. /usr/include/SDL2/SDL_video.h:144:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_RESIZED’
  4001. SDL_WINDOWEVENT_RESIZED, /**< Window has been resized to data1xdata2 */
  4002. ^
  4003. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4004. from /usr/local/include/SDL2/SDL.h:41,
  4005. from src/../include/simple2d.h:63,
  4006. from src/controllers.c:3:
  4007. /usr/local/include/SDL2/SDL_video.h:153:5: note: previous definition of ‘SDL_WINDOWEVENT_RESIZED’ was here
  4008. SDL_WINDOWEVENT_RESIZED, /**< Window has been resized to data1xdata2 */
  4009. ^
  4010. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4011. from /usr/include/SDL2/SDL.h:76,
  4012. from /usr/include/SDL2/SDL_image.h:27,
  4013. from src/../include/simple2d.h:92,
  4014. from src/controllers.c:3:
  4015. /usr/include/SDL2/SDL_video.h:145:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_SIZE_CHANGED’
  4016. SDL_WINDOWEVENT_SIZE_CHANGED, /**< The window size has changed, either as a result of an API call or through the system or user changing the window size. */
  4017. ^
  4018. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4019. from /usr/local/include/SDL2/SDL.h:41,
  4020. from src/../include/simple2d.h:63,
  4021. from src/controllers.c:3:
  4022. /usr/local/include/SDL2/SDL_video.h:154:5: note: previous definition of ‘SDL_WINDOWEVENT_SIZE_CHANGED’ was here
  4023. SDL_WINDOWEVENT_SIZE_CHANGED, /**< The window size has changed, either as
  4024. ^
  4025. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4026. from /usr/include/SDL2/SDL.h:76,
  4027. from /usr/include/SDL2/SDL_image.h:27,
  4028. from src/../include/simple2d.h:92,
  4029. from src/controllers.c:3:
  4030. /usr/include/SDL2/SDL_video.h:146:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_MINIMIZED’
  4031. SDL_WINDOWEVENT_MINIMIZED, /**< Window has been minimized */
  4032. ^
  4033. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4034. from /usr/local/include/SDL2/SDL.h:41,
  4035. from src/../include/simple2d.h:63,
  4036. from src/controllers.c:3:
  4037. /usr/local/include/SDL2/SDL_video.h:157:5: note: previous definition of ‘SDL_WINDOWEVENT_MINIMIZED’ was here
  4038. SDL_WINDOWEVENT_MINIMIZED, /**< Window has been minimized */
  4039. ^
  4040. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4041. from /usr/include/SDL2/SDL.h:76,
  4042. from /usr/include/SDL2/SDL_image.h:27,
  4043. from src/../include/simple2d.h:92,
  4044. from src/controllers.c:3:
  4045. /usr/include/SDL2/SDL_video.h:147:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_MAXIMIZED’
  4046. SDL_WINDOWEVENT_MAXIMIZED, /**< Window has been maximized */
  4047. ^
  4048. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4049. from /usr/local/include/SDL2/SDL.h:41,
  4050. from src/../include/simple2d.h:63,
  4051. from src/controllers.c:3:
  4052. /usr/local/include/SDL2/SDL_video.h:158:5: note: previous definition of ‘SDL_WINDOWEVENT_MAXIMIZED’ was here
  4053. SDL_WINDOWEVENT_MAXIMIZED, /**< Window has been maximized */
  4054. ^
  4055. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4056. from /usr/include/SDL2/SDL.h:76,
  4057. from /usr/include/SDL2/SDL_image.h:27,
  4058. from src/../include/simple2d.h:92,
  4059. from src/controllers.c:3:
  4060. /usr/include/SDL2/SDL_video.h:148:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_RESTORED’
  4061. SDL_WINDOWEVENT_RESTORED, /**< Window has been restored to normal size
  4062. ^
  4063. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4064. from /usr/local/include/SDL2/SDL.h:41,
  4065. from src/../include/simple2d.h:63,
  4066. from src/controllers.c:3:
  4067. /usr/local/include/SDL2/SDL_video.h:159:5: note: previous definition of ‘SDL_WINDOWEVENT_RESTORED’ was here
  4068. SDL_WINDOWEVENT_RESTORED, /**< Window has been restored to normal size
  4069. ^
  4070. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4071. from /usr/include/SDL2/SDL.h:76,
  4072. from /usr/include/SDL2/SDL_image.h:27,
  4073. from src/../include/simple2d.h:92,
  4074. from src/controllers.c:3:
  4075. /usr/include/SDL2/SDL_video.h:150:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_ENTER’
  4076. SDL_WINDOWEVENT_ENTER, /**< Window has gained mouse focus */
  4077. ^
  4078. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4079. from /usr/local/include/SDL2/SDL.h:41,
  4080. from src/../include/simple2d.h:63,
  4081. from src/controllers.c:3:
  4082. /usr/local/include/SDL2/SDL_video.h:161:5: note: previous definition of ‘SDL_WINDOWEVENT_ENTER’ was here
  4083. SDL_WINDOWEVENT_ENTER, /**< Window has gained mouse focus */
  4084. ^
  4085. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4086. from /usr/include/SDL2/SDL.h:76,
  4087. from /usr/include/SDL2/SDL_image.h:27,
  4088. from src/../include/simple2d.h:92,
  4089. from src/controllers.c:3:
  4090. /usr/include/SDL2/SDL_video.h:151:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_LEAVE’
  4091. SDL_WINDOWEVENT_LEAVE, /**< Window has lost mouse focus */
  4092. ^
  4093. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4094. from /usr/local/include/SDL2/SDL.h:41,
  4095. from src/../include/simple2d.h:63,
  4096. from src/controllers.c:3:
  4097. /usr/local/include/SDL2/SDL_video.h:162:5: note: previous definition of ‘SDL_WINDOWEVENT_LEAVE’ was here
  4098. SDL_WINDOWEVENT_LEAVE, /**< Window has lost mouse focus */
  4099. ^
  4100. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4101. from /usr/include/SDL2/SDL.h:76,
  4102. from /usr/include/SDL2/SDL_image.h:27,
  4103. from src/../include/simple2d.h:92,
  4104. from src/controllers.c:3:
  4105. /usr/include/SDL2/SDL_video.h:152:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_FOCUS_GAINED’
  4106. SDL_WINDOWEVENT_FOCUS_GAINED, /**< Window has gained keyboard focus */
  4107. ^
  4108. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4109. from /usr/local/include/SDL2/SDL.h:41,
  4110. from src/../include/simple2d.h:63,
  4111. from src/controllers.c:3:
  4112. /usr/local/include/SDL2/SDL_video.h:163:5: note: previous definition of ‘SDL_WINDOWEVENT_FOCUS_GAINED’ was here
  4113. SDL_WINDOWEVENT_FOCUS_GAINED, /**< Window has gained keyboard focus */
  4114. ^
  4115. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4116. from /usr/include/SDL2/SDL.h:76,
  4117. from /usr/include/SDL2/SDL_image.h:27,
  4118. from src/../include/simple2d.h:92,
  4119. from src/controllers.c:3:
  4120. /usr/include/SDL2/SDL_video.h:153:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_FOCUS_LOST’
  4121. SDL_WINDOWEVENT_FOCUS_LOST, /**< Window has lost keyboard focus */
  4122. ^
  4123. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4124. from /usr/local/include/SDL2/SDL.h:41,
  4125. from src/../include/simple2d.h:63,
  4126. from src/controllers.c:3:
  4127. /usr/local/include/SDL2/SDL_video.h:164:5: note: previous definition of ‘SDL_WINDOWEVENT_FOCUS_LOST’ was here
  4128. SDL_WINDOWEVENT_FOCUS_LOST, /**< Window has lost keyboard focus */
  4129. ^
  4130. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4131. from /usr/include/SDL2/SDL.h:76,
  4132. from /usr/include/SDL2/SDL_image.h:27,
  4133. from src/../include/simple2d.h:92,
  4134. from src/controllers.c:3:
  4135. /usr/include/SDL2/SDL_video.h:154:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT_CLOSE’
  4136. SDL_WINDOWEVENT_CLOSE /**< The window manager requests that the
  4137. ^
  4138. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4139. from /usr/local/include/SDL2/SDL.h:41,
  4140. from src/../include/simple2d.h:63,
  4141. from src/controllers.c:3:
  4142. /usr/local/include/SDL2/SDL_video.h:165:5: note: previous definition of ‘SDL_WINDOWEVENT_CLOSE’ was here
  4143. SDL_WINDOWEVENT_CLOSE, /**< The window manager requests that the window be closed */
  4144. ^
  4145. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4146. from /usr/include/SDL2/SDL.h:76,
  4147. from /usr/include/SDL2/SDL_image.h:27,
  4148. from src/../include/simple2d.h:92,
  4149. from src/controllers.c:3:
  4150. /usr/include/SDL2/SDL_video.h:156:3: error: conflicting types for ‘SDL_WindowEventID’
  4151. } SDL_WindowEventID;
  4152. ^
  4153. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4154. from /usr/local/include/SDL2/SDL.h:41,
  4155. from src/../include/simple2d.h:63,
  4156. from src/controllers.c:3:
  4157. /usr/local/include/SDL2/SDL_video.h:168:3: note: previous declaration of ‘SDL_WindowEventID’ was here
  4158. } SDL_WindowEventID;
  4159. ^
  4160. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4161. from /usr/include/SDL2/SDL.h:76,
  4162. from /usr/include/SDL2/SDL_image.h:27,
  4163. from src/../include/simple2d.h:92,
  4164. from src/controllers.c:3:
  4165. /usr/include/SDL2/SDL_video.h:168:5: error: redeclaration of enumerator ‘SDL_GL_RED_SIZE’
  4166. SDL_GL_RED_SIZE,
  4167. ^
  4168. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4169. from /usr/local/include/SDL2/SDL.h:41,
  4170. from src/../include/simple2d.h:63,
  4171. from src/controllers.c:3:
  4172. /usr/local/include/SDL2/SDL_video.h:180:5: note: previous definition of ‘SDL_GL_RED_SIZE’ was here
  4173. SDL_GL_RED_SIZE,
  4174. ^
  4175. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4176. from /usr/include/SDL2/SDL.h:76,
  4177. from /usr/include/SDL2/SDL_image.h:27,
  4178. from src/../include/simple2d.h:92,
  4179. from src/controllers.c:3:
  4180. /usr/include/SDL2/SDL_video.h:169:5: error: redeclaration of enumerator ‘SDL_GL_GREEN_SIZE’
  4181. SDL_GL_GREEN_SIZE,
  4182. ^
  4183. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4184. from /usr/local/include/SDL2/SDL.h:41,
  4185. from src/../include/simple2d.h:63,
  4186. from src/controllers.c:3:
  4187. /usr/local/include/SDL2/SDL_video.h:181:5: note: previous definition of ‘SDL_GL_GREEN_SIZE’ was here
  4188. SDL_GL_GREEN_SIZE,
  4189. ^
  4190. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4191. from /usr/include/SDL2/SDL.h:76,
  4192. from /usr/include/SDL2/SDL_image.h:27,
  4193. from src/../include/simple2d.h:92,
  4194. from src/controllers.c:3:
  4195. /usr/include/SDL2/SDL_video.h:170:5: error: redeclaration of enumerator ‘SDL_GL_BLUE_SIZE’
  4196. SDL_GL_BLUE_SIZE,
  4197. ^
  4198. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4199. from /usr/local/include/SDL2/SDL.h:41,
  4200. from src/../include/simple2d.h:63,
  4201. from src/controllers.c:3:
  4202. /usr/local/include/SDL2/SDL_video.h:182:5: note: previous definition of ‘SDL_GL_BLUE_SIZE’ was here
  4203. SDL_GL_BLUE_SIZE,
  4204. ^
  4205. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4206. from /usr/include/SDL2/SDL.h:76,
  4207. from /usr/include/SDL2/SDL_image.h:27,
  4208. from src/../include/simple2d.h:92,
  4209. from src/controllers.c:3:
  4210. /usr/include/SDL2/SDL_video.h:171:5: error: redeclaration of enumerator ‘SDL_GL_ALPHA_SIZE’
  4211. SDL_GL_ALPHA_SIZE,
  4212. ^
  4213. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4214. from /usr/local/include/SDL2/SDL.h:41,
  4215. from src/../include/simple2d.h:63,
  4216. from src/controllers.c:3:
  4217. /usr/local/include/SDL2/SDL_video.h:183:5: note: previous definition of ‘SDL_GL_ALPHA_SIZE’ was here
  4218. SDL_GL_ALPHA_SIZE,
  4219. ^
  4220. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4221. from /usr/include/SDL2/SDL.h:76,
  4222. from /usr/include/SDL2/SDL_image.h:27,
  4223. from src/../include/simple2d.h:92,
  4224. from src/controllers.c:3:
  4225. /usr/include/SDL2/SDL_video.h:172:5: error: redeclaration of enumerator ‘SDL_GL_BUFFER_SIZE’
  4226. SDL_GL_BUFFER_SIZE,
  4227. ^
  4228. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4229. from /usr/local/include/SDL2/SDL.h:41,
  4230. from src/../include/simple2d.h:63,
  4231. from src/controllers.c:3:
  4232. /usr/local/include/SDL2/SDL_video.h:184:5: note: previous definition of ‘SDL_GL_BUFFER_SIZE’ was here
  4233. SDL_GL_BUFFER_SIZE,
  4234. ^
  4235. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4236. from /usr/include/SDL2/SDL.h:76,
  4237. from /usr/include/SDL2/SDL_image.h:27,
  4238. from src/../include/simple2d.h:92,
  4239. from src/controllers.c:3:
  4240. /usr/include/SDL2/SDL_video.h:173:5: error: redeclaration of enumerator ‘SDL_GL_DOUBLEBUFFER’
  4241. SDL_GL_DOUBLEBUFFER,
  4242. ^
  4243. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4244. from /usr/local/include/SDL2/SDL.h:41,
  4245. from src/../include/simple2d.h:63,
  4246. from src/controllers.c:3:
  4247. /usr/local/include/SDL2/SDL_video.h:185:5: note: previous definition of ‘SDL_GL_DOUBLEBUFFER’ was here
  4248. SDL_GL_DOUBLEBUFFER,
  4249. ^
  4250. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4251. from /usr/include/SDL2/SDL.h:76,
  4252. from /usr/include/SDL2/SDL_image.h:27,
  4253. from src/../include/simple2d.h:92,
  4254. from src/controllers.c:3:
  4255. /usr/include/SDL2/SDL_video.h:174:5: error: redeclaration of enumerator ‘SDL_GL_DEPTH_SIZE’
  4256. SDL_GL_DEPTH_SIZE,
  4257. ^
  4258. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4259. from /usr/local/include/SDL2/SDL.h:41,
  4260. from src/../include/simple2d.h:63,
  4261. from src/controllers.c:3:
  4262. /usr/local/include/SDL2/SDL_video.h:186:5: note: previous definition of ‘SDL_GL_DEPTH_SIZE’ was here
  4263. SDL_GL_DEPTH_SIZE,
  4264. ^
  4265. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4266. from /usr/include/SDL2/SDL.h:76,
  4267. from /usr/include/SDL2/SDL_image.h:27,
  4268. from src/../include/simple2d.h:92,
  4269. from src/controllers.c:3:
  4270. /usr/include/SDL2/SDL_video.h:175:5: error: redeclaration of enumerator ‘SDL_GL_STENCIL_SIZE’
  4271. SDL_GL_STENCIL_SIZE,
  4272. ^
  4273. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4274. from /usr/local/include/SDL2/SDL.h:41,
  4275. from src/../include/simple2d.h:63,
  4276. from src/controllers.c:3:
  4277. /usr/local/include/SDL2/SDL_video.h:187:5: note: previous definition of ‘SDL_GL_STENCIL_SIZE’ was here
  4278. SDL_GL_STENCIL_SIZE,
  4279. ^
  4280. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4281. from /usr/include/SDL2/SDL.h:76,
  4282. from /usr/include/SDL2/SDL_image.h:27,
  4283. from src/../include/simple2d.h:92,
  4284. from src/controllers.c:3:
  4285. /usr/include/SDL2/SDL_video.h:176:5: error: redeclaration of enumerator ‘SDL_GL_ACCUM_RED_SIZE’
  4286. SDL_GL_ACCUM_RED_SIZE,
  4287. ^
  4288. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4289. from /usr/local/include/SDL2/SDL.h:41,
  4290. from src/../include/simple2d.h:63,
  4291. from src/controllers.c:3:
  4292. /usr/local/include/SDL2/SDL_video.h:188:5: note: previous definition of ‘SDL_GL_ACCUM_RED_SIZE’ was here
  4293. SDL_GL_ACCUM_RED_SIZE,
  4294. ^
  4295. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4296. from /usr/include/SDL2/SDL.h:76,
  4297. from /usr/include/SDL2/SDL_image.h:27,
  4298. from src/../include/simple2d.h:92,
  4299. from src/controllers.c:3:
  4300. /usr/include/SDL2/SDL_video.h:177:5: error: redeclaration of enumerator ‘SDL_GL_ACCUM_GREEN_SIZE’
  4301. SDL_GL_ACCUM_GREEN_SIZE,
  4302. ^
  4303. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4304. from /usr/local/include/SDL2/SDL.h:41,
  4305. from src/../include/simple2d.h:63,
  4306. from src/controllers.c:3:
  4307. /usr/local/include/SDL2/SDL_video.h:189:5: note: previous definition of ‘SDL_GL_ACCUM_GREEN_SIZE’ was here
  4308. SDL_GL_ACCUM_GREEN_SIZE,
  4309. ^
  4310. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4311. from /usr/include/SDL2/SDL.h:76,
  4312. from /usr/include/SDL2/SDL_image.h:27,
  4313. from src/../include/simple2d.h:92,
  4314. from src/controllers.c:3:
  4315. /usr/include/SDL2/SDL_video.h:178:5: error: redeclaration of enumerator ‘SDL_GL_ACCUM_BLUE_SIZE’
  4316. SDL_GL_ACCUM_BLUE_SIZE,
  4317. ^
  4318. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4319. from /usr/local/include/SDL2/SDL.h:41,
  4320. from src/../include/simple2d.h:63,
  4321. from src/controllers.c:3:
  4322. /usr/local/include/SDL2/SDL_video.h:190:5: note: previous definition of ‘SDL_GL_ACCUM_BLUE_SIZE’ was here
  4323. SDL_GL_ACCUM_BLUE_SIZE,
  4324. ^
  4325. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4326. from /usr/include/SDL2/SDL.h:76,
  4327. from /usr/include/SDL2/SDL_image.h:27,
  4328. from src/../include/simple2d.h:92,
  4329. from src/controllers.c:3:
  4330. /usr/include/SDL2/SDL_video.h:179:5: error: redeclaration of enumerator ‘SDL_GL_ACCUM_ALPHA_SIZE’
  4331. SDL_GL_ACCUM_ALPHA_SIZE,
  4332. ^
  4333. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4334. from /usr/local/include/SDL2/SDL.h:41,
  4335. from src/../include/simple2d.h:63,
  4336. from src/controllers.c:3:
  4337. /usr/local/include/SDL2/SDL_video.h:191:5: note: previous definition of ‘SDL_GL_ACCUM_ALPHA_SIZE’ was here
  4338. SDL_GL_ACCUM_ALPHA_SIZE,
  4339. ^
  4340. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4341. from /usr/include/SDL2/SDL.h:76,
  4342. from /usr/include/SDL2/SDL_image.h:27,
  4343. from src/../include/simple2d.h:92,
  4344. from src/controllers.c:3:
  4345. /usr/include/SDL2/SDL_video.h:180:5: error: redeclaration of enumerator ‘SDL_GL_STEREO’
  4346. SDL_GL_STEREO,
  4347. ^
  4348. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4349. from /usr/local/include/SDL2/SDL.h:41,
  4350. from src/../include/simple2d.h:63,
  4351. from src/controllers.c:3:
  4352. /usr/local/include/SDL2/SDL_video.h:192:5: note: previous definition of ‘SDL_GL_STEREO’ was here
  4353. SDL_GL_STEREO,
  4354. ^
  4355. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4356. from /usr/include/SDL2/SDL.h:76,
  4357. from /usr/include/SDL2/SDL_image.h:27,
  4358. from src/../include/simple2d.h:92,
  4359. from src/controllers.c:3:
  4360. /usr/include/SDL2/SDL_video.h:181:5: error: redeclaration of enumerator ‘SDL_GL_MULTISAMPLEBUFFERS’
  4361. SDL_GL_MULTISAMPLEBUFFERS,
  4362. ^
  4363. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4364. from /usr/local/include/SDL2/SDL.h:41,
  4365. from src/../include/simple2d.h:63,
  4366. from src/controllers.c:3:
  4367. /usr/local/include/SDL2/SDL_video.h:193:5: note: previous definition of ‘SDL_GL_MULTISAMPLEBUFFERS’ was here
  4368. SDL_GL_MULTISAMPLEBUFFERS,
  4369. ^
  4370. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4371. from /usr/include/SDL2/SDL.h:76,
  4372. from /usr/include/SDL2/SDL_image.h:27,
  4373. from src/../include/simple2d.h:92,
  4374. from src/controllers.c:3:
  4375. /usr/include/SDL2/SDL_video.h:182:5: error: redeclaration of enumerator ‘SDL_GL_MULTISAMPLESAMPLES’
  4376. SDL_GL_MULTISAMPLESAMPLES,
  4377. ^
  4378. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4379. from /usr/local/include/SDL2/SDL.h:41,
  4380. from src/../include/simple2d.h:63,
  4381. from src/controllers.c:3:
  4382. /usr/local/include/SDL2/SDL_video.h:194:5: note: previous definition of ‘SDL_GL_MULTISAMPLESAMPLES’ was here
  4383. SDL_GL_MULTISAMPLESAMPLES,
  4384. ^
  4385. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4386. from /usr/include/SDL2/SDL.h:76,
  4387. from /usr/include/SDL2/SDL_image.h:27,
  4388. from src/../include/simple2d.h:92,
  4389. from src/controllers.c:3:
  4390. /usr/include/SDL2/SDL_video.h:183:5: error: redeclaration of enumerator ‘SDL_GL_ACCELERATED_VISUAL’
  4391. SDL_GL_ACCELERATED_VISUAL,
  4392. ^
  4393. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4394. from /usr/local/include/SDL2/SDL.h:41,
  4395. from src/../include/simple2d.h:63,
  4396. from src/controllers.c:3:
  4397. /usr/local/include/SDL2/SDL_video.h:195:5: note: previous definition of ‘SDL_GL_ACCELERATED_VISUAL’ was here
  4398. SDL_GL_ACCELERATED_VISUAL,
  4399. ^
  4400. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4401. from /usr/include/SDL2/SDL.h:76,
  4402. from /usr/include/SDL2/SDL_image.h:27,
  4403. from src/../include/simple2d.h:92,
  4404. from src/controllers.c:3:
  4405. /usr/include/SDL2/SDL_video.h:184:5: error: redeclaration of enumerator ‘SDL_GL_RETAINED_BACKING’
  4406. SDL_GL_RETAINED_BACKING,
  4407. ^
  4408. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4409. from /usr/local/include/SDL2/SDL.h:41,
  4410. from src/../include/simple2d.h:63,
  4411. from src/controllers.c:3:
  4412. /usr/local/include/SDL2/SDL_video.h:196:5: note: previous definition of ‘SDL_GL_RETAINED_BACKING’ was here
  4413. SDL_GL_RETAINED_BACKING,
  4414. ^
  4415. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4416. from /usr/include/SDL2/SDL.h:76,
  4417. from /usr/include/SDL2/SDL_image.h:27,
  4418. from src/../include/simple2d.h:92,
  4419. from src/controllers.c:3:
  4420. /usr/include/SDL2/SDL_video.h:185:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_MAJOR_VERSION’
  4421. SDL_GL_CONTEXT_MAJOR_VERSION,
  4422. ^
  4423. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4424. from /usr/local/include/SDL2/SDL.h:41,
  4425. from src/../include/simple2d.h:63,
  4426. from src/controllers.c:3:
  4427. /usr/local/include/SDL2/SDL_video.h:197:5: note: previous definition of ‘SDL_GL_CONTEXT_MAJOR_VERSION’ was here
  4428. SDL_GL_CONTEXT_MAJOR_VERSION,
  4429. ^
  4430. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4431. from /usr/include/SDL2/SDL.h:76,
  4432. from /usr/include/SDL2/SDL_image.h:27,
  4433. from src/../include/simple2d.h:92,
  4434. from src/controllers.c:3:
  4435. /usr/include/SDL2/SDL_video.h:186:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_MINOR_VERSION’
  4436. SDL_GL_CONTEXT_MINOR_VERSION,
  4437. ^
  4438. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4439. from /usr/local/include/SDL2/SDL.h:41,
  4440. from src/../include/simple2d.h:63,
  4441. from src/controllers.c:3:
  4442. /usr/local/include/SDL2/SDL_video.h:198:5: note: previous definition of ‘SDL_GL_CONTEXT_MINOR_VERSION’ was here
  4443. SDL_GL_CONTEXT_MINOR_VERSION,
  4444. ^
  4445. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4446. from /usr/include/SDL2/SDL.h:76,
  4447. from /usr/include/SDL2/SDL_image.h:27,
  4448. from src/../include/simple2d.h:92,
  4449. from src/controllers.c:3:
  4450. /usr/include/SDL2/SDL_video.h:187:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_EGL’
  4451. SDL_GL_CONTEXT_EGL,
  4452. ^
  4453. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4454. from /usr/local/include/SDL2/SDL.h:41,
  4455. from src/../include/simple2d.h:63,
  4456. from src/controllers.c:3:
  4457. /usr/local/include/SDL2/SDL_video.h:199:5: note: previous definition of ‘SDL_GL_CONTEXT_EGL’ was here
  4458. SDL_GL_CONTEXT_EGL,
  4459. ^
  4460. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4461. from /usr/include/SDL2/SDL.h:76,
  4462. from /usr/include/SDL2/SDL_image.h:27,
  4463. from src/../include/simple2d.h:92,
  4464. from src/controllers.c:3:
  4465. /usr/include/SDL2/SDL_video.h:188:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_FLAGS’
  4466. SDL_GL_CONTEXT_FLAGS,
  4467. ^
  4468. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4469. from /usr/local/include/SDL2/SDL.h:41,
  4470. from src/../include/simple2d.h:63,
  4471. from src/controllers.c:3:
  4472. /usr/local/include/SDL2/SDL_video.h:200:5: note: previous definition of ‘SDL_GL_CONTEXT_FLAGS’ was here
  4473. SDL_GL_CONTEXT_FLAGS,
  4474. ^
  4475. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4476. from /usr/include/SDL2/SDL.h:76,
  4477. from /usr/include/SDL2/SDL_image.h:27,
  4478. from src/../include/simple2d.h:92,
  4479. from src/controllers.c:3:
  4480. /usr/include/SDL2/SDL_video.h:189:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_PROFILE_MASK’
  4481. SDL_GL_CONTEXT_PROFILE_MASK,
  4482. ^
  4483. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4484. from /usr/local/include/SDL2/SDL.h:41,
  4485. from src/../include/simple2d.h:63,
  4486. from src/controllers.c:3:
  4487. /usr/local/include/SDL2/SDL_video.h:201:5: note: previous definition of ‘SDL_GL_CONTEXT_PROFILE_MASK’ was here
  4488. SDL_GL_CONTEXT_PROFILE_MASK,
  4489. ^
  4490. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4491. from /usr/include/SDL2/SDL.h:76,
  4492. from /usr/include/SDL2/SDL_image.h:27,
  4493. from src/../include/simple2d.h:92,
  4494. from src/controllers.c:3:
  4495. /usr/include/SDL2/SDL_video.h:190:5: error: redeclaration of enumerator ‘SDL_GL_SHARE_WITH_CURRENT_CONTEXT’
  4496. SDL_GL_SHARE_WITH_CURRENT_CONTEXT,
  4497. ^
  4498. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4499. from /usr/local/include/SDL2/SDL.h:41,
  4500. from src/../include/simple2d.h:63,
  4501. from src/controllers.c:3:
  4502. /usr/local/include/SDL2/SDL_video.h:202:5: note: previous definition of ‘SDL_GL_SHARE_WITH_CURRENT_CONTEXT’ was here
  4503. SDL_GL_SHARE_WITH_CURRENT_CONTEXT,
  4504. ^
  4505. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4506. from /usr/include/SDL2/SDL.h:76,
  4507. from /usr/include/SDL2/SDL_image.h:27,
  4508. from src/../include/simple2d.h:92,
  4509. from src/controllers.c:3:
  4510. /usr/include/SDL2/SDL_video.h:191:5: error: redeclaration of enumerator ‘SDL_GL_FRAMEBUFFER_SRGB_CAPABLE’
  4511. SDL_GL_FRAMEBUFFER_SRGB_CAPABLE
  4512. ^
  4513. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4514. from /usr/local/include/SDL2/SDL.h:41,
  4515. from src/../include/simple2d.h:63,
  4516. from src/controllers.c:3:
  4517. /usr/local/include/SDL2/SDL_video.h:203:5: note: previous definition of ‘SDL_GL_FRAMEBUFFER_SRGB_CAPABLE’ was here
  4518. SDL_GL_FRAMEBUFFER_SRGB_CAPABLE,
  4519. ^
  4520. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4521. from /usr/include/SDL2/SDL.h:76,
  4522. from /usr/include/SDL2/SDL_image.h:27,
  4523. from src/../include/simple2d.h:92,
  4524. from src/controllers.c:3:
  4525. /usr/include/SDL2/SDL_video.h:192:3: error: conflicting types for ‘SDL_GLattr’
  4526. } SDL_GLattr;
  4527. ^
  4528. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4529. from /usr/local/include/SDL2/SDL.h:41,
  4530. from src/../include/simple2d.h:63,
  4531. from src/controllers.c:3:
  4532. /usr/local/include/SDL2/SDL_video.h:207:3: note: previous declaration of ‘SDL_GLattr’ was here
  4533. } SDL_GLattr;
  4534. ^
  4535. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4536. from /usr/include/SDL2/SDL.h:76,
  4537. from /usr/include/SDL2/SDL_image.h:27,
  4538. from src/../include/simple2d.h:92,
  4539. from src/controllers.c:3:
  4540. /usr/include/SDL2/SDL_video.h:196:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_PROFILE_CORE’
  4541. SDL_GL_CONTEXT_PROFILE_CORE = 0x0001,
  4542. ^
  4543. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4544. from /usr/local/include/SDL2/SDL.h:41,
  4545. from src/../include/simple2d.h:63,
  4546. from src/controllers.c:3:
  4547. /usr/local/include/SDL2/SDL_video.h:211:5: note: previous definition of ‘SDL_GL_CONTEXT_PROFILE_CORE’ was here
  4548. SDL_GL_CONTEXT_PROFILE_CORE = 0x0001,
  4549. ^
  4550. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4551. from /usr/include/SDL2/SDL.h:76,
  4552. from /usr/include/SDL2/SDL_image.h:27,
  4553. from src/../include/simple2d.h:92,
  4554. from src/controllers.c:3:
  4555. /usr/include/SDL2/SDL_video.h:197:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_PROFILE_COMPATIBILITY’
  4556. SDL_GL_CONTEXT_PROFILE_COMPATIBILITY = 0x0002,
  4557. ^
  4558. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4559. from /usr/local/include/SDL2/SDL.h:41,
  4560. from src/../include/simple2d.h:63,
  4561. from src/controllers.c:3:
  4562. /usr/local/include/SDL2/SDL_video.h:212:5: note: previous definition of ‘SDL_GL_CONTEXT_PROFILE_COMPATIBILITY’ was here
  4563. SDL_GL_CONTEXT_PROFILE_COMPATIBILITY = 0x0002,
  4564. ^
  4565. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4566. from /usr/include/SDL2/SDL.h:76,
  4567. from /usr/include/SDL2/SDL_image.h:27,
  4568. from src/../include/simple2d.h:92,
  4569. from src/controllers.c:3:
  4570. /usr/include/SDL2/SDL_video.h:198:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_PROFILE_ES’
  4571. SDL_GL_CONTEXT_PROFILE_ES = 0x0004 /* GLX_CONTEXT_ES2_PROFILE_BIT_EXT */
  4572. ^
  4573. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4574. from /usr/local/include/SDL2/SDL.h:41,
  4575. from src/../include/simple2d.h:63,
  4576. from src/controllers.c:3:
  4577. /usr/local/include/SDL2/SDL_video.h:213:5: note: previous definition of ‘SDL_GL_CONTEXT_PROFILE_ES’ was here
  4578. SDL_GL_CONTEXT_PROFILE_ES = 0x0004 /**< GLX_CONTEXT_ES2_PROFILE_BIT_EXT */
  4579. ^
  4580. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4581. from /usr/include/SDL2/SDL.h:76,
  4582. from /usr/include/SDL2/SDL_image.h:27,
  4583. from src/../include/simple2d.h:92,
  4584. from src/controllers.c:3:
  4585. /usr/include/SDL2/SDL_video.h:199:3: error: conflicting types for ‘SDL_GLprofile’
  4586. } SDL_GLprofile;
  4587. ^
  4588. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4589. from /usr/local/include/SDL2/SDL.h:41,
  4590. from src/../include/simple2d.h:63,
  4591. from src/controllers.c:3:
  4592. /usr/local/include/SDL2/SDL_video.h:214:3: note: previous declaration of ‘SDL_GLprofile’ was here
  4593. } SDL_GLprofile;
  4594. ^
  4595. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4596. from /usr/include/SDL2/SDL.h:76,
  4597. from /usr/include/SDL2/SDL_image.h:27,
  4598. from src/../include/simple2d.h:92,
  4599. from src/controllers.c:3:
  4600. /usr/include/SDL2/SDL_video.h:203:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_DEBUG_FLAG’
  4601. SDL_GL_CONTEXT_DEBUG_FLAG = 0x0001,
  4602. ^
  4603. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4604. from /usr/local/include/SDL2/SDL.h:41,
  4605. from src/../include/simple2d.h:63,
  4606. from src/controllers.c:3:
  4607. /usr/local/include/SDL2/SDL_video.h:218:5: note: previous definition of ‘SDL_GL_CONTEXT_DEBUG_FLAG’ was here
  4608. SDL_GL_CONTEXT_DEBUG_FLAG = 0x0001,
  4609. ^
  4610. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4611. from /usr/include/SDL2/SDL.h:76,
  4612. from /usr/include/SDL2/SDL_image.h:27,
  4613. from src/../include/simple2d.h:92,
  4614. from src/controllers.c:3:
  4615. /usr/include/SDL2/SDL_video.h:204:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG’
  4616. SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG = 0x0002,
  4617. ^
  4618. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4619. from /usr/local/include/SDL2/SDL.h:41,
  4620. from src/../include/simple2d.h:63,
  4621. from src/controllers.c:3:
  4622. /usr/local/include/SDL2/SDL_video.h:219:5: note: previous definition of ‘SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG’ was here
  4623. SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG = 0x0002,
  4624. ^
  4625. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4626. from /usr/include/SDL2/SDL.h:76,
  4627. from /usr/include/SDL2/SDL_image.h:27,
  4628. from src/../include/simple2d.h:92,
  4629. from src/controllers.c:3:
  4630. /usr/include/SDL2/SDL_video.h:205:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG’
  4631. SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG = 0x0004,
  4632. ^
  4633. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4634. from /usr/local/include/SDL2/SDL.h:41,
  4635. from src/../include/simple2d.h:63,
  4636. from src/controllers.c:3:
  4637. /usr/local/include/SDL2/SDL_video.h:220:5: note: previous definition of ‘SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG’ was here
  4638. SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG = 0x0004,
  4639. ^
  4640. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4641. from /usr/include/SDL2/SDL.h:76,
  4642. from /usr/include/SDL2/SDL_image.h:27,
  4643. from src/../include/simple2d.h:92,
  4644. from src/controllers.c:3:
  4645. /usr/include/SDL2/SDL_video.h:206:5: error: redeclaration of enumerator ‘SDL_GL_CONTEXT_RESET_ISOLATION_FLAG’
  4646. SDL_GL_CONTEXT_RESET_ISOLATION_FLAG = 0x0008
  4647. ^
  4648. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4649. from /usr/local/include/SDL2/SDL.h:41,
  4650. from src/../include/simple2d.h:63,
  4651. from src/controllers.c:3:
  4652. /usr/local/include/SDL2/SDL_video.h:221:5: note: previous definition of ‘SDL_GL_CONTEXT_RESET_ISOLATION_FLAG’ was here
  4653. SDL_GL_CONTEXT_RESET_ISOLATION_FLAG = 0x0008
  4654. ^
  4655. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4656. from /usr/include/SDL2/SDL.h:76,
  4657. from /usr/include/SDL2/SDL_image.h:27,
  4658. from src/../include/simple2d.h:92,
  4659. from src/controllers.c:3:
  4660. /usr/include/SDL2/SDL_video.h:207:3: error: conflicting types for ‘SDL_GLcontextFlag’
  4661. } SDL_GLcontextFlag;
  4662. ^
  4663. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4664. from /usr/local/include/SDL2/SDL.h:41,
  4665. from src/../include/simple2d.h:63,
  4666. from src/controllers.c:3:
  4667. /usr/local/include/SDL2/SDL_video.h:222:3: note: previous declaration of ‘SDL_GLcontextFlag’ was here
  4668. } SDL_GLcontextFlag;
  4669. ^
  4670. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4671. from /usr/include/SDL2/SDL.h:76,
  4672. from /usr/include/SDL2/SDL_image.h:27,
  4673. from src/../include/simple2d.h:92,
  4674. from src/controllers.c:3:
  4675. /usr/include/SDL2/SDL_video.h:289:29: error: conflicting types for ‘SDL_GetDisplayBounds’
  4676. extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
  4677. ^
  4678. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4679. from /usr/local/include/SDL2/SDL.h:41,
  4680. from src/../include/simple2d.h:63,
  4681. from src/controllers.c:3:
  4682. /usr/local/include/SDL2/SDL_video.h:315:29: note: previous declaration of ‘SDL_GetDisplayBounds’ was here
  4683. extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
  4684. ^
  4685. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4686. from /usr/include/SDL2/SDL.h:76,
  4687. from /usr/include/SDL2/SDL_image.h:27,
  4688. from src/../include/simple2d.h:92,
  4689. from src/controllers.c:3:
  4690. /usr/include/SDL2/SDL_video.h:309:29: error: conflicting types for ‘SDL_GetDisplayMode’
  4691. extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
  4692. ^
  4693. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4694. from /usr/local/include/SDL2/SDL.h:41,
  4695. from src/../include/simple2d.h:63,
  4696. from src/controllers.c:3:
  4697. /usr/local/include/SDL2/SDL_video.h:366:29: note: previous declaration of ‘SDL_GetDisplayMode’ was here
  4698. extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
  4699. ^
  4700. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4701. from /usr/include/SDL2/SDL.h:76,
  4702. from /usr/include/SDL2/SDL_image.h:27,
  4703. from src/../include/simple2d.h:92,
  4704. from src/controllers.c:3:
  4705. /usr/include/SDL2/SDL_video.h:315:29: error: conflicting types for ‘SDL_GetDesktopDisplayMode’
  4706. extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
  4707. ^
  4708. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4709. from /usr/local/include/SDL2/SDL.h:41,
  4710. from src/../include/simple2d.h:63,
  4711. from src/controllers.c:3:
  4712. /usr/local/include/SDL2/SDL_video.h:372:29: note: previous declaration of ‘SDL_GetDesktopDisplayMode’ was here
  4713. extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
  4714. ^
  4715. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4716. from /usr/include/SDL2/SDL.h:76,
  4717. from /usr/include/SDL2/SDL_image.h:27,
  4718. from src/../include/simple2d.h:92,
  4719. from src/controllers.c:3:
  4720. /usr/include/SDL2/SDL_video.h:320:29: error: conflicting types for ‘SDL_GetCurrentDisplayMode’
  4721. extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
  4722. ^
  4723. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4724. from /usr/local/include/SDL2/SDL.h:41,
  4725. from src/../include/simple2d.h:63,
  4726. from src/controllers.c:3:
  4727. /usr/local/include/SDL2/SDL_video.h:377:29: note: previous declaration of ‘SDL_GetCurrentDisplayMode’ was here
  4728. extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
  4729. ^
  4730. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4731. from /usr/include/SDL2/SDL.h:76,
  4732. from /usr/include/SDL2/SDL_image.h:27,
  4733. from src/../include/simple2d.h:92,
  4734. from src/controllers.c:3:
  4735. /usr/include/SDL2/SDL_video.h:344:43: error: conflicting types for ‘SDL_GetClosestDisplayMode’
  4736. extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_DisplayMode * mode, SDL_DisplayMode * closest);
  4737. ^
  4738. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4739. from /usr/local/include/SDL2/SDL.h:41,
  4740. from src/../include/simple2d.h:63,
  4741. from src/controllers.c:3:
  4742. /usr/local/include/SDL2/SDL_video.h:401:43: note: previous declaration of ‘SDL_GetClosestDisplayMode’ was here
  4743. extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_DisplayMode * mode, SDL_DisplayMode * closest);
  4744. ^
  4745. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4746. from /usr/include/SDL2/SDL.h:76,
  4747. from /usr/include/SDL2/SDL_image.h:27,
  4748. from src/../include/simple2d.h:92,
  4749. from src/controllers.c:3:
  4750. /usr/include/SDL2/SDL_video.h:368:29: error: conflicting types for ‘SDL_SetWindowDisplayMode’
  4751. extern DECLSPEC int SDLCALL SDL_SetWindowDisplayMode(SDL_Window * window,
  4752. ^
  4753. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4754. from /usr/local/include/SDL2/SDL.h:41,
  4755. from src/../include/simple2d.h:63,
  4756. from src/controllers.c:3:
  4757. /usr/local/include/SDL2/SDL_video.h:425:29: note: previous declaration of ‘SDL_SetWindowDisplayMode’ was here
  4758. extern DECLSPEC int SDLCALL SDL_SetWindowDisplayMode(SDL_Window * window,
  4759. ^
  4760. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4761. from /usr/include/SDL2/SDL.h:76,
  4762. from /usr/include/SDL2/SDL_image.h:27,
  4763. from src/../include/simple2d.h:92,
  4764. from src/controllers.c:3:
  4765. /usr/include/SDL2/SDL_video.h:379:29: error: conflicting types for ‘SDL_GetWindowDisplayMode’
  4766. extern DECLSPEC int SDLCALL SDL_GetWindowDisplayMode(SDL_Window * window,
  4767. ^
  4768. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4769. from /usr/local/include/SDL2/SDL.h:41,
  4770. from src/../include/simple2d.h:63,
  4771. from src/controllers.c:3:
  4772. /usr/local/include/SDL2/SDL_video.h:436:29: note: previous declaration of ‘SDL_GetWindowDisplayMode’ was here
  4773. extern DECLSPEC int SDLCALL SDL_GetWindowDisplayMode(SDL_Window * window,
  4774. ^
  4775. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4776. from /usr/include/SDL2/SDL.h:76,
  4777. from /usr/include/SDL2/SDL_image.h:27,
  4778. from src/../include/simple2d.h:92,
  4779. from src/controllers.c:3:
  4780. /usr/include/SDL2/SDL_video.h:459:30: error: conflicting types for ‘SDL_SetWindowIcon’
  4781. extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window,
  4782. ^
  4783. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4784. from /usr/local/include/SDL2/SDL.h:41,
  4785. from src/../include/simple2d.h:63,
  4786. from src/controllers.c:3:
  4787. /usr/local/include/SDL2/SDL_video.h:537:30: note: previous declaration of ‘SDL_SetWindowIcon’ was here
  4788. extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window,
  4789. ^
  4790. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4791. from /usr/include/SDL2/SDL.h:76,
  4792. from /usr/include/SDL2/SDL_image.h:27,
  4793. from src/../include/simple2d.h:92,
  4794. from src/controllers.c:3:
  4795. /usr/include/SDL2/SDL_video.h:619:30: error: conflicting types for ‘SDL_SetWindowBordered’
  4796. extern DECLSPEC void SDLCALL SDL_SetWindowBordered(SDL_Window * window,
  4797. ^
  4798. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4799. from /usr/local/include/SDL2/SDL.h:41,
  4800. from src/../include/simple2d.h:63,
  4801. from src/controllers.c:3:
  4802. /usr/local/include/SDL2/SDL_video.h:731:30: note: previous declaration of ‘SDL_SetWindowBordered’ was here
  4803. extern DECLSPEC void SDLCALL SDL_SetWindowBordered(SDL_Window * window,
  4804. ^
  4805. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4806. from /usr/include/SDL2/SDL.h:76,
  4807. from /usr/include/SDL2/SDL_image.h:27,
  4808. from src/../include/simple2d.h:92,
  4809. from src/controllers.c:3:
  4810. /usr/include/SDL2/SDL_video.h:687:39: error: conflicting types for ‘SDL_GetWindowSurface’
  4811. extern DECLSPEC SDL_Surface * SDLCALL SDL_GetWindowSurface(SDL_Window * window);
  4812. ^
  4813. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4814. from /usr/local/include/SDL2/SDL.h:41,
  4815. from src/../include/simple2d.h:63,
  4816. from src/controllers.c:3:
  4817. /usr/local/include/SDL2/SDL_video.h:816:39: note: previous declaration of ‘SDL_GetWindowSurface’ was here
  4818. extern DECLSPEC SDL_Surface * SDLCALL SDL_GetWindowSurface(SDL_Window * window);
  4819. ^
  4820. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4821. from /usr/include/SDL2/SDL.h:76,
  4822. from /usr/include/SDL2/SDL_image.h:27,
  4823. from src/../include/simple2d.h:92,
  4824. from src/controllers.c:3:
  4825. /usr/include/SDL2/SDL_video.h:707:29: error: conflicting types for ‘SDL_UpdateWindowSurfaceRects’
  4826. extern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window,
  4827. ^
  4828. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4829. from /usr/local/include/SDL2/SDL.h:41,
  4830. from src/../include/simple2d.h:63,
  4831. from src/controllers.c:3:
  4832. /usr/local/include/SDL2/SDL_video.h:836:29: note: previous declaration of ‘SDL_UpdateWindowSurfaceRects’ was here
  4833. extern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window,
  4834. ^
  4835. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4836. from /usr/include/SDL2/SDL.h:76,
  4837. from /usr/include/SDL2/SDL_image.h:27,
  4838. from src/../include/simple2d.h:92,
  4839. from src/controllers.c:3:
  4840. /usr/include/SDL2/SDL_video.h:719:30: error: conflicting types for ‘SDL_SetWindowGrab’
  4841. extern DECLSPEC void SDLCALL SDL_SetWindowGrab(SDL_Window * window,
  4842. ^
  4843. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4844. from /usr/local/include/SDL2/SDL.h:41,
  4845. from src/../include/simple2d.h:63,
  4846. from src/controllers.c:3:
  4847. /usr/local/include/SDL2/SDL_video.h:851:30: note: previous declaration of ‘SDL_SetWindowGrab’ was here
  4848. extern DECLSPEC void SDLCALL SDL_SetWindowGrab(SDL_Window * window,
  4849. ^
  4850. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4851. from /usr/include/SDL2/SDL.h:76,
  4852. from /usr/include/SDL2/SDL_image.h:27,
  4853. from src/../include/simple2d.h:92,
  4854. from src/controllers.c:3:
  4855. /usr/include/SDL2/SDL_video.h:729:34: error: conflicting types for ‘SDL_GetWindowGrab’
  4856. extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowGrab(SDL_Window * window);
  4857. ^
  4858. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4859. from /usr/local/include/SDL2/SDL.h:41,
  4860. from src/../include/simple2d.h:63,
  4861. from src/controllers.c:3:
  4862. /usr/local/include/SDL2/SDL_video.h:861:34: note: previous declaration of ‘SDL_GetWindowGrab’ was here
  4863. extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowGrab(SDL_Window * window);
  4864. ^
  4865. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4866. from /usr/include/SDL2/SDL.h:76,
  4867. from /usr/include/SDL2/SDL_image.h:27,
  4868. from src/../include/simple2d.h:92,
  4869. from src/controllers.c:3:
  4870. /usr/include/SDL2/SDL_video.h:805:34: error: conflicting types for ‘SDL_IsScreenSaverEnabled’
  4871. extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void);
  4872. ^
  4873. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4874. from /usr/local/include/SDL2/SDL.h:41,
  4875. from src/../include/simple2d.h:63,
  4876. from src/controllers.c:3:
  4877. /usr/local/include/SDL2/SDL_video.h:1067:34: note: previous declaration of ‘SDL_IsScreenSaverEnabled’ was here
  4878. extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void);
  4879. ^
  4880. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4881. from /usr/include/SDL2/SDL.h:76,
  4882. from /usr/include/SDL2/SDL_image.h:27,
  4883. from src/../include/simple2d.h:92,
  4884. from src/controllers.c:3:
  4885. /usr/include/SDL2/SDL_video.h:865:34: error: conflicting types for ‘SDL_GL_ExtensionSupported’
  4886. extern DECLSPEC SDL_bool SDLCALL SDL_GL_ExtensionSupported(const char
  4887. ^
  4888. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4889. from /usr/local/include/SDL2/SDL.h:41,
  4890. from src/../include/simple2d.h:63,
  4891. from src/controllers.c:3:
  4892. /usr/local/include/SDL2/SDL_video.h:1127:34: note: previous declaration of ‘SDL_GL_ExtensionSupported’ was here
  4893. extern DECLSPEC SDL_bool SDLCALL SDL_GL_ExtensionSupported(const char
  4894. ^
  4895. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4896. from /usr/include/SDL2/SDL.h:76,
  4897. from /usr/include/SDL2/SDL_image.h:27,
  4898. from src/../include/simple2d.h:92,
  4899. from src/controllers.c:3:
  4900. /usr/include/SDL2/SDL_video.h:876:29: error: conflicting types for ‘SDL_GL_SetAttribute’
  4901. extern DECLSPEC int SDLCALL SDL_GL_SetAttribute(SDL_GLattr attr, int value);
  4902. ^
  4903. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4904. from /usr/local/include/SDL2/SDL.h:41,
  4905. from src/../include/simple2d.h:63,
  4906. from src/controllers.c:3:
  4907. /usr/local/include/SDL2/SDL_video.h:1140:29: note: previous declaration of ‘SDL_GL_SetAttribute’ was here
  4908. extern DECLSPEC int SDLCALL SDL_GL_SetAttribute(SDL_GLattr attr, int value);
  4909. ^
  4910. In file included from /usr/include/SDL2/SDL_events.h:33:0,
  4911. from /usr/include/SDL2/SDL.h:76,
  4912. from /usr/include/SDL2/SDL_image.h:27,
  4913. from src/../include/simple2d.h:92,
  4914. from src/controllers.c:3:
  4915. /usr/include/SDL2/SDL_video.h:881:29: error: conflicting types for ‘SDL_GL_GetAttribute’
  4916. extern DECLSPEC int SDLCALL SDL_GL_GetAttribute(SDL_GLattr attr, int *value);
  4917. ^
  4918. In file included from /usr/local/include/SDL2/SDL_events.h:33:0,
  4919. from /usr/local/include/SDL2/SDL.h:41,
  4920. from src/../include/simple2d.h:63,
  4921. from src/controllers.c:3:
  4922. /usr/local/include/SDL2/SDL_video.h:1148:29: note: previous declaration of ‘SDL_GL_GetAttribute’ was here
  4923. extern DECLSPEC int SDLCALL SDL_GL_GetAttribute(SDL_GLattr attr, int *value);
  4924. ^
  4925. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  4926. from /usr/include/SDL2/SDL_keyboard.h:33,
  4927. from /usr/include/SDL2/SDL_events.h:34,
  4928. from /usr/include/SDL2/SDL.h:76,
  4929. from /usr/include/SDL2/SDL_image.h:27,
  4930. from src/../include/simple2d.h:92,
  4931. from src/controllers.c:3:
  4932. /usr/include/SDL2/SDL_scancode.h:45:5: error: redeclaration of enumerator ‘SDL_SCANCODE_UNKNOWN’
  4933. SDL_SCANCODE_UNKNOWN = 0,
  4934. ^
  4935. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  4936. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  4937. from /usr/local/include/SDL2/SDL_events.h:34,
  4938. from /usr/local/include/SDL2/SDL.h:41,
  4939. from src/../include/simple2d.h:63,
  4940. from src/controllers.c:3:
  4941. /usr/local/include/SDL2/SDL_scancode.h:45:5: note: previous definition of ‘SDL_SCANCODE_UNKNOWN’ was here
  4942. SDL_SCANCODE_UNKNOWN = 0,
  4943. ^
  4944. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  4945. from /usr/include/SDL2/SDL_keyboard.h:33,
  4946. from /usr/include/SDL2/SDL_events.h:34,
  4947. from /usr/include/SDL2/SDL.h:76,
  4948. from /usr/include/SDL2/SDL_image.h:27,
  4949. from src/../include/simple2d.h:92,
  4950. from src/controllers.c:3:
  4951. /usr/include/SDL2/SDL_scancode.h:54:5: error: redeclaration of enumerator ‘SDL_SCANCODE_A’
  4952. SDL_SCANCODE_A = 4,
  4953. ^
  4954. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  4955. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  4956. from /usr/local/include/SDL2/SDL_events.h:34,
  4957. from /usr/local/include/SDL2/SDL.h:41,
  4958. from src/../include/simple2d.h:63,
  4959. from src/controllers.c:3:
  4960. /usr/local/include/SDL2/SDL_scancode.h:54:5: note: previous definition of ‘SDL_SCANCODE_A’ was here
  4961. SDL_SCANCODE_A = 4,
  4962. ^
  4963. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  4964. from /usr/include/SDL2/SDL_keyboard.h:33,
  4965. from /usr/include/SDL2/SDL_events.h:34,
  4966. from /usr/include/SDL2/SDL.h:76,
  4967. from /usr/include/SDL2/SDL_image.h:27,
  4968. from src/../include/simple2d.h:92,
  4969. from src/controllers.c:3:
  4970. /usr/include/SDL2/SDL_scancode.h:55:5: error: redeclaration of enumerator ‘SDL_SCANCODE_B’
  4971. SDL_SCANCODE_B = 5,
  4972. ^
  4973. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  4974. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  4975. from /usr/local/include/SDL2/SDL_events.h:34,
  4976. from /usr/local/include/SDL2/SDL.h:41,
  4977. from src/../include/simple2d.h:63,
  4978. from src/controllers.c:3:
  4979. /usr/local/include/SDL2/SDL_scancode.h:55:5: note: previous definition of ‘SDL_SCANCODE_B’ was here
  4980. SDL_SCANCODE_B = 5,
  4981. ^
  4982. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  4983. from /usr/include/SDL2/SDL_keyboard.h:33,
  4984. from /usr/include/SDL2/SDL_events.h:34,
  4985. from /usr/include/SDL2/SDL.h:76,
  4986. from /usr/include/SDL2/SDL_image.h:27,
  4987. from src/../include/simple2d.h:92,
  4988. from src/controllers.c:3:
  4989. /usr/include/SDL2/SDL_scancode.h:56:5: error: redeclaration of enumerator ‘SDL_SCANCODE_C’
  4990. SDL_SCANCODE_C = 6,
  4991. ^
  4992. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  4993. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  4994. from /usr/local/include/SDL2/SDL_events.h:34,
  4995. from /usr/local/include/SDL2/SDL.h:41,
  4996. from src/../include/simple2d.h:63,
  4997. from src/controllers.c:3:
  4998. /usr/local/include/SDL2/SDL_scancode.h:56:5: note: previous definition of ‘SDL_SCANCODE_C’ was here
  4999. SDL_SCANCODE_C = 6,
  5000. ^
  5001. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5002. from /usr/include/SDL2/SDL_keyboard.h:33,
  5003. from /usr/include/SDL2/SDL_events.h:34,
  5004. from /usr/include/SDL2/SDL.h:76,
  5005. from /usr/include/SDL2/SDL_image.h:27,
  5006. from src/../include/simple2d.h:92,
  5007. from src/controllers.c:3:
  5008. /usr/include/SDL2/SDL_scancode.h:57:5: error: redeclaration of enumerator ‘SDL_SCANCODE_D’
  5009. SDL_SCANCODE_D = 7,
  5010. ^
  5011. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5012. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5013. from /usr/local/include/SDL2/SDL_events.h:34,
  5014. from /usr/local/include/SDL2/SDL.h:41,
  5015. from src/../include/simple2d.h:63,
  5016. from src/controllers.c:3:
  5017. /usr/local/include/SDL2/SDL_scancode.h:57:5: note: previous definition of ‘SDL_SCANCODE_D’ was here
  5018. SDL_SCANCODE_D = 7,
  5019. ^
  5020. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5021. from /usr/include/SDL2/SDL_keyboard.h:33,
  5022. from /usr/include/SDL2/SDL_events.h:34,
  5023. from /usr/include/SDL2/SDL.h:76,
  5024. from /usr/include/SDL2/SDL_image.h:27,
  5025. from src/../include/simple2d.h:92,
  5026. from src/controllers.c:3:
  5027. /usr/include/SDL2/SDL_scancode.h:58:5: error: redeclaration of enumerator ‘SDL_SCANCODE_E’
  5028. SDL_SCANCODE_E = 8,
  5029. ^
  5030. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5031. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5032. from /usr/local/include/SDL2/SDL_events.h:34,
  5033. from /usr/local/include/SDL2/SDL.h:41,
  5034. from src/../include/simple2d.h:63,
  5035. from src/controllers.c:3:
  5036. /usr/local/include/SDL2/SDL_scancode.h:58:5: note: previous definition of ‘SDL_SCANCODE_E’ was here
  5037. SDL_SCANCODE_E = 8,
  5038. ^
  5039. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5040. from /usr/include/SDL2/SDL_keyboard.h:33,
  5041. from /usr/include/SDL2/SDL_events.h:34,
  5042. from /usr/include/SDL2/SDL.h:76,
  5043. from /usr/include/SDL2/SDL_image.h:27,
  5044. from src/../include/simple2d.h:92,
  5045. from src/controllers.c:3:
  5046. /usr/include/SDL2/SDL_scancode.h:59:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F’
  5047. SDL_SCANCODE_F = 9,
  5048. ^
  5049. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5050. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5051. from /usr/local/include/SDL2/SDL_events.h:34,
  5052. from /usr/local/include/SDL2/SDL.h:41,
  5053. from src/../include/simple2d.h:63,
  5054. from src/controllers.c:3:
  5055. /usr/local/include/SDL2/SDL_scancode.h:59:5: note: previous definition of ‘SDL_SCANCODE_F’ was here
  5056. SDL_SCANCODE_F = 9,
  5057. ^
  5058. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5059. from /usr/include/SDL2/SDL_keyboard.h:33,
  5060. from /usr/include/SDL2/SDL_events.h:34,
  5061. from /usr/include/SDL2/SDL.h:76,
  5062. from /usr/include/SDL2/SDL_image.h:27,
  5063. from src/../include/simple2d.h:92,
  5064. from src/controllers.c:3:
  5065. /usr/include/SDL2/SDL_scancode.h:60:5: error: redeclaration of enumerator ‘SDL_SCANCODE_G’
  5066. SDL_SCANCODE_G = 10,
  5067. ^
  5068. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5069. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5070. from /usr/local/include/SDL2/SDL_events.h:34,
  5071. from /usr/local/include/SDL2/SDL.h:41,
  5072. from src/../include/simple2d.h:63,
  5073. from src/controllers.c:3:
  5074. /usr/local/include/SDL2/SDL_scancode.h:60:5: note: previous definition of ‘SDL_SCANCODE_G’ was here
  5075. SDL_SCANCODE_G = 10,
  5076. ^
  5077. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5078. from /usr/include/SDL2/SDL_keyboard.h:33,
  5079. from /usr/include/SDL2/SDL_events.h:34,
  5080. from /usr/include/SDL2/SDL.h:76,
  5081. from /usr/include/SDL2/SDL_image.h:27,
  5082. from src/../include/simple2d.h:92,
  5083. from src/controllers.c:3:
  5084. /usr/include/SDL2/SDL_scancode.h:61:5: error: redeclaration of enumerator ‘SDL_SCANCODE_H’
  5085. SDL_SCANCODE_H = 11,
  5086. ^
  5087. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5088. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5089. from /usr/local/include/SDL2/SDL_events.h:34,
  5090. from /usr/local/include/SDL2/SDL.h:41,
  5091. from src/../include/simple2d.h:63,
  5092. from src/controllers.c:3:
  5093. /usr/local/include/SDL2/SDL_scancode.h:61:5: note: previous definition of ‘SDL_SCANCODE_H’ was here
  5094. SDL_SCANCODE_H = 11,
  5095. ^
  5096. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5097. from /usr/include/SDL2/SDL_keyboard.h:33,
  5098. from /usr/include/SDL2/SDL_events.h:34,
  5099. from /usr/include/SDL2/SDL.h:76,
  5100. from /usr/include/SDL2/SDL_image.h:27,
  5101. from src/../include/simple2d.h:92,
  5102. from src/controllers.c:3:
  5103. /usr/include/SDL2/SDL_scancode.h:62:5: error: redeclaration of enumerator ‘SDL_SCANCODE_I’
  5104. SDL_SCANCODE_I = 12,
  5105. ^
  5106. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5107. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5108. from /usr/local/include/SDL2/SDL_events.h:34,
  5109. from /usr/local/include/SDL2/SDL.h:41,
  5110. from src/../include/simple2d.h:63,
  5111. from src/controllers.c:3:
  5112. /usr/local/include/SDL2/SDL_scancode.h:62:5: note: previous definition of ‘SDL_SCANCODE_I’ was here
  5113. SDL_SCANCODE_I = 12,
  5114. ^
  5115. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5116. from /usr/include/SDL2/SDL_keyboard.h:33,
  5117. from /usr/include/SDL2/SDL_events.h:34,
  5118. from /usr/include/SDL2/SDL.h:76,
  5119. from /usr/include/SDL2/SDL_image.h:27,
  5120. from src/../include/simple2d.h:92,
  5121. from src/controllers.c:3:
  5122. /usr/include/SDL2/SDL_scancode.h:63:5: error: redeclaration of enumerator ‘SDL_SCANCODE_J’
  5123. SDL_SCANCODE_J = 13,
  5124. ^
  5125. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5126. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5127. from /usr/local/include/SDL2/SDL_events.h:34,
  5128. from /usr/local/include/SDL2/SDL.h:41,
  5129. from src/../include/simple2d.h:63,
  5130. from src/controllers.c:3:
  5131. /usr/local/include/SDL2/SDL_scancode.h:63:5: note: previous definition of ‘SDL_SCANCODE_J’ was here
  5132. SDL_SCANCODE_J = 13,
  5133. ^
  5134. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5135. from /usr/include/SDL2/SDL_keyboard.h:33,
  5136. from /usr/include/SDL2/SDL_events.h:34,
  5137. from /usr/include/SDL2/SDL.h:76,
  5138. from /usr/include/SDL2/SDL_image.h:27,
  5139. from src/../include/simple2d.h:92,
  5140. from src/controllers.c:3:
  5141. /usr/include/SDL2/SDL_scancode.h:64:5: error: redeclaration of enumerator ‘SDL_SCANCODE_K’
  5142. SDL_SCANCODE_K = 14,
  5143. ^
  5144. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5145. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5146. from /usr/local/include/SDL2/SDL_events.h:34,
  5147. from /usr/local/include/SDL2/SDL.h:41,
  5148. from src/../include/simple2d.h:63,
  5149. from src/controllers.c:3:
  5150. /usr/local/include/SDL2/SDL_scancode.h:64:5: note: previous definition of ‘SDL_SCANCODE_K’ was here
  5151. SDL_SCANCODE_K = 14,
  5152. ^
  5153. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5154. from /usr/include/SDL2/SDL_keyboard.h:33,
  5155. from /usr/include/SDL2/SDL_events.h:34,
  5156. from /usr/include/SDL2/SDL.h:76,
  5157. from /usr/include/SDL2/SDL_image.h:27,
  5158. from src/../include/simple2d.h:92,
  5159. from src/controllers.c:3:
  5160. /usr/include/SDL2/SDL_scancode.h:65:5: error: redeclaration of enumerator ‘SDL_SCANCODE_L’
  5161. SDL_SCANCODE_L = 15,
  5162. ^
  5163. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5164. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5165. from /usr/local/include/SDL2/SDL_events.h:34,
  5166. from /usr/local/include/SDL2/SDL.h:41,
  5167. from src/../include/simple2d.h:63,
  5168. from src/controllers.c:3:
  5169. /usr/local/include/SDL2/SDL_scancode.h:65:5: note: previous definition of ‘SDL_SCANCODE_L’ was here
  5170. SDL_SCANCODE_L = 15,
  5171. ^
  5172. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5173. from /usr/include/SDL2/SDL_keyboard.h:33,
  5174. from /usr/include/SDL2/SDL_events.h:34,
  5175. from /usr/include/SDL2/SDL.h:76,
  5176. from /usr/include/SDL2/SDL_image.h:27,
  5177. from src/../include/simple2d.h:92,
  5178. from src/controllers.c:3:
  5179. /usr/include/SDL2/SDL_scancode.h:66:5: error: redeclaration of enumerator ‘SDL_SCANCODE_M’
  5180. SDL_SCANCODE_M = 16,
  5181. ^
  5182. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5183. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5184. from /usr/local/include/SDL2/SDL_events.h:34,
  5185. from /usr/local/include/SDL2/SDL.h:41,
  5186. from src/../include/simple2d.h:63,
  5187. from src/controllers.c:3:
  5188. /usr/local/include/SDL2/SDL_scancode.h:66:5: note: previous definition of ‘SDL_SCANCODE_M’ was here
  5189. SDL_SCANCODE_M = 16,
  5190. ^
  5191. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5192. from /usr/include/SDL2/SDL_keyboard.h:33,
  5193. from /usr/include/SDL2/SDL_events.h:34,
  5194. from /usr/include/SDL2/SDL.h:76,
  5195. from /usr/include/SDL2/SDL_image.h:27,
  5196. from src/../include/simple2d.h:92,
  5197. from src/controllers.c:3:
  5198. /usr/include/SDL2/SDL_scancode.h:67:5: error: redeclaration of enumerator ‘SDL_SCANCODE_N’
  5199. SDL_SCANCODE_N = 17,
  5200. ^
  5201. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5202. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5203. from /usr/local/include/SDL2/SDL_events.h:34,
  5204. from /usr/local/include/SDL2/SDL.h:41,
  5205. from src/../include/simple2d.h:63,
  5206. from src/controllers.c:3:
  5207. /usr/local/include/SDL2/SDL_scancode.h:67:5: note: previous definition of ‘SDL_SCANCODE_N’ was here
  5208. SDL_SCANCODE_N = 17,
  5209. ^
  5210. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5211. from /usr/include/SDL2/SDL_keyboard.h:33,
  5212. from /usr/include/SDL2/SDL_events.h:34,
  5213. from /usr/include/SDL2/SDL.h:76,
  5214. from /usr/include/SDL2/SDL_image.h:27,
  5215. from src/../include/simple2d.h:92,
  5216. from src/controllers.c:3:
  5217. /usr/include/SDL2/SDL_scancode.h:68:5: error: redeclaration of enumerator ‘SDL_SCANCODE_O’
  5218. SDL_SCANCODE_O = 18,
  5219. ^
  5220. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5221. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5222. from /usr/local/include/SDL2/SDL_events.h:34,
  5223. from /usr/local/include/SDL2/SDL.h:41,
  5224. from src/../include/simple2d.h:63,
  5225. from src/controllers.c:3:
  5226. /usr/local/include/SDL2/SDL_scancode.h:68:5: note: previous definition of ‘SDL_SCANCODE_O’ was here
  5227. SDL_SCANCODE_O = 18,
  5228. ^
  5229. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5230. from /usr/include/SDL2/SDL_keyboard.h:33,
  5231. from /usr/include/SDL2/SDL_events.h:34,
  5232. from /usr/include/SDL2/SDL.h:76,
  5233. from /usr/include/SDL2/SDL_image.h:27,
  5234. from src/../include/simple2d.h:92,
  5235. from src/controllers.c:3:
  5236. /usr/include/SDL2/SDL_scancode.h:69:5: error: redeclaration of enumerator ‘SDL_SCANCODE_P’
  5237. SDL_SCANCODE_P = 19,
  5238. ^
  5239. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5240. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5241. from /usr/local/include/SDL2/SDL_events.h:34,
  5242. from /usr/local/include/SDL2/SDL.h:41,
  5243. from src/../include/simple2d.h:63,
  5244. from src/controllers.c:3:
  5245. /usr/local/include/SDL2/SDL_scancode.h:69:5: note: previous definition of ‘SDL_SCANCODE_P’ was here
  5246. SDL_SCANCODE_P = 19,
  5247. ^
  5248. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5249. from /usr/include/SDL2/SDL_keyboard.h:33,
  5250. from /usr/include/SDL2/SDL_events.h:34,
  5251. from /usr/include/SDL2/SDL.h:76,
  5252. from /usr/include/SDL2/SDL_image.h:27,
  5253. from src/../include/simple2d.h:92,
  5254. from src/controllers.c:3:
  5255. /usr/include/SDL2/SDL_scancode.h:70:5: error: redeclaration of enumerator ‘SDL_SCANCODE_Q’
  5256. SDL_SCANCODE_Q = 20,
  5257. ^
  5258. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5259. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5260. from /usr/local/include/SDL2/SDL_events.h:34,
  5261. from /usr/local/include/SDL2/SDL.h:41,
  5262. from src/../include/simple2d.h:63,
  5263. from src/controllers.c:3:
  5264. /usr/local/include/SDL2/SDL_scancode.h:70:5: note: previous definition of ‘SDL_SCANCODE_Q’ was here
  5265. SDL_SCANCODE_Q = 20,
  5266. ^
  5267. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5268. from /usr/include/SDL2/SDL_keyboard.h:33,
  5269. from /usr/include/SDL2/SDL_events.h:34,
  5270. from /usr/include/SDL2/SDL.h:76,
  5271. from /usr/include/SDL2/SDL_image.h:27,
  5272. from src/../include/simple2d.h:92,
  5273. from src/controllers.c:3:
  5274. /usr/include/SDL2/SDL_scancode.h:71:5: error: redeclaration of enumerator ‘SDL_SCANCODE_R’
  5275. SDL_SCANCODE_R = 21,
  5276. ^
  5277. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5278. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5279. from /usr/local/include/SDL2/SDL_events.h:34,
  5280. from /usr/local/include/SDL2/SDL.h:41,
  5281. from src/../include/simple2d.h:63,
  5282. from src/controllers.c:3:
  5283. /usr/local/include/SDL2/SDL_scancode.h:71:5: note: previous definition of ‘SDL_SCANCODE_R’ was here
  5284. SDL_SCANCODE_R = 21,
  5285. ^
  5286. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5287. from /usr/include/SDL2/SDL_keyboard.h:33,
  5288. from /usr/include/SDL2/SDL_events.h:34,
  5289. from /usr/include/SDL2/SDL.h:76,
  5290. from /usr/include/SDL2/SDL_image.h:27,
  5291. from src/../include/simple2d.h:92,
  5292. from src/controllers.c:3:
  5293. /usr/include/SDL2/SDL_scancode.h:72:5: error: redeclaration of enumerator ‘SDL_SCANCODE_S’
  5294. SDL_SCANCODE_S = 22,
  5295. ^
  5296. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5297. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5298. from /usr/local/include/SDL2/SDL_events.h:34,
  5299. from /usr/local/include/SDL2/SDL.h:41,
  5300. from src/../include/simple2d.h:63,
  5301. from src/controllers.c:3:
  5302. /usr/local/include/SDL2/SDL_scancode.h:72:5: note: previous definition of ‘SDL_SCANCODE_S’ was here
  5303. SDL_SCANCODE_S = 22,
  5304. ^
  5305. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5306. from /usr/include/SDL2/SDL_keyboard.h:33,
  5307. from /usr/include/SDL2/SDL_events.h:34,
  5308. from /usr/include/SDL2/SDL.h:76,
  5309. from /usr/include/SDL2/SDL_image.h:27,
  5310. from src/../include/simple2d.h:92,
  5311. from src/controllers.c:3:
  5312. /usr/include/SDL2/SDL_scancode.h:73:5: error: redeclaration of enumerator ‘SDL_SCANCODE_T’
  5313. SDL_SCANCODE_T = 23,
  5314. ^
  5315. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5316. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5317. from /usr/local/include/SDL2/SDL_events.h:34,
  5318. from /usr/local/include/SDL2/SDL.h:41,
  5319. from src/../include/simple2d.h:63,
  5320. from src/controllers.c:3:
  5321. /usr/local/include/SDL2/SDL_scancode.h:73:5: note: previous definition of ‘SDL_SCANCODE_T’ was here
  5322. SDL_SCANCODE_T = 23,
  5323. ^
  5324. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5325. from /usr/include/SDL2/SDL_keyboard.h:33,
  5326. from /usr/include/SDL2/SDL_events.h:34,
  5327. from /usr/include/SDL2/SDL.h:76,
  5328. from /usr/include/SDL2/SDL_image.h:27,
  5329. from src/../include/simple2d.h:92,
  5330. from src/controllers.c:3:
  5331. /usr/include/SDL2/SDL_scancode.h:74:5: error: redeclaration of enumerator ‘SDL_SCANCODE_U’
  5332. SDL_SCANCODE_U = 24,
  5333. ^
  5334. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5335. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5336. from /usr/local/include/SDL2/SDL_events.h:34,
  5337. from /usr/local/include/SDL2/SDL.h:41,
  5338. from src/../include/simple2d.h:63,
  5339. from src/controllers.c:3:
  5340. /usr/local/include/SDL2/SDL_scancode.h:74:5: note: previous definition of ‘SDL_SCANCODE_U’ was here
  5341. SDL_SCANCODE_U = 24,
  5342. ^
  5343. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5344. from /usr/include/SDL2/SDL_keyboard.h:33,
  5345. from /usr/include/SDL2/SDL_events.h:34,
  5346. from /usr/include/SDL2/SDL.h:76,
  5347. from /usr/include/SDL2/SDL_image.h:27,
  5348. from src/../include/simple2d.h:92,
  5349. from src/controllers.c:3:
  5350. /usr/include/SDL2/SDL_scancode.h:75:5: error: redeclaration of enumerator ‘SDL_SCANCODE_V’
  5351. SDL_SCANCODE_V = 25,
  5352. ^
  5353. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5354. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5355. from /usr/local/include/SDL2/SDL_events.h:34,
  5356. from /usr/local/include/SDL2/SDL.h:41,
  5357. from src/../include/simple2d.h:63,
  5358. from src/controllers.c:3:
  5359. /usr/local/include/SDL2/SDL_scancode.h:75:5: note: previous definition of ‘SDL_SCANCODE_V’ was here
  5360. SDL_SCANCODE_V = 25,
  5361. ^
  5362. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5363. from /usr/include/SDL2/SDL_keyboard.h:33,
  5364. from /usr/include/SDL2/SDL_events.h:34,
  5365. from /usr/include/SDL2/SDL.h:76,
  5366. from /usr/include/SDL2/SDL_image.h:27,
  5367. from src/../include/simple2d.h:92,
  5368. from src/controllers.c:3:
  5369. /usr/include/SDL2/SDL_scancode.h:76:5: error: redeclaration of enumerator ‘SDL_SCANCODE_W’
  5370. SDL_SCANCODE_W = 26,
  5371. ^
  5372. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5373. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5374. from /usr/local/include/SDL2/SDL_events.h:34,
  5375. from /usr/local/include/SDL2/SDL.h:41,
  5376. from src/../include/simple2d.h:63,
  5377. from src/controllers.c:3:
  5378. /usr/local/include/SDL2/SDL_scancode.h:76:5: note: previous definition of ‘SDL_SCANCODE_W’ was here
  5379. SDL_SCANCODE_W = 26,
  5380. ^
  5381. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5382. from /usr/include/SDL2/SDL_keyboard.h:33,
  5383. from /usr/include/SDL2/SDL_events.h:34,
  5384. from /usr/include/SDL2/SDL.h:76,
  5385. from /usr/include/SDL2/SDL_image.h:27,
  5386. from src/../include/simple2d.h:92,
  5387. from src/controllers.c:3:
  5388. /usr/include/SDL2/SDL_scancode.h:77:5: error: redeclaration of enumerator ‘SDL_SCANCODE_X’
  5389. SDL_SCANCODE_X = 27,
  5390. ^
  5391. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5392. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5393. from /usr/local/include/SDL2/SDL_events.h:34,
  5394. from /usr/local/include/SDL2/SDL.h:41,
  5395. from src/../include/simple2d.h:63,
  5396. from src/controllers.c:3:
  5397. /usr/local/include/SDL2/SDL_scancode.h:77:5: note: previous definition of ‘SDL_SCANCODE_X’ was here
  5398. SDL_SCANCODE_X = 27,
  5399. ^
  5400. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5401. from /usr/include/SDL2/SDL_keyboard.h:33,
  5402. from /usr/include/SDL2/SDL_events.h:34,
  5403. from /usr/include/SDL2/SDL.h:76,
  5404. from /usr/include/SDL2/SDL_image.h:27,
  5405. from src/../include/simple2d.h:92,
  5406. from src/controllers.c:3:
  5407. /usr/include/SDL2/SDL_scancode.h:78:5: error: redeclaration of enumerator ‘SDL_SCANCODE_Y’
  5408. SDL_SCANCODE_Y = 28,
  5409. ^
  5410. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5411. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5412. from /usr/local/include/SDL2/SDL_events.h:34,
  5413. from /usr/local/include/SDL2/SDL.h:41,
  5414. from src/../include/simple2d.h:63,
  5415. from src/controllers.c:3:
  5416. /usr/local/include/SDL2/SDL_scancode.h:78:5: note: previous definition of ‘SDL_SCANCODE_Y’ was here
  5417. SDL_SCANCODE_Y = 28,
  5418. ^
  5419. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5420. from /usr/include/SDL2/SDL_keyboard.h:33,
  5421. from /usr/include/SDL2/SDL_events.h:34,
  5422. from /usr/include/SDL2/SDL.h:76,
  5423. from /usr/include/SDL2/SDL_image.h:27,
  5424. from src/../include/simple2d.h:92,
  5425. from src/controllers.c:3:
  5426. /usr/include/SDL2/SDL_scancode.h:79:5: error: redeclaration of enumerator ‘SDL_SCANCODE_Z’
  5427. SDL_SCANCODE_Z = 29,
  5428. ^
  5429. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5430. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5431. from /usr/local/include/SDL2/SDL_events.h:34,
  5432. from /usr/local/include/SDL2/SDL.h:41,
  5433. from src/../include/simple2d.h:63,
  5434. from src/controllers.c:3:
  5435. /usr/local/include/SDL2/SDL_scancode.h:79:5: note: previous definition of ‘SDL_SCANCODE_Z’ was here
  5436. SDL_SCANCODE_Z = 29,
  5437. ^
  5438. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5439. from /usr/include/SDL2/SDL_keyboard.h:33,
  5440. from /usr/include/SDL2/SDL_events.h:34,
  5441. from /usr/include/SDL2/SDL.h:76,
  5442. from /usr/include/SDL2/SDL_image.h:27,
  5443. from src/../include/simple2d.h:92,
  5444. from src/controllers.c:3:
  5445. /usr/include/SDL2/SDL_scancode.h:81:5: error: redeclaration of enumerator ‘SDL_SCANCODE_1’
  5446. SDL_SCANCODE_1 = 30,
  5447. ^
  5448. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5449. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5450. from /usr/local/include/SDL2/SDL_events.h:34,
  5451. from /usr/local/include/SDL2/SDL.h:41,
  5452. from src/../include/simple2d.h:63,
  5453. from src/controllers.c:3:
  5454. /usr/local/include/SDL2/SDL_scancode.h:81:5: note: previous definition of ‘SDL_SCANCODE_1’ was here
  5455. SDL_SCANCODE_1 = 30,
  5456. ^
  5457. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5458. from /usr/include/SDL2/SDL_keyboard.h:33,
  5459. from /usr/include/SDL2/SDL_events.h:34,
  5460. from /usr/include/SDL2/SDL.h:76,
  5461. from /usr/include/SDL2/SDL_image.h:27,
  5462. from src/../include/simple2d.h:92,
  5463. from src/controllers.c:3:
  5464. /usr/include/SDL2/SDL_scancode.h:82:5: error: redeclaration of enumerator ‘SDL_SCANCODE_2’
  5465. SDL_SCANCODE_2 = 31,
  5466. ^
  5467. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5468. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5469. from /usr/local/include/SDL2/SDL_events.h:34,
  5470. from /usr/local/include/SDL2/SDL.h:41,
  5471. from src/../include/simple2d.h:63,
  5472. from src/controllers.c:3:
  5473. /usr/local/include/SDL2/SDL_scancode.h:82:5: note: previous definition of ‘SDL_SCANCODE_2’ was here
  5474. SDL_SCANCODE_2 = 31,
  5475. ^
  5476. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5477. from /usr/include/SDL2/SDL_keyboard.h:33,
  5478. from /usr/include/SDL2/SDL_events.h:34,
  5479. from /usr/include/SDL2/SDL.h:76,
  5480. from /usr/include/SDL2/SDL_image.h:27,
  5481. from src/../include/simple2d.h:92,
  5482. from src/controllers.c:3:
  5483. /usr/include/SDL2/SDL_scancode.h:83:5: error: redeclaration of enumerator ‘SDL_SCANCODE_3’
  5484. SDL_SCANCODE_3 = 32,
  5485. ^
  5486. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5487. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5488. from /usr/local/include/SDL2/SDL_events.h:34,
  5489. from /usr/local/include/SDL2/SDL.h:41,
  5490. from src/../include/simple2d.h:63,
  5491. from src/controllers.c:3:
  5492. /usr/local/include/SDL2/SDL_scancode.h:83:5: note: previous definition of ‘SDL_SCANCODE_3’ was here
  5493. SDL_SCANCODE_3 = 32,
  5494. ^
  5495. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5496. from /usr/include/SDL2/SDL_keyboard.h:33,
  5497. from /usr/include/SDL2/SDL_events.h:34,
  5498. from /usr/include/SDL2/SDL.h:76,
  5499. from /usr/include/SDL2/SDL_image.h:27,
  5500. from src/../include/simple2d.h:92,
  5501. from src/controllers.c:3:
  5502. /usr/include/SDL2/SDL_scancode.h:84:5: error: redeclaration of enumerator ‘SDL_SCANCODE_4’
  5503. SDL_SCANCODE_4 = 33,
  5504. ^
  5505. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5506. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5507. from /usr/local/include/SDL2/SDL_events.h:34,
  5508. from /usr/local/include/SDL2/SDL.h:41,
  5509. from src/../include/simple2d.h:63,
  5510. from src/controllers.c:3:
  5511. /usr/local/include/SDL2/SDL_scancode.h:84:5: note: previous definition of ‘SDL_SCANCODE_4’ was here
  5512. SDL_SCANCODE_4 = 33,
  5513. ^
  5514. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5515. from /usr/include/SDL2/SDL_keyboard.h:33,
  5516. from /usr/include/SDL2/SDL_events.h:34,
  5517. from /usr/include/SDL2/SDL.h:76,
  5518. from /usr/include/SDL2/SDL_image.h:27,
  5519. from src/../include/simple2d.h:92,
  5520. from src/controllers.c:3:
  5521. /usr/include/SDL2/SDL_scancode.h:85:5: error: redeclaration of enumerator ‘SDL_SCANCODE_5’
  5522. SDL_SCANCODE_5 = 34,
  5523. ^
  5524. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5525. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5526. from /usr/local/include/SDL2/SDL_events.h:34,
  5527. from /usr/local/include/SDL2/SDL.h:41,
  5528. from src/../include/simple2d.h:63,
  5529. from src/controllers.c:3:
  5530. /usr/local/include/SDL2/SDL_scancode.h:85:5: note: previous definition of ‘SDL_SCANCODE_5’ was here
  5531. SDL_SCANCODE_5 = 34,
  5532. ^
  5533. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5534. from /usr/include/SDL2/SDL_keyboard.h:33,
  5535. from /usr/include/SDL2/SDL_events.h:34,
  5536. from /usr/include/SDL2/SDL.h:76,
  5537. from /usr/include/SDL2/SDL_image.h:27,
  5538. from src/../include/simple2d.h:92,
  5539. from src/controllers.c:3:
  5540. /usr/include/SDL2/SDL_scancode.h:86:5: error: redeclaration of enumerator ‘SDL_SCANCODE_6’
  5541. SDL_SCANCODE_6 = 35,
  5542. ^
  5543. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5544. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5545. from /usr/local/include/SDL2/SDL_events.h:34,
  5546. from /usr/local/include/SDL2/SDL.h:41,
  5547. from src/../include/simple2d.h:63,
  5548. from src/controllers.c:3:
  5549. /usr/local/include/SDL2/SDL_scancode.h:86:5: note: previous definition of ‘SDL_SCANCODE_6’ was here
  5550. SDL_SCANCODE_6 = 35,
  5551. ^
  5552. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5553. from /usr/include/SDL2/SDL_keyboard.h:33,
  5554. from /usr/include/SDL2/SDL_events.h:34,
  5555. from /usr/include/SDL2/SDL.h:76,
  5556. from /usr/include/SDL2/SDL_image.h:27,
  5557. from src/../include/simple2d.h:92,
  5558. from src/controllers.c:3:
  5559. /usr/include/SDL2/SDL_scancode.h:87:5: error: redeclaration of enumerator ‘SDL_SCANCODE_7’
  5560. SDL_SCANCODE_7 = 36,
  5561. ^
  5562. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5563. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5564. from /usr/local/include/SDL2/SDL_events.h:34,
  5565. from /usr/local/include/SDL2/SDL.h:41,
  5566. from src/../include/simple2d.h:63,
  5567. from src/controllers.c:3:
  5568. /usr/local/include/SDL2/SDL_scancode.h:87:5: note: previous definition of ‘SDL_SCANCODE_7’ was here
  5569. SDL_SCANCODE_7 = 36,
  5570. ^
  5571. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5572. from /usr/include/SDL2/SDL_keyboard.h:33,
  5573. from /usr/include/SDL2/SDL_events.h:34,
  5574. from /usr/include/SDL2/SDL.h:76,
  5575. from /usr/include/SDL2/SDL_image.h:27,
  5576. from src/../include/simple2d.h:92,
  5577. from src/controllers.c:3:
  5578. /usr/include/SDL2/SDL_scancode.h:88:5: error: redeclaration of enumerator ‘SDL_SCANCODE_8’
  5579. SDL_SCANCODE_8 = 37,
  5580. ^
  5581. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5582. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5583. from /usr/local/include/SDL2/SDL_events.h:34,
  5584. from /usr/local/include/SDL2/SDL.h:41,
  5585. from src/../include/simple2d.h:63,
  5586. from src/controllers.c:3:
  5587. /usr/local/include/SDL2/SDL_scancode.h:88:5: note: previous definition of ‘SDL_SCANCODE_8’ was here
  5588. SDL_SCANCODE_8 = 37,
  5589. ^
  5590. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5591. from /usr/include/SDL2/SDL_keyboard.h:33,
  5592. from /usr/include/SDL2/SDL_events.h:34,
  5593. from /usr/include/SDL2/SDL.h:76,
  5594. from /usr/include/SDL2/SDL_image.h:27,
  5595. from src/../include/simple2d.h:92,
  5596. from src/controllers.c:3:
  5597. /usr/include/SDL2/SDL_scancode.h:89:5: error: redeclaration of enumerator ‘SDL_SCANCODE_9’
  5598. SDL_SCANCODE_9 = 38,
  5599. ^
  5600. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5601. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5602. from /usr/local/include/SDL2/SDL_events.h:34,
  5603. from /usr/local/include/SDL2/SDL.h:41,
  5604. from src/../include/simple2d.h:63,
  5605. from src/controllers.c:3:
  5606. /usr/local/include/SDL2/SDL_scancode.h:89:5: note: previous definition of ‘SDL_SCANCODE_9’ was here
  5607. SDL_SCANCODE_9 = 38,
  5608. ^
  5609. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5610. from /usr/include/SDL2/SDL_keyboard.h:33,
  5611. from /usr/include/SDL2/SDL_events.h:34,
  5612. from /usr/include/SDL2/SDL.h:76,
  5613. from /usr/include/SDL2/SDL_image.h:27,
  5614. from src/../include/simple2d.h:92,
  5615. from src/controllers.c:3:
  5616. /usr/include/SDL2/SDL_scancode.h:90:5: error: redeclaration of enumerator ‘SDL_SCANCODE_0’
  5617. SDL_SCANCODE_0 = 39,
  5618. ^
  5619. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5620. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5621. from /usr/local/include/SDL2/SDL_events.h:34,
  5622. from /usr/local/include/SDL2/SDL.h:41,
  5623. from src/../include/simple2d.h:63,
  5624. from src/controllers.c:3:
  5625. /usr/local/include/SDL2/SDL_scancode.h:90:5: note: previous definition of ‘SDL_SCANCODE_0’ was here
  5626. SDL_SCANCODE_0 = 39,
  5627. ^
  5628. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5629. from /usr/include/SDL2/SDL_keyboard.h:33,
  5630. from /usr/include/SDL2/SDL_events.h:34,
  5631. from /usr/include/SDL2/SDL.h:76,
  5632. from /usr/include/SDL2/SDL_image.h:27,
  5633. from src/../include/simple2d.h:92,
  5634. from src/controllers.c:3:
  5635. /usr/include/SDL2/SDL_scancode.h:92:5: error: redeclaration of enumerator ‘SDL_SCANCODE_RETURN’
  5636. SDL_SCANCODE_RETURN = 40,
  5637. ^
  5638. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5639. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5640. from /usr/local/include/SDL2/SDL_events.h:34,
  5641. from /usr/local/include/SDL2/SDL.h:41,
  5642. from src/../include/simple2d.h:63,
  5643. from src/controllers.c:3:
  5644. /usr/local/include/SDL2/SDL_scancode.h:92:5: note: previous definition of ‘SDL_SCANCODE_RETURN’ was here
  5645. SDL_SCANCODE_RETURN = 40,
  5646. ^
  5647. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5648. from /usr/include/SDL2/SDL_keyboard.h:33,
  5649. from /usr/include/SDL2/SDL_events.h:34,
  5650. from /usr/include/SDL2/SDL.h:76,
  5651. from /usr/include/SDL2/SDL_image.h:27,
  5652. from src/../include/simple2d.h:92,
  5653. from src/controllers.c:3:
  5654. /usr/include/SDL2/SDL_scancode.h:93:5: error: redeclaration of enumerator ‘SDL_SCANCODE_ESCAPE’
  5655. SDL_SCANCODE_ESCAPE = 41,
  5656. ^
  5657. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5658. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5659. from /usr/local/include/SDL2/SDL_events.h:34,
  5660. from /usr/local/include/SDL2/SDL.h:41,
  5661. from src/../include/simple2d.h:63,
  5662. from src/controllers.c:3:
  5663. /usr/local/include/SDL2/SDL_scancode.h:93:5: note: previous definition of ‘SDL_SCANCODE_ESCAPE’ was here
  5664. SDL_SCANCODE_ESCAPE = 41,
  5665. ^
  5666. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5667. from /usr/include/SDL2/SDL_keyboard.h:33,
  5668. from /usr/include/SDL2/SDL_events.h:34,
  5669. from /usr/include/SDL2/SDL.h:76,
  5670. from /usr/include/SDL2/SDL_image.h:27,
  5671. from src/../include/simple2d.h:92,
  5672. from src/controllers.c:3:
  5673. /usr/include/SDL2/SDL_scancode.h:94:5: error: redeclaration of enumerator ‘SDL_SCANCODE_BACKSPACE’
  5674. SDL_SCANCODE_BACKSPACE = 42,
  5675. ^
  5676. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5677. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5678. from /usr/local/include/SDL2/SDL_events.h:34,
  5679. from /usr/local/include/SDL2/SDL.h:41,
  5680. from src/../include/simple2d.h:63,
  5681. from src/controllers.c:3:
  5682. /usr/local/include/SDL2/SDL_scancode.h:94:5: note: previous definition of ‘SDL_SCANCODE_BACKSPACE’ was here
  5683. SDL_SCANCODE_BACKSPACE = 42,
  5684. ^
  5685. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5686. from /usr/include/SDL2/SDL_keyboard.h:33,
  5687. from /usr/include/SDL2/SDL_events.h:34,
  5688. from /usr/include/SDL2/SDL.h:76,
  5689. from /usr/include/SDL2/SDL_image.h:27,
  5690. from src/../include/simple2d.h:92,
  5691. from src/controllers.c:3:
  5692. /usr/include/SDL2/SDL_scancode.h:95:5: error: redeclaration of enumerator ‘SDL_SCANCODE_TAB’
  5693. SDL_SCANCODE_TAB = 43,
  5694. ^
  5695. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5696. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5697. from /usr/local/include/SDL2/SDL_events.h:34,
  5698. from /usr/local/include/SDL2/SDL.h:41,
  5699. from src/../include/simple2d.h:63,
  5700. from src/controllers.c:3:
  5701. /usr/local/include/SDL2/SDL_scancode.h:95:5: note: previous definition of ‘SDL_SCANCODE_TAB’ was here
  5702. SDL_SCANCODE_TAB = 43,
  5703. ^
  5704. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5705. from /usr/include/SDL2/SDL_keyboard.h:33,
  5706. from /usr/include/SDL2/SDL_events.h:34,
  5707. from /usr/include/SDL2/SDL.h:76,
  5708. from /usr/include/SDL2/SDL_image.h:27,
  5709. from src/../include/simple2d.h:92,
  5710. from src/controllers.c:3:
  5711. /usr/include/SDL2/SDL_scancode.h:96:5: error: redeclaration of enumerator ‘SDL_SCANCODE_SPACE’
  5712. SDL_SCANCODE_SPACE = 44,
  5713. ^
  5714. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5715. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5716. from /usr/local/include/SDL2/SDL_events.h:34,
  5717. from /usr/local/include/SDL2/SDL.h:41,
  5718. from src/../include/simple2d.h:63,
  5719. from src/controllers.c:3:
  5720. /usr/local/include/SDL2/SDL_scancode.h:96:5: note: previous definition of ‘SDL_SCANCODE_SPACE’ was here
  5721. SDL_SCANCODE_SPACE = 44,
  5722. ^
  5723. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5724. from /usr/include/SDL2/SDL_keyboard.h:33,
  5725. from /usr/include/SDL2/SDL_events.h:34,
  5726. from /usr/include/SDL2/SDL.h:76,
  5727. from /usr/include/SDL2/SDL_image.h:27,
  5728. from src/../include/simple2d.h:92,
  5729. from src/controllers.c:3:
  5730. /usr/include/SDL2/SDL_scancode.h:98:5: error: redeclaration of enumerator ‘SDL_SCANCODE_MINUS’
  5731. SDL_SCANCODE_MINUS = 45,
  5732. ^
  5733. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5734. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5735. from /usr/local/include/SDL2/SDL_events.h:34,
  5736. from /usr/local/include/SDL2/SDL.h:41,
  5737. from src/../include/simple2d.h:63,
  5738. from src/controllers.c:3:
  5739. /usr/local/include/SDL2/SDL_scancode.h:98:5: note: previous definition of ‘SDL_SCANCODE_MINUS’ was here
  5740. SDL_SCANCODE_MINUS = 45,
  5741. ^
  5742. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5743. from /usr/include/SDL2/SDL_keyboard.h:33,
  5744. from /usr/include/SDL2/SDL_events.h:34,
  5745. from /usr/include/SDL2/SDL.h:76,
  5746. from /usr/include/SDL2/SDL_image.h:27,
  5747. from src/../include/simple2d.h:92,
  5748. from src/controllers.c:3:
  5749. /usr/include/SDL2/SDL_scancode.h:99:5: error: redeclaration of enumerator ‘SDL_SCANCODE_EQUALS’
  5750. SDL_SCANCODE_EQUALS = 46,
  5751. ^
  5752. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5753. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5754. from /usr/local/include/SDL2/SDL_events.h:34,
  5755. from /usr/local/include/SDL2/SDL.h:41,
  5756. from src/../include/simple2d.h:63,
  5757. from src/controllers.c:3:
  5758. /usr/local/include/SDL2/SDL_scancode.h:99:5: note: previous definition of ‘SDL_SCANCODE_EQUALS’ was here
  5759. SDL_SCANCODE_EQUALS = 46,
  5760. ^
  5761. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5762. from /usr/include/SDL2/SDL_keyboard.h:33,
  5763. from /usr/include/SDL2/SDL_events.h:34,
  5764. from /usr/include/SDL2/SDL.h:76,
  5765. from /usr/include/SDL2/SDL_image.h:27,
  5766. from src/../include/simple2d.h:92,
  5767. from src/controllers.c:3:
  5768. /usr/include/SDL2/SDL_scancode.h:100:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LEFTBRACKET’
  5769. SDL_SCANCODE_LEFTBRACKET = 47,
  5770. ^
  5771. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5772. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5773. from /usr/local/include/SDL2/SDL_events.h:34,
  5774. from /usr/local/include/SDL2/SDL.h:41,
  5775. from src/../include/simple2d.h:63,
  5776. from src/controllers.c:3:
  5777. /usr/local/include/SDL2/SDL_scancode.h:100:5: note: previous definition of ‘SDL_SCANCODE_LEFTBRACKET’ was here
  5778. SDL_SCANCODE_LEFTBRACKET = 47,
  5779. ^
  5780. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5781. from /usr/include/SDL2/SDL_keyboard.h:33,
  5782. from /usr/include/SDL2/SDL_events.h:34,
  5783. from /usr/include/SDL2/SDL.h:76,
  5784. from /usr/include/SDL2/SDL_image.h:27,
  5785. from src/../include/simple2d.h:92,
  5786. from src/controllers.c:3:
  5787. /usr/include/SDL2/SDL_scancode.h:101:5: error: redeclaration of enumerator ‘SDL_SCANCODE_RIGHTBRACKET’
  5788. SDL_SCANCODE_RIGHTBRACKET = 48,
  5789. ^
  5790. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5791. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5792. from /usr/local/include/SDL2/SDL_events.h:34,
  5793. from /usr/local/include/SDL2/SDL.h:41,
  5794. from src/../include/simple2d.h:63,
  5795. from src/controllers.c:3:
  5796. /usr/local/include/SDL2/SDL_scancode.h:101:5: note: previous definition of ‘SDL_SCANCODE_RIGHTBRACKET’ was here
  5797. SDL_SCANCODE_RIGHTBRACKET = 48,
  5798. ^
  5799. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5800. from /usr/include/SDL2/SDL_keyboard.h:33,
  5801. from /usr/include/SDL2/SDL_events.h:34,
  5802. from /usr/include/SDL2/SDL.h:76,
  5803. from /usr/include/SDL2/SDL_image.h:27,
  5804. from src/../include/simple2d.h:92,
  5805. from src/controllers.c:3:
  5806. /usr/include/SDL2/SDL_scancode.h:102:5: error: redeclaration of enumerator ‘SDL_SCANCODE_BACKSLASH’
  5807. SDL_SCANCODE_BACKSLASH = 49, /**< Located at the lower left of the return
  5808. ^
  5809. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5810. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5811. from /usr/local/include/SDL2/SDL_events.h:34,
  5812. from /usr/local/include/SDL2/SDL.h:41,
  5813. from src/../include/simple2d.h:63,
  5814. from src/controllers.c:3:
  5815. /usr/local/include/SDL2/SDL_scancode.h:102:5: note: previous definition of ‘SDL_SCANCODE_BACKSLASH’ was here
  5816. SDL_SCANCODE_BACKSLASH = 49, /**< Located at the lower left of the return
  5817. ^
  5818. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5819. from /usr/include/SDL2/SDL_keyboard.h:33,
  5820. from /usr/include/SDL2/SDL_events.h:34,
  5821. from /usr/include/SDL2/SDL.h:76,
  5822. from /usr/include/SDL2/SDL_image.h:27,
  5823. from src/../include/simple2d.h:92,
  5824. from src/controllers.c:3:
  5825. /usr/include/SDL2/SDL_scancode.h:116:5: error: redeclaration of enumerator ‘SDL_SCANCODE_NONUSHASH’
  5826. SDL_SCANCODE_NONUSHASH = 50, /**< ISO USB keyboards actually use this code
  5827. ^
  5828. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5829. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5830. from /usr/local/include/SDL2/SDL_events.h:34,
  5831. from /usr/local/include/SDL2/SDL.h:41,
  5832. from src/../include/simple2d.h:63,
  5833. from src/controllers.c:3:
  5834. /usr/local/include/SDL2/SDL_scancode.h:116:5: note: previous definition of ‘SDL_SCANCODE_NONUSHASH’ was here
  5835. SDL_SCANCODE_NONUSHASH = 50, /**< ISO USB keyboards actually use this code
  5836. ^
  5837. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5838. from /usr/include/SDL2/SDL_keyboard.h:33,
  5839. from /usr/include/SDL2/SDL_events.h:34,
  5840. from /usr/include/SDL2/SDL.h:76,
  5841. from /usr/include/SDL2/SDL_image.h:27,
  5842. from src/../include/simple2d.h:92,
  5843. from src/controllers.c:3:
  5844. /usr/include/SDL2/SDL_scancode.h:128:5: error: redeclaration of enumerator ‘SDL_SCANCODE_SEMICOLON’
  5845. SDL_SCANCODE_SEMICOLON = 51,
  5846. ^
  5847. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5848. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5849. from /usr/local/include/SDL2/SDL_events.h:34,
  5850. from /usr/local/include/SDL2/SDL.h:41,
  5851. from src/../include/simple2d.h:63,
  5852. from src/controllers.c:3:
  5853. /usr/local/include/SDL2/SDL_scancode.h:128:5: note: previous definition of ‘SDL_SCANCODE_SEMICOLON’ was here
  5854. SDL_SCANCODE_SEMICOLON = 51,
  5855. ^
  5856. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5857. from /usr/include/SDL2/SDL_keyboard.h:33,
  5858. from /usr/include/SDL2/SDL_events.h:34,
  5859. from /usr/include/SDL2/SDL.h:76,
  5860. from /usr/include/SDL2/SDL_image.h:27,
  5861. from src/../include/simple2d.h:92,
  5862. from src/controllers.c:3:
  5863. /usr/include/SDL2/SDL_scancode.h:129:5: error: redeclaration of enumerator ‘SDL_SCANCODE_APOSTROPHE’
  5864. SDL_SCANCODE_APOSTROPHE = 52,
  5865. ^
  5866. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5867. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5868. from /usr/local/include/SDL2/SDL_events.h:34,
  5869. from /usr/local/include/SDL2/SDL.h:41,
  5870. from src/../include/simple2d.h:63,
  5871. from src/controllers.c:3:
  5872. /usr/local/include/SDL2/SDL_scancode.h:129:5: note: previous definition of ‘SDL_SCANCODE_APOSTROPHE’ was here
  5873. SDL_SCANCODE_APOSTROPHE = 52,
  5874. ^
  5875. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5876. from /usr/include/SDL2/SDL_keyboard.h:33,
  5877. from /usr/include/SDL2/SDL_events.h:34,
  5878. from /usr/include/SDL2/SDL.h:76,
  5879. from /usr/include/SDL2/SDL_image.h:27,
  5880. from src/../include/simple2d.h:92,
  5881. from src/controllers.c:3:
  5882. /usr/include/SDL2/SDL_scancode.h:130:5: error: redeclaration of enumerator ‘SDL_SCANCODE_GRAVE’
  5883. SDL_SCANCODE_GRAVE = 53, /**< Located in the top left corner (on both ANSI
  5884. ^
  5885. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5886. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5887. from /usr/local/include/SDL2/SDL_events.h:34,
  5888. from /usr/local/include/SDL2/SDL.h:41,
  5889. from src/../include/simple2d.h:63,
  5890. from src/controllers.c:3:
  5891. /usr/local/include/SDL2/SDL_scancode.h:130:5: note: previous definition of ‘SDL_SCANCODE_GRAVE’ was here
  5892. SDL_SCANCODE_GRAVE = 53, /**< Located in the top left corner (on both ANSI
  5893. ^
  5894. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5895. from /usr/include/SDL2/SDL_keyboard.h:33,
  5896. from /usr/include/SDL2/SDL_events.h:34,
  5897. from /usr/include/SDL2/SDL.h:76,
  5898. from /usr/include/SDL2/SDL_image.h:27,
  5899. from src/../include/simple2d.h:92,
  5900. from src/controllers.c:3:
  5901. /usr/include/SDL2/SDL_scancode.h:147:5: error: redeclaration of enumerator ‘SDL_SCANCODE_COMMA’
  5902. SDL_SCANCODE_COMMA = 54,
  5903. ^
  5904. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5905. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5906. from /usr/local/include/SDL2/SDL_events.h:34,
  5907. from /usr/local/include/SDL2/SDL.h:41,
  5908. from src/../include/simple2d.h:63,
  5909. from src/controllers.c:3:
  5910. /usr/local/include/SDL2/SDL_scancode.h:147:5: note: previous definition of ‘SDL_SCANCODE_COMMA’ was here
  5911. SDL_SCANCODE_COMMA = 54,
  5912. ^
  5913. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5914. from /usr/include/SDL2/SDL_keyboard.h:33,
  5915. from /usr/include/SDL2/SDL_events.h:34,
  5916. from /usr/include/SDL2/SDL.h:76,
  5917. from /usr/include/SDL2/SDL_image.h:27,
  5918. from src/../include/simple2d.h:92,
  5919. from src/controllers.c:3:
  5920. /usr/include/SDL2/SDL_scancode.h:148:5: error: redeclaration of enumerator ‘SDL_SCANCODE_PERIOD’
  5921. SDL_SCANCODE_PERIOD = 55,
  5922. ^
  5923. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5924. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5925. from /usr/local/include/SDL2/SDL_events.h:34,
  5926. from /usr/local/include/SDL2/SDL.h:41,
  5927. from src/../include/simple2d.h:63,
  5928. from src/controllers.c:3:
  5929. /usr/local/include/SDL2/SDL_scancode.h:148:5: note: previous definition of ‘SDL_SCANCODE_PERIOD’ was here
  5930. SDL_SCANCODE_PERIOD = 55,
  5931. ^
  5932. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5933. from /usr/include/SDL2/SDL_keyboard.h:33,
  5934. from /usr/include/SDL2/SDL_events.h:34,
  5935. from /usr/include/SDL2/SDL.h:76,
  5936. from /usr/include/SDL2/SDL_image.h:27,
  5937. from src/../include/simple2d.h:92,
  5938. from src/controllers.c:3:
  5939. /usr/include/SDL2/SDL_scancode.h:149:5: error: redeclaration of enumerator ‘SDL_SCANCODE_SLASH’
  5940. SDL_SCANCODE_SLASH = 56,
  5941. ^
  5942. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5943. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5944. from /usr/local/include/SDL2/SDL_events.h:34,
  5945. from /usr/local/include/SDL2/SDL.h:41,
  5946. from src/../include/simple2d.h:63,
  5947. from src/controllers.c:3:
  5948. /usr/local/include/SDL2/SDL_scancode.h:149:5: note: previous definition of ‘SDL_SCANCODE_SLASH’ was here
  5949. SDL_SCANCODE_SLASH = 56,
  5950. ^
  5951. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5952. from /usr/include/SDL2/SDL_keyboard.h:33,
  5953. from /usr/include/SDL2/SDL_events.h:34,
  5954. from /usr/include/SDL2/SDL.h:76,
  5955. from /usr/include/SDL2/SDL_image.h:27,
  5956. from src/../include/simple2d.h:92,
  5957. from src/controllers.c:3:
  5958. /usr/include/SDL2/SDL_scancode.h:151:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CAPSLOCK’
  5959. SDL_SCANCODE_CAPSLOCK = 57,
  5960. ^
  5961. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5962. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5963. from /usr/local/include/SDL2/SDL_events.h:34,
  5964. from /usr/local/include/SDL2/SDL.h:41,
  5965. from src/../include/simple2d.h:63,
  5966. from src/controllers.c:3:
  5967. /usr/local/include/SDL2/SDL_scancode.h:151:5: note: previous definition of ‘SDL_SCANCODE_CAPSLOCK’ was here
  5968. SDL_SCANCODE_CAPSLOCK = 57,
  5969. ^
  5970. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5971. from /usr/include/SDL2/SDL_keyboard.h:33,
  5972. from /usr/include/SDL2/SDL_events.h:34,
  5973. from /usr/include/SDL2/SDL.h:76,
  5974. from /usr/include/SDL2/SDL_image.h:27,
  5975. from src/../include/simple2d.h:92,
  5976. from src/controllers.c:3:
  5977. /usr/include/SDL2/SDL_scancode.h:153:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F1’
  5978. SDL_SCANCODE_F1 = 58,
  5979. ^
  5980. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  5981. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  5982. from /usr/local/include/SDL2/SDL_events.h:34,
  5983. from /usr/local/include/SDL2/SDL.h:41,
  5984. from src/../include/simple2d.h:63,
  5985. from src/controllers.c:3:
  5986. /usr/local/include/SDL2/SDL_scancode.h:153:5: note: previous definition of ‘SDL_SCANCODE_F1’ was here
  5987. SDL_SCANCODE_F1 = 58,
  5988. ^
  5989. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  5990. from /usr/include/SDL2/SDL_keyboard.h:33,
  5991. from /usr/include/SDL2/SDL_events.h:34,
  5992. from /usr/include/SDL2/SDL.h:76,
  5993. from /usr/include/SDL2/SDL_image.h:27,
  5994. from src/../include/simple2d.h:92,
  5995. from src/controllers.c:3:
  5996. /usr/include/SDL2/SDL_scancode.h:154:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F2’
  5997. SDL_SCANCODE_F2 = 59,
  5998. ^
  5999. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6000. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6001. from /usr/local/include/SDL2/SDL_events.h:34,
  6002. from /usr/local/include/SDL2/SDL.h:41,
  6003. from src/../include/simple2d.h:63,
  6004. from src/controllers.c:3:
  6005. /usr/local/include/SDL2/SDL_scancode.h:154:5: note: previous definition of ‘SDL_SCANCODE_F2’ was here
  6006. SDL_SCANCODE_F2 = 59,
  6007. ^
  6008. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6009. from /usr/include/SDL2/SDL_keyboard.h:33,
  6010. from /usr/include/SDL2/SDL_events.h:34,
  6011. from /usr/include/SDL2/SDL.h:76,
  6012. from /usr/include/SDL2/SDL_image.h:27,
  6013. from src/../include/simple2d.h:92,
  6014. from src/controllers.c:3:
  6015. /usr/include/SDL2/SDL_scancode.h:155:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F3’
  6016. SDL_SCANCODE_F3 = 60,
  6017. ^
  6018. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6019. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6020. from /usr/local/include/SDL2/SDL_events.h:34,
  6021. from /usr/local/include/SDL2/SDL.h:41,
  6022. from src/../include/simple2d.h:63,
  6023. from src/controllers.c:3:
  6024. /usr/local/include/SDL2/SDL_scancode.h:155:5: note: previous definition of ‘SDL_SCANCODE_F3’ was here
  6025. SDL_SCANCODE_F3 = 60,
  6026. ^
  6027. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6028. from /usr/include/SDL2/SDL_keyboard.h:33,
  6029. from /usr/include/SDL2/SDL_events.h:34,
  6030. from /usr/include/SDL2/SDL.h:76,
  6031. from /usr/include/SDL2/SDL_image.h:27,
  6032. from src/../include/simple2d.h:92,
  6033. from src/controllers.c:3:
  6034. /usr/include/SDL2/SDL_scancode.h:156:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F4’
  6035. SDL_SCANCODE_F4 = 61,
  6036. ^
  6037. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6038. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6039. from /usr/local/include/SDL2/SDL_events.h:34,
  6040. from /usr/local/include/SDL2/SDL.h:41,
  6041. from src/../include/simple2d.h:63,
  6042. from src/controllers.c:3:
  6043. /usr/local/include/SDL2/SDL_scancode.h:156:5: note: previous definition of ‘SDL_SCANCODE_F4’ was here
  6044. SDL_SCANCODE_F4 = 61,
  6045. ^
  6046. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6047. from /usr/include/SDL2/SDL_keyboard.h:33,
  6048. from /usr/include/SDL2/SDL_events.h:34,
  6049. from /usr/include/SDL2/SDL.h:76,
  6050. from /usr/include/SDL2/SDL_image.h:27,
  6051. from src/../include/simple2d.h:92,
  6052. from src/controllers.c:3:
  6053. /usr/include/SDL2/SDL_scancode.h:157:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F5’
  6054. SDL_SCANCODE_F5 = 62,
  6055. ^
  6056. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6057. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6058. from /usr/local/include/SDL2/SDL_events.h:34,
  6059. from /usr/local/include/SDL2/SDL.h:41,
  6060. from src/../include/simple2d.h:63,
  6061. from src/controllers.c:3:
  6062. /usr/local/include/SDL2/SDL_scancode.h:157:5: note: previous definition of ‘SDL_SCANCODE_F5’ was here
  6063. SDL_SCANCODE_F5 = 62,
  6064. ^
  6065. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6066. from /usr/include/SDL2/SDL_keyboard.h:33,
  6067. from /usr/include/SDL2/SDL_events.h:34,
  6068. from /usr/include/SDL2/SDL.h:76,
  6069. from /usr/include/SDL2/SDL_image.h:27,
  6070. from src/../include/simple2d.h:92,
  6071. from src/controllers.c:3:
  6072. /usr/include/SDL2/SDL_scancode.h:158:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F6’
  6073. SDL_SCANCODE_F6 = 63,
  6074. ^
  6075. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6076. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6077. from /usr/local/include/SDL2/SDL_events.h:34,
  6078. from /usr/local/include/SDL2/SDL.h:41,
  6079. from src/../include/simple2d.h:63,
  6080. from src/controllers.c:3:
  6081. /usr/local/include/SDL2/SDL_scancode.h:158:5: note: previous definition of ‘SDL_SCANCODE_F6’ was here
  6082. SDL_SCANCODE_F6 = 63,
  6083. ^
  6084. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6085. from /usr/include/SDL2/SDL_keyboard.h:33,
  6086. from /usr/include/SDL2/SDL_events.h:34,
  6087. from /usr/include/SDL2/SDL.h:76,
  6088. from /usr/include/SDL2/SDL_image.h:27,
  6089. from src/../include/simple2d.h:92,
  6090. from src/controllers.c:3:
  6091. /usr/include/SDL2/SDL_scancode.h:159:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F7’
  6092. SDL_SCANCODE_F7 = 64,
  6093. ^
  6094. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6095. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6096. from /usr/local/include/SDL2/SDL_events.h:34,
  6097. from /usr/local/include/SDL2/SDL.h:41,
  6098. from src/../include/simple2d.h:63,
  6099. from src/controllers.c:3:
  6100. /usr/local/include/SDL2/SDL_scancode.h:159:5: note: previous definition of ‘SDL_SCANCODE_F7’ was here
  6101. SDL_SCANCODE_F7 = 64,
  6102. ^
  6103. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6104. from /usr/include/SDL2/SDL_keyboard.h:33,
  6105. from /usr/include/SDL2/SDL_events.h:34,
  6106. from /usr/include/SDL2/SDL.h:76,
  6107. from /usr/include/SDL2/SDL_image.h:27,
  6108. from src/../include/simple2d.h:92,
  6109. from src/controllers.c:3:
  6110. /usr/include/SDL2/SDL_scancode.h:160:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F8’
  6111. SDL_SCANCODE_F8 = 65,
  6112. ^
  6113. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6114. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6115. from /usr/local/include/SDL2/SDL_events.h:34,
  6116. from /usr/local/include/SDL2/SDL.h:41,
  6117. from src/../include/simple2d.h:63,
  6118. from src/controllers.c:3:
  6119. /usr/local/include/SDL2/SDL_scancode.h:160:5: note: previous definition of ‘SDL_SCANCODE_F8’ was here
  6120. SDL_SCANCODE_F8 = 65,
  6121. ^
  6122. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6123. from /usr/include/SDL2/SDL_keyboard.h:33,
  6124. from /usr/include/SDL2/SDL_events.h:34,
  6125. from /usr/include/SDL2/SDL.h:76,
  6126. from /usr/include/SDL2/SDL_image.h:27,
  6127. from src/../include/simple2d.h:92,
  6128. from src/controllers.c:3:
  6129. /usr/include/SDL2/SDL_scancode.h:161:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F9’
  6130. SDL_SCANCODE_F9 = 66,
  6131. ^
  6132. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6133. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6134. from /usr/local/include/SDL2/SDL_events.h:34,
  6135. from /usr/local/include/SDL2/SDL.h:41,
  6136. from src/../include/simple2d.h:63,
  6137. from src/controllers.c:3:
  6138. /usr/local/include/SDL2/SDL_scancode.h:161:5: note: previous definition of ‘SDL_SCANCODE_F9’ was here
  6139. SDL_SCANCODE_F9 = 66,
  6140. ^
  6141. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6142. from /usr/include/SDL2/SDL_keyboard.h:33,
  6143. from /usr/include/SDL2/SDL_events.h:34,
  6144. from /usr/include/SDL2/SDL.h:76,
  6145. from /usr/include/SDL2/SDL_image.h:27,
  6146. from src/../include/simple2d.h:92,
  6147. from src/controllers.c:3:
  6148. /usr/include/SDL2/SDL_scancode.h:162:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F10’
  6149. SDL_SCANCODE_F10 = 67,
  6150. ^
  6151. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6152. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6153. from /usr/local/include/SDL2/SDL_events.h:34,
  6154. from /usr/local/include/SDL2/SDL.h:41,
  6155. from src/../include/simple2d.h:63,
  6156. from src/controllers.c:3:
  6157. /usr/local/include/SDL2/SDL_scancode.h:162:5: note: previous definition of ‘SDL_SCANCODE_F10’ was here
  6158. SDL_SCANCODE_F10 = 67,
  6159. ^
  6160. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6161. from /usr/include/SDL2/SDL_keyboard.h:33,
  6162. from /usr/include/SDL2/SDL_events.h:34,
  6163. from /usr/include/SDL2/SDL.h:76,
  6164. from /usr/include/SDL2/SDL_image.h:27,
  6165. from src/../include/simple2d.h:92,
  6166. from src/controllers.c:3:
  6167. /usr/include/SDL2/SDL_scancode.h:163:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F11’
  6168. SDL_SCANCODE_F11 = 68,
  6169. ^
  6170. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6171. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6172. from /usr/local/include/SDL2/SDL_events.h:34,
  6173. from /usr/local/include/SDL2/SDL.h:41,
  6174. from src/../include/simple2d.h:63,
  6175. from src/controllers.c:3:
  6176. /usr/local/include/SDL2/SDL_scancode.h:163:5: note: previous definition of ‘SDL_SCANCODE_F11’ was here
  6177. SDL_SCANCODE_F11 = 68,
  6178. ^
  6179. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6180. from /usr/include/SDL2/SDL_keyboard.h:33,
  6181. from /usr/include/SDL2/SDL_events.h:34,
  6182. from /usr/include/SDL2/SDL.h:76,
  6183. from /usr/include/SDL2/SDL_image.h:27,
  6184. from src/../include/simple2d.h:92,
  6185. from src/controllers.c:3:
  6186. /usr/include/SDL2/SDL_scancode.h:164:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F12’
  6187. SDL_SCANCODE_F12 = 69,
  6188. ^
  6189. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6190. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6191. from /usr/local/include/SDL2/SDL_events.h:34,
  6192. from /usr/local/include/SDL2/SDL.h:41,
  6193. from src/../include/simple2d.h:63,
  6194. from src/controllers.c:3:
  6195. /usr/local/include/SDL2/SDL_scancode.h:164:5: note: previous definition of ‘SDL_SCANCODE_F12’ was here
  6196. SDL_SCANCODE_F12 = 69,
  6197. ^
  6198. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6199. from /usr/include/SDL2/SDL_keyboard.h:33,
  6200. from /usr/include/SDL2/SDL_events.h:34,
  6201. from /usr/include/SDL2/SDL.h:76,
  6202. from /usr/include/SDL2/SDL_image.h:27,
  6203. from src/../include/simple2d.h:92,
  6204. from src/controllers.c:3:
  6205. /usr/include/SDL2/SDL_scancode.h:166:5: error: redeclaration of enumerator ‘SDL_SCANCODE_PRINTSCREEN’
  6206. SDL_SCANCODE_PRINTSCREEN = 70,
  6207. ^
  6208. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6209. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6210. from /usr/local/include/SDL2/SDL_events.h:34,
  6211. from /usr/local/include/SDL2/SDL.h:41,
  6212. from src/../include/simple2d.h:63,
  6213. from src/controllers.c:3:
  6214. /usr/local/include/SDL2/SDL_scancode.h:166:5: note: previous definition of ‘SDL_SCANCODE_PRINTSCREEN’ was here
  6215. SDL_SCANCODE_PRINTSCREEN = 70,
  6216. ^
  6217. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6218. from /usr/include/SDL2/SDL_keyboard.h:33,
  6219. from /usr/include/SDL2/SDL_events.h:34,
  6220. from /usr/include/SDL2/SDL.h:76,
  6221. from /usr/include/SDL2/SDL_image.h:27,
  6222. from src/../include/simple2d.h:92,
  6223. from src/controllers.c:3:
  6224. /usr/include/SDL2/SDL_scancode.h:167:5: error: redeclaration of enumerator ‘SDL_SCANCODE_SCROLLLOCK’
  6225. SDL_SCANCODE_SCROLLLOCK = 71,
  6226. ^
  6227. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6228. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6229. from /usr/local/include/SDL2/SDL_events.h:34,
  6230. from /usr/local/include/SDL2/SDL.h:41,
  6231. from src/../include/simple2d.h:63,
  6232. from src/controllers.c:3:
  6233. /usr/local/include/SDL2/SDL_scancode.h:167:5: note: previous definition of ‘SDL_SCANCODE_SCROLLLOCK’ was here
  6234. SDL_SCANCODE_SCROLLLOCK = 71,
  6235. ^
  6236. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6237. from /usr/include/SDL2/SDL_keyboard.h:33,
  6238. from /usr/include/SDL2/SDL_events.h:34,
  6239. from /usr/include/SDL2/SDL.h:76,
  6240. from /usr/include/SDL2/SDL_image.h:27,
  6241. from src/../include/simple2d.h:92,
  6242. from src/controllers.c:3:
  6243. /usr/include/SDL2/SDL_scancode.h:168:5: error: redeclaration of enumerator ‘SDL_SCANCODE_PAUSE’
  6244. SDL_SCANCODE_PAUSE = 72,
  6245. ^
  6246. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6247. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6248. from /usr/local/include/SDL2/SDL_events.h:34,
  6249. from /usr/local/include/SDL2/SDL.h:41,
  6250. from src/../include/simple2d.h:63,
  6251. from src/controllers.c:3:
  6252. /usr/local/include/SDL2/SDL_scancode.h:168:5: note: previous definition of ‘SDL_SCANCODE_PAUSE’ was here
  6253. SDL_SCANCODE_PAUSE = 72,
  6254. ^
  6255. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6256. from /usr/include/SDL2/SDL_keyboard.h:33,
  6257. from /usr/include/SDL2/SDL_events.h:34,
  6258. from /usr/include/SDL2/SDL.h:76,
  6259. from /usr/include/SDL2/SDL_image.h:27,
  6260. from src/../include/simple2d.h:92,
  6261. from src/controllers.c:3:
  6262. /usr/include/SDL2/SDL_scancode.h:169:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INSERT’
  6263. SDL_SCANCODE_INSERT = 73, /**< insert on PC, help on some Mac keyboards (but
  6264. ^
  6265. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6266. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6267. from /usr/local/include/SDL2/SDL_events.h:34,
  6268. from /usr/local/include/SDL2/SDL.h:41,
  6269. from src/../include/simple2d.h:63,
  6270. from src/controllers.c:3:
  6271. /usr/local/include/SDL2/SDL_scancode.h:169:5: note: previous definition of ‘SDL_SCANCODE_INSERT’ was here
  6272. SDL_SCANCODE_INSERT = 73, /**< insert on PC, help on some Mac keyboards (but
  6273. ^
  6274. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6275. from /usr/include/SDL2/SDL_keyboard.h:33,
  6276. from /usr/include/SDL2/SDL_events.h:34,
  6277. from /usr/include/SDL2/SDL.h:76,
  6278. from /usr/include/SDL2/SDL_image.h:27,
  6279. from src/../include/simple2d.h:92,
  6280. from src/controllers.c:3:
  6281. /usr/include/SDL2/SDL_scancode.h:171:5: error: redeclaration of enumerator ‘SDL_SCANCODE_HOME’
  6282. SDL_SCANCODE_HOME = 74,
  6283. ^
  6284. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6285. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6286. from /usr/local/include/SDL2/SDL_events.h:34,
  6287. from /usr/local/include/SDL2/SDL.h:41,
  6288. from src/../include/simple2d.h:63,
  6289. from src/controllers.c:3:
  6290. /usr/local/include/SDL2/SDL_scancode.h:171:5: note: previous definition of ‘SDL_SCANCODE_HOME’ was here
  6291. SDL_SCANCODE_HOME = 74,
  6292. ^
  6293. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6294. from /usr/include/SDL2/SDL_keyboard.h:33,
  6295. from /usr/include/SDL2/SDL_events.h:34,
  6296. from /usr/include/SDL2/SDL.h:76,
  6297. from /usr/include/SDL2/SDL_image.h:27,
  6298. from src/../include/simple2d.h:92,
  6299. from src/controllers.c:3:
  6300. /usr/include/SDL2/SDL_scancode.h:172:5: error: redeclaration of enumerator ‘SDL_SCANCODE_PAGEUP’
  6301. SDL_SCANCODE_PAGEUP = 75,
  6302. ^
  6303. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6304. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6305. from /usr/local/include/SDL2/SDL_events.h:34,
  6306. from /usr/local/include/SDL2/SDL.h:41,
  6307. from src/../include/simple2d.h:63,
  6308. from src/controllers.c:3:
  6309. /usr/local/include/SDL2/SDL_scancode.h:172:5: note: previous definition of ‘SDL_SCANCODE_PAGEUP’ was here
  6310. SDL_SCANCODE_PAGEUP = 75,
  6311. ^
  6312. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6313. from /usr/include/SDL2/SDL_keyboard.h:33,
  6314. from /usr/include/SDL2/SDL_events.h:34,
  6315. from /usr/include/SDL2/SDL.h:76,
  6316. from /usr/include/SDL2/SDL_image.h:27,
  6317. from src/../include/simple2d.h:92,
  6318. from src/controllers.c:3:
  6319. /usr/include/SDL2/SDL_scancode.h:173:5: error: redeclaration of enumerator ‘SDL_SCANCODE_DELETE’
  6320. SDL_SCANCODE_DELETE = 76,
  6321. ^
  6322. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6323. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6324. from /usr/local/include/SDL2/SDL_events.h:34,
  6325. from /usr/local/include/SDL2/SDL.h:41,
  6326. from src/../include/simple2d.h:63,
  6327. from src/controllers.c:3:
  6328. /usr/local/include/SDL2/SDL_scancode.h:173:5: note: previous definition of ‘SDL_SCANCODE_DELETE’ was here
  6329. SDL_SCANCODE_DELETE = 76,
  6330. ^
  6331. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6332. from /usr/include/SDL2/SDL_keyboard.h:33,
  6333. from /usr/include/SDL2/SDL_events.h:34,
  6334. from /usr/include/SDL2/SDL.h:76,
  6335. from /usr/include/SDL2/SDL_image.h:27,
  6336. from src/../include/simple2d.h:92,
  6337. from src/controllers.c:3:
  6338. /usr/include/SDL2/SDL_scancode.h:174:5: error: redeclaration of enumerator ‘SDL_SCANCODE_END’
  6339. SDL_SCANCODE_END = 77,
  6340. ^
  6341. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6342. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6343. from /usr/local/include/SDL2/SDL_events.h:34,
  6344. from /usr/local/include/SDL2/SDL.h:41,
  6345. from src/../include/simple2d.h:63,
  6346. from src/controllers.c:3:
  6347. /usr/local/include/SDL2/SDL_scancode.h:174:5: note: previous definition of ‘SDL_SCANCODE_END’ was here
  6348. SDL_SCANCODE_END = 77,
  6349. ^
  6350. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6351. from /usr/include/SDL2/SDL_keyboard.h:33,
  6352. from /usr/include/SDL2/SDL_events.h:34,
  6353. from /usr/include/SDL2/SDL.h:76,
  6354. from /usr/include/SDL2/SDL_image.h:27,
  6355. from src/../include/simple2d.h:92,
  6356. from src/controllers.c:3:
  6357. /usr/include/SDL2/SDL_scancode.h:175:5: error: redeclaration of enumerator ‘SDL_SCANCODE_PAGEDOWN’
  6358. SDL_SCANCODE_PAGEDOWN = 78,
  6359. ^
  6360. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6361. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6362. from /usr/local/include/SDL2/SDL_events.h:34,
  6363. from /usr/local/include/SDL2/SDL.h:41,
  6364. from src/../include/simple2d.h:63,
  6365. from src/controllers.c:3:
  6366. /usr/local/include/SDL2/SDL_scancode.h:175:5: note: previous definition of ‘SDL_SCANCODE_PAGEDOWN’ was here
  6367. SDL_SCANCODE_PAGEDOWN = 78,
  6368. ^
  6369. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6370. from /usr/include/SDL2/SDL_keyboard.h:33,
  6371. from /usr/include/SDL2/SDL_events.h:34,
  6372. from /usr/include/SDL2/SDL.h:76,
  6373. from /usr/include/SDL2/SDL_image.h:27,
  6374. from src/../include/simple2d.h:92,
  6375. from src/controllers.c:3:
  6376. /usr/include/SDL2/SDL_scancode.h:176:5: error: redeclaration of enumerator ‘SDL_SCANCODE_RIGHT’
  6377. SDL_SCANCODE_RIGHT = 79,
  6378. ^
  6379. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6380. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6381. from /usr/local/include/SDL2/SDL_events.h:34,
  6382. from /usr/local/include/SDL2/SDL.h:41,
  6383. from src/../include/simple2d.h:63,
  6384. from src/controllers.c:3:
  6385. /usr/local/include/SDL2/SDL_scancode.h:176:5: note: previous definition of ‘SDL_SCANCODE_RIGHT’ was here
  6386. SDL_SCANCODE_RIGHT = 79,
  6387. ^
  6388. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6389. from /usr/include/SDL2/SDL_keyboard.h:33,
  6390. from /usr/include/SDL2/SDL_events.h:34,
  6391. from /usr/include/SDL2/SDL.h:76,
  6392. from /usr/include/SDL2/SDL_image.h:27,
  6393. from src/../include/simple2d.h:92,
  6394. from src/controllers.c:3:
  6395. /usr/include/SDL2/SDL_scancode.h:177:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LEFT’
  6396. SDL_SCANCODE_LEFT = 80,
  6397. ^
  6398. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6399. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6400. from /usr/local/include/SDL2/SDL_events.h:34,
  6401. from /usr/local/include/SDL2/SDL.h:41,
  6402. from src/../include/simple2d.h:63,
  6403. from src/controllers.c:3:
  6404. /usr/local/include/SDL2/SDL_scancode.h:177:5: note: previous definition of ‘SDL_SCANCODE_LEFT’ was here
  6405. SDL_SCANCODE_LEFT = 80,
  6406. ^
  6407. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6408. from /usr/include/SDL2/SDL_keyboard.h:33,
  6409. from /usr/include/SDL2/SDL_events.h:34,
  6410. from /usr/include/SDL2/SDL.h:76,
  6411. from /usr/include/SDL2/SDL_image.h:27,
  6412. from src/../include/simple2d.h:92,
  6413. from src/controllers.c:3:
  6414. /usr/include/SDL2/SDL_scancode.h:178:5: error: redeclaration of enumerator ‘SDL_SCANCODE_DOWN’
  6415. SDL_SCANCODE_DOWN = 81,
  6416. ^
  6417. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6418. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6419. from /usr/local/include/SDL2/SDL_events.h:34,
  6420. from /usr/local/include/SDL2/SDL.h:41,
  6421. from src/../include/simple2d.h:63,
  6422. from src/controllers.c:3:
  6423. /usr/local/include/SDL2/SDL_scancode.h:178:5: note: previous definition of ‘SDL_SCANCODE_DOWN’ was here
  6424. SDL_SCANCODE_DOWN = 81,
  6425. ^
  6426. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6427. from /usr/include/SDL2/SDL_keyboard.h:33,
  6428. from /usr/include/SDL2/SDL_events.h:34,
  6429. from /usr/include/SDL2/SDL.h:76,
  6430. from /usr/include/SDL2/SDL_image.h:27,
  6431. from src/../include/simple2d.h:92,
  6432. from src/controllers.c:3:
  6433. /usr/include/SDL2/SDL_scancode.h:179:5: error: redeclaration of enumerator ‘SDL_SCANCODE_UP’
  6434. SDL_SCANCODE_UP = 82,
  6435. ^
  6436. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6437. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6438. from /usr/local/include/SDL2/SDL_events.h:34,
  6439. from /usr/local/include/SDL2/SDL.h:41,
  6440. from src/../include/simple2d.h:63,
  6441. from src/controllers.c:3:
  6442. /usr/local/include/SDL2/SDL_scancode.h:179:5: note: previous definition of ‘SDL_SCANCODE_UP’ was here
  6443. SDL_SCANCODE_UP = 82,
  6444. ^
  6445. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6446. from /usr/include/SDL2/SDL_keyboard.h:33,
  6447. from /usr/include/SDL2/SDL_events.h:34,
  6448. from /usr/include/SDL2/SDL.h:76,
  6449. from /usr/include/SDL2/SDL_image.h:27,
  6450. from src/../include/simple2d.h:92,
  6451. from src/controllers.c:3:
  6452. /usr/include/SDL2/SDL_scancode.h:181:5: error: redeclaration of enumerator ‘SDL_SCANCODE_NUMLOCKCLEAR’
  6453. SDL_SCANCODE_NUMLOCKCLEAR = 83, /**< num lock on PC, clear on Mac keyboards
  6454. ^
  6455. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6456. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6457. from /usr/local/include/SDL2/SDL_events.h:34,
  6458. from /usr/local/include/SDL2/SDL.h:41,
  6459. from src/../include/simple2d.h:63,
  6460. from src/controllers.c:3:
  6461. /usr/local/include/SDL2/SDL_scancode.h:181:5: note: previous definition of ‘SDL_SCANCODE_NUMLOCKCLEAR’ was here
  6462. SDL_SCANCODE_NUMLOCKCLEAR = 83, /**< num lock on PC, clear on Mac keyboards
  6463. ^
  6464. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6465. from /usr/include/SDL2/SDL_keyboard.h:33,
  6466. from /usr/include/SDL2/SDL_events.h:34,
  6467. from /usr/include/SDL2/SDL.h:76,
  6468. from /usr/include/SDL2/SDL_image.h:27,
  6469. from src/../include/simple2d.h:92,
  6470. from src/controllers.c:3:
  6471. /usr/include/SDL2/SDL_scancode.h:183:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_DIVIDE’
  6472. SDL_SCANCODE_KP_DIVIDE = 84,
  6473. ^
  6474. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6475. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6476. from /usr/local/include/SDL2/SDL_events.h:34,
  6477. from /usr/local/include/SDL2/SDL.h:41,
  6478. from src/../include/simple2d.h:63,
  6479. from src/controllers.c:3:
  6480. /usr/local/include/SDL2/SDL_scancode.h:183:5: note: previous definition of ‘SDL_SCANCODE_KP_DIVIDE’ was here
  6481. SDL_SCANCODE_KP_DIVIDE = 84,
  6482. ^
  6483. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6484. from /usr/include/SDL2/SDL_keyboard.h:33,
  6485. from /usr/include/SDL2/SDL_events.h:34,
  6486. from /usr/include/SDL2/SDL.h:76,
  6487. from /usr/include/SDL2/SDL_image.h:27,
  6488. from src/../include/simple2d.h:92,
  6489. from src/controllers.c:3:
  6490. /usr/include/SDL2/SDL_scancode.h:184:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MULTIPLY’
  6491. SDL_SCANCODE_KP_MULTIPLY = 85,
  6492. ^
  6493. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6494. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6495. from /usr/local/include/SDL2/SDL_events.h:34,
  6496. from /usr/local/include/SDL2/SDL.h:41,
  6497. from src/../include/simple2d.h:63,
  6498. from src/controllers.c:3:
  6499. /usr/local/include/SDL2/SDL_scancode.h:184:5: note: previous definition of ‘SDL_SCANCODE_KP_MULTIPLY’ was here
  6500. SDL_SCANCODE_KP_MULTIPLY = 85,
  6501. ^
  6502. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6503. from /usr/include/SDL2/SDL_keyboard.h:33,
  6504. from /usr/include/SDL2/SDL_events.h:34,
  6505. from /usr/include/SDL2/SDL.h:76,
  6506. from /usr/include/SDL2/SDL_image.h:27,
  6507. from src/../include/simple2d.h:92,
  6508. from src/controllers.c:3:
  6509. /usr/include/SDL2/SDL_scancode.h:185:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MINUS’
  6510. SDL_SCANCODE_KP_MINUS = 86,
  6511. ^
  6512. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6513. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6514. from /usr/local/include/SDL2/SDL_events.h:34,
  6515. from /usr/local/include/SDL2/SDL.h:41,
  6516. from src/../include/simple2d.h:63,
  6517. from src/controllers.c:3:
  6518. /usr/local/include/SDL2/SDL_scancode.h:185:5: note: previous definition of ‘SDL_SCANCODE_KP_MINUS’ was here
  6519. SDL_SCANCODE_KP_MINUS = 86,
  6520. ^
  6521. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6522. from /usr/include/SDL2/SDL_keyboard.h:33,
  6523. from /usr/include/SDL2/SDL_events.h:34,
  6524. from /usr/include/SDL2/SDL.h:76,
  6525. from /usr/include/SDL2/SDL_image.h:27,
  6526. from src/../include/simple2d.h:92,
  6527. from src/controllers.c:3:
  6528. /usr/include/SDL2/SDL_scancode.h:186:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_PLUS’
  6529. SDL_SCANCODE_KP_PLUS = 87,
  6530. ^
  6531. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6532. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6533. from /usr/local/include/SDL2/SDL_events.h:34,
  6534. from /usr/local/include/SDL2/SDL.h:41,
  6535. from src/../include/simple2d.h:63,
  6536. from src/controllers.c:3:
  6537. /usr/local/include/SDL2/SDL_scancode.h:186:5: note: previous definition of ‘SDL_SCANCODE_KP_PLUS’ was here
  6538. SDL_SCANCODE_KP_PLUS = 87,
  6539. ^
  6540. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6541. from /usr/include/SDL2/SDL_keyboard.h:33,
  6542. from /usr/include/SDL2/SDL_events.h:34,
  6543. from /usr/include/SDL2/SDL.h:76,
  6544. from /usr/include/SDL2/SDL_image.h:27,
  6545. from src/../include/simple2d.h:92,
  6546. from src/controllers.c:3:
  6547. /usr/include/SDL2/SDL_scancode.h:187:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_ENTER’
  6548. SDL_SCANCODE_KP_ENTER = 88,
  6549. ^
  6550. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6551. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6552. from /usr/local/include/SDL2/SDL_events.h:34,
  6553. from /usr/local/include/SDL2/SDL.h:41,
  6554. from src/../include/simple2d.h:63,
  6555. from src/controllers.c:3:
  6556. /usr/local/include/SDL2/SDL_scancode.h:187:5: note: previous definition of ‘SDL_SCANCODE_KP_ENTER’ was here
  6557. SDL_SCANCODE_KP_ENTER = 88,
  6558. ^
  6559. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6560. from /usr/include/SDL2/SDL_keyboard.h:33,
  6561. from /usr/include/SDL2/SDL_events.h:34,
  6562. from /usr/include/SDL2/SDL.h:76,
  6563. from /usr/include/SDL2/SDL_image.h:27,
  6564. from src/../include/simple2d.h:92,
  6565. from src/controllers.c:3:
  6566. /usr/include/SDL2/SDL_scancode.h:188:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_1’
  6567. SDL_SCANCODE_KP_1 = 89,
  6568. ^
  6569. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6570. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6571. from /usr/local/include/SDL2/SDL_events.h:34,
  6572. from /usr/local/include/SDL2/SDL.h:41,
  6573. from src/../include/simple2d.h:63,
  6574. from src/controllers.c:3:
  6575. /usr/local/include/SDL2/SDL_scancode.h:188:5: note: previous definition of ‘SDL_SCANCODE_KP_1’ was here
  6576. SDL_SCANCODE_KP_1 = 89,
  6577. ^
  6578. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6579. from /usr/include/SDL2/SDL_keyboard.h:33,
  6580. from /usr/include/SDL2/SDL_events.h:34,
  6581. from /usr/include/SDL2/SDL.h:76,
  6582. from /usr/include/SDL2/SDL_image.h:27,
  6583. from src/../include/simple2d.h:92,
  6584. from src/controllers.c:3:
  6585. /usr/include/SDL2/SDL_scancode.h:189:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_2’
  6586. SDL_SCANCODE_KP_2 = 90,
  6587. ^
  6588. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6589. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6590. from /usr/local/include/SDL2/SDL_events.h:34,
  6591. from /usr/local/include/SDL2/SDL.h:41,
  6592. from src/../include/simple2d.h:63,
  6593. from src/controllers.c:3:
  6594. /usr/local/include/SDL2/SDL_scancode.h:189:5: note: previous definition of ‘SDL_SCANCODE_KP_2’ was here
  6595. SDL_SCANCODE_KP_2 = 90,
  6596. ^
  6597. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6598. from /usr/include/SDL2/SDL_keyboard.h:33,
  6599. from /usr/include/SDL2/SDL_events.h:34,
  6600. from /usr/include/SDL2/SDL.h:76,
  6601. from /usr/include/SDL2/SDL_image.h:27,
  6602. from src/../include/simple2d.h:92,
  6603. from src/controllers.c:3:
  6604. /usr/include/SDL2/SDL_scancode.h:190:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_3’
  6605. SDL_SCANCODE_KP_3 = 91,
  6606. ^
  6607. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6608. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6609. from /usr/local/include/SDL2/SDL_events.h:34,
  6610. from /usr/local/include/SDL2/SDL.h:41,
  6611. from src/../include/simple2d.h:63,
  6612. from src/controllers.c:3:
  6613. /usr/local/include/SDL2/SDL_scancode.h:190:5: note: previous definition of ‘SDL_SCANCODE_KP_3’ was here
  6614. SDL_SCANCODE_KP_3 = 91,
  6615. ^
  6616. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6617. from /usr/include/SDL2/SDL_keyboard.h:33,
  6618. from /usr/include/SDL2/SDL_events.h:34,
  6619. from /usr/include/SDL2/SDL.h:76,
  6620. from /usr/include/SDL2/SDL_image.h:27,
  6621. from src/../include/simple2d.h:92,
  6622. from src/controllers.c:3:
  6623. /usr/include/SDL2/SDL_scancode.h:191:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_4’
  6624. SDL_SCANCODE_KP_4 = 92,
  6625. ^
  6626. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6627. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6628. from /usr/local/include/SDL2/SDL_events.h:34,
  6629. from /usr/local/include/SDL2/SDL.h:41,
  6630. from src/../include/simple2d.h:63,
  6631. from src/controllers.c:3:
  6632. /usr/local/include/SDL2/SDL_scancode.h:191:5: note: previous definition of ‘SDL_SCANCODE_KP_4’ was here
  6633. SDL_SCANCODE_KP_4 = 92,
  6634. ^
  6635. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6636. from /usr/include/SDL2/SDL_keyboard.h:33,
  6637. from /usr/include/SDL2/SDL_events.h:34,
  6638. from /usr/include/SDL2/SDL.h:76,
  6639. from /usr/include/SDL2/SDL_image.h:27,
  6640. from src/../include/simple2d.h:92,
  6641. from src/controllers.c:3:
  6642. /usr/include/SDL2/SDL_scancode.h:192:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_5’
  6643. SDL_SCANCODE_KP_5 = 93,
  6644. ^
  6645. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6646. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6647. from /usr/local/include/SDL2/SDL_events.h:34,
  6648. from /usr/local/include/SDL2/SDL.h:41,
  6649. from src/../include/simple2d.h:63,
  6650. from src/controllers.c:3:
  6651. /usr/local/include/SDL2/SDL_scancode.h:192:5: note: previous definition of ‘SDL_SCANCODE_KP_5’ was here
  6652. SDL_SCANCODE_KP_5 = 93,
  6653. ^
  6654. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6655. from /usr/include/SDL2/SDL_keyboard.h:33,
  6656. from /usr/include/SDL2/SDL_events.h:34,
  6657. from /usr/include/SDL2/SDL.h:76,
  6658. from /usr/include/SDL2/SDL_image.h:27,
  6659. from src/../include/simple2d.h:92,
  6660. from src/controllers.c:3:
  6661. /usr/include/SDL2/SDL_scancode.h:193:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_6’
  6662. SDL_SCANCODE_KP_6 = 94,
  6663. ^
  6664. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6665. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6666. from /usr/local/include/SDL2/SDL_events.h:34,
  6667. from /usr/local/include/SDL2/SDL.h:41,
  6668. from src/../include/simple2d.h:63,
  6669. from src/controllers.c:3:
  6670. /usr/local/include/SDL2/SDL_scancode.h:193:5: note: previous definition of ‘SDL_SCANCODE_KP_6’ was here
  6671. SDL_SCANCODE_KP_6 = 94,
  6672. ^
  6673. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6674. from /usr/include/SDL2/SDL_keyboard.h:33,
  6675. from /usr/include/SDL2/SDL_events.h:34,
  6676. from /usr/include/SDL2/SDL.h:76,
  6677. from /usr/include/SDL2/SDL_image.h:27,
  6678. from src/../include/simple2d.h:92,
  6679. from src/controllers.c:3:
  6680. /usr/include/SDL2/SDL_scancode.h:194:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_7’
  6681. SDL_SCANCODE_KP_7 = 95,
  6682. ^
  6683. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6684. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6685. from /usr/local/include/SDL2/SDL_events.h:34,
  6686. from /usr/local/include/SDL2/SDL.h:41,
  6687. from src/../include/simple2d.h:63,
  6688. from src/controllers.c:3:
  6689. /usr/local/include/SDL2/SDL_scancode.h:194:5: note: previous definition of ‘SDL_SCANCODE_KP_7’ was here
  6690. SDL_SCANCODE_KP_7 = 95,
  6691. ^
  6692. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6693. from /usr/include/SDL2/SDL_keyboard.h:33,
  6694. from /usr/include/SDL2/SDL_events.h:34,
  6695. from /usr/include/SDL2/SDL.h:76,
  6696. from /usr/include/SDL2/SDL_image.h:27,
  6697. from src/../include/simple2d.h:92,
  6698. from src/controllers.c:3:
  6699. /usr/include/SDL2/SDL_scancode.h:195:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_8’
  6700. SDL_SCANCODE_KP_8 = 96,
  6701. ^
  6702. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6703. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6704. from /usr/local/include/SDL2/SDL_events.h:34,
  6705. from /usr/local/include/SDL2/SDL.h:41,
  6706. from src/../include/simple2d.h:63,
  6707. from src/controllers.c:3:
  6708. /usr/local/include/SDL2/SDL_scancode.h:195:5: note: previous definition of ‘SDL_SCANCODE_KP_8’ was here
  6709. SDL_SCANCODE_KP_8 = 96,
  6710. ^
  6711. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6712. from /usr/include/SDL2/SDL_keyboard.h:33,
  6713. from /usr/include/SDL2/SDL_events.h:34,
  6714. from /usr/include/SDL2/SDL.h:76,
  6715. from /usr/include/SDL2/SDL_image.h:27,
  6716. from src/../include/simple2d.h:92,
  6717. from src/controllers.c:3:
  6718. /usr/include/SDL2/SDL_scancode.h:196:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_9’
  6719. SDL_SCANCODE_KP_9 = 97,
  6720. ^
  6721. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6722. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6723. from /usr/local/include/SDL2/SDL_events.h:34,
  6724. from /usr/local/include/SDL2/SDL.h:41,
  6725. from src/../include/simple2d.h:63,
  6726. from src/controllers.c:3:
  6727. /usr/local/include/SDL2/SDL_scancode.h:196:5: note: previous definition of ‘SDL_SCANCODE_KP_9’ was here
  6728. SDL_SCANCODE_KP_9 = 97,
  6729. ^
  6730. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6731. from /usr/include/SDL2/SDL_keyboard.h:33,
  6732. from /usr/include/SDL2/SDL_events.h:34,
  6733. from /usr/include/SDL2/SDL.h:76,
  6734. from /usr/include/SDL2/SDL_image.h:27,
  6735. from src/../include/simple2d.h:92,
  6736. from src/controllers.c:3:
  6737. /usr/include/SDL2/SDL_scancode.h:197:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_0’
  6738. SDL_SCANCODE_KP_0 = 98,
  6739. ^
  6740. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6741. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6742. from /usr/local/include/SDL2/SDL_events.h:34,
  6743. from /usr/local/include/SDL2/SDL.h:41,
  6744. from src/../include/simple2d.h:63,
  6745. from src/controllers.c:3:
  6746. /usr/local/include/SDL2/SDL_scancode.h:197:5: note: previous definition of ‘SDL_SCANCODE_KP_0’ was here
  6747. SDL_SCANCODE_KP_0 = 98,
  6748. ^
  6749. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6750. from /usr/include/SDL2/SDL_keyboard.h:33,
  6751. from /usr/include/SDL2/SDL_events.h:34,
  6752. from /usr/include/SDL2/SDL.h:76,
  6753. from /usr/include/SDL2/SDL_image.h:27,
  6754. from src/../include/simple2d.h:92,
  6755. from src/controllers.c:3:
  6756. /usr/include/SDL2/SDL_scancode.h:198:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_PERIOD’
  6757. SDL_SCANCODE_KP_PERIOD = 99,
  6758. ^
  6759. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6760. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6761. from /usr/local/include/SDL2/SDL_events.h:34,
  6762. from /usr/local/include/SDL2/SDL.h:41,
  6763. from src/../include/simple2d.h:63,
  6764. from src/controllers.c:3:
  6765. /usr/local/include/SDL2/SDL_scancode.h:198:5: note: previous definition of ‘SDL_SCANCODE_KP_PERIOD’ was here
  6766. SDL_SCANCODE_KP_PERIOD = 99,
  6767. ^
  6768. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6769. from /usr/include/SDL2/SDL_keyboard.h:33,
  6770. from /usr/include/SDL2/SDL_events.h:34,
  6771. from /usr/include/SDL2/SDL.h:76,
  6772. from /usr/include/SDL2/SDL_image.h:27,
  6773. from src/../include/simple2d.h:92,
  6774. from src/controllers.c:3:
  6775. /usr/include/SDL2/SDL_scancode.h:200:5: error: redeclaration of enumerator ‘SDL_SCANCODE_NONUSBACKSLASH’
  6776. SDL_SCANCODE_NONUSBACKSLASH = 100, /**< This is the additional key that ISO
  6777. ^
  6778. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6779. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6780. from /usr/local/include/SDL2/SDL_events.h:34,
  6781. from /usr/local/include/SDL2/SDL.h:41,
  6782. from src/../include/simple2d.h:63,
  6783. from src/controllers.c:3:
  6784. /usr/local/include/SDL2/SDL_scancode.h:200:5: note: previous definition of ‘SDL_SCANCODE_NONUSBACKSLASH’ was here
  6785. SDL_SCANCODE_NONUSBACKSLASH = 100, /**< This is the additional key that ISO
  6786. ^
  6787. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6788. from /usr/include/SDL2/SDL_keyboard.h:33,
  6789. from /usr/include/SDL2/SDL_events.h:34,
  6790. from /usr/include/SDL2/SDL.h:76,
  6791. from /usr/include/SDL2/SDL_image.h:27,
  6792. from src/../include/simple2d.h:92,
  6793. from src/controllers.c:3:
  6794. /usr/include/SDL2/SDL_scancode.h:210:5: error: redeclaration of enumerator ‘SDL_SCANCODE_APPLICATION’
  6795. SDL_SCANCODE_APPLICATION = 101, /**< windows contextual menu, compose */
  6796. ^
  6797. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6798. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6799. from /usr/local/include/SDL2/SDL_events.h:34,
  6800. from /usr/local/include/SDL2/SDL.h:41,
  6801. from src/../include/simple2d.h:63,
  6802. from src/controllers.c:3:
  6803. /usr/local/include/SDL2/SDL_scancode.h:210:5: note: previous definition of ‘SDL_SCANCODE_APPLICATION’ was here
  6804. SDL_SCANCODE_APPLICATION = 101, /**< windows contextual menu, compose */
  6805. ^
  6806. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6807. from /usr/include/SDL2/SDL_keyboard.h:33,
  6808. from /usr/include/SDL2/SDL_events.h:34,
  6809. from /usr/include/SDL2/SDL.h:76,
  6810. from /usr/include/SDL2/SDL_image.h:27,
  6811. from src/../include/simple2d.h:92,
  6812. from src/controllers.c:3:
  6813. /usr/include/SDL2/SDL_scancode.h:211:5: error: redeclaration of enumerator ‘SDL_SCANCODE_POWER’
  6814. SDL_SCANCODE_POWER = 102, /**< The USB document says this is a status flag,
  6815. ^
  6816. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6817. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6818. from /usr/local/include/SDL2/SDL_events.h:34,
  6819. from /usr/local/include/SDL2/SDL.h:41,
  6820. from src/../include/simple2d.h:63,
  6821. from src/controllers.c:3:
  6822. /usr/local/include/SDL2/SDL_scancode.h:211:5: note: previous definition of ‘SDL_SCANCODE_POWER’ was here
  6823. SDL_SCANCODE_POWER = 102, /**< The USB document says this is a status flag,
  6824. ^
  6825. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6826. from /usr/include/SDL2/SDL_keyboard.h:33,
  6827. from /usr/include/SDL2/SDL_events.h:34,
  6828. from /usr/include/SDL2/SDL.h:76,
  6829. from /usr/include/SDL2/SDL_image.h:27,
  6830. from src/../include/simple2d.h:92,
  6831. from src/controllers.c:3:
  6832. /usr/include/SDL2/SDL_scancode.h:214:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_EQUALS’
  6833. SDL_SCANCODE_KP_EQUALS = 103,
  6834. ^
  6835. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6836. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6837. from /usr/local/include/SDL2/SDL_events.h:34,
  6838. from /usr/local/include/SDL2/SDL.h:41,
  6839. from src/../include/simple2d.h:63,
  6840. from src/controllers.c:3:
  6841. /usr/local/include/SDL2/SDL_scancode.h:214:5: note: previous definition of ‘SDL_SCANCODE_KP_EQUALS’ was here
  6842. SDL_SCANCODE_KP_EQUALS = 103,
  6843. ^
  6844. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6845. from /usr/include/SDL2/SDL_keyboard.h:33,
  6846. from /usr/include/SDL2/SDL_events.h:34,
  6847. from /usr/include/SDL2/SDL.h:76,
  6848. from /usr/include/SDL2/SDL_image.h:27,
  6849. from src/../include/simple2d.h:92,
  6850. from src/controllers.c:3:
  6851. /usr/include/SDL2/SDL_scancode.h:215:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F13’
  6852. SDL_SCANCODE_F13 = 104,
  6853. ^
  6854. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6855. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6856. from /usr/local/include/SDL2/SDL_events.h:34,
  6857. from /usr/local/include/SDL2/SDL.h:41,
  6858. from src/../include/simple2d.h:63,
  6859. from src/controllers.c:3:
  6860. /usr/local/include/SDL2/SDL_scancode.h:215:5: note: previous definition of ‘SDL_SCANCODE_F13’ was here
  6861. SDL_SCANCODE_F13 = 104,
  6862. ^
  6863. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6864. from /usr/include/SDL2/SDL_keyboard.h:33,
  6865. from /usr/include/SDL2/SDL_events.h:34,
  6866. from /usr/include/SDL2/SDL.h:76,
  6867. from /usr/include/SDL2/SDL_image.h:27,
  6868. from src/../include/simple2d.h:92,
  6869. from src/controllers.c:3:
  6870. /usr/include/SDL2/SDL_scancode.h:216:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F14’
  6871. SDL_SCANCODE_F14 = 105,
  6872. ^
  6873. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6874. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6875. from /usr/local/include/SDL2/SDL_events.h:34,
  6876. from /usr/local/include/SDL2/SDL.h:41,
  6877. from src/../include/simple2d.h:63,
  6878. from src/controllers.c:3:
  6879. /usr/local/include/SDL2/SDL_scancode.h:216:5: note: previous definition of ‘SDL_SCANCODE_F14’ was here
  6880. SDL_SCANCODE_F14 = 105,
  6881. ^
  6882. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6883. from /usr/include/SDL2/SDL_keyboard.h:33,
  6884. from /usr/include/SDL2/SDL_events.h:34,
  6885. from /usr/include/SDL2/SDL.h:76,
  6886. from /usr/include/SDL2/SDL_image.h:27,
  6887. from src/../include/simple2d.h:92,
  6888. from src/controllers.c:3:
  6889. /usr/include/SDL2/SDL_scancode.h:217:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F15’
  6890. SDL_SCANCODE_F15 = 106,
  6891. ^
  6892. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6893. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6894. from /usr/local/include/SDL2/SDL_events.h:34,
  6895. from /usr/local/include/SDL2/SDL.h:41,
  6896. from src/../include/simple2d.h:63,
  6897. from src/controllers.c:3:
  6898. /usr/local/include/SDL2/SDL_scancode.h:217:5: note: previous definition of ‘SDL_SCANCODE_F15’ was here
  6899. SDL_SCANCODE_F15 = 106,
  6900. ^
  6901. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6902. from /usr/include/SDL2/SDL_keyboard.h:33,
  6903. from /usr/include/SDL2/SDL_events.h:34,
  6904. from /usr/include/SDL2/SDL.h:76,
  6905. from /usr/include/SDL2/SDL_image.h:27,
  6906. from src/../include/simple2d.h:92,
  6907. from src/controllers.c:3:
  6908. /usr/include/SDL2/SDL_scancode.h:218:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F16’
  6909. SDL_SCANCODE_F16 = 107,
  6910. ^
  6911. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6912. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6913. from /usr/local/include/SDL2/SDL_events.h:34,
  6914. from /usr/local/include/SDL2/SDL.h:41,
  6915. from src/../include/simple2d.h:63,
  6916. from src/controllers.c:3:
  6917. /usr/local/include/SDL2/SDL_scancode.h:218:5: note: previous definition of ‘SDL_SCANCODE_F16’ was here
  6918. SDL_SCANCODE_F16 = 107,
  6919. ^
  6920. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6921. from /usr/include/SDL2/SDL_keyboard.h:33,
  6922. from /usr/include/SDL2/SDL_events.h:34,
  6923. from /usr/include/SDL2/SDL.h:76,
  6924. from /usr/include/SDL2/SDL_image.h:27,
  6925. from src/../include/simple2d.h:92,
  6926. from src/controllers.c:3:
  6927. /usr/include/SDL2/SDL_scancode.h:219:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F17’
  6928. SDL_SCANCODE_F17 = 108,
  6929. ^
  6930. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6931. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6932. from /usr/local/include/SDL2/SDL_events.h:34,
  6933. from /usr/local/include/SDL2/SDL.h:41,
  6934. from src/../include/simple2d.h:63,
  6935. from src/controllers.c:3:
  6936. /usr/local/include/SDL2/SDL_scancode.h:219:5: note: previous definition of ‘SDL_SCANCODE_F17’ was here
  6937. SDL_SCANCODE_F17 = 108,
  6938. ^
  6939. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6940. from /usr/include/SDL2/SDL_keyboard.h:33,
  6941. from /usr/include/SDL2/SDL_events.h:34,
  6942. from /usr/include/SDL2/SDL.h:76,
  6943. from /usr/include/SDL2/SDL_image.h:27,
  6944. from src/../include/simple2d.h:92,
  6945. from src/controllers.c:3:
  6946. /usr/include/SDL2/SDL_scancode.h:220:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F18’
  6947. SDL_SCANCODE_F18 = 109,
  6948. ^
  6949. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6950. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6951. from /usr/local/include/SDL2/SDL_events.h:34,
  6952. from /usr/local/include/SDL2/SDL.h:41,
  6953. from src/../include/simple2d.h:63,
  6954. from src/controllers.c:3:
  6955. /usr/local/include/SDL2/SDL_scancode.h:220:5: note: previous definition of ‘SDL_SCANCODE_F18’ was here
  6956. SDL_SCANCODE_F18 = 109,
  6957. ^
  6958. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6959. from /usr/include/SDL2/SDL_keyboard.h:33,
  6960. from /usr/include/SDL2/SDL_events.h:34,
  6961. from /usr/include/SDL2/SDL.h:76,
  6962. from /usr/include/SDL2/SDL_image.h:27,
  6963. from src/../include/simple2d.h:92,
  6964. from src/controllers.c:3:
  6965. /usr/include/SDL2/SDL_scancode.h:221:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F19’
  6966. SDL_SCANCODE_F19 = 110,
  6967. ^
  6968. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6969. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6970. from /usr/local/include/SDL2/SDL_events.h:34,
  6971. from /usr/local/include/SDL2/SDL.h:41,
  6972. from src/../include/simple2d.h:63,
  6973. from src/controllers.c:3:
  6974. /usr/local/include/SDL2/SDL_scancode.h:221:5: note: previous definition of ‘SDL_SCANCODE_F19’ was here
  6975. SDL_SCANCODE_F19 = 110,
  6976. ^
  6977. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6978. from /usr/include/SDL2/SDL_keyboard.h:33,
  6979. from /usr/include/SDL2/SDL_events.h:34,
  6980. from /usr/include/SDL2/SDL.h:76,
  6981. from /usr/include/SDL2/SDL_image.h:27,
  6982. from src/../include/simple2d.h:92,
  6983. from src/controllers.c:3:
  6984. /usr/include/SDL2/SDL_scancode.h:222:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F20’
  6985. SDL_SCANCODE_F20 = 111,
  6986. ^
  6987. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  6988. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  6989. from /usr/local/include/SDL2/SDL_events.h:34,
  6990. from /usr/local/include/SDL2/SDL.h:41,
  6991. from src/../include/simple2d.h:63,
  6992. from src/controllers.c:3:
  6993. /usr/local/include/SDL2/SDL_scancode.h:222:5: note: previous definition of ‘SDL_SCANCODE_F20’ was here
  6994. SDL_SCANCODE_F20 = 111,
  6995. ^
  6996. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  6997. from /usr/include/SDL2/SDL_keyboard.h:33,
  6998. from /usr/include/SDL2/SDL_events.h:34,
  6999. from /usr/include/SDL2/SDL.h:76,
  7000. from /usr/include/SDL2/SDL_image.h:27,
  7001. from src/../include/simple2d.h:92,
  7002. from src/controllers.c:3:
  7003. /usr/include/SDL2/SDL_scancode.h:223:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F21’
  7004. SDL_SCANCODE_F21 = 112,
  7005. ^
  7006. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7007. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7008. from /usr/local/include/SDL2/SDL_events.h:34,
  7009. from /usr/local/include/SDL2/SDL.h:41,
  7010. from src/../include/simple2d.h:63,
  7011. from src/controllers.c:3:
  7012. /usr/local/include/SDL2/SDL_scancode.h:223:5: note: previous definition of ‘SDL_SCANCODE_F21’ was here
  7013. SDL_SCANCODE_F21 = 112,
  7014. ^
  7015. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7016. from /usr/include/SDL2/SDL_keyboard.h:33,
  7017. from /usr/include/SDL2/SDL_events.h:34,
  7018. from /usr/include/SDL2/SDL.h:76,
  7019. from /usr/include/SDL2/SDL_image.h:27,
  7020. from src/../include/simple2d.h:92,
  7021. from src/controllers.c:3:
  7022. /usr/include/SDL2/SDL_scancode.h:224:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F22’
  7023. SDL_SCANCODE_F22 = 113,
  7024. ^
  7025. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7026. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7027. from /usr/local/include/SDL2/SDL_events.h:34,
  7028. from /usr/local/include/SDL2/SDL.h:41,
  7029. from src/../include/simple2d.h:63,
  7030. from src/controllers.c:3:
  7031. /usr/local/include/SDL2/SDL_scancode.h:224:5: note: previous definition of ‘SDL_SCANCODE_F22’ was here
  7032. SDL_SCANCODE_F22 = 113,
  7033. ^
  7034. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7035. from /usr/include/SDL2/SDL_keyboard.h:33,
  7036. from /usr/include/SDL2/SDL_events.h:34,
  7037. from /usr/include/SDL2/SDL.h:76,
  7038. from /usr/include/SDL2/SDL_image.h:27,
  7039. from src/../include/simple2d.h:92,
  7040. from src/controllers.c:3:
  7041. /usr/include/SDL2/SDL_scancode.h:225:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F23’
  7042. SDL_SCANCODE_F23 = 114,
  7043. ^
  7044. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7045. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7046. from /usr/local/include/SDL2/SDL_events.h:34,
  7047. from /usr/local/include/SDL2/SDL.h:41,
  7048. from src/../include/simple2d.h:63,
  7049. from src/controllers.c:3:
  7050. /usr/local/include/SDL2/SDL_scancode.h:225:5: note: previous definition of ‘SDL_SCANCODE_F23’ was here
  7051. SDL_SCANCODE_F23 = 114,
  7052. ^
  7053. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7054. from /usr/include/SDL2/SDL_keyboard.h:33,
  7055. from /usr/include/SDL2/SDL_events.h:34,
  7056. from /usr/include/SDL2/SDL.h:76,
  7057. from /usr/include/SDL2/SDL_image.h:27,
  7058. from src/../include/simple2d.h:92,
  7059. from src/controllers.c:3:
  7060. /usr/include/SDL2/SDL_scancode.h:226:5: error: redeclaration of enumerator ‘SDL_SCANCODE_F24’
  7061. SDL_SCANCODE_F24 = 115,
  7062. ^
  7063. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7064. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7065. from /usr/local/include/SDL2/SDL_events.h:34,
  7066. from /usr/local/include/SDL2/SDL.h:41,
  7067. from src/../include/simple2d.h:63,
  7068. from src/controllers.c:3:
  7069. /usr/local/include/SDL2/SDL_scancode.h:226:5: note: previous definition of ‘SDL_SCANCODE_F24’ was here
  7070. SDL_SCANCODE_F24 = 115,
  7071. ^
  7072. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7073. from /usr/include/SDL2/SDL_keyboard.h:33,
  7074. from /usr/include/SDL2/SDL_events.h:34,
  7075. from /usr/include/SDL2/SDL.h:76,
  7076. from /usr/include/SDL2/SDL_image.h:27,
  7077. from src/../include/simple2d.h:92,
  7078. from src/controllers.c:3:
  7079. /usr/include/SDL2/SDL_scancode.h:227:5: error: redeclaration of enumerator ‘SDL_SCANCODE_EXECUTE’
  7080. SDL_SCANCODE_EXECUTE = 116,
  7081. ^
  7082. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7083. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7084. from /usr/local/include/SDL2/SDL_events.h:34,
  7085. from /usr/local/include/SDL2/SDL.h:41,
  7086. from src/../include/simple2d.h:63,
  7087. from src/controllers.c:3:
  7088. /usr/local/include/SDL2/SDL_scancode.h:227:5: note: previous definition of ‘SDL_SCANCODE_EXECUTE’ was here
  7089. SDL_SCANCODE_EXECUTE = 116,
  7090. ^
  7091. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7092. from /usr/include/SDL2/SDL_keyboard.h:33,
  7093. from /usr/include/SDL2/SDL_events.h:34,
  7094. from /usr/include/SDL2/SDL.h:76,
  7095. from /usr/include/SDL2/SDL_image.h:27,
  7096. from src/../include/simple2d.h:92,
  7097. from src/controllers.c:3:
  7098. /usr/include/SDL2/SDL_scancode.h:228:5: error: redeclaration of enumerator ‘SDL_SCANCODE_HELP’
  7099. SDL_SCANCODE_HELP = 117,
  7100. ^
  7101. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7102. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7103. from /usr/local/include/SDL2/SDL_events.h:34,
  7104. from /usr/local/include/SDL2/SDL.h:41,
  7105. from src/../include/simple2d.h:63,
  7106. from src/controllers.c:3:
  7107. /usr/local/include/SDL2/SDL_scancode.h:228:5: note: previous definition of ‘SDL_SCANCODE_HELP’ was here
  7108. SDL_SCANCODE_HELP = 117,
  7109. ^
  7110. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7111. from /usr/include/SDL2/SDL_keyboard.h:33,
  7112. from /usr/include/SDL2/SDL_events.h:34,
  7113. from /usr/include/SDL2/SDL.h:76,
  7114. from /usr/include/SDL2/SDL_image.h:27,
  7115. from src/../include/simple2d.h:92,
  7116. from src/controllers.c:3:
  7117. /usr/include/SDL2/SDL_scancode.h:229:5: error: redeclaration of enumerator ‘SDL_SCANCODE_MENU’
  7118. SDL_SCANCODE_MENU = 118,
  7119. ^
  7120. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7121. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7122. from /usr/local/include/SDL2/SDL_events.h:34,
  7123. from /usr/local/include/SDL2/SDL.h:41,
  7124. from src/../include/simple2d.h:63,
  7125. from src/controllers.c:3:
  7126. /usr/local/include/SDL2/SDL_scancode.h:229:5: note: previous definition of ‘SDL_SCANCODE_MENU’ was here
  7127. SDL_SCANCODE_MENU = 118,
  7128. ^
  7129. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7130. from /usr/include/SDL2/SDL_keyboard.h:33,
  7131. from /usr/include/SDL2/SDL_events.h:34,
  7132. from /usr/include/SDL2/SDL.h:76,
  7133. from /usr/include/SDL2/SDL_image.h:27,
  7134. from src/../include/simple2d.h:92,
  7135. from src/controllers.c:3:
  7136. /usr/include/SDL2/SDL_scancode.h:230:5: error: redeclaration of enumerator ‘SDL_SCANCODE_SELECT’
  7137. SDL_SCANCODE_SELECT = 119,
  7138. ^
  7139. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7140. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7141. from /usr/local/include/SDL2/SDL_events.h:34,
  7142. from /usr/local/include/SDL2/SDL.h:41,
  7143. from src/../include/simple2d.h:63,
  7144. from src/controllers.c:3:
  7145. /usr/local/include/SDL2/SDL_scancode.h:230:5: note: previous definition of ‘SDL_SCANCODE_SELECT’ was here
  7146. SDL_SCANCODE_SELECT = 119,
  7147. ^
  7148. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7149. from /usr/include/SDL2/SDL_keyboard.h:33,
  7150. from /usr/include/SDL2/SDL_events.h:34,
  7151. from /usr/include/SDL2/SDL.h:76,
  7152. from /usr/include/SDL2/SDL_image.h:27,
  7153. from src/../include/simple2d.h:92,
  7154. from src/controllers.c:3:
  7155. /usr/include/SDL2/SDL_scancode.h:231:5: error: redeclaration of enumerator ‘SDL_SCANCODE_STOP’
  7156. SDL_SCANCODE_STOP = 120,
  7157. ^
  7158. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7159. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7160. from /usr/local/include/SDL2/SDL_events.h:34,
  7161. from /usr/local/include/SDL2/SDL.h:41,
  7162. from src/../include/simple2d.h:63,
  7163. from src/controllers.c:3:
  7164. /usr/local/include/SDL2/SDL_scancode.h:231:5: note: previous definition of ‘SDL_SCANCODE_STOP’ was here
  7165. SDL_SCANCODE_STOP = 120,
  7166. ^
  7167. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7168. from /usr/include/SDL2/SDL_keyboard.h:33,
  7169. from /usr/include/SDL2/SDL_events.h:34,
  7170. from /usr/include/SDL2/SDL.h:76,
  7171. from /usr/include/SDL2/SDL_image.h:27,
  7172. from src/../include/simple2d.h:92,
  7173. from src/controllers.c:3:
  7174. /usr/include/SDL2/SDL_scancode.h:232:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AGAIN’
  7175. SDL_SCANCODE_AGAIN = 121, /**< redo */
  7176. ^
  7177. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7178. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7179. from /usr/local/include/SDL2/SDL_events.h:34,
  7180. from /usr/local/include/SDL2/SDL.h:41,
  7181. from src/../include/simple2d.h:63,
  7182. from src/controllers.c:3:
  7183. /usr/local/include/SDL2/SDL_scancode.h:232:5: note: previous definition of ‘SDL_SCANCODE_AGAIN’ was here
  7184. SDL_SCANCODE_AGAIN = 121, /**< redo */
  7185. ^
  7186. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7187. from /usr/include/SDL2/SDL_keyboard.h:33,
  7188. from /usr/include/SDL2/SDL_events.h:34,
  7189. from /usr/include/SDL2/SDL.h:76,
  7190. from /usr/include/SDL2/SDL_image.h:27,
  7191. from src/../include/simple2d.h:92,
  7192. from src/controllers.c:3:
  7193. /usr/include/SDL2/SDL_scancode.h:233:5: error: redeclaration of enumerator ‘SDL_SCANCODE_UNDO’
  7194. SDL_SCANCODE_UNDO = 122,
  7195. ^
  7196. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7197. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7198. from /usr/local/include/SDL2/SDL_events.h:34,
  7199. from /usr/local/include/SDL2/SDL.h:41,
  7200. from src/../include/simple2d.h:63,
  7201. from src/controllers.c:3:
  7202. /usr/local/include/SDL2/SDL_scancode.h:233:5: note: previous definition of ‘SDL_SCANCODE_UNDO’ was here
  7203. SDL_SCANCODE_UNDO = 122,
  7204. ^
  7205. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7206. from /usr/include/SDL2/SDL_keyboard.h:33,
  7207. from /usr/include/SDL2/SDL_events.h:34,
  7208. from /usr/include/SDL2/SDL.h:76,
  7209. from /usr/include/SDL2/SDL_image.h:27,
  7210. from src/../include/simple2d.h:92,
  7211. from src/controllers.c:3:
  7212. /usr/include/SDL2/SDL_scancode.h:234:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CUT’
  7213. SDL_SCANCODE_CUT = 123,
  7214. ^
  7215. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7216. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7217. from /usr/local/include/SDL2/SDL_events.h:34,
  7218. from /usr/local/include/SDL2/SDL.h:41,
  7219. from src/../include/simple2d.h:63,
  7220. from src/controllers.c:3:
  7221. /usr/local/include/SDL2/SDL_scancode.h:234:5: note: previous definition of ‘SDL_SCANCODE_CUT’ was here
  7222. SDL_SCANCODE_CUT = 123,
  7223. ^
  7224. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7225. from /usr/include/SDL2/SDL_keyboard.h:33,
  7226. from /usr/include/SDL2/SDL_events.h:34,
  7227. from /usr/include/SDL2/SDL.h:76,
  7228. from /usr/include/SDL2/SDL_image.h:27,
  7229. from src/../include/simple2d.h:92,
  7230. from src/controllers.c:3:
  7231. /usr/include/SDL2/SDL_scancode.h:235:5: error: redeclaration of enumerator ‘SDL_SCANCODE_COPY’
  7232. SDL_SCANCODE_COPY = 124,
  7233. ^
  7234. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7235. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7236. from /usr/local/include/SDL2/SDL_events.h:34,
  7237. from /usr/local/include/SDL2/SDL.h:41,
  7238. from src/../include/simple2d.h:63,
  7239. from src/controllers.c:3:
  7240. /usr/local/include/SDL2/SDL_scancode.h:235:5: note: previous definition of ‘SDL_SCANCODE_COPY’ was here
  7241. SDL_SCANCODE_COPY = 124,
  7242. ^
  7243. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7244. from /usr/include/SDL2/SDL_keyboard.h:33,
  7245. from /usr/include/SDL2/SDL_events.h:34,
  7246. from /usr/include/SDL2/SDL.h:76,
  7247. from /usr/include/SDL2/SDL_image.h:27,
  7248. from src/../include/simple2d.h:92,
  7249. from src/controllers.c:3:
  7250. /usr/include/SDL2/SDL_scancode.h:236:5: error: redeclaration of enumerator ‘SDL_SCANCODE_PASTE’
  7251. SDL_SCANCODE_PASTE = 125,
  7252. ^
  7253. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7254. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7255. from /usr/local/include/SDL2/SDL_events.h:34,
  7256. from /usr/local/include/SDL2/SDL.h:41,
  7257. from src/../include/simple2d.h:63,
  7258. from src/controllers.c:3:
  7259. /usr/local/include/SDL2/SDL_scancode.h:236:5: note: previous definition of ‘SDL_SCANCODE_PASTE’ was here
  7260. SDL_SCANCODE_PASTE = 125,
  7261. ^
  7262. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7263. from /usr/include/SDL2/SDL_keyboard.h:33,
  7264. from /usr/include/SDL2/SDL_events.h:34,
  7265. from /usr/include/SDL2/SDL.h:76,
  7266. from /usr/include/SDL2/SDL_image.h:27,
  7267. from src/../include/simple2d.h:92,
  7268. from src/controllers.c:3:
  7269. /usr/include/SDL2/SDL_scancode.h:237:5: error: redeclaration of enumerator ‘SDL_SCANCODE_FIND’
  7270. SDL_SCANCODE_FIND = 126,
  7271. ^
  7272. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7273. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7274. from /usr/local/include/SDL2/SDL_events.h:34,
  7275. from /usr/local/include/SDL2/SDL.h:41,
  7276. from src/../include/simple2d.h:63,
  7277. from src/controllers.c:3:
  7278. /usr/local/include/SDL2/SDL_scancode.h:237:5: note: previous definition of ‘SDL_SCANCODE_FIND’ was here
  7279. SDL_SCANCODE_FIND = 126,
  7280. ^
  7281. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7282. from /usr/include/SDL2/SDL_keyboard.h:33,
  7283. from /usr/include/SDL2/SDL_events.h:34,
  7284. from /usr/include/SDL2/SDL.h:76,
  7285. from /usr/include/SDL2/SDL_image.h:27,
  7286. from src/../include/simple2d.h:92,
  7287. from src/controllers.c:3:
  7288. /usr/include/SDL2/SDL_scancode.h:238:5: error: redeclaration of enumerator ‘SDL_SCANCODE_MUTE’
  7289. SDL_SCANCODE_MUTE = 127,
  7290. ^
  7291. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7292. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7293. from /usr/local/include/SDL2/SDL_events.h:34,
  7294. from /usr/local/include/SDL2/SDL.h:41,
  7295. from src/../include/simple2d.h:63,
  7296. from src/controllers.c:3:
  7297. /usr/local/include/SDL2/SDL_scancode.h:238:5: note: previous definition of ‘SDL_SCANCODE_MUTE’ was here
  7298. SDL_SCANCODE_MUTE = 127,
  7299. ^
  7300. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7301. from /usr/include/SDL2/SDL_keyboard.h:33,
  7302. from /usr/include/SDL2/SDL_events.h:34,
  7303. from /usr/include/SDL2/SDL.h:76,
  7304. from /usr/include/SDL2/SDL_image.h:27,
  7305. from src/../include/simple2d.h:92,
  7306. from src/controllers.c:3:
  7307. /usr/include/SDL2/SDL_scancode.h:239:5: error: redeclaration of enumerator ‘SDL_SCANCODE_VOLUMEUP’
  7308. SDL_SCANCODE_VOLUMEUP = 128,
  7309. ^
  7310. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7311. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7312. from /usr/local/include/SDL2/SDL_events.h:34,
  7313. from /usr/local/include/SDL2/SDL.h:41,
  7314. from src/../include/simple2d.h:63,
  7315. from src/controllers.c:3:
  7316. /usr/local/include/SDL2/SDL_scancode.h:239:5: note: previous definition of ‘SDL_SCANCODE_VOLUMEUP’ was here
  7317. SDL_SCANCODE_VOLUMEUP = 128,
  7318. ^
  7319. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7320. from /usr/include/SDL2/SDL_keyboard.h:33,
  7321. from /usr/include/SDL2/SDL_events.h:34,
  7322. from /usr/include/SDL2/SDL.h:76,
  7323. from /usr/include/SDL2/SDL_image.h:27,
  7324. from src/../include/simple2d.h:92,
  7325. from src/controllers.c:3:
  7326. /usr/include/SDL2/SDL_scancode.h:240:5: error: redeclaration of enumerator ‘SDL_SCANCODE_VOLUMEDOWN’
  7327. SDL_SCANCODE_VOLUMEDOWN = 129,
  7328. ^
  7329. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7330. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7331. from /usr/local/include/SDL2/SDL_events.h:34,
  7332. from /usr/local/include/SDL2/SDL.h:41,
  7333. from src/../include/simple2d.h:63,
  7334. from src/controllers.c:3:
  7335. /usr/local/include/SDL2/SDL_scancode.h:240:5: note: previous definition of ‘SDL_SCANCODE_VOLUMEDOWN’ was here
  7336. SDL_SCANCODE_VOLUMEDOWN = 129,
  7337. ^
  7338. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7339. from /usr/include/SDL2/SDL_keyboard.h:33,
  7340. from /usr/include/SDL2/SDL_events.h:34,
  7341. from /usr/include/SDL2/SDL.h:76,
  7342. from /usr/include/SDL2/SDL_image.h:27,
  7343. from src/../include/simple2d.h:92,
  7344. from src/controllers.c:3:
  7345. /usr/include/SDL2/SDL_scancode.h:245:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_COMMA’
  7346. SDL_SCANCODE_KP_COMMA = 133,
  7347. ^
  7348. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7349. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7350. from /usr/local/include/SDL2/SDL_events.h:34,
  7351. from /usr/local/include/SDL2/SDL.h:41,
  7352. from src/../include/simple2d.h:63,
  7353. from src/controllers.c:3:
  7354. /usr/local/include/SDL2/SDL_scancode.h:245:5: note: previous definition of ‘SDL_SCANCODE_KP_COMMA’ was here
  7355. SDL_SCANCODE_KP_COMMA = 133,
  7356. ^
  7357. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7358. from /usr/include/SDL2/SDL_keyboard.h:33,
  7359. from /usr/include/SDL2/SDL_events.h:34,
  7360. from /usr/include/SDL2/SDL.h:76,
  7361. from /usr/include/SDL2/SDL_image.h:27,
  7362. from src/../include/simple2d.h:92,
  7363. from src/controllers.c:3:
  7364. /usr/include/SDL2/SDL_scancode.h:246:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_EQUALSAS400’
  7365. SDL_SCANCODE_KP_EQUALSAS400 = 134,
  7366. ^
  7367. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7368. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7369. from /usr/local/include/SDL2/SDL_events.h:34,
  7370. from /usr/local/include/SDL2/SDL.h:41,
  7371. from src/../include/simple2d.h:63,
  7372. from src/controllers.c:3:
  7373. /usr/local/include/SDL2/SDL_scancode.h:246:5: note: previous definition of ‘SDL_SCANCODE_KP_EQUALSAS400’ was here
  7374. SDL_SCANCODE_KP_EQUALSAS400 = 134,
  7375. ^
  7376. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7377. from /usr/include/SDL2/SDL_keyboard.h:33,
  7378. from /usr/include/SDL2/SDL_events.h:34,
  7379. from /usr/include/SDL2/SDL.h:76,
  7380. from /usr/include/SDL2/SDL_image.h:27,
  7381. from src/../include/simple2d.h:92,
  7382. from src/controllers.c:3:
  7383. /usr/include/SDL2/SDL_scancode.h:248:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL1’
  7384. SDL_SCANCODE_INTERNATIONAL1 = 135, /**< used on Asian keyboards, see
  7385. ^
  7386. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7387. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7388. from /usr/local/include/SDL2/SDL_events.h:34,
  7389. from /usr/local/include/SDL2/SDL.h:41,
  7390. from src/../include/simple2d.h:63,
  7391. from src/controllers.c:3:
  7392. /usr/local/include/SDL2/SDL_scancode.h:248:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL1’ was here
  7393. SDL_SCANCODE_INTERNATIONAL1 = 135, /**< used on Asian keyboards, see
  7394. ^
  7395. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7396. from /usr/include/SDL2/SDL_keyboard.h:33,
  7397. from /usr/include/SDL2/SDL_events.h:34,
  7398. from /usr/include/SDL2/SDL.h:76,
  7399. from /usr/include/SDL2/SDL_image.h:27,
  7400. from src/../include/simple2d.h:92,
  7401. from src/controllers.c:3:
  7402. /usr/include/SDL2/SDL_scancode.h:250:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL2’
  7403. SDL_SCANCODE_INTERNATIONAL2 = 136,
  7404. ^
  7405. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7406. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7407. from /usr/local/include/SDL2/SDL_events.h:34,
  7408. from /usr/local/include/SDL2/SDL.h:41,
  7409. from src/../include/simple2d.h:63,
  7410. from src/controllers.c:3:
  7411. /usr/local/include/SDL2/SDL_scancode.h:250:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL2’ was here
  7412. SDL_SCANCODE_INTERNATIONAL2 = 136,
  7413. ^
  7414. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7415. from /usr/include/SDL2/SDL_keyboard.h:33,
  7416. from /usr/include/SDL2/SDL_events.h:34,
  7417. from /usr/include/SDL2/SDL.h:76,
  7418. from /usr/include/SDL2/SDL_image.h:27,
  7419. from src/../include/simple2d.h:92,
  7420. from src/controllers.c:3:
  7421. /usr/include/SDL2/SDL_scancode.h:251:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL3’
  7422. SDL_SCANCODE_INTERNATIONAL3 = 137, /**< Yen */
  7423. ^
  7424. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7425. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7426. from /usr/local/include/SDL2/SDL_events.h:34,
  7427. from /usr/local/include/SDL2/SDL.h:41,
  7428. from src/../include/simple2d.h:63,
  7429. from src/controllers.c:3:
  7430. /usr/local/include/SDL2/SDL_scancode.h:251:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL3’ was here
  7431. SDL_SCANCODE_INTERNATIONAL3 = 137, /**< Yen */
  7432. ^
  7433. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7434. from /usr/include/SDL2/SDL_keyboard.h:33,
  7435. from /usr/include/SDL2/SDL_events.h:34,
  7436. from /usr/include/SDL2/SDL.h:76,
  7437. from /usr/include/SDL2/SDL_image.h:27,
  7438. from src/../include/simple2d.h:92,
  7439. from src/controllers.c:3:
  7440. /usr/include/SDL2/SDL_scancode.h:252:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL4’
  7441. SDL_SCANCODE_INTERNATIONAL4 = 138,
  7442. ^
  7443. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7444. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7445. from /usr/local/include/SDL2/SDL_events.h:34,
  7446. from /usr/local/include/SDL2/SDL.h:41,
  7447. from src/../include/simple2d.h:63,
  7448. from src/controllers.c:3:
  7449. /usr/local/include/SDL2/SDL_scancode.h:252:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL4’ was here
  7450. SDL_SCANCODE_INTERNATIONAL4 = 138,
  7451. ^
  7452. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7453. from /usr/include/SDL2/SDL_keyboard.h:33,
  7454. from /usr/include/SDL2/SDL_events.h:34,
  7455. from /usr/include/SDL2/SDL.h:76,
  7456. from /usr/include/SDL2/SDL_image.h:27,
  7457. from src/../include/simple2d.h:92,
  7458. from src/controllers.c:3:
  7459. /usr/include/SDL2/SDL_scancode.h:253:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL5’
  7460. SDL_SCANCODE_INTERNATIONAL5 = 139,
  7461. ^
  7462. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7463. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7464. from /usr/local/include/SDL2/SDL_events.h:34,
  7465. from /usr/local/include/SDL2/SDL.h:41,
  7466. from src/../include/simple2d.h:63,
  7467. from src/controllers.c:3:
  7468. /usr/local/include/SDL2/SDL_scancode.h:253:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL5’ was here
  7469. SDL_SCANCODE_INTERNATIONAL5 = 139,
  7470. ^
  7471. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7472. from /usr/include/SDL2/SDL_keyboard.h:33,
  7473. from /usr/include/SDL2/SDL_events.h:34,
  7474. from /usr/include/SDL2/SDL.h:76,
  7475. from /usr/include/SDL2/SDL_image.h:27,
  7476. from src/../include/simple2d.h:92,
  7477. from src/controllers.c:3:
  7478. /usr/include/SDL2/SDL_scancode.h:254:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL6’
  7479. SDL_SCANCODE_INTERNATIONAL6 = 140,
  7480. ^
  7481. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7482. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7483. from /usr/local/include/SDL2/SDL_events.h:34,
  7484. from /usr/local/include/SDL2/SDL.h:41,
  7485. from src/../include/simple2d.h:63,
  7486. from src/controllers.c:3:
  7487. /usr/local/include/SDL2/SDL_scancode.h:254:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL6’ was here
  7488. SDL_SCANCODE_INTERNATIONAL6 = 140,
  7489. ^
  7490. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7491. from /usr/include/SDL2/SDL_keyboard.h:33,
  7492. from /usr/include/SDL2/SDL_events.h:34,
  7493. from /usr/include/SDL2/SDL.h:76,
  7494. from /usr/include/SDL2/SDL_image.h:27,
  7495. from src/../include/simple2d.h:92,
  7496. from src/controllers.c:3:
  7497. /usr/include/SDL2/SDL_scancode.h:255:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL7’
  7498. SDL_SCANCODE_INTERNATIONAL7 = 141,
  7499. ^
  7500. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7501. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7502. from /usr/local/include/SDL2/SDL_events.h:34,
  7503. from /usr/local/include/SDL2/SDL.h:41,
  7504. from src/../include/simple2d.h:63,
  7505. from src/controllers.c:3:
  7506. /usr/local/include/SDL2/SDL_scancode.h:255:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL7’ was here
  7507. SDL_SCANCODE_INTERNATIONAL7 = 141,
  7508. ^
  7509. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7510. from /usr/include/SDL2/SDL_keyboard.h:33,
  7511. from /usr/include/SDL2/SDL_events.h:34,
  7512. from /usr/include/SDL2/SDL.h:76,
  7513. from /usr/include/SDL2/SDL_image.h:27,
  7514. from src/../include/simple2d.h:92,
  7515. from src/controllers.c:3:
  7516. /usr/include/SDL2/SDL_scancode.h:256:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL8’
  7517. SDL_SCANCODE_INTERNATIONAL8 = 142,
  7518. ^
  7519. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7520. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7521. from /usr/local/include/SDL2/SDL_events.h:34,
  7522. from /usr/local/include/SDL2/SDL.h:41,
  7523. from src/../include/simple2d.h:63,
  7524. from src/controllers.c:3:
  7525. /usr/local/include/SDL2/SDL_scancode.h:256:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL8’ was here
  7526. SDL_SCANCODE_INTERNATIONAL8 = 142,
  7527. ^
  7528. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7529. from /usr/include/SDL2/SDL_keyboard.h:33,
  7530. from /usr/include/SDL2/SDL_events.h:34,
  7531. from /usr/include/SDL2/SDL.h:76,
  7532. from /usr/include/SDL2/SDL_image.h:27,
  7533. from src/../include/simple2d.h:92,
  7534. from src/controllers.c:3:
  7535. /usr/include/SDL2/SDL_scancode.h:257:5: error: redeclaration of enumerator ‘SDL_SCANCODE_INTERNATIONAL9’
  7536. SDL_SCANCODE_INTERNATIONAL9 = 143,
  7537. ^
  7538. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7539. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7540. from /usr/local/include/SDL2/SDL_events.h:34,
  7541. from /usr/local/include/SDL2/SDL.h:41,
  7542. from src/../include/simple2d.h:63,
  7543. from src/controllers.c:3:
  7544. /usr/local/include/SDL2/SDL_scancode.h:257:5: note: previous definition of ‘SDL_SCANCODE_INTERNATIONAL9’ was here
  7545. SDL_SCANCODE_INTERNATIONAL9 = 143,
  7546. ^
  7547. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7548. from /usr/include/SDL2/SDL_keyboard.h:33,
  7549. from /usr/include/SDL2/SDL_events.h:34,
  7550. from /usr/include/SDL2/SDL.h:76,
  7551. from /usr/include/SDL2/SDL_image.h:27,
  7552. from src/../include/simple2d.h:92,
  7553. from src/controllers.c:3:
  7554. /usr/include/SDL2/SDL_scancode.h:258:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG1’
  7555. SDL_SCANCODE_LANG1 = 144, /**< Hangul/English toggle */
  7556. ^
  7557. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7558. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7559. from /usr/local/include/SDL2/SDL_events.h:34,
  7560. from /usr/local/include/SDL2/SDL.h:41,
  7561. from src/../include/simple2d.h:63,
  7562. from src/controllers.c:3:
  7563. /usr/local/include/SDL2/SDL_scancode.h:258:5: note: previous definition of ‘SDL_SCANCODE_LANG1’ was here
  7564. SDL_SCANCODE_LANG1 = 144, /**< Hangul/English toggle */
  7565. ^
  7566. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7567. from /usr/include/SDL2/SDL_keyboard.h:33,
  7568. from /usr/include/SDL2/SDL_events.h:34,
  7569. from /usr/include/SDL2/SDL.h:76,
  7570. from /usr/include/SDL2/SDL_image.h:27,
  7571. from src/../include/simple2d.h:92,
  7572. from src/controllers.c:3:
  7573. /usr/include/SDL2/SDL_scancode.h:259:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG2’
  7574. SDL_SCANCODE_LANG2 = 145, /**< Hanja conversion */
  7575. ^
  7576. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7577. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7578. from /usr/local/include/SDL2/SDL_events.h:34,
  7579. from /usr/local/include/SDL2/SDL.h:41,
  7580. from src/../include/simple2d.h:63,
  7581. from src/controllers.c:3:
  7582. /usr/local/include/SDL2/SDL_scancode.h:259:5: note: previous definition of ‘SDL_SCANCODE_LANG2’ was here
  7583. SDL_SCANCODE_LANG2 = 145, /**< Hanja conversion */
  7584. ^
  7585. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7586. from /usr/include/SDL2/SDL_keyboard.h:33,
  7587. from /usr/include/SDL2/SDL_events.h:34,
  7588. from /usr/include/SDL2/SDL.h:76,
  7589. from /usr/include/SDL2/SDL_image.h:27,
  7590. from src/../include/simple2d.h:92,
  7591. from src/controllers.c:3:
  7592. /usr/include/SDL2/SDL_scancode.h:260:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG3’
  7593. SDL_SCANCODE_LANG3 = 146, /**< Katakana */
  7594. ^
  7595. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7596. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7597. from /usr/local/include/SDL2/SDL_events.h:34,
  7598. from /usr/local/include/SDL2/SDL.h:41,
  7599. from src/../include/simple2d.h:63,
  7600. from src/controllers.c:3:
  7601. /usr/local/include/SDL2/SDL_scancode.h:260:5: note: previous definition of ‘SDL_SCANCODE_LANG3’ was here
  7602. SDL_SCANCODE_LANG3 = 146, /**< Katakana */
  7603. ^
  7604. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7605. from /usr/include/SDL2/SDL_keyboard.h:33,
  7606. from /usr/include/SDL2/SDL_events.h:34,
  7607. from /usr/include/SDL2/SDL.h:76,
  7608. from /usr/include/SDL2/SDL_image.h:27,
  7609. from src/../include/simple2d.h:92,
  7610. from src/controllers.c:3:
  7611. /usr/include/SDL2/SDL_scancode.h:261:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG4’
  7612. SDL_SCANCODE_LANG4 = 147, /**< Hiragana */
  7613. ^
  7614. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7615. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7616. from /usr/local/include/SDL2/SDL_events.h:34,
  7617. from /usr/local/include/SDL2/SDL.h:41,
  7618. from src/../include/simple2d.h:63,
  7619. from src/controllers.c:3:
  7620. /usr/local/include/SDL2/SDL_scancode.h:261:5: note: previous definition of ‘SDL_SCANCODE_LANG4’ was here
  7621. SDL_SCANCODE_LANG4 = 147, /**< Hiragana */
  7622. ^
  7623. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7624. from /usr/include/SDL2/SDL_keyboard.h:33,
  7625. from /usr/include/SDL2/SDL_events.h:34,
  7626. from /usr/include/SDL2/SDL.h:76,
  7627. from /usr/include/SDL2/SDL_image.h:27,
  7628. from src/../include/simple2d.h:92,
  7629. from src/controllers.c:3:
  7630. /usr/include/SDL2/SDL_scancode.h:262:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG5’
  7631. SDL_SCANCODE_LANG5 = 148, /**< Zenkaku/Hankaku */
  7632. ^
  7633. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7634. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7635. from /usr/local/include/SDL2/SDL_events.h:34,
  7636. from /usr/local/include/SDL2/SDL.h:41,
  7637. from src/../include/simple2d.h:63,
  7638. from src/controllers.c:3:
  7639. /usr/local/include/SDL2/SDL_scancode.h:262:5: note: previous definition of ‘SDL_SCANCODE_LANG5’ was here
  7640. SDL_SCANCODE_LANG5 = 148, /**< Zenkaku/Hankaku */
  7641. ^
  7642. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7643. from /usr/include/SDL2/SDL_keyboard.h:33,
  7644. from /usr/include/SDL2/SDL_events.h:34,
  7645. from /usr/include/SDL2/SDL.h:76,
  7646. from /usr/include/SDL2/SDL_image.h:27,
  7647. from src/../include/simple2d.h:92,
  7648. from src/controllers.c:3:
  7649. /usr/include/SDL2/SDL_scancode.h:263:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG6’
  7650. SDL_SCANCODE_LANG6 = 149, /**< reserved */
  7651. ^
  7652. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7653. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7654. from /usr/local/include/SDL2/SDL_events.h:34,
  7655. from /usr/local/include/SDL2/SDL.h:41,
  7656. from src/../include/simple2d.h:63,
  7657. from src/controllers.c:3:
  7658. /usr/local/include/SDL2/SDL_scancode.h:263:5: note: previous definition of ‘SDL_SCANCODE_LANG6’ was here
  7659. SDL_SCANCODE_LANG6 = 149, /**< reserved */
  7660. ^
  7661. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7662. from /usr/include/SDL2/SDL_keyboard.h:33,
  7663. from /usr/include/SDL2/SDL_events.h:34,
  7664. from /usr/include/SDL2/SDL.h:76,
  7665. from /usr/include/SDL2/SDL_image.h:27,
  7666. from src/../include/simple2d.h:92,
  7667. from src/controllers.c:3:
  7668. /usr/include/SDL2/SDL_scancode.h:264:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG7’
  7669. SDL_SCANCODE_LANG7 = 150, /**< reserved */
  7670. ^
  7671. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7672. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7673. from /usr/local/include/SDL2/SDL_events.h:34,
  7674. from /usr/local/include/SDL2/SDL.h:41,
  7675. from src/../include/simple2d.h:63,
  7676. from src/controllers.c:3:
  7677. /usr/local/include/SDL2/SDL_scancode.h:264:5: note: previous definition of ‘SDL_SCANCODE_LANG7’ was here
  7678. SDL_SCANCODE_LANG7 = 150, /**< reserved */
  7679. ^
  7680. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7681. from /usr/include/SDL2/SDL_keyboard.h:33,
  7682. from /usr/include/SDL2/SDL_events.h:34,
  7683. from /usr/include/SDL2/SDL.h:76,
  7684. from /usr/include/SDL2/SDL_image.h:27,
  7685. from src/../include/simple2d.h:92,
  7686. from src/controllers.c:3:
  7687. /usr/include/SDL2/SDL_scancode.h:265:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG8’
  7688. SDL_SCANCODE_LANG8 = 151, /**< reserved */
  7689. ^
  7690. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7691. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7692. from /usr/local/include/SDL2/SDL_events.h:34,
  7693. from /usr/local/include/SDL2/SDL.h:41,
  7694. from src/../include/simple2d.h:63,
  7695. from src/controllers.c:3:
  7696. /usr/local/include/SDL2/SDL_scancode.h:265:5: note: previous definition of ‘SDL_SCANCODE_LANG8’ was here
  7697. SDL_SCANCODE_LANG8 = 151, /**< reserved */
  7698. ^
  7699. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7700. from /usr/include/SDL2/SDL_keyboard.h:33,
  7701. from /usr/include/SDL2/SDL_events.h:34,
  7702. from /usr/include/SDL2/SDL.h:76,
  7703. from /usr/include/SDL2/SDL_image.h:27,
  7704. from src/../include/simple2d.h:92,
  7705. from src/controllers.c:3:
  7706. /usr/include/SDL2/SDL_scancode.h:266:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LANG9’
  7707. SDL_SCANCODE_LANG9 = 152, /**< reserved */
  7708. ^
  7709. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7710. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7711. from /usr/local/include/SDL2/SDL_events.h:34,
  7712. from /usr/local/include/SDL2/SDL.h:41,
  7713. from src/../include/simple2d.h:63,
  7714. from src/controllers.c:3:
  7715. /usr/local/include/SDL2/SDL_scancode.h:266:5: note: previous definition of ‘SDL_SCANCODE_LANG9’ was here
  7716. SDL_SCANCODE_LANG9 = 152, /**< reserved */
  7717. ^
  7718. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7719. from /usr/include/SDL2/SDL_keyboard.h:33,
  7720. from /usr/include/SDL2/SDL_events.h:34,
  7721. from /usr/include/SDL2/SDL.h:76,
  7722. from /usr/include/SDL2/SDL_image.h:27,
  7723. from src/../include/simple2d.h:92,
  7724. from src/controllers.c:3:
  7725. /usr/include/SDL2/SDL_scancode.h:268:5: error: redeclaration of enumerator ‘SDL_SCANCODE_ALTERASE’
  7726. SDL_SCANCODE_ALTERASE = 153, /**< Erase-Eaze */
  7727. ^
  7728. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7729. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7730. from /usr/local/include/SDL2/SDL_events.h:34,
  7731. from /usr/local/include/SDL2/SDL.h:41,
  7732. from src/../include/simple2d.h:63,
  7733. from src/controllers.c:3:
  7734. /usr/local/include/SDL2/SDL_scancode.h:268:5: note: previous definition of ‘SDL_SCANCODE_ALTERASE’ was here
  7735. SDL_SCANCODE_ALTERASE = 153, /**< Erase-Eaze */
  7736. ^
  7737. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7738. from /usr/include/SDL2/SDL_keyboard.h:33,
  7739. from /usr/include/SDL2/SDL_events.h:34,
  7740. from /usr/include/SDL2/SDL.h:76,
  7741. from /usr/include/SDL2/SDL_image.h:27,
  7742. from src/../include/simple2d.h:92,
  7743. from src/controllers.c:3:
  7744. /usr/include/SDL2/SDL_scancode.h:269:5: error: redeclaration of enumerator ‘SDL_SCANCODE_SYSREQ’
  7745. SDL_SCANCODE_SYSREQ = 154,
  7746. ^
  7747. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7748. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7749. from /usr/local/include/SDL2/SDL_events.h:34,
  7750. from /usr/local/include/SDL2/SDL.h:41,
  7751. from src/../include/simple2d.h:63,
  7752. from src/controllers.c:3:
  7753. /usr/local/include/SDL2/SDL_scancode.h:269:5: note: previous definition of ‘SDL_SCANCODE_SYSREQ’ was here
  7754. SDL_SCANCODE_SYSREQ = 154,
  7755. ^
  7756. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7757. from /usr/include/SDL2/SDL_keyboard.h:33,
  7758. from /usr/include/SDL2/SDL_events.h:34,
  7759. from /usr/include/SDL2/SDL.h:76,
  7760. from /usr/include/SDL2/SDL_image.h:27,
  7761. from src/../include/simple2d.h:92,
  7762. from src/controllers.c:3:
  7763. /usr/include/SDL2/SDL_scancode.h:270:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CANCEL’
  7764. SDL_SCANCODE_CANCEL = 155,
  7765. ^
  7766. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7767. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7768. from /usr/local/include/SDL2/SDL_events.h:34,
  7769. from /usr/local/include/SDL2/SDL.h:41,
  7770. from src/../include/simple2d.h:63,
  7771. from src/controllers.c:3:
  7772. /usr/local/include/SDL2/SDL_scancode.h:270:5: note: previous definition of ‘SDL_SCANCODE_CANCEL’ was here
  7773. SDL_SCANCODE_CANCEL = 155,
  7774. ^
  7775. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7776. from /usr/include/SDL2/SDL_keyboard.h:33,
  7777. from /usr/include/SDL2/SDL_events.h:34,
  7778. from /usr/include/SDL2/SDL.h:76,
  7779. from /usr/include/SDL2/SDL_image.h:27,
  7780. from src/../include/simple2d.h:92,
  7781. from src/controllers.c:3:
  7782. /usr/include/SDL2/SDL_scancode.h:271:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CLEAR’
  7783. SDL_SCANCODE_CLEAR = 156,
  7784. ^
  7785. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7786. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7787. from /usr/local/include/SDL2/SDL_events.h:34,
  7788. from /usr/local/include/SDL2/SDL.h:41,
  7789. from src/../include/simple2d.h:63,
  7790. from src/controllers.c:3:
  7791. /usr/local/include/SDL2/SDL_scancode.h:271:5: note: previous definition of ‘SDL_SCANCODE_CLEAR’ was here
  7792. SDL_SCANCODE_CLEAR = 156,
  7793. ^
  7794. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7795. from /usr/include/SDL2/SDL_keyboard.h:33,
  7796. from /usr/include/SDL2/SDL_events.h:34,
  7797. from /usr/include/SDL2/SDL.h:76,
  7798. from /usr/include/SDL2/SDL_image.h:27,
  7799. from src/../include/simple2d.h:92,
  7800. from src/controllers.c:3:
  7801. /usr/include/SDL2/SDL_scancode.h:272:5: error: redeclaration of enumerator ‘SDL_SCANCODE_PRIOR’
  7802. SDL_SCANCODE_PRIOR = 157,
  7803. ^
  7804. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7805. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7806. from /usr/local/include/SDL2/SDL_events.h:34,
  7807. from /usr/local/include/SDL2/SDL.h:41,
  7808. from src/../include/simple2d.h:63,
  7809. from src/controllers.c:3:
  7810. /usr/local/include/SDL2/SDL_scancode.h:272:5: note: previous definition of ‘SDL_SCANCODE_PRIOR’ was here
  7811. SDL_SCANCODE_PRIOR = 157,
  7812. ^
  7813. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7814. from /usr/include/SDL2/SDL_keyboard.h:33,
  7815. from /usr/include/SDL2/SDL_events.h:34,
  7816. from /usr/include/SDL2/SDL.h:76,
  7817. from /usr/include/SDL2/SDL_image.h:27,
  7818. from src/../include/simple2d.h:92,
  7819. from src/controllers.c:3:
  7820. /usr/include/SDL2/SDL_scancode.h:273:5: error: redeclaration of enumerator ‘SDL_SCANCODE_RETURN2’
  7821. SDL_SCANCODE_RETURN2 = 158,
  7822. ^
  7823. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7824. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7825. from /usr/local/include/SDL2/SDL_events.h:34,
  7826. from /usr/local/include/SDL2/SDL.h:41,
  7827. from src/../include/simple2d.h:63,
  7828. from src/controllers.c:3:
  7829. /usr/local/include/SDL2/SDL_scancode.h:273:5: note: previous definition of ‘SDL_SCANCODE_RETURN2’ was here
  7830. SDL_SCANCODE_RETURN2 = 158,
  7831. ^
  7832. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7833. from /usr/include/SDL2/SDL_keyboard.h:33,
  7834. from /usr/include/SDL2/SDL_events.h:34,
  7835. from /usr/include/SDL2/SDL.h:76,
  7836. from /usr/include/SDL2/SDL_image.h:27,
  7837. from src/../include/simple2d.h:92,
  7838. from src/controllers.c:3:
  7839. /usr/include/SDL2/SDL_scancode.h:274:5: error: redeclaration of enumerator ‘SDL_SCANCODE_SEPARATOR’
  7840. SDL_SCANCODE_SEPARATOR = 159,
  7841. ^
  7842. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7843. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7844. from /usr/local/include/SDL2/SDL_events.h:34,
  7845. from /usr/local/include/SDL2/SDL.h:41,
  7846. from src/../include/simple2d.h:63,
  7847. from src/controllers.c:3:
  7848. /usr/local/include/SDL2/SDL_scancode.h:274:5: note: previous definition of ‘SDL_SCANCODE_SEPARATOR’ was here
  7849. SDL_SCANCODE_SEPARATOR = 159,
  7850. ^
  7851. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7852. from /usr/include/SDL2/SDL_keyboard.h:33,
  7853. from /usr/include/SDL2/SDL_events.h:34,
  7854. from /usr/include/SDL2/SDL.h:76,
  7855. from /usr/include/SDL2/SDL_image.h:27,
  7856. from src/../include/simple2d.h:92,
  7857. from src/controllers.c:3:
  7858. /usr/include/SDL2/SDL_scancode.h:275:5: error: redeclaration of enumerator ‘SDL_SCANCODE_OUT’
  7859. SDL_SCANCODE_OUT = 160,
  7860. ^
  7861. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7862. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7863. from /usr/local/include/SDL2/SDL_events.h:34,
  7864. from /usr/local/include/SDL2/SDL.h:41,
  7865. from src/../include/simple2d.h:63,
  7866. from src/controllers.c:3:
  7867. /usr/local/include/SDL2/SDL_scancode.h:275:5: note: previous definition of ‘SDL_SCANCODE_OUT’ was here
  7868. SDL_SCANCODE_OUT = 160,
  7869. ^
  7870. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7871. from /usr/include/SDL2/SDL_keyboard.h:33,
  7872. from /usr/include/SDL2/SDL_events.h:34,
  7873. from /usr/include/SDL2/SDL.h:76,
  7874. from /usr/include/SDL2/SDL_image.h:27,
  7875. from src/../include/simple2d.h:92,
  7876. from src/controllers.c:3:
  7877. /usr/include/SDL2/SDL_scancode.h:276:5: error: redeclaration of enumerator ‘SDL_SCANCODE_OPER’
  7878. SDL_SCANCODE_OPER = 161,
  7879. ^
  7880. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7881. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7882. from /usr/local/include/SDL2/SDL_events.h:34,
  7883. from /usr/local/include/SDL2/SDL.h:41,
  7884. from src/../include/simple2d.h:63,
  7885. from src/controllers.c:3:
  7886. /usr/local/include/SDL2/SDL_scancode.h:276:5: note: previous definition of ‘SDL_SCANCODE_OPER’ was here
  7887. SDL_SCANCODE_OPER = 161,
  7888. ^
  7889. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7890. from /usr/include/SDL2/SDL_keyboard.h:33,
  7891. from /usr/include/SDL2/SDL_events.h:34,
  7892. from /usr/include/SDL2/SDL.h:76,
  7893. from /usr/include/SDL2/SDL_image.h:27,
  7894. from src/../include/simple2d.h:92,
  7895. from src/controllers.c:3:
  7896. /usr/include/SDL2/SDL_scancode.h:277:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CLEARAGAIN’
  7897. SDL_SCANCODE_CLEARAGAIN = 162,
  7898. ^
  7899. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7900. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7901. from /usr/local/include/SDL2/SDL_events.h:34,
  7902. from /usr/local/include/SDL2/SDL.h:41,
  7903. from src/../include/simple2d.h:63,
  7904. from src/controllers.c:3:
  7905. /usr/local/include/SDL2/SDL_scancode.h:277:5: note: previous definition of ‘SDL_SCANCODE_CLEARAGAIN’ was here
  7906. SDL_SCANCODE_CLEARAGAIN = 162,
  7907. ^
  7908. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7909. from /usr/include/SDL2/SDL_keyboard.h:33,
  7910. from /usr/include/SDL2/SDL_events.h:34,
  7911. from /usr/include/SDL2/SDL.h:76,
  7912. from /usr/include/SDL2/SDL_image.h:27,
  7913. from src/../include/simple2d.h:92,
  7914. from src/controllers.c:3:
  7915. /usr/include/SDL2/SDL_scancode.h:278:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CRSEL’
  7916. SDL_SCANCODE_CRSEL = 163,
  7917. ^
  7918. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7919. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7920. from /usr/local/include/SDL2/SDL_events.h:34,
  7921. from /usr/local/include/SDL2/SDL.h:41,
  7922. from src/../include/simple2d.h:63,
  7923. from src/controllers.c:3:
  7924. /usr/local/include/SDL2/SDL_scancode.h:278:5: note: previous definition of ‘SDL_SCANCODE_CRSEL’ was here
  7925. SDL_SCANCODE_CRSEL = 163,
  7926. ^
  7927. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7928. from /usr/include/SDL2/SDL_keyboard.h:33,
  7929. from /usr/include/SDL2/SDL_events.h:34,
  7930. from /usr/include/SDL2/SDL.h:76,
  7931. from /usr/include/SDL2/SDL_image.h:27,
  7932. from src/../include/simple2d.h:92,
  7933. from src/controllers.c:3:
  7934. /usr/include/SDL2/SDL_scancode.h:279:5: error: redeclaration of enumerator ‘SDL_SCANCODE_EXSEL’
  7935. SDL_SCANCODE_EXSEL = 164,
  7936. ^
  7937. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7938. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7939. from /usr/local/include/SDL2/SDL_events.h:34,
  7940. from /usr/local/include/SDL2/SDL.h:41,
  7941. from src/../include/simple2d.h:63,
  7942. from src/controllers.c:3:
  7943. /usr/local/include/SDL2/SDL_scancode.h:279:5: note: previous definition of ‘SDL_SCANCODE_EXSEL’ was here
  7944. SDL_SCANCODE_EXSEL = 164,
  7945. ^
  7946. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7947. from /usr/include/SDL2/SDL_keyboard.h:33,
  7948. from /usr/include/SDL2/SDL_events.h:34,
  7949. from /usr/include/SDL2/SDL.h:76,
  7950. from /usr/include/SDL2/SDL_image.h:27,
  7951. from src/../include/simple2d.h:92,
  7952. from src/controllers.c:3:
  7953. /usr/include/SDL2/SDL_scancode.h:281:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_00’
  7954. SDL_SCANCODE_KP_00 = 176,
  7955. ^
  7956. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7957. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7958. from /usr/local/include/SDL2/SDL_events.h:34,
  7959. from /usr/local/include/SDL2/SDL.h:41,
  7960. from src/../include/simple2d.h:63,
  7961. from src/controllers.c:3:
  7962. /usr/local/include/SDL2/SDL_scancode.h:281:5: note: previous definition of ‘SDL_SCANCODE_KP_00’ was here
  7963. SDL_SCANCODE_KP_00 = 176,
  7964. ^
  7965. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7966. from /usr/include/SDL2/SDL_keyboard.h:33,
  7967. from /usr/include/SDL2/SDL_events.h:34,
  7968. from /usr/include/SDL2/SDL.h:76,
  7969. from /usr/include/SDL2/SDL_image.h:27,
  7970. from src/../include/simple2d.h:92,
  7971. from src/controllers.c:3:
  7972. /usr/include/SDL2/SDL_scancode.h:282:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_000’
  7973. SDL_SCANCODE_KP_000 = 177,
  7974. ^
  7975. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7976. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7977. from /usr/local/include/SDL2/SDL_events.h:34,
  7978. from /usr/local/include/SDL2/SDL.h:41,
  7979. from src/../include/simple2d.h:63,
  7980. from src/controllers.c:3:
  7981. /usr/local/include/SDL2/SDL_scancode.h:282:5: note: previous definition of ‘SDL_SCANCODE_KP_000’ was here
  7982. SDL_SCANCODE_KP_000 = 177,
  7983. ^
  7984. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  7985. from /usr/include/SDL2/SDL_keyboard.h:33,
  7986. from /usr/include/SDL2/SDL_events.h:34,
  7987. from /usr/include/SDL2/SDL.h:76,
  7988. from /usr/include/SDL2/SDL_image.h:27,
  7989. from src/../include/simple2d.h:92,
  7990. from src/controllers.c:3:
  7991. /usr/include/SDL2/SDL_scancode.h:283:5: error: redeclaration of enumerator ‘SDL_SCANCODE_THOUSANDSSEPARATOR’
  7992. SDL_SCANCODE_THOUSANDSSEPARATOR = 178,
  7993. ^
  7994. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  7995. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  7996. from /usr/local/include/SDL2/SDL_events.h:34,
  7997. from /usr/local/include/SDL2/SDL.h:41,
  7998. from src/../include/simple2d.h:63,
  7999. from src/controllers.c:3:
  8000. /usr/local/include/SDL2/SDL_scancode.h:283:5: note: previous definition of ‘SDL_SCANCODE_THOUSANDSSEPARATOR’ was here
  8001. SDL_SCANCODE_THOUSANDSSEPARATOR = 178,
  8002. ^
  8003. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8004. from /usr/include/SDL2/SDL_keyboard.h:33,
  8005. from /usr/include/SDL2/SDL_events.h:34,
  8006. from /usr/include/SDL2/SDL.h:76,
  8007. from /usr/include/SDL2/SDL_image.h:27,
  8008. from src/../include/simple2d.h:92,
  8009. from src/controllers.c:3:
  8010. /usr/include/SDL2/SDL_scancode.h:284:5: error: redeclaration of enumerator ‘SDL_SCANCODE_DECIMALSEPARATOR’
  8011. SDL_SCANCODE_DECIMALSEPARATOR = 179,
  8012. ^
  8013. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8014. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8015. from /usr/local/include/SDL2/SDL_events.h:34,
  8016. from /usr/local/include/SDL2/SDL.h:41,
  8017. from src/../include/simple2d.h:63,
  8018. from src/controllers.c:3:
  8019. /usr/local/include/SDL2/SDL_scancode.h:284:5: note: previous definition of ‘SDL_SCANCODE_DECIMALSEPARATOR’ was here
  8020. SDL_SCANCODE_DECIMALSEPARATOR = 179,
  8021. ^
  8022. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8023. from /usr/include/SDL2/SDL_keyboard.h:33,
  8024. from /usr/include/SDL2/SDL_events.h:34,
  8025. from /usr/include/SDL2/SDL.h:76,
  8026. from /usr/include/SDL2/SDL_image.h:27,
  8027. from src/../include/simple2d.h:92,
  8028. from src/controllers.c:3:
  8029. /usr/include/SDL2/SDL_scancode.h:285:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CURRENCYUNIT’
  8030. SDL_SCANCODE_CURRENCYUNIT = 180,
  8031. ^
  8032. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8033. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8034. from /usr/local/include/SDL2/SDL_events.h:34,
  8035. from /usr/local/include/SDL2/SDL.h:41,
  8036. from src/../include/simple2d.h:63,
  8037. from src/controllers.c:3:
  8038. /usr/local/include/SDL2/SDL_scancode.h:285:5: note: previous definition of ‘SDL_SCANCODE_CURRENCYUNIT’ was here
  8039. SDL_SCANCODE_CURRENCYUNIT = 180,
  8040. ^
  8041. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8042. from /usr/include/SDL2/SDL_keyboard.h:33,
  8043. from /usr/include/SDL2/SDL_events.h:34,
  8044. from /usr/include/SDL2/SDL.h:76,
  8045. from /usr/include/SDL2/SDL_image.h:27,
  8046. from src/../include/simple2d.h:92,
  8047. from src/controllers.c:3:
  8048. /usr/include/SDL2/SDL_scancode.h:286:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CURRENCYSUBUNIT’
  8049. SDL_SCANCODE_CURRENCYSUBUNIT = 181,
  8050. ^
  8051. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8052. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8053. from /usr/local/include/SDL2/SDL_events.h:34,
  8054. from /usr/local/include/SDL2/SDL.h:41,
  8055. from src/../include/simple2d.h:63,
  8056. from src/controllers.c:3:
  8057. /usr/local/include/SDL2/SDL_scancode.h:286:5: note: previous definition of ‘SDL_SCANCODE_CURRENCYSUBUNIT’ was here
  8058. SDL_SCANCODE_CURRENCYSUBUNIT = 181,
  8059. ^
  8060. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8061. from /usr/include/SDL2/SDL_keyboard.h:33,
  8062. from /usr/include/SDL2/SDL_events.h:34,
  8063. from /usr/include/SDL2/SDL.h:76,
  8064. from /usr/include/SDL2/SDL_image.h:27,
  8065. from src/../include/simple2d.h:92,
  8066. from src/controllers.c:3:
  8067. /usr/include/SDL2/SDL_scancode.h:287:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_LEFTPAREN’
  8068. SDL_SCANCODE_KP_LEFTPAREN = 182,
  8069. ^
  8070. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8071. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8072. from /usr/local/include/SDL2/SDL_events.h:34,
  8073. from /usr/local/include/SDL2/SDL.h:41,
  8074. from src/../include/simple2d.h:63,
  8075. from src/controllers.c:3:
  8076. /usr/local/include/SDL2/SDL_scancode.h:287:5: note: previous definition of ‘SDL_SCANCODE_KP_LEFTPAREN’ was here
  8077. SDL_SCANCODE_KP_LEFTPAREN = 182,
  8078. ^
  8079. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8080. from /usr/include/SDL2/SDL_keyboard.h:33,
  8081. from /usr/include/SDL2/SDL_events.h:34,
  8082. from /usr/include/SDL2/SDL.h:76,
  8083. from /usr/include/SDL2/SDL_image.h:27,
  8084. from src/../include/simple2d.h:92,
  8085. from src/controllers.c:3:
  8086. /usr/include/SDL2/SDL_scancode.h:288:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_RIGHTPAREN’
  8087. SDL_SCANCODE_KP_RIGHTPAREN = 183,
  8088. ^
  8089. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8090. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8091. from /usr/local/include/SDL2/SDL_events.h:34,
  8092. from /usr/local/include/SDL2/SDL.h:41,
  8093. from src/../include/simple2d.h:63,
  8094. from src/controllers.c:3:
  8095. /usr/local/include/SDL2/SDL_scancode.h:288:5: note: previous definition of ‘SDL_SCANCODE_KP_RIGHTPAREN’ was here
  8096. SDL_SCANCODE_KP_RIGHTPAREN = 183,
  8097. ^
  8098. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8099. from /usr/include/SDL2/SDL_keyboard.h:33,
  8100. from /usr/include/SDL2/SDL_events.h:34,
  8101. from /usr/include/SDL2/SDL.h:76,
  8102. from /usr/include/SDL2/SDL_image.h:27,
  8103. from src/../include/simple2d.h:92,
  8104. from src/controllers.c:3:
  8105. /usr/include/SDL2/SDL_scancode.h:289:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_LEFTBRACE’
  8106. SDL_SCANCODE_KP_LEFTBRACE = 184,
  8107. ^
  8108. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8109. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8110. from /usr/local/include/SDL2/SDL_events.h:34,
  8111. from /usr/local/include/SDL2/SDL.h:41,
  8112. from src/../include/simple2d.h:63,
  8113. from src/controllers.c:3:
  8114. /usr/local/include/SDL2/SDL_scancode.h:289:5: note: previous definition of ‘SDL_SCANCODE_KP_LEFTBRACE’ was here
  8115. SDL_SCANCODE_KP_LEFTBRACE = 184,
  8116. ^
  8117. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8118. from /usr/include/SDL2/SDL_keyboard.h:33,
  8119. from /usr/include/SDL2/SDL_events.h:34,
  8120. from /usr/include/SDL2/SDL.h:76,
  8121. from /usr/include/SDL2/SDL_image.h:27,
  8122. from src/../include/simple2d.h:92,
  8123. from src/controllers.c:3:
  8124. /usr/include/SDL2/SDL_scancode.h:290:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_RIGHTBRACE’
  8125. SDL_SCANCODE_KP_RIGHTBRACE = 185,
  8126. ^
  8127. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8128. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8129. from /usr/local/include/SDL2/SDL_events.h:34,
  8130. from /usr/local/include/SDL2/SDL.h:41,
  8131. from src/../include/simple2d.h:63,
  8132. from src/controllers.c:3:
  8133. /usr/local/include/SDL2/SDL_scancode.h:290:5: note: previous definition of ‘SDL_SCANCODE_KP_RIGHTBRACE’ was here
  8134. SDL_SCANCODE_KP_RIGHTBRACE = 185,
  8135. ^
  8136. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8137. from /usr/include/SDL2/SDL_keyboard.h:33,
  8138. from /usr/include/SDL2/SDL_events.h:34,
  8139. from /usr/include/SDL2/SDL.h:76,
  8140. from /usr/include/SDL2/SDL_image.h:27,
  8141. from src/../include/simple2d.h:92,
  8142. from src/controllers.c:3:
  8143. /usr/include/SDL2/SDL_scancode.h:291:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_TAB’
  8144. SDL_SCANCODE_KP_TAB = 186,
  8145. ^
  8146. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8147. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8148. from /usr/local/include/SDL2/SDL_events.h:34,
  8149. from /usr/local/include/SDL2/SDL.h:41,
  8150. from src/../include/simple2d.h:63,
  8151. from src/controllers.c:3:
  8152. /usr/local/include/SDL2/SDL_scancode.h:291:5: note: previous definition of ‘SDL_SCANCODE_KP_TAB’ was here
  8153. SDL_SCANCODE_KP_TAB = 186,
  8154. ^
  8155. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8156. from /usr/include/SDL2/SDL_keyboard.h:33,
  8157. from /usr/include/SDL2/SDL_events.h:34,
  8158. from /usr/include/SDL2/SDL.h:76,
  8159. from /usr/include/SDL2/SDL_image.h:27,
  8160. from src/../include/simple2d.h:92,
  8161. from src/controllers.c:3:
  8162. /usr/include/SDL2/SDL_scancode.h:292:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_BACKSPACE’
  8163. SDL_SCANCODE_KP_BACKSPACE = 187,
  8164. ^
  8165. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8166. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8167. from /usr/local/include/SDL2/SDL_events.h:34,
  8168. from /usr/local/include/SDL2/SDL.h:41,
  8169. from src/../include/simple2d.h:63,
  8170. from src/controllers.c:3:
  8171. /usr/local/include/SDL2/SDL_scancode.h:292:5: note: previous definition of ‘SDL_SCANCODE_KP_BACKSPACE’ was here
  8172. SDL_SCANCODE_KP_BACKSPACE = 187,
  8173. ^
  8174. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8175. from /usr/include/SDL2/SDL_keyboard.h:33,
  8176. from /usr/include/SDL2/SDL_events.h:34,
  8177. from /usr/include/SDL2/SDL.h:76,
  8178. from /usr/include/SDL2/SDL_image.h:27,
  8179. from src/../include/simple2d.h:92,
  8180. from src/controllers.c:3:
  8181. /usr/include/SDL2/SDL_scancode.h:293:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_A’
  8182. SDL_SCANCODE_KP_A = 188,
  8183. ^
  8184. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8185. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8186. from /usr/local/include/SDL2/SDL_events.h:34,
  8187. from /usr/local/include/SDL2/SDL.h:41,
  8188. from src/../include/simple2d.h:63,
  8189. from src/controllers.c:3:
  8190. /usr/local/include/SDL2/SDL_scancode.h:293:5: note: previous definition of ‘SDL_SCANCODE_KP_A’ was here
  8191. SDL_SCANCODE_KP_A = 188,
  8192. ^
  8193. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8194. from /usr/include/SDL2/SDL_keyboard.h:33,
  8195. from /usr/include/SDL2/SDL_events.h:34,
  8196. from /usr/include/SDL2/SDL.h:76,
  8197. from /usr/include/SDL2/SDL_image.h:27,
  8198. from src/../include/simple2d.h:92,
  8199. from src/controllers.c:3:
  8200. /usr/include/SDL2/SDL_scancode.h:294:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_B’
  8201. SDL_SCANCODE_KP_B = 189,
  8202. ^
  8203. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8204. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8205. from /usr/local/include/SDL2/SDL_events.h:34,
  8206. from /usr/local/include/SDL2/SDL.h:41,
  8207. from src/../include/simple2d.h:63,
  8208. from src/controllers.c:3:
  8209. /usr/local/include/SDL2/SDL_scancode.h:294:5: note: previous definition of ‘SDL_SCANCODE_KP_B’ was here
  8210. SDL_SCANCODE_KP_B = 189,
  8211. ^
  8212. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8213. from /usr/include/SDL2/SDL_keyboard.h:33,
  8214. from /usr/include/SDL2/SDL_events.h:34,
  8215. from /usr/include/SDL2/SDL.h:76,
  8216. from /usr/include/SDL2/SDL_image.h:27,
  8217. from src/../include/simple2d.h:92,
  8218. from src/controllers.c:3:
  8219. /usr/include/SDL2/SDL_scancode.h:295:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_C’
  8220. SDL_SCANCODE_KP_C = 190,
  8221. ^
  8222. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8223. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8224. from /usr/local/include/SDL2/SDL_events.h:34,
  8225. from /usr/local/include/SDL2/SDL.h:41,
  8226. from src/../include/simple2d.h:63,
  8227. from src/controllers.c:3:
  8228. /usr/local/include/SDL2/SDL_scancode.h:295:5: note: previous definition of ‘SDL_SCANCODE_KP_C’ was here
  8229. SDL_SCANCODE_KP_C = 190,
  8230. ^
  8231. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8232. from /usr/include/SDL2/SDL_keyboard.h:33,
  8233. from /usr/include/SDL2/SDL_events.h:34,
  8234. from /usr/include/SDL2/SDL.h:76,
  8235. from /usr/include/SDL2/SDL_image.h:27,
  8236. from src/../include/simple2d.h:92,
  8237. from src/controllers.c:3:
  8238. /usr/include/SDL2/SDL_scancode.h:296:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_D’
  8239. SDL_SCANCODE_KP_D = 191,
  8240. ^
  8241. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8242. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8243. from /usr/local/include/SDL2/SDL_events.h:34,
  8244. from /usr/local/include/SDL2/SDL.h:41,
  8245. from src/../include/simple2d.h:63,
  8246. from src/controllers.c:3:
  8247. /usr/local/include/SDL2/SDL_scancode.h:296:5: note: previous definition of ‘SDL_SCANCODE_KP_D’ was here
  8248. SDL_SCANCODE_KP_D = 191,
  8249. ^
  8250. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8251. from /usr/include/SDL2/SDL_keyboard.h:33,
  8252. from /usr/include/SDL2/SDL_events.h:34,
  8253. from /usr/include/SDL2/SDL.h:76,
  8254. from /usr/include/SDL2/SDL_image.h:27,
  8255. from src/../include/simple2d.h:92,
  8256. from src/controllers.c:3:
  8257. /usr/include/SDL2/SDL_scancode.h:297:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_E’
  8258. SDL_SCANCODE_KP_E = 192,
  8259. ^
  8260. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8261. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8262. from /usr/local/include/SDL2/SDL_events.h:34,
  8263. from /usr/local/include/SDL2/SDL.h:41,
  8264. from src/../include/simple2d.h:63,
  8265. from src/controllers.c:3:
  8266. /usr/local/include/SDL2/SDL_scancode.h:297:5: note: previous definition of ‘SDL_SCANCODE_KP_E’ was here
  8267. SDL_SCANCODE_KP_E = 192,
  8268. ^
  8269. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8270. from /usr/include/SDL2/SDL_keyboard.h:33,
  8271. from /usr/include/SDL2/SDL_events.h:34,
  8272. from /usr/include/SDL2/SDL.h:76,
  8273. from /usr/include/SDL2/SDL_image.h:27,
  8274. from src/../include/simple2d.h:92,
  8275. from src/controllers.c:3:
  8276. /usr/include/SDL2/SDL_scancode.h:298:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_F’
  8277. SDL_SCANCODE_KP_F = 193,
  8278. ^
  8279. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8280. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8281. from /usr/local/include/SDL2/SDL_events.h:34,
  8282. from /usr/local/include/SDL2/SDL.h:41,
  8283. from src/../include/simple2d.h:63,
  8284. from src/controllers.c:3:
  8285. /usr/local/include/SDL2/SDL_scancode.h:298:5: note: previous definition of ‘SDL_SCANCODE_KP_F’ was here
  8286. SDL_SCANCODE_KP_F = 193,
  8287. ^
  8288. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8289. from /usr/include/SDL2/SDL_keyboard.h:33,
  8290. from /usr/include/SDL2/SDL_events.h:34,
  8291. from /usr/include/SDL2/SDL.h:76,
  8292. from /usr/include/SDL2/SDL_image.h:27,
  8293. from src/../include/simple2d.h:92,
  8294. from src/controllers.c:3:
  8295. /usr/include/SDL2/SDL_scancode.h:299:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_XOR’
  8296. SDL_SCANCODE_KP_XOR = 194,
  8297. ^
  8298. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8299. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8300. from /usr/local/include/SDL2/SDL_events.h:34,
  8301. from /usr/local/include/SDL2/SDL.h:41,
  8302. from src/../include/simple2d.h:63,
  8303. from src/controllers.c:3:
  8304. /usr/local/include/SDL2/SDL_scancode.h:299:5: note: previous definition of ‘SDL_SCANCODE_KP_XOR’ was here
  8305. SDL_SCANCODE_KP_XOR = 194,
  8306. ^
  8307. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8308. from /usr/include/SDL2/SDL_keyboard.h:33,
  8309. from /usr/include/SDL2/SDL_events.h:34,
  8310. from /usr/include/SDL2/SDL.h:76,
  8311. from /usr/include/SDL2/SDL_image.h:27,
  8312. from src/../include/simple2d.h:92,
  8313. from src/controllers.c:3:
  8314. /usr/include/SDL2/SDL_scancode.h:300:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_POWER’
  8315. SDL_SCANCODE_KP_POWER = 195,
  8316. ^
  8317. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8318. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8319. from /usr/local/include/SDL2/SDL_events.h:34,
  8320. from /usr/local/include/SDL2/SDL.h:41,
  8321. from src/../include/simple2d.h:63,
  8322. from src/controllers.c:3:
  8323. /usr/local/include/SDL2/SDL_scancode.h:300:5: note: previous definition of ‘SDL_SCANCODE_KP_POWER’ was here
  8324. SDL_SCANCODE_KP_POWER = 195,
  8325. ^
  8326. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8327. from /usr/include/SDL2/SDL_keyboard.h:33,
  8328. from /usr/include/SDL2/SDL_events.h:34,
  8329. from /usr/include/SDL2/SDL.h:76,
  8330. from /usr/include/SDL2/SDL_image.h:27,
  8331. from src/../include/simple2d.h:92,
  8332. from src/controllers.c:3:
  8333. /usr/include/SDL2/SDL_scancode.h:301:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_PERCENT’
  8334. SDL_SCANCODE_KP_PERCENT = 196,
  8335. ^
  8336. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8337. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8338. from /usr/local/include/SDL2/SDL_events.h:34,
  8339. from /usr/local/include/SDL2/SDL.h:41,
  8340. from src/../include/simple2d.h:63,
  8341. from src/controllers.c:3:
  8342. /usr/local/include/SDL2/SDL_scancode.h:301:5: note: previous definition of ‘SDL_SCANCODE_KP_PERCENT’ was here
  8343. SDL_SCANCODE_KP_PERCENT = 196,
  8344. ^
  8345. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8346. from /usr/include/SDL2/SDL_keyboard.h:33,
  8347. from /usr/include/SDL2/SDL_events.h:34,
  8348. from /usr/include/SDL2/SDL.h:76,
  8349. from /usr/include/SDL2/SDL_image.h:27,
  8350. from src/../include/simple2d.h:92,
  8351. from src/controllers.c:3:
  8352. /usr/include/SDL2/SDL_scancode.h:302:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_LESS’
  8353. SDL_SCANCODE_KP_LESS = 197,
  8354. ^
  8355. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8356. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8357. from /usr/local/include/SDL2/SDL_events.h:34,
  8358. from /usr/local/include/SDL2/SDL.h:41,
  8359. from src/../include/simple2d.h:63,
  8360. from src/controllers.c:3:
  8361. /usr/local/include/SDL2/SDL_scancode.h:302:5: note: previous definition of ‘SDL_SCANCODE_KP_LESS’ was here
  8362. SDL_SCANCODE_KP_LESS = 197,
  8363. ^
  8364. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8365. from /usr/include/SDL2/SDL_keyboard.h:33,
  8366. from /usr/include/SDL2/SDL_events.h:34,
  8367. from /usr/include/SDL2/SDL.h:76,
  8368. from /usr/include/SDL2/SDL_image.h:27,
  8369. from src/../include/simple2d.h:92,
  8370. from src/controllers.c:3:
  8371. /usr/include/SDL2/SDL_scancode.h:303:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_GREATER’
  8372. SDL_SCANCODE_KP_GREATER = 198,
  8373. ^
  8374. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8375. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8376. from /usr/local/include/SDL2/SDL_events.h:34,
  8377. from /usr/local/include/SDL2/SDL.h:41,
  8378. from src/../include/simple2d.h:63,
  8379. from src/controllers.c:3:
  8380. /usr/local/include/SDL2/SDL_scancode.h:303:5: note: previous definition of ‘SDL_SCANCODE_KP_GREATER’ was here
  8381. SDL_SCANCODE_KP_GREATER = 198,
  8382. ^
  8383. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8384. from /usr/include/SDL2/SDL_keyboard.h:33,
  8385. from /usr/include/SDL2/SDL_events.h:34,
  8386. from /usr/include/SDL2/SDL.h:76,
  8387. from /usr/include/SDL2/SDL_image.h:27,
  8388. from src/../include/simple2d.h:92,
  8389. from src/controllers.c:3:
  8390. /usr/include/SDL2/SDL_scancode.h:304:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_AMPERSAND’
  8391. SDL_SCANCODE_KP_AMPERSAND = 199,
  8392. ^
  8393. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8394. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8395. from /usr/local/include/SDL2/SDL_events.h:34,
  8396. from /usr/local/include/SDL2/SDL.h:41,
  8397. from src/../include/simple2d.h:63,
  8398. from src/controllers.c:3:
  8399. /usr/local/include/SDL2/SDL_scancode.h:304:5: note: previous definition of ‘SDL_SCANCODE_KP_AMPERSAND’ was here
  8400. SDL_SCANCODE_KP_AMPERSAND = 199,
  8401. ^
  8402. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8403. from /usr/include/SDL2/SDL_keyboard.h:33,
  8404. from /usr/include/SDL2/SDL_events.h:34,
  8405. from /usr/include/SDL2/SDL.h:76,
  8406. from /usr/include/SDL2/SDL_image.h:27,
  8407. from src/../include/simple2d.h:92,
  8408. from src/controllers.c:3:
  8409. /usr/include/SDL2/SDL_scancode.h:305:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_DBLAMPERSAND’
  8410. SDL_SCANCODE_KP_DBLAMPERSAND = 200,
  8411. ^
  8412. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8413. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8414. from /usr/local/include/SDL2/SDL_events.h:34,
  8415. from /usr/local/include/SDL2/SDL.h:41,
  8416. from src/../include/simple2d.h:63,
  8417. from src/controllers.c:3:
  8418. /usr/local/include/SDL2/SDL_scancode.h:305:5: note: previous definition of ‘SDL_SCANCODE_KP_DBLAMPERSAND’ was here
  8419. SDL_SCANCODE_KP_DBLAMPERSAND = 200,
  8420. ^
  8421. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8422. from /usr/include/SDL2/SDL_keyboard.h:33,
  8423. from /usr/include/SDL2/SDL_events.h:34,
  8424. from /usr/include/SDL2/SDL.h:76,
  8425. from /usr/include/SDL2/SDL_image.h:27,
  8426. from src/../include/simple2d.h:92,
  8427. from src/controllers.c:3:
  8428. /usr/include/SDL2/SDL_scancode.h:306:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_VERTICALBAR’
  8429. SDL_SCANCODE_KP_VERTICALBAR = 201,
  8430. ^
  8431. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8432. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8433. from /usr/local/include/SDL2/SDL_events.h:34,
  8434. from /usr/local/include/SDL2/SDL.h:41,
  8435. from src/../include/simple2d.h:63,
  8436. from src/controllers.c:3:
  8437. /usr/local/include/SDL2/SDL_scancode.h:306:5: note: previous definition of ‘SDL_SCANCODE_KP_VERTICALBAR’ was here
  8438. SDL_SCANCODE_KP_VERTICALBAR = 201,
  8439. ^
  8440. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8441. from /usr/include/SDL2/SDL_keyboard.h:33,
  8442. from /usr/include/SDL2/SDL_events.h:34,
  8443. from /usr/include/SDL2/SDL.h:76,
  8444. from /usr/include/SDL2/SDL_image.h:27,
  8445. from src/../include/simple2d.h:92,
  8446. from src/controllers.c:3:
  8447. /usr/include/SDL2/SDL_scancode.h:307:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_DBLVERTICALBAR’
  8448. SDL_SCANCODE_KP_DBLVERTICALBAR = 202,
  8449. ^
  8450. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8451. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8452. from /usr/local/include/SDL2/SDL_events.h:34,
  8453. from /usr/local/include/SDL2/SDL.h:41,
  8454. from src/../include/simple2d.h:63,
  8455. from src/controllers.c:3:
  8456. /usr/local/include/SDL2/SDL_scancode.h:307:5: note: previous definition of ‘SDL_SCANCODE_KP_DBLVERTICALBAR’ was here
  8457. SDL_SCANCODE_KP_DBLVERTICALBAR = 202,
  8458. ^
  8459. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8460. from /usr/include/SDL2/SDL_keyboard.h:33,
  8461. from /usr/include/SDL2/SDL_events.h:34,
  8462. from /usr/include/SDL2/SDL.h:76,
  8463. from /usr/include/SDL2/SDL_image.h:27,
  8464. from src/../include/simple2d.h:92,
  8465. from src/controllers.c:3:
  8466. /usr/include/SDL2/SDL_scancode.h:308:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_COLON’
  8467. SDL_SCANCODE_KP_COLON = 203,
  8468. ^
  8469. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8470. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8471. from /usr/local/include/SDL2/SDL_events.h:34,
  8472. from /usr/local/include/SDL2/SDL.h:41,
  8473. from src/../include/simple2d.h:63,
  8474. from src/controllers.c:3:
  8475. /usr/local/include/SDL2/SDL_scancode.h:308:5: note: previous definition of ‘SDL_SCANCODE_KP_COLON’ was here
  8476. SDL_SCANCODE_KP_COLON = 203,
  8477. ^
  8478. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8479. from /usr/include/SDL2/SDL_keyboard.h:33,
  8480. from /usr/include/SDL2/SDL_events.h:34,
  8481. from /usr/include/SDL2/SDL.h:76,
  8482. from /usr/include/SDL2/SDL_image.h:27,
  8483. from src/../include/simple2d.h:92,
  8484. from src/controllers.c:3:
  8485. /usr/include/SDL2/SDL_scancode.h:309:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_HASH’
  8486. SDL_SCANCODE_KP_HASH = 204,
  8487. ^
  8488. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8489. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8490. from /usr/local/include/SDL2/SDL_events.h:34,
  8491. from /usr/local/include/SDL2/SDL.h:41,
  8492. from src/../include/simple2d.h:63,
  8493. from src/controllers.c:3:
  8494. /usr/local/include/SDL2/SDL_scancode.h:309:5: note: previous definition of ‘SDL_SCANCODE_KP_HASH’ was here
  8495. SDL_SCANCODE_KP_HASH = 204,
  8496. ^
  8497. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8498. from /usr/include/SDL2/SDL_keyboard.h:33,
  8499. from /usr/include/SDL2/SDL_events.h:34,
  8500. from /usr/include/SDL2/SDL.h:76,
  8501. from /usr/include/SDL2/SDL_image.h:27,
  8502. from src/../include/simple2d.h:92,
  8503. from src/controllers.c:3:
  8504. /usr/include/SDL2/SDL_scancode.h:310:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_SPACE’
  8505. SDL_SCANCODE_KP_SPACE = 205,
  8506. ^
  8507. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8508. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8509. from /usr/local/include/SDL2/SDL_events.h:34,
  8510. from /usr/local/include/SDL2/SDL.h:41,
  8511. from src/../include/simple2d.h:63,
  8512. from src/controllers.c:3:
  8513. /usr/local/include/SDL2/SDL_scancode.h:310:5: note: previous definition of ‘SDL_SCANCODE_KP_SPACE’ was here
  8514. SDL_SCANCODE_KP_SPACE = 205,
  8515. ^
  8516. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8517. from /usr/include/SDL2/SDL_keyboard.h:33,
  8518. from /usr/include/SDL2/SDL_events.h:34,
  8519. from /usr/include/SDL2/SDL.h:76,
  8520. from /usr/include/SDL2/SDL_image.h:27,
  8521. from src/../include/simple2d.h:92,
  8522. from src/controllers.c:3:
  8523. /usr/include/SDL2/SDL_scancode.h:311:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_AT’
  8524. SDL_SCANCODE_KP_AT = 206,
  8525. ^
  8526. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8527. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8528. from /usr/local/include/SDL2/SDL_events.h:34,
  8529. from /usr/local/include/SDL2/SDL.h:41,
  8530. from src/../include/simple2d.h:63,
  8531. from src/controllers.c:3:
  8532. /usr/local/include/SDL2/SDL_scancode.h:311:5: note: previous definition of ‘SDL_SCANCODE_KP_AT’ was here
  8533. SDL_SCANCODE_KP_AT = 206,
  8534. ^
  8535. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8536. from /usr/include/SDL2/SDL_keyboard.h:33,
  8537. from /usr/include/SDL2/SDL_events.h:34,
  8538. from /usr/include/SDL2/SDL.h:76,
  8539. from /usr/include/SDL2/SDL_image.h:27,
  8540. from src/../include/simple2d.h:92,
  8541. from src/controllers.c:3:
  8542. /usr/include/SDL2/SDL_scancode.h:312:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_EXCLAM’
  8543. SDL_SCANCODE_KP_EXCLAM = 207,
  8544. ^
  8545. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8546. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8547. from /usr/local/include/SDL2/SDL_events.h:34,
  8548. from /usr/local/include/SDL2/SDL.h:41,
  8549. from src/../include/simple2d.h:63,
  8550. from src/controllers.c:3:
  8551. /usr/local/include/SDL2/SDL_scancode.h:312:5: note: previous definition of ‘SDL_SCANCODE_KP_EXCLAM’ was here
  8552. SDL_SCANCODE_KP_EXCLAM = 207,
  8553. ^
  8554. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8555. from /usr/include/SDL2/SDL_keyboard.h:33,
  8556. from /usr/include/SDL2/SDL_events.h:34,
  8557. from /usr/include/SDL2/SDL.h:76,
  8558. from /usr/include/SDL2/SDL_image.h:27,
  8559. from src/../include/simple2d.h:92,
  8560. from src/controllers.c:3:
  8561. /usr/include/SDL2/SDL_scancode.h:313:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MEMSTORE’
  8562. SDL_SCANCODE_KP_MEMSTORE = 208,
  8563. ^
  8564. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8565. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8566. from /usr/local/include/SDL2/SDL_events.h:34,
  8567. from /usr/local/include/SDL2/SDL.h:41,
  8568. from src/../include/simple2d.h:63,
  8569. from src/controllers.c:3:
  8570. /usr/local/include/SDL2/SDL_scancode.h:313:5: note: previous definition of ‘SDL_SCANCODE_KP_MEMSTORE’ was here
  8571. SDL_SCANCODE_KP_MEMSTORE = 208,
  8572. ^
  8573. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8574. from /usr/include/SDL2/SDL_keyboard.h:33,
  8575. from /usr/include/SDL2/SDL_events.h:34,
  8576. from /usr/include/SDL2/SDL.h:76,
  8577. from /usr/include/SDL2/SDL_image.h:27,
  8578. from src/../include/simple2d.h:92,
  8579. from src/controllers.c:3:
  8580. /usr/include/SDL2/SDL_scancode.h:314:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MEMRECALL’
  8581. SDL_SCANCODE_KP_MEMRECALL = 209,
  8582. ^
  8583. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8584. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8585. from /usr/local/include/SDL2/SDL_events.h:34,
  8586. from /usr/local/include/SDL2/SDL.h:41,
  8587. from src/../include/simple2d.h:63,
  8588. from src/controllers.c:3:
  8589. /usr/local/include/SDL2/SDL_scancode.h:314:5: note: previous definition of ‘SDL_SCANCODE_KP_MEMRECALL’ was here
  8590. SDL_SCANCODE_KP_MEMRECALL = 209,
  8591. ^
  8592. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8593. from /usr/include/SDL2/SDL_keyboard.h:33,
  8594. from /usr/include/SDL2/SDL_events.h:34,
  8595. from /usr/include/SDL2/SDL.h:76,
  8596. from /usr/include/SDL2/SDL_image.h:27,
  8597. from src/../include/simple2d.h:92,
  8598. from src/controllers.c:3:
  8599. /usr/include/SDL2/SDL_scancode.h:315:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MEMCLEAR’
  8600. SDL_SCANCODE_KP_MEMCLEAR = 210,
  8601. ^
  8602. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8603. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8604. from /usr/local/include/SDL2/SDL_events.h:34,
  8605. from /usr/local/include/SDL2/SDL.h:41,
  8606. from src/../include/simple2d.h:63,
  8607. from src/controllers.c:3:
  8608. /usr/local/include/SDL2/SDL_scancode.h:315:5: note: previous definition of ‘SDL_SCANCODE_KP_MEMCLEAR’ was here
  8609. SDL_SCANCODE_KP_MEMCLEAR = 210,
  8610. ^
  8611. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8612. from /usr/include/SDL2/SDL_keyboard.h:33,
  8613. from /usr/include/SDL2/SDL_events.h:34,
  8614. from /usr/include/SDL2/SDL.h:76,
  8615. from /usr/include/SDL2/SDL_image.h:27,
  8616. from src/../include/simple2d.h:92,
  8617. from src/controllers.c:3:
  8618. /usr/include/SDL2/SDL_scancode.h:316:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MEMADD’
  8619. SDL_SCANCODE_KP_MEMADD = 211,
  8620. ^
  8621. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8622. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8623. from /usr/local/include/SDL2/SDL_events.h:34,
  8624. from /usr/local/include/SDL2/SDL.h:41,
  8625. from src/../include/simple2d.h:63,
  8626. from src/controllers.c:3:
  8627. /usr/local/include/SDL2/SDL_scancode.h:316:5: note: previous definition of ‘SDL_SCANCODE_KP_MEMADD’ was here
  8628. SDL_SCANCODE_KP_MEMADD = 211,
  8629. ^
  8630. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8631. from /usr/include/SDL2/SDL_keyboard.h:33,
  8632. from /usr/include/SDL2/SDL_events.h:34,
  8633. from /usr/include/SDL2/SDL.h:76,
  8634. from /usr/include/SDL2/SDL_image.h:27,
  8635. from src/../include/simple2d.h:92,
  8636. from src/controllers.c:3:
  8637. /usr/include/SDL2/SDL_scancode.h:317:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MEMSUBTRACT’
  8638. SDL_SCANCODE_KP_MEMSUBTRACT = 212,
  8639. ^
  8640. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8641. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8642. from /usr/local/include/SDL2/SDL_events.h:34,
  8643. from /usr/local/include/SDL2/SDL.h:41,
  8644. from src/../include/simple2d.h:63,
  8645. from src/controllers.c:3:
  8646. /usr/local/include/SDL2/SDL_scancode.h:317:5: note: previous definition of ‘SDL_SCANCODE_KP_MEMSUBTRACT’ was here
  8647. SDL_SCANCODE_KP_MEMSUBTRACT = 212,
  8648. ^
  8649. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8650. from /usr/include/SDL2/SDL_keyboard.h:33,
  8651. from /usr/include/SDL2/SDL_events.h:34,
  8652. from /usr/include/SDL2/SDL.h:76,
  8653. from /usr/include/SDL2/SDL_image.h:27,
  8654. from src/../include/simple2d.h:92,
  8655. from src/controllers.c:3:
  8656. /usr/include/SDL2/SDL_scancode.h:318:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MEMMULTIPLY’
  8657. SDL_SCANCODE_KP_MEMMULTIPLY = 213,
  8658. ^
  8659. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8660. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8661. from /usr/local/include/SDL2/SDL_events.h:34,
  8662. from /usr/local/include/SDL2/SDL.h:41,
  8663. from src/../include/simple2d.h:63,
  8664. from src/controllers.c:3:
  8665. /usr/local/include/SDL2/SDL_scancode.h:318:5: note: previous definition of ‘SDL_SCANCODE_KP_MEMMULTIPLY’ was here
  8666. SDL_SCANCODE_KP_MEMMULTIPLY = 213,
  8667. ^
  8668. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8669. from /usr/include/SDL2/SDL_keyboard.h:33,
  8670. from /usr/include/SDL2/SDL_events.h:34,
  8671. from /usr/include/SDL2/SDL.h:76,
  8672. from /usr/include/SDL2/SDL_image.h:27,
  8673. from src/../include/simple2d.h:92,
  8674. from src/controllers.c:3:
  8675. /usr/include/SDL2/SDL_scancode.h:319:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_MEMDIVIDE’
  8676. SDL_SCANCODE_KP_MEMDIVIDE = 214,
  8677. ^
  8678. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8679. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8680. from /usr/local/include/SDL2/SDL_events.h:34,
  8681. from /usr/local/include/SDL2/SDL.h:41,
  8682. from src/../include/simple2d.h:63,
  8683. from src/controllers.c:3:
  8684. /usr/local/include/SDL2/SDL_scancode.h:319:5: note: previous definition of ‘SDL_SCANCODE_KP_MEMDIVIDE’ was here
  8685. SDL_SCANCODE_KP_MEMDIVIDE = 214,
  8686. ^
  8687. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8688. from /usr/include/SDL2/SDL_keyboard.h:33,
  8689. from /usr/include/SDL2/SDL_events.h:34,
  8690. from /usr/include/SDL2/SDL.h:76,
  8691. from /usr/include/SDL2/SDL_image.h:27,
  8692. from src/../include/simple2d.h:92,
  8693. from src/controllers.c:3:
  8694. /usr/include/SDL2/SDL_scancode.h:320:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_PLUSMINUS’
  8695. SDL_SCANCODE_KP_PLUSMINUS = 215,
  8696. ^
  8697. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8698. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8699. from /usr/local/include/SDL2/SDL_events.h:34,
  8700. from /usr/local/include/SDL2/SDL.h:41,
  8701. from src/../include/simple2d.h:63,
  8702. from src/controllers.c:3:
  8703. /usr/local/include/SDL2/SDL_scancode.h:320:5: note: previous definition of ‘SDL_SCANCODE_KP_PLUSMINUS’ was here
  8704. SDL_SCANCODE_KP_PLUSMINUS = 215,
  8705. ^
  8706. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8707. from /usr/include/SDL2/SDL_keyboard.h:33,
  8708. from /usr/include/SDL2/SDL_events.h:34,
  8709. from /usr/include/SDL2/SDL.h:76,
  8710. from /usr/include/SDL2/SDL_image.h:27,
  8711. from src/../include/simple2d.h:92,
  8712. from src/controllers.c:3:
  8713. /usr/include/SDL2/SDL_scancode.h:321:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_CLEAR’
  8714. SDL_SCANCODE_KP_CLEAR = 216,
  8715. ^
  8716. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8717. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8718. from /usr/local/include/SDL2/SDL_events.h:34,
  8719. from /usr/local/include/SDL2/SDL.h:41,
  8720. from src/../include/simple2d.h:63,
  8721. from src/controllers.c:3:
  8722. /usr/local/include/SDL2/SDL_scancode.h:321:5: note: previous definition of ‘SDL_SCANCODE_KP_CLEAR’ was here
  8723. SDL_SCANCODE_KP_CLEAR = 216,
  8724. ^
  8725. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8726. from /usr/include/SDL2/SDL_keyboard.h:33,
  8727. from /usr/include/SDL2/SDL_events.h:34,
  8728. from /usr/include/SDL2/SDL.h:76,
  8729. from /usr/include/SDL2/SDL_image.h:27,
  8730. from src/../include/simple2d.h:92,
  8731. from src/controllers.c:3:
  8732. /usr/include/SDL2/SDL_scancode.h:322:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_CLEARENTRY’
  8733. SDL_SCANCODE_KP_CLEARENTRY = 217,
  8734. ^
  8735. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8736. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8737. from /usr/local/include/SDL2/SDL_events.h:34,
  8738. from /usr/local/include/SDL2/SDL.h:41,
  8739. from src/../include/simple2d.h:63,
  8740. from src/controllers.c:3:
  8741. /usr/local/include/SDL2/SDL_scancode.h:322:5: note: previous definition of ‘SDL_SCANCODE_KP_CLEARENTRY’ was here
  8742. SDL_SCANCODE_KP_CLEARENTRY = 217,
  8743. ^
  8744. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8745. from /usr/include/SDL2/SDL_keyboard.h:33,
  8746. from /usr/include/SDL2/SDL_events.h:34,
  8747. from /usr/include/SDL2/SDL.h:76,
  8748. from /usr/include/SDL2/SDL_image.h:27,
  8749. from src/../include/simple2d.h:92,
  8750. from src/controllers.c:3:
  8751. /usr/include/SDL2/SDL_scancode.h:323:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_BINARY’
  8752. SDL_SCANCODE_KP_BINARY = 218,
  8753. ^
  8754. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8755. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8756. from /usr/local/include/SDL2/SDL_events.h:34,
  8757. from /usr/local/include/SDL2/SDL.h:41,
  8758. from src/../include/simple2d.h:63,
  8759. from src/controllers.c:3:
  8760. /usr/local/include/SDL2/SDL_scancode.h:323:5: note: previous definition of ‘SDL_SCANCODE_KP_BINARY’ was here
  8761. SDL_SCANCODE_KP_BINARY = 218,
  8762. ^
  8763. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8764. from /usr/include/SDL2/SDL_keyboard.h:33,
  8765. from /usr/include/SDL2/SDL_events.h:34,
  8766. from /usr/include/SDL2/SDL.h:76,
  8767. from /usr/include/SDL2/SDL_image.h:27,
  8768. from src/../include/simple2d.h:92,
  8769. from src/controllers.c:3:
  8770. /usr/include/SDL2/SDL_scancode.h:324:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_OCTAL’
  8771. SDL_SCANCODE_KP_OCTAL = 219,
  8772. ^
  8773. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8774. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8775. from /usr/local/include/SDL2/SDL_events.h:34,
  8776. from /usr/local/include/SDL2/SDL.h:41,
  8777. from src/../include/simple2d.h:63,
  8778. from src/controllers.c:3:
  8779. /usr/local/include/SDL2/SDL_scancode.h:324:5: note: previous definition of ‘SDL_SCANCODE_KP_OCTAL’ was here
  8780. SDL_SCANCODE_KP_OCTAL = 219,
  8781. ^
  8782. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8783. from /usr/include/SDL2/SDL_keyboard.h:33,
  8784. from /usr/include/SDL2/SDL_events.h:34,
  8785. from /usr/include/SDL2/SDL.h:76,
  8786. from /usr/include/SDL2/SDL_image.h:27,
  8787. from src/../include/simple2d.h:92,
  8788. from src/controllers.c:3:
  8789. /usr/include/SDL2/SDL_scancode.h:325:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_DECIMAL’
  8790. SDL_SCANCODE_KP_DECIMAL = 220,
  8791. ^
  8792. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8793. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8794. from /usr/local/include/SDL2/SDL_events.h:34,
  8795. from /usr/local/include/SDL2/SDL.h:41,
  8796. from src/../include/simple2d.h:63,
  8797. from src/controllers.c:3:
  8798. /usr/local/include/SDL2/SDL_scancode.h:325:5: note: previous definition of ‘SDL_SCANCODE_KP_DECIMAL’ was here
  8799. SDL_SCANCODE_KP_DECIMAL = 220,
  8800. ^
  8801. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8802. from /usr/include/SDL2/SDL_keyboard.h:33,
  8803. from /usr/include/SDL2/SDL_events.h:34,
  8804. from /usr/include/SDL2/SDL.h:76,
  8805. from /usr/include/SDL2/SDL_image.h:27,
  8806. from src/../include/simple2d.h:92,
  8807. from src/controllers.c:3:
  8808. /usr/include/SDL2/SDL_scancode.h:326:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KP_HEXADECIMAL’
  8809. SDL_SCANCODE_KP_HEXADECIMAL = 221,
  8810. ^
  8811. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8812. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8813. from /usr/local/include/SDL2/SDL_events.h:34,
  8814. from /usr/local/include/SDL2/SDL.h:41,
  8815. from src/../include/simple2d.h:63,
  8816. from src/controllers.c:3:
  8817. /usr/local/include/SDL2/SDL_scancode.h:326:5: note: previous definition of ‘SDL_SCANCODE_KP_HEXADECIMAL’ was here
  8818. SDL_SCANCODE_KP_HEXADECIMAL = 221,
  8819. ^
  8820. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8821. from /usr/include/SDL2/SDL_keyboard.h:33,
  8822. from /usr/include/SDL2/SDL_events.h:34,
  8823. from /usr/include/SDL2/SDL.h:76,
  8824. from /usr/include/SDL2/SDL_image.h:27,
  8825. from src/../include/simple2d.h:92,
  8826. from src/controllers.c:3:
  8827. /usr/include/SDL2/SDL_scancode.h:328:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LCTRL’
  8828. SDL_SCANCODE_LCTRL = 224,
  8829. ^
  8830. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8831. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8832. from /usr/local/include/SDL2/SDL_events.h:34,
  8833. from /usr/local/include/SDL2/SDL.h:41,
  8834. from src/../include/simple2d.h:63,
  8835. from src/controllers.c:3:
  8836. /usr/local/include/SDL2/SDL_scancode.h:328:5: note: previous definition of ‘SDL_SCANCODE_LCTRL’ was here
  8837. SDL_SCANCODE_LCTRL = 224,
  8838. ^
  8839. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8840. from /usr/include/SDL2/SDL_keyboard.h:33,
  8841. from /usr/include/SDL2/SDL_events.h:34,
  8842. from /usr/include/SDL2/SDL.h:76,
  8843. from /usr/include/SDL2/SDL_image.h:27,
  8844. from src/../include/simple2d.h:92,
  8845. from src/controllers.c:3:
  8846. /usr/include/SDL2/SDL_scancode.h:329:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LSHIFT’
  8847. SDL_SCANCODE_LSHIFT = 225,
  8848. ^
  8849. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8850. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8851. from /usr/local/include/SDL2/SDL_events.h:34,
  8852. from /usr/local/include/SDL2/SDL.h:41,
  8853. from src/../include/simple2d.h:63,
  8854. from src/controllers.c:3:
  8855. /usr/local/include/SDL2/SDL_scancode.h:329:5: note: previous definition of ‘SDL_SCANCODE_LSHIFT’ was here
  8856. SDL_SCANCODE_LSHIFT = 225,
  8857. ^
  8858. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8859. from /usr/include/SDL2/SDL_keyboard.h:33,
  8860. from /usr/include/SDL2/SDL_events.h:34,
  8861. from /usr/include/SDL2/SDL.h:76,
  8862. from /usr/include/SDL2/SDL_image.h:27,
  8863. from src/../include/simple2d.h:92,
  8864. from src/controllers.c:3:
  8865. /usr/include/SDL2/SDL_scancode.h:330:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LALT’
  8866. SDL_SCANCODE_LALT = 226, /**< alt, option */
  8867. ^
  8868. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8869. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8870. from /usr/local/include/SDL2/SDL_events.h:34,
  8871. from /usr/local/include/SDL2/SDL.h:41,
  8872. from src/../include/simple2d.h:63,
  8873. from src/controllers.c:3:
  8874. /usr/local/include/SDL2/SDL_scancode.h:330:5: note: previous definition of ‘SDL_SCANCODE_LALT’ was here
  8875. SDL_SCANCODE_LALT = 226, /**< alt, option */
  8876. ^
  8877. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8878. from /usr/include/SDL2/SDL_keyboard.h:33,
  8879. from /usr/include/SDL2/SDL_events.h:34,
  8880. from /usr/include/SDL2/SDL.h:76,
  8881. from /usr/include/SDL2/SDL_image.h:27,
  8882. from src/../include/simple2d.h:92,
  8883. from src/controllers.c:3:
  8884. /usr/include/SDL2/SDL_scancode.h:331:5: error: redeclaration of enumerator ‘SDL_SCANCODE_LGUI’
  8885. SDL_SCANCODE_LGUI = 227, /**< windows, command (apple), meta */
  8886. ^
  8887. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8888. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8889. from /usr/local/include/SDL2/SDL_events.h:34,
  8890. from /usr/local/include/SDL2/SDL.h:41,
  8891. from src/../include/simple2d.h:63,
  8892. from src/controllers.c:3:
  8893. /usr/local/include/SDL2/SDL_scancode.h:331:5: note: previous definition of ‘SDL_SCANCODE_LGUI’ was here
  8894. SDL_SCANCODE_LGUI = 227, /**< windows, command (apple), meta */
  8895. ^
  8896. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8897. from /usr/include/SDL2/SDL_keyboard.h:33,
  8898. from /usr/include/SDL2/SDL_events.h:34,
  8899. from /usr/include/SDL2/SDL.h:76,
  8900. from /usr/include/SDL2/SDL_image.h:27,
  8901. from src/../include/simple2d.h:92,
  8902. from src/controllers.c:3:
  8903. /usr/include/SDL2/SDL_scancode.h:332:5: error: redeclaration of enumerator ‘SDL_SCANCODE_RCTRL’
  8904. SDL_SCANCODE_RCTRL = 228,
  8905. ^
  8906. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8907. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8908. from /usr/local/include/SDL2/SDL_events.h:34,
  8909. from /usr/local/include/SDL2/SDL.h:41,
  8910. from src/../include/simple2d.h:63,
  8911. from src/controllers.c:3:
  8912. /usr/local/include/SDL2/SDL_scancode.h:332:5: note: previous definition of ‘SDL_SCANCODE_RCTRL’ was here
  8913. SDL_SCANCODE_RCTRL = 228,
  8914. ^
  8915. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8916. from /usr/include/SDL2/SDL_keyboard.h:33,
  8917. from /usr/include/SDL2/SDL_events.h:34,
  8918. from /usr/include/SDL2/SDL.h:76,
  8919. from /usr/include/SDL2/SDL_image.h:27,
  8920. from src/../include/simple2d.h:92,
  8921. from src/controllers.c:3:
  8922. /usr/include/SDL2/SDL_scancode.h:333:5: error: redeclaration of enumerator ‘SDL_SCANCODE_RSHIFT’
  8923. SDL_SCANCODE_RSHIFT = 229,
  8924. ^
  8925. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8926. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8927. from /usr/local/include/SDL2/SDL_events.h:34,
  8928. from /usr/local/include/SDL2/SDL.h:41,
  8929. from src/../include/simple2d.h:63,
  8930. from src/controllers.c:3:
  8931. /usr/local/include/SDL2/SDL_scancode.h:333:5: note: previous definition of ‘SDL_SCANCODE_RSHIFT’ was here
  8932. SDL_SCANCODE_RSHIFT = 229,
  8933. ^
  8934. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8935. from /usr/include/SDL2/SDL_keyboard.h:33,
  8936. from /usr/include/SDL2/SDL_events.h:34,
  8937. from /usr/include/SDL2/SDL.h:76,
  8938. from /usr/include/SDL2/SDL_image.h:27,
  8939. from src/../include/simple2d.h:92,
  8940. from src/controllers.c:3:
  8941. /usr/include/SDL2/SDL_scancode.h:334:5: error: redeclaration of enumerator ‘SDL_SCANCODE_RALT’
  8942. SDL_SCANCODE_RALT = 230, /**< alt gr, option */
  8943. ^
  8944. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8945. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8946. from /usr/local/include/SDL2/SDL_events.h:34,
  8947. from /usr/local/include/SDL2/SDL.h:41,
  8948. from src/../include/simple2d.h:63,
  8949. from src/controllers.c:3:
  8950. /usr/local/include/SDL2/SDL_scancode.h:334:5: note: previous definition of ‘SDL_SCANCODE_RALT’ was here
  8951. SDL_SCANCODE_RALT = 230, /**< alt gr, option */
  8952. ^
  8953. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8954. from /usr/include/SDL2/SDL_keyboard.h:33,
  8955. from /usr/include/SDL2/SDL_events.h:34,
  8956. from /usr/include/SDL2/SDL.h:76,
  8957. from /usr/include/SDL2/SDL_image.h:27,
  8958. from src/../include/simple2d.h:92,
  8959. from src/controllers.c:3:
  8960. /usr/include/SDL2/SDL_scancode.h:335:5: error: redeclaration of enumerator ‘SDL_SCANCODE_RGUI’
  8961. SDL_SCANCODE_RGUI = 231, /**< windows, command (apple), meta */
  8962. ^
  8963. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8964. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8965. from /usr/local/include/SDL2/SDL_events.h:34,
  8966. from /usr/local/include/SDL2/SDL.h:41,
  8967. from src/../include/simple2d.h:63,
  8968. from src/controllers.c:3:
  8969. /usr/local/include/SDL2/SDL_scancode.h:335:5: note: previous definition of ‘SDL_SCANCODE_RGUI’ was here
  8970. SDL_SCANCODE_RGUI = 231, /**< windows, command (apple), meta */
  8971. ^
  8972. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8973. from /usr/include/SDL2/SDL_keyboard.h:33,
  8974. from /usr/include/SDL2/SDL_events.h:34,
  8975. from /usr/include/SDL2/SDL.h:76,
  8976. from /usr/include/SDL2/SDL_image.h:27,
  8977. from src/../include/simple2d.h:92,
  8978. from src/controllers.c:3:
  8979. /usr/include/SDL2/SDL_scancode.h:337:5: error: redeclaration of enumerator ‘SDL_SCANCODE_MODE’
  8980. SDL_SCANCODE_MODE = 257, /**< I'm not sure if this is really not covered
  8981. ^
  8982. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  8983. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  8984. from /usr/local/include/SDL2/SDL_events.h:34,
  8985. from /usr/local/include/SDL2/SDL.h:41,
  8986. from src/../include/simple2d.h:63,
  8987. from src/controllers.c:3:
  8988. /usr/local/include/SDL2/SDL_scancode.h:337:5: note: previous definition of ‘SDL_SCANCODE_MODE’ was here
  8989. SDL_SCANCODE_MODE = 257, /**< I'm not sure if this is really not covered
  8990. ^
  8991. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  8992. from /usr/include/SDL2/SDL_keyboard.h:33,
  8993. from /usr/include/SDL2/SDL_events.h:34,
  8994. from /usr/include/SDL2/SDL.h:76,
  8995. from /usr/include/SDL2/SDL_image.h:27,
  8996. from src/../include/simple2d.h:92,
  8997. from src/controllers.c:3:
  8998. /usr/include/SDL2/SDL_scancode.h:351:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AUDIONEXT’
  8999. SDL_SCANCODE_AUDIONEXT = 258,
  9000. ^
  9001. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9002. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9003. from /usr/local/include/SDL2/SDL_events.h:34,
  9004. from /usr/local/include/SDL2/SDL.h:41,
  9005. from src/../include/simple2d.h:63,
  9006. from src/controllers.c:3:
  9007. /usr/local/include/SDL2/SDL_scancode.h:351:5: note: previous definition of ‘SDL_SCANCODE_AUDIONEXT’ was here
  9008. SDL_SCANCODE_AUDIONEXT = 258,
  9009. ^
  9010. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9011. from /usr/include/SDL2/SDL_keyboard.h:33,
  9012. from /usr/include/SDL2/SDL_events.h:34,
  9013. from /usr/include/SDL2/SDL.h:76,
  9014. from /usr/include/SDL2/SDL_image.h:27,
  9015. from src/../include/simple2d.h:92,
  9016. from src/controllers.c:3:
  9017. /usr/include/SDL2/SDL_scancode.h:352:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AUDIOPREV’
  9018. SDL_SCANCODE_AUDIOPREV = 259,
  9019. ^
  9020. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9021. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9022. from /usr/local/include/SDL2/SDL_events.h:34,
  9023. from /usr/local/include/SDL2/SDL.h:41,
  9024. from src/../include/simple2d.h:63,
  9025. from src/controllers.c:3:
  9026. /usr/local/include/SDL2/SDL_scancode.h:352:5: note: previous definition of ‘SDL_SCANCODE_AUDIOPREV’ was here
  9027. SDL_SCANCODE_AUDIOPREV = 259,
  9028. ^
  9029. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9030. from /usr/include/SDL2/SDL_keyboard.h:33,
  9031. from /usr/include/SDL2/SDL_events.h:34,
  9032. from /usr/include/SDL2/SDL.h:76,
  9033. from /usr/include/SDL2/SDL_image.h:27,
  9034. from src/../include/simple2d.h:92,
  9035. from src/controllers.c:3:
  9036. /usr/include/SDL2/SDL_scancode.h:353:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AUDIOSTOP’
  9037. SDL_SCANCODE_AUDIOSTOP = 260,
  9038. ^
  9039. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9040. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9041. from /usr/local/include/SDL2/SDL_events.h:34,
  9042. from /usr/local/include/SDL2/SDL.h:41,
  9043. from src/../include/simple2d.h:63,
  9044. from src/controllers.c:3:
  9045. /usr/local/include/SDL2/SDL_scancode.h:353:5: note: previous definition of ‘SDL_SCANCODE_AUDIOSTOP’ was here
  9046. SDL_SCANCODE_AUDIOSTOP = 260,
  9047. ^
  9048. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9049. from /usr/include/SDL2/SDL_keyboard.h:33,
  9050. from /usr/include/SDL2/SDL_events.h:34,
  9051. from /usr/include/SDL2/SDL.h:76,
  9052. from /usr/include/SDL2/SDL_image.h:27,
  9053. from src/../include/simple2d.h:92,
  9054. from src/controllers.c:3:
  9055. /usr/include/SDL2/SDL_scancode.h:354:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AUDIOPLAY’
  9056. SDL_SCANCODE_AUDIOPLAY = 261,
  9057. ^
  9058. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9059. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9060. from /usr/local/include/SDL2/SDL_events.h:34,
  9061. from /usr/local/include/SDL2/SDL.h:41,
  9062. from src/../include/simple2d.h:63,
  9063. from src/controllers.c:3:
  9064. /usr/local/include/SDL2/SDL_scancode.h:354:5: note: previous definition of ‘SDL_SCANCODE_AUDIOPLAY’ was here
  9065. SDL_SCANCODE_AUDIOPLAY = 261,
  9066. ^
  9067. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9068. from /usr/include/SDL2/SDL_keyboard.h:33,
  9069. from /usr/include/SDL2/SDL_events.h:34,
  9070. from /usr/include/SDL2/SDL.h:76,
  9071. from /usr/include/SDL2/SDL_image.h:27,
  9072. from src/../include/simple2d.h:92,
  9073. from src/controllers.c:3:
  9074. /usr/include/SDL2/SDL_scancode.h:355:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AUDIOMUTE’
  9075. SDL_SCANCODE_AUDIOMUTE = 262,
  9076. ^
  9077. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9078. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9079. from /usr/local/include/SDL2/SDL_events.h:34,
  9080. from /usr/local/include/SDL2/SDL.h:41,
  9081. from src/../include/simple2d.h:63,
  9082. from src/controllers.c:3:
  9083. /usr/local/include/SDL2/SDL_scancode.h:355:5: note: previous definition of ‘SDL_SCANCODE_AUDIOMUTE’ was here
  9084. SDL_SCANCODE_AUDIOMUTE = 262,
  9085. ^
  9086. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9087. from /usr/include/SDL2/SDL_keyboard.h:33,
  9088. from /usr/include/SDL2/SDL_events.h:34,
  9089. from /usr/include/SDL2/SDL.h:76,
  9090. from /usr/include/SDL2/SDL_image.h:27,
  9091. from src/../include/simple2d.h:92,
  9092. from src/controllers.c:3:
  9093. /usr/include/SDL2/SDL_scancode.h:356:5: error: redeclaration of enumerator ‘SDL_SCANCODE_MEDIASELECT’
  9094. SDL_SCANCODE_MEDIASELECT = 263,
  9095. ^
  9096. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9097. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9098. from /usr/local/include/SDL2/SDL_events.h:34,
  9099. from /usr/local/include/SDL2/SDL.h:41,
  9100. from src/../include/simple2d.h:63,
  9101. from src/controllers.c:3:
  9102. /usr/local/include/SDL2/SDL_scancode.h:356:5: note: previous definition of ‘SDL_SCANCODE_MEDIASELECT’ was here
  9103. SDL_SCANCODE_MEDIASELECT = 263,
  9104. ^
  9105. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9106. from /usr/include/SDL2/SDL_keyboard.h:33,
  9107. from /usr/include/SDL2/SDL_events.h:34,
  9108. from /usr/include/SDL2/SDL.h:76,
  9109. from /usr/include/SDL2/SDL_image.h:27,
  9110. from src/../include/simple2d.h:92,
  9111. from src/controllers.c:3:
  9112. /usr/include/SDL2/SDL_scancode.h:357:5: error: redeclaration of enumerator ‘SDL_SCANCODE_WWW’
  9113. SDL_SCANCODE_WWW = 264,
  9114. ^
  9115. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9116. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9117. from /usr/local/include/SDL2/SDL_events.h:34,
  9118. from /usr/local/include/SDL2/SDL.h:41,
  9119. from src/../include/simple2d.h:63,
  9120. from src/controllers.c:3:
  9121. /usr/local/include/SDL2/SDL_scancode.h:357:5: note: previous definition of ‘SDL_SCANCODE_WWW’ was here
  9122. SDL_SCANCODE_WWW = 264,
  9123. ^
  9124. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9125. from /usr/include/SDL2/SDL_keyboard.h:33,
  9126. from /usr/include/SDL2/SDL_events.h:34,
  9127. from /usr/include/SDL2/SDL.h:76,
  9128. from /usr/include/SDL2/SDL_image.h:27,
  9129. from src/../include/simple2d.h:92,
  9130. from src/controllers.c:3:
  9131. /usr/include/SDL2/SDL_scancode.h:358:5: error: redeclaration of enumerator ‘SDL_SCANCODE_MAIL’
  9132. SDL_SCANCODE_MAIL = 265,
  9133. ^
  9134. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9135. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9136. from /usr/local/include/SDL2/SDL_events.h:34,
  9137. from /usr/local/include/SDL2/SDL.h:41,
  9138. from src/../include/simple2d.h:63,
  9139. from src/controllers.c:3:
  9140. /usr/local/include/SDL2/SDL_scancode.h:358:5: note: previous definition of ‘SDL_SCANCODE_MAIL’ was here
  9141. SDL_SCANCODE_MAIL = 265,
  9142. ^
  9143. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9144. from /usr/include/SDL2/SDL_keyboard.h:33,
  9145. from /usr/include/SDL2/SDL_events.h:34,
  9146. from /usr/include/SDL2/SDL.h:76,
  9147. from /usr/include/SDL2/SDL_image.h:27,
  9148. from src/../include/simple2d.h:92,
  9149. from src/controllers.c:3:
  9150. /usr/include/SDL2/SDL_scancode.h:359:5: error: redeclaration of enumerator ‘SDL_SCANCODE_CALCULATOR’
  9151. SDL_SCANCODE_CALCULATOR = 266,
  9152. ^
  9153. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9154. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9155. from /usr/local/include/SDL2/SDL_events.h:34,
  9156. from /usr/local/include/SDL2/SDL.h:41,
  9157. from src/../include/simple2d.h:63,
  9158. from src/controllers.c:3:
  9159. /usr/local/include/SDL2/SDL_scancode.h:359:5: note: previous definition of ‘SDL_SCANCODE_CALCULATOR’ was here
  9160. SDL_SCANCODE_CALCULATOR = 266,
  9161. ^
  9162. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9163. from /usr/include/SDL2/SDL_keyboard.h:33,
  9164. from /usr/include/SDL2/SDL_events.h:34,
  9165. from /usr/include/SDL2/SDL.h:76,
  9166. from /usr/include/SDL2/SDL_image.h:27,
  9167. from src/../include/simple2d.h:92,
  9168. from src/controllers.c:3:
  9169. /usr/include/SDL2/SDL_scancode.h:360:5: error: redeclaration of enumerator ‘SDL_SCANCODE_COMPUTER’
  9170. SDL_SCANCODE_COMPUTER = 267,
  9171. ^
  9172. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9173. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9174. from /usr/local/include/SDL2/SDL_events.h:34,
  9175. from /usr/local/include/SDL2/SDL.h:41,
  9176. from src/../include/simple2d.h:63,
  9177. from src/controllers.c:3:
  9178. /usr/local/include/SDL2/SDL_scancode.h:360:5: note: previous definition of ‘SDL_SCANCODE_COMPUTER’ was here
  9179. SDL_SCANCODE_COMPUTER = 267,
  9180. ^
  9181. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9182. from /usr/include/SDL2/SDL_keyboard.h:33,
  9183. from /usr/include/SDL2/SDL_events.h:34,
  9184. from /usr/include/SDL2/SDL.h:76,
  9185. from /usr/include/SDL2/SDL_image.h:27,
  9186. from src/../include/simple2d.h:92,
  9187. from src/controllers.c:3:
  9188. /usr/include/SDL2/SDL_scancode.h:361:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AC_SEARCH’
  9189. SDL_SCANCODE_AC_SEARCH = 268,
  9190. ^
  9191. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9192. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9193. from /usr/local/include/SDL2/SDL_events.h:34,
  9194. from /usr/local/include/SDL2/SDL.h:41,
  9195. from src/../include/simple2d.h:63,
  9196. from src/controllers.c:3:
  9197. /usr/local/include/SDL2/SDL_scancode.h:361:5: note: previous definition of ‘SDL_SCANCODE_AC_SEARCH’ was here
  9198. SDL_SCANCODE_AC_SEARCH = 268,
  9199. ^
  9200. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9201. from /usr/include/SDL2/SDL_keyboard.h:33,
  9202. from /usr/include/SDL2/SDL_events.h:34,
  9203. from /usr/include/SDL2/SDL.h:76,
  9204. from /usr/include/SDL2/SDL_image.h:27,
  9205. from src/../include/simple2d.h:92,
  9206. from src/controllers.c:3:
  9207. /usr/include/SDL2/SDL_scancode.h:362:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AC_HOME’
  9208. SDL_SCANCODE_AC_HOME = 269,
  9209. ^
  9210. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9211. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9212. from /usr/local/include/SDL2/SDL_events.h:34,
  9213. from /usr/local/include/SDL2/SDL.h:41,
  9214. from src/../include/simple2d.h:63,
  9215. from src/controllers.c:3:
  9216. /usr/local/include/SDL2/SDL_scancode.h:362:5: note: previous definition of ‘SDL_SCANCODE_AC_HOME’ was here
  9217. SDL_SCANCODE_AC_HOME = 269,
  9218. ^
  9219. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9220. from /usr/include/SDL2/SDL_keyboard.h:33,
  9221. from /usr/include/SDL2/SDL_events.h:34,
  9222. from /usr/include/SDL2/SDL.h:76,
  9223. from /usr/include/SDL2/SDL_image.h:27,
  9224. from src/../include/simple2d.h:92,
  9225. from src/controllers.c:3:
  9226. /usr/include/SDL2/SDL_scancode.h:363:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AC_BACK’
  9227. SDL_SCANCODE_AC_BACK = 270,
  9228. ^
  9229. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9230. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9231. from /usr/local/include/SDL2/SDL_events.h:34,
  9232. from /usr/local/include/SDL2/SDL.h:41,
  9233. from src/../include/simple2d.h:63,
  9234. from src/controllers.c:3:
  9235. /usr/local/include/SDL2/SDL_scancode.h:363:5: note: previous definition of ‘SDL_SCANCODE_AC_BACK’ was here
  9236. SDL_SCANCODE_AC_BACK = 270,
  9237. ^
  9238. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9239. from /usr/include/SDL2/SDL_keyboard.h:33,
  9240. from /usr/include/SDL2/SDL_events.h:34,
  9241. from /usr/include/SDL2/SDL.h:76,
  9242. from /usr/include/SDL2/SDL_image.h:27,
  9243. from src/../include/simple2d.h:92,
  9244. from src/controllers.c:3:
  9245. /usr/include/SDL2/SDL_scancode.h:364:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AC_FORWARD’
  9246. SDL_SCANCODE_AC_FORWARD = 271,
  9247. ^
  9248. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9249. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9250. from /usr/local/include/SDL2/SDL_events.h:34,
  9251. from /usr/local/include/SDL2/SDL.h:41,
  9252. from src/../include/simple2d.h:63,
  9253. from src/controllers.c:3:
  9254. /usr/local/include/SDL2/SDL_scancode.h:364:5: note: previous definition of ‘SDL_SCANCODE_AC_FORWARD’ was here
  9255. SDL_SCANCODE_AC_FORWARD = 271,
  9256. ^
  9257. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9258. from /usr/include/SDL2/SDL_keyboard.h:33,
  9259. from /usr/include/SDL2/SDL_events.h:34,
  9260. from /usr/include/SDL2/SDL.h:76,
  9261. from /usr/include/SDL2/SDL_image.h:27,
  9262. from src/../include/simple2d.h:92,
  9263. from src/controllers.c:3:
  9264. /usr/include/SDL2/SDL_scancode.h:365:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AC_STOP’
  9265. SDL_SCANCODE_AC_STOP = 272,
  9266. ^
  9267. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9268. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9269. from /usr/local/include/SDL2/SDL_events.h:34,
  9270. from /usr/local/include/SDL2/SDL.h:41,
  9271. from src/../include/simple2d.h:63,
  9272. from src/controllers.c:3:
  9273. /usr/local/include/SDL2/SDL_scancode.h:365:5: note: previous definition of ‘SDL_SCANCODE_AC_STOP’ was here
  9274. SDL_SCANCODE_AC_STOP = 272,
  9275. ^
  9276. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9277. from /usr/include/SDL2/SDL_keyboard.h:33,
  9278. from /usr/include/SDL2/SDL_events.h:34,
  9279. from /usr/include/SDL2/SDL.h:76,
  9280. from /usr/include/SDL2/SDL_image.h:27,
  9281. from src/../include/simple2d.h:92,
  9282. from src/controllers.c:3:
  9283. /usr/include/SDL2/SDL_scancode.h:366:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AC_REFRESH’
  9284. SDL_SCANCODE_AC_REFRESH = 273,
  9285. ^
  9286. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9287. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9288. from /usr/local/include/SDL2/SDL_events.h:34,
  9289. from /usr/local/include/SDL2/SDL.h:41,
  9290. from src/../include/simple2d.h:63,
  9291. from src/controllers.c:3:
  9292. /usr/local/include/SDL2/SDL_scancode.h:366:5: note: previous definition of ‘SDL_SCANCODE_AC_REFRESH’ was here
  9293. SDL_SCANCODE_AC_REFRESH = 273,
  9294. ^
  9295. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9296. from /usr/include/SDL2/SDL_keyboard.h:33,
  9297. from /usr/include/SDL2/SDL_events.h:34,
  9298. from /usr/include/SDL2/SDL.h:76,
  9299. from /usr/include/SDL2/SDL_image.h:27,
  9300. from src/../include/simple2d.h:92,
  9301. from src/controllers.c:3:
  9302. /usr/include/SDL2/SDL_scancode.h:367:5: error: redeclaration of enumerator ‘SDL_SCANCODE_AC_BOOKMARKS’
  9303. SDL_SCANCODE_AC_BOOKMARKS = 274,
  9304. ^
  9305. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9306. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9307. from /usr/local/include/SDL2/SDL_events.h:34,
  9308. from /usr/local/include/SDL2/SDL.h:41,
  9309. from src/../include/simple2d.h:63,
  9310. from src/controllers.c:3:
  9311. /usr/local/include/SDL2/SDL_scancode.h:367:5: note: previous definition of ‘SDL_SCANCODE_AC_BOOKMARKS’ was here
  9312. SDL_SCANCODE_AC_BOOKMARKS = 274,
  9313. ^
  9314. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9315. from /usr/include/SDL2/SDL_keyboard.h:33,
  9316. from /usr/include/SDL2/SDL_events.h:34,
  9317. from /usr/include/SDL2/SDL.h:76,
  9318. from /usr/include/SDL2/SDL_image.h:27,
  9319. from src/../include/simple2d.h:92,
  9320. from src/controllers.c:3:
  9321. /usr/include/SDL2/SDL_scancode.h:378:5: error: redeclaration of enumerator ‘SDL_SCANCODE_BRIGHTNESSDOWN’
  9322. SDL_SCANCODE_BRIGHTNESSDOWN = 275,
  9323. ^
  9324. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9325. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9326. from /usr/local/include/SDL2/SDL_events.h:34,
  9327. from /usr/local/include/SDL2/SDL.h:41,
  9328. from src/../include/simple2d.h:63,
  9329. from src/controllers.c:3:
  9330. /usr/local/include/SDL2/SDL_scancode.h:378:5: note: previous definition of ‘SDL_SCANCODE_BRIGHTNESSDOWN’ was here
  9331. SDL_SCANCODE_BRIGHTNESSDOWN = 275,
  9332. ^
  9333. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9334. from /usr/include/SDL2/SDL_keyboard.h:33,
  9335. from /usr/include/SDL2/SDL_events.h:34,
  9336. from /usr/include/SDL2/SDL.h:76,
  9337. from /usr/include/SDL2/SDL_image.h:27,
  9338. from src/../include/simple2d.h:92,
  9339. from src/controllers.c:3:
  9340. /usr/include/SDL2/SDL_scancode.h:379:5: error: redeclaration of enumerator ‘SDL_SCANCODE_BRIGHTNESSUP’
  9341. SDL_SCANCODE_BRIGHTNESSUP = 276,
  9342. ^
  9343. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9344. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9345. from /usr/local/include/SDL2/SDL_events.h:34,
  9346. from /usr/local/include/SDL2/SDL.h:41,
  9347. from src/../include/simple2d.h:63,
  9348. from src/controllers.c:3:
  9349. /usr/local/include/SDL2/SDL_scancode.h:379:5: note: previous definition of ‘SDL_SCANCODE_BRIGHTNESSUP’ was here
  9350. SDL_SCANCODE_BRIGHTNESSUP = 276,
  9351. ^
  9352. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9353. from /usr/include/SDL2/SDL_keyboard.h:33,
  9354. from /usr/include/SDL2/SDL_events.h:34,
  9355. from /usr/include/SDL2/SDL.h:76,
  9356. from /usr/include/SDL2/SDL_image.h:27,
  9357. from src/../include/simple2d.h:92,
  9358. from src/controllers.c:3:
  9359. /usr/include/SDL2/SDL_scancode.h:380:5: error: redeclaration of enumerator ‘SDL_SCANCODE_DISPLAYSWITCH’
  9360. SDL_SCANCODE_DISPLAYSWITCH = 277, /**< display mirroring/dual display
  9361. ^
  9362. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9363. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9364. from /usr/local/include/SDL2/SDL_events.h:34,
  9365. from /usr/local/include/SDL2/SDL.h:41,
  9366. from src/../include/simple2d.h:63,
  9367. from src/controllers.c:3:
  9368. /usr/local/include/SDL2/SDL_scancode.h:380:5: note: previous definition of ‘SDL_SCANCODE_DISPLAYSWITCH’ was here
  9369. SDL_SCANCODE_DISPLAYSWITCH = 277, /**< display mirroring/dual display
  9370. ^
  9371. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9372. from /usr/include/SDL2/SDL_keyboard.h:33,
  9373. from /usr/include/SDL2/SDL_events.h:34,
  9374. from /usr/include/SDL2/SDL.h:76,
  9375. from /usr/include/SDL2/SDL_image.h:27,
  9376. from src/../include/simple2d.h:92,
  9377. from src/controllers.c:3:
  9378. /usr/include/SDL2/SDL_scancode.h:382:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KBDILLUMTOGGLE’
  9379. SDL_SCANCODE_KBDILLUMTOGGLE = 278,
  9380. ^
  9381. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9382. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9383. from /usr/local/include/SDL2/SDL_events.h:34,
  9384. from /usr/local/include/SDL2/SDL.h:41,
  9385. from src/../include/simple2d.h:63,
  9386. from src/controllers.c:3:
  9387. /usr/local/include/SDL2/SDL_scancode.h:382:5: note: previous definition of ‘SDL_SCANCODE_KBDILLUMTOGGLE’ was here
  9388. SDL_SCANCODE_KBDILLUMTOGGLE = 278,
  9389. ^
  9390. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9391. from /usr/include/SDL2/SDL_keyboard.h:33,
  9392. from /usr/include/SDL2/SDL_events.h:34,
  9393. from /usr/include/SDL2/SDL.h:76,
  9394. from /usr/include/SDL2/SDL_image.h:27,
  9395. from src/../include/simple2d.h:92,
  9396. from src/controllers.c:3:
  9397. /usr/include/SDL2/SDL_scancode.h:383:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KBDILLUMDOWN’
  9398. SDL_SCANCODE_KBDILLUMDOWN = 279,
  9399. ^
  9400. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9401. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9402. from /usr/local/include/SDL2/SDL_events.h:34,
  9403. from /usr/local/include/SDL2/SDL.h:41,
  9404. from src/../include/simple2d.h:63,
  9405. from src/controllers.c:3:
  9406. /usr/local/include/SDL2/SDL_scancode.h:383:5: note: previous definition of ‘SDL_SCANCODE_KBDILLUMDOWN’ was here
  9407. SDL_SCANCODE_KBDILLUMDOWN = 279,
  9408. ^
  9409. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9410. from /usr/include/SDL2/SDL_keyboard.h:33,
  9411. from /usr/include/SDL2/SDL_events.h:34,
  9412. from /usr/include/SDL2/SDL.h:76,
  9413. from /usr/include/SDL2/SDL_image.h:27,
  9414. from src/../include/simple2d.h:92,
  9415. from src/controllers.c:3:
  9416. /usr/include/SDL2/SDL_scancode.h:384:5: error: redeclaration of enumerator ‘SDL_SCANCODE_KBDILLUMUP’
  9417. SDL_SCANCODE_KBDILLUMUP = 280,
  9418. ^
  9419. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9420. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9421. from /usr/local/include/SDL2/SDL_events.h:34,
  9422. from /usr/local/include/SDL2/SDL.h:41,
  9423. from src/../include/simple2d.h:63,
  9424. from src/controllers.c:3:
  9425. /usr/local/include/SDL2/SDL_scancode.h:384:5: note: previous definition of ‘SDL_SCANCODE_KBDILLUMUP’ was here
  9426. SDL_SCANCODE_KBDILLUMUP = 280,
  9427. ^
  9428. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9429. from /usr/include/SDL2/SDL_keyboard.h:33,
  9430. from /usr/include/SDL2/SDL_events.h:34,
  9431. from /usr/include/SDL2/SDL.h:76,
  9432. from /usr/include/SDL2/SDL_image.h:27,
  9433. from src/../include/simple2d.h:92,
  9434. from src/controllers.c:3:
  9435. /usr/include/SDL2/SDL_scancode.h:385:5: error: redeclaration of enumerator ‘SDL_SCANCODE_EJECT’
  9436. SDL_SCANCODE_EJECT = 281,
  9437. ^
  9438. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9439. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9440. from /usr/local/include/SDL2/SDL_events.h:34,
  9441. from /usr/local/include/SDL2/SDL.h:41,
  9442. from src/../include/simple2d.h:63,
  9443. from src/controllers.c:3:
  9444. /usr/local/include/SDL2/SDL_scancode.h:385:5: note: previous definition of ‘SDL_SCANCODE_EJECT’ was here
  9445. SDL_SCANCODE_EJECT = 281,
  9446. ^
  9447. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9448. from /usr/include/SDL2/SDL_keyboard.h:33,
  9449. from /usr/include/SDL2/SDL_events.h:34,
  9450. from /usr/include/SDL2/SDL.h:76,
  9451. from /usr/include/SDL2/SDL_image.h:27,
  9452. from src/../include/simple2d.h:92,
  9453. from src/controllers.c:3:
  9454. /usr/include/SDL2/SDL_scancode.h:386:5: error: redeclaration of enumerator ‘SDL_SCANCODE_SLEEP’
  9455. SDL_SCANCODE_SLEEP = 282,
  9456. ^
  9457. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9458. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9459. from /usr/local/include/SDL2/SDL_events.h:34,
  9460. from /usr/local/include/SDL2/SDL.h:41,
  9461. from src/../include/simple2d.h:63,
  9462. from src/controllers.c:3:
  9463. /usr/local/include/SDL2/SDL_scancode.h:386:5: note: previous definition of ‘SDL_SCANCODE_SLEEP’ was here
  9464. SDL_SCANCODE_SLEEP = 282,
  9465. ^
  9466. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9467. from /usr/include/SDL2/SDL_keyboard.h:33,
  9468. from /usr/include/SDL2/SDL_events.h:34,
  9469. from /usr/include/SDL2/SDL.h:76,
  9470. from /usr/include/SDL2/SDL_image.h:27,
  9471. from src/../include/simple2d.h:92,
  9472. from src/controllers.c:3:
  9473. /usr/include/SDL2/SDL_scancode.h:388:5: error: redeclaration of enumerator ‘SDL_SCANCODE_APP1’
  9474. SDL_SCANCODE_APP1 = 283,
  9475. ^
  9476. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9477. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9478. from /usr/local/include/SDL2/SDL_events.h:34,
  9479. from /usr/local/include/SDL2/SDL.h:41,
  9480. from src/../include/simple2d.h:63,
  9481. from src/controllers.c:3:
  9482. /usr/local/include/SDL2/SDL_scancode.h:388:5: note: previous definition of ‘SDL_SCANCODE_APP1’ was here
  9483. SDL_SCANCODE_APP1 = 283,
  9484. ^
  9485. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9486. from /usr/include/SDL2/SDL_keyboard.h:33,
  9487. from /usr/include/SDL2/SDL_events.h:34,
  9488. from /usr/include/SDL2/SDL.h:76,
  9489. from /usr/include/SDL2/SDL_image.h:27,
  9490. from src/../include/simple2d.h:92,
  9491. from src/controllers.c:3:
  9492. /usr/include/SDL2/SDL_scancode.h:389:5: error: redeclaration of enumerator ‘SDL_SCANCODE_APP2’
  9493. SDL_SCANCODE_APP2 = 284,
  9494. ^
  9495. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9496. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9497. from /usr/local/include/SDL2/SDL_events.h:34,
  9498. from /usr/local/include/SDL2/SDL.h:41,
  9499. from src/../include/simple2d.h:63,
  9500. from src/controllers.c:3:
  9501. /usr/local/include/SDL2/SDL_scancode.h:389:5: note: previous definition of ‘SDL_SCANCODE_APP2’ was here
  9502. SDL_SCANCODE_APP2 = 284,
  9503. ^
  9504. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9505. from /usr/include/SDL2/SDL_keyboard.h:33,
  9506. from /usr/include/SDL2/SDL_events.h:34,
  9507. from /usr/include/SDL2/SDL.h:76,
  9508. from /usr/include/SDL2/SDL_image.h:27,
  9509. from src/../include/simple2d.h:92,
  9510. from src/controllers.c:3:
  9511. /usr/include/SDL2/SDL_scancode.h:395:5: error: redeclaration of enumerator ‘SDL_NUM_SCANCODES’
  9512. SDL_NUM_SCANCODES = 512 /**< not a key, just marks the number of scancodes
  9513. ^
  9514. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9515. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9516. from /usr/local/include/SDL2/SDL_events.h:34,
  9517. from /usr/local/include/SDL2/SDL.h:41,
  9518. from src/../include/simple2d.h:63,
  9519. from src/controllers.c:3:
  9520. /usr/local/include/SDL2/SDL_scancode.h:407:5: note: previous definition of ‘SDL_NUM_SCANCODES’ was here
  9521. SDL_NUM_SCANCODES = 512 /**< not a key, just marks the number of scancodes
  9522. ^
  9523. In file included from /usr/include/SDL2/SDL_keycode.h:32:0,
  9524. from /usr/include/SDL2/SDL_keyboard.h:33,
  9525. from /usr/include/SDL2/SDL_events.h:34,
  9526. from /usr/include/SDL2/SDL.h:76,
  9527. from /usr/include/SDL2/SDL_image.h:27,
  9528. from src/../include/simple2d.h:92,
  9529. from src/controllers.c:3:
  9530. /usr/include/SDL2/SDL_scancode.h:397:3: error: conflicting types for ‘SDL_Scancode’
  9531. } SDL_Scancode;
  9532. ^
  9533. In file included from /usr/local/include/SDL2/SDL_keycode.h:32:0,
  9534. from /usr/local/include/SDL2/SDL_keyboard.h:33,
  9535. from /usr/local/include/SDL2/SDL_events.h:34,
  9536. from /usr/local/include/SDL2/SDL.h:41,
  9537. from src/../include/simple2d.h:63,
  9538. from src/controllers.c:3:
  9539. /usr/local/include/SDL2/SDL_scancode.h:409:3: note: previous declaration of ‘SDL_Scancode’ was here
  9540. } SDL_Scancode;
  9541. ^
  9542. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9543. from /usr/include/SDL2/SDL_events.h:34,
  9544. from /usr/include/SDL2/SDL.h:76,
  9545. from /usr/include/SDL2/SDL_image.h:27,
  9546. from src/../include/simple2d.h:92,
  9547. from src/controllers.c:3:
  9548. /usr/include/SDL2/SDL_keycode.h:49:5: error: redeclaration of enumerator ‘SDLK_UNKNOWN’
  9549. SDLK_UNKNOWN = 0,
  9550. ^
  9551. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9552. from /usr/local/include/SDL2/SDL_events.h:34,
  9553. from /usr/local/include/SDL2/SDL.h:41,
  9554. from src/../include/simple2d.h:63,
  9555. from src/controllers.c:3:
  9556. /usr/local/include/SDL2/SDL_keycode.h:52:5: note: previous definition of ‘SDLK_UNKNOWN’ was here
  9557. SDLK_UNKNOWN = 0,
  9558. ^
  9559. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9560. from /usr/include/SDL2/SDL_events.h:34,
  9561. from /usr/include/SDL2/SDL.h:76,
  9562. from /usr/include/SDL2/SDL_image.h:27,
  9563. from src/../include/simple2d.h:92,
  9564. from src/controllers.c:3:
  9565. /usr/include/SDL2/SDL_keycode.h:51:5: error: redeclaration of enumerator ‘SDLK_RETURN’
  9566. SDLK_RETURN = '\r',
  9567. ^
  9568. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9569. from /usr/local/include/SDL2/SDL_events.h:34,
  9570. from /usr/local/include/SDL2/SDL.h:41,
  9571. from src/../include/simple2d.h:63,
  9572. from src/controllers.c:3:
  9573. /usr/local/include/SDL2/SDL_keycode.h:54:5: note: previous definition of ‘SDLK_RETURN’ was here
  9574. SDLK_RETURN = '\r',
  9575. ^
  9576. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9577. from /usr/include/SDL2/SDL_events.h:34,
  9578. from /usr/include/SDL2/SDL.h:76,
  9579. from /usr/include/SDL2/SDL_image.h:27,
  9580. from src/../include/simple2d.h:92,
  9581. from src/controllers.c:3:
  9582. /usr/include/SDL2/SDL_keycode.h:52:5: error: redeclaration of enumerator ‘SDLK_ESCAPE’
  9583. SDLK_ESCAPE = '\033',
  9584. ^
  9585. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9586. from /usr/local/include/SDL2/SDL_events.h:34,
  9587. from /usr/local/include/SDL2/SDL.h:41,
  9588. from src/../include/simple2d.h:63,
  9589. from src/controllers.c:3:
  9590. /usr/local/include/SDL2/SDL_keycode.h:55:5: note: previous definition of ‘SDLK_ESCAPE’ was here
  9591. SDLK_ESCAPE = '\033',
  9592. ^
  9593. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9594. from /usr/include/SDL2/SDL_events.h:34,
  9595. from /usr/include/SDL2/SDL.h:76,
  9596. from /usr/include/SDL2/SDL_image.h:27,
  9597. from src/../include/simple2d.h:92,
  9598. from src/controllers.c:3:
  9599. /usr/include/SDL2/SDL_keycode.h:53:5: error: redeclaration of enumerator ‘SDLK_BACKSPACE’
  9600. SDLK_BACKSPACE = '\b',
  9601. ^
  9602. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9603. from /usr/local/include/SDL2/SDL_events.h:34,
  9604. from /usr/local/include/SDL2/SDL.h:41,
  9605. from src/../include/simple2d.h:63,
  9606. from src/controllers.c:3:
  9607. /usr/local/include/SDL2/SDL_keycode.h:56:5: note: previous definition of ‘SDLK_BACKSPACE’ was here
  9608. SDLK_BACKSPACE = '\b',
  9609. ^
  9610. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9611. from /usr/include/SDL2/SDL_events.h:34,
  9612. from /usr/include/SDL2/SDL.h:76,
  9613. from /usr/include/SDL2/SDL_image.h:27,
  9614. from src/../include/simple2d.h:92,
  9615. from src/controllers.c:3:
  9616. /usr/include/SDL2/SDL_keycode.h:54:5: error: redeclaration of enumerator ‘SDLK_TAB’
  9617. SDLK_TAB = '\t',
  9618. ^
  9619. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9620. from /usr/local/include/SDL2/SDL_events.h:34,
  9621. from /usr/local/include/SDL2/SDL.h:41,
  9622. from src/../include/simple2d.h:63,
  9623. from src/controllers.c:3:
  9624. /usr/local/include/SDL2/SDL_keycode.h:57:5: note: previous definition of ‘SDLK_TAB’ was here
  9625. SDLK_TAB = '\t',
  9626. ^
  9627. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9628. from /usr/include/SDL2/SDL_events.h:34,
  9629. from /usr/include/SDL2/SDL.h:76,
  9630. from /usr/include/SDL2/SDL_image.h:27,
  9631. from src/../include/simple2d.h:92,
  9632. from src/controllers.c:3:
  9633. /usr/include/SDL2/SDL_keycode.h:55:5: error: redeclaration of enumerator ‘SDLK_SPACE’
  9634. SDLK_SPACE = ' ',
  9635. ^
  9636. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9637. from /usr/local/include/SDL2/SDL_events.h:34,
  9638. from /usr/local/include/SDL2/SDL.h:41,
  9639. from src/../include/simple2d.h:63,
  9640. from src/controllers.c:3:
  9641. /usr/local/include/SDL2/SDL_keycode.h:58:5: note: previous definition of ‘SDLK_SPACE’ was here
  9642. SDLK_SPACE = ' ',
  9643. ^
  9644. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9645. from /usr/include/SDL2/SDL_events.h:34,
  9646. from /usr/include/SDL2/SDL.h:76,
  9647. from /usr/include/SDL2/SDL_image.h:27,
  9648. from src/../include/simple2d.h:92,
  9649. from src/controllers.c:3:
  9650. /usr/include/SDL2/SDL_keycode.h:56:5: error: redeclaration of enumerator ‘SDLK_EXCLAIM’
  9651. SDLK_EXCLAIM = '!',
  9652. ^
  9653. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9654. from /usr/local/include/SDL2/SDL_events.h:34,
  9655. from /usr/local/include/SDL2/SDL.h:41,
  9656. from src/../include/simple2d.h:63,
  9657. from src/controllers.c:3:
  9658. /usr/local/include/SDL2/SDL_keycode.h:59:5: note: previous definition of ‘SDLK_EXCLAIM’ was here
  9659. SDLK_EXCLAIM = '!',
  9660. ^
  9661. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9662. from /usr/include/SDL2/SDL_events.h:34,
  9663. from /usr/include/SDL2/SDL.h:76,
  9664. from /usr/include/SDL2/SDL_image.h:27,
  9665. from src/../include/simple2d.h:92,
  9666. from src/controllers.c:3:
  9667. /usr/include/SDL2/SDL_keycode.h:57:5: error: redeclaration of enumerator ‘SDLK_QUOTEDBL’
  9668. SDLK_QUOTEDBL = '"',
  9669. ^
  9670. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9671. from /usr/local/include/SDL2/SDL_events.h:34,
  9672. from /usr/local/include/SDL2/SDL.h:41,
  9673. from src/../include/simple2d.h:63,
  9674. from src/controllers.c:3:
  9675. /usr/local/include/SDL2/SDL_keycode.h:60:5: note: previous definition of ‘SDLK_QUOTEDBL’ was here
  9676. SDLK_QUOTEDBL = '"',
  9677. ^
  9678. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9679. from /usr/include/SDL2/SDL_events.h:34,
  9680. from /usr/include/SDL2/SDL.h:76,
  9681. from /usr/include/SDL2/SDL_image.h:27,
  9682. from src/../include/simple2d.h:92,
  9683. from src/controllers.c:3:
  9684. /usr/include/SDL2/SDL_keycode.h:58:5: error: redeclaration of enumerator ‘SDLK_HASH’
  9685. SDLK_HASH = '#',
  9686. ^
  9687. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9688. from /usr/local/include/SDL2/SDL_events.h:34,
  9689. from /usr/local/include/SDL2/SDL.h:41,
  9690. from src/../include/simple2d.h:63,
  9691. from src/controllers.c:3:
  9692. /usr/local/include/SDL2/SDL_keycode.h:61:5: note: previous definition of ‘SDLK_HASH’ was here
  9693. SDLK_HASH = '#',
  9694. ^
  9695. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9696. from /usr/include/SDL2/SDL_events.h:34,
  9697. from /usr/include/SDL2/SDL.h:76,
  9698. from /usr/include/SDL2/SDL_image.h:27,
  9699. from src/../include/simple2d.h:92,
  9700. from src/controllers.c:3:
  9701. /usr/include/SDL2/SDL_keycode.h:59:5: error: redeclaration of enumerator ‘SDLK_PERCENT’
  9702. SDLK_PERCENT = '%',
  9703. ^
  9704. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9705. from /usr/local/include/SDL2/SDL_events.h:34,
  9706. from /usr/local/include/SDL2/SDL.h:41,
  9707. from src/../include/simple2d.h:63,
  9708. from src/controllers.c:3:
  9709. /usr/local/include/SDL2/SDL_keycode.h:62:5: note: previous definition of ‘SDLK_PERCENT’ was here
  9710. SDLK_PERCENT = '%',
  9711. ^
  9712. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9713. from /usr/include/SDL2/SDL_events.h:34,
  9714. from /usr/include/SDL2/SDL.h:76,
  9715. from /usr/include/SDL2/SDL_image.h:27,
  9716. from src/../include/simple2d.h:92,
  9717. from src/controllers.c:3:
  9718. /usr/include/SDL2/SDL_keycode.h:60:5: error: redeclaration of enumerator ‘SDLK_DOLLAR’
  9719. SDLK_DOLLAR = '$',
  9720. ^
  9721. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9722. from /usr/local/include/SDL2/SDL_events.h:34,
  9723. from /usr/local/include/SDL2/SDL.h:41,
  9724. from src/../include/simple2d.h:63,
  9725. from src/controllers.c:3:
  9726. /usr/local/include/SDL2/SDL_keycode.h:63:5: note: previous definition of ‘SDLK_DOLLAR’ was here
  9727. SDLK_DOLLAR = '$',
  9728. ^
  9729. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9730. from /usr/include/SDL2/SDL_events.h:34,
  9731. from /usr/include/SDL2/SDL.h:76,
  9732. from /usr/include/SDL2/SDL_image.h:27,
  9733. from src/../include/simple2d.h:92,
  9734. from src/controllers.c:3:
  9735. /usr/include/SDL2/SDL_keycode.h:61:5: error: redeclaration of enumerator ‘SDLK_AMPERSAND’
  9736. SDLK_AMPERSAND = '&',
  9737. ^
  9738. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9739. from /usr/local/include/SDL2/SDL_events.h:34,
  9740. from /usr/local/include/SDL2/SDL.h:41,
  9741. from src/../include/simple2d.h:63,
  9742. from src/controllers.c:3:
  9743. /usr/local/include/SDL2/SDL_keycode.h:64:5: note: previous definition of ‘SDLK_AMPERSAND’ was here
  9744. SDLK_AMPERSAND = '&',
  9745. ^
  9746. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9747. from /usr/include/SDL2/SDL_events.h:34,
  9748. from /usr/include/SDL2/SDL.h:76,
  9749. from /usr/include/SDL2/SDL_image.h:27,
  9750. from src/../include/simple2d.h:92,
  9751. from src/controllers.c:3:
  9752. /usr/include/SDL2/SDL_keycode.h:62:5: error: redeclaration of enumerator ‘SDLK_QUOTE’
  9753. SDLK_QUOTE = '\'',
  9754. ^
  9755. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9756. from /usr/local/include/SDL2/SDL_events.h:34,
  9757. from /usr/local/include/SDL2/SDL.h:41,
  9758. from src/../include/simple2d.h:63,
  9759. from src/controllers.c:3:
  9760. /usr/local/include/SDL2/SDL_keycode.h:65:5: note: previous definition of ‘SDLK_QUOTE’ was here
  9761. SDLK_QUOTE = '\'',
  9762. ^
  9763. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9764. from /usr/include/SDL2/SDL_events.h:34,
  9765. from /usr/include/SDL2/SDL.h:76,
  9766. from /usr/include/SDL2/SDL_image.h:27,
  9767. from src/../include/simple2d.h:92,
  9768. from src/controllers.c:3:
  9769. /usr/include/SDL2/SDL_keycode.h:63:5: error: redeclaration of enumerator ‘SDLK_LEFTPAREN’
  9770. SDLK_LEFTPAREN = '(',
  9771. ^
  9772. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9773. from /usr/local/include/SDL2/SDL_events.h:34,
  9774. from /usr/local/include/SDL2/SDL.h:41,
  9775. from src/../include/simple2d.h:63,
  9776. from src/controllers.c:3:
  9777. /usr/local/include/SDL2/SDL_keycode.h:66:5: note: previous definition of ‘SDLK_LEFTPAREN’ was here
  9778. SDLK_LEFTPAREN = '(',
  9779. ^
  9780. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9781. from /usr/include/SDL2/SDL_events.h:34,
  9782. from /usr/include/SDL2/SDL.h:76,
  9783. from /usr/include/SDL2/SDL_image.h:27,
  9784. from src/../include/simple2d.h:92,
  9785. from src/controllers.c:3:
  9786. /usr/include/SDL2/SDL_keycode.h:64:5: error: redeclaration of enumerator ‘SDLK_RIGHTPAREN’
  9787. SDLK_RIGHTPAREN = ')',
  9788. ^
  9789. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9790. from /usr/local/include/SDL2/SDL_events.h:34,
  9791. from /usr/local/include/SDL2/SDL.h:41,
  9792. from src/../include/simple2d.h:63,
  9793. from src/controllers.c:3:
  9794. /usr/local/include/SDL2/SDL_keycode.h:67:5: note: previous definition of ‘SDLK_RIGHTPAREN’ was here
  9795. SDLK_RIGHTPAREN = ')',
  9796. ^
  9797. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9798. from /usr/include/SDL2/SDL_events.h:34,
  9799. from /usr/include/SDL2/SDL.h:76,
  9800. from /usr/include/SDL2/SDL_image.h:27,
  9801. from src/../include/simple2d.h:92,
  9802. from src/controllers.c:3:
  9803. /usr/include/SDL2/SDL_keycode.h:65:5: error: redeclaration of enumerator ‘SDLK_ASTERISK’
  9804. SDLK_ASTERISK = '*',
  9805. ^
  9806. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9807. from /usr/local/include/SDL2/SDL_events.h:34,
  9808. from /usr/local/include/SDL2/SDL.h:41,
  9809. from src/../include/simple2d.h:63,
  9810. from src/controllers.c:3:
  9811. /usr/local/include/SDL2/SDL_keycode.h:68:5: note: previous definition of ‘SDLK_ASTERISK’ was here
  9812. SDLK_ASTERISK = '*',
  9813. ^
  9814. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9815. from /usr/include/SDL2/SDL_events.h:34,
  9816. from /usr/include/SDL2/SDL.h:76,
  9817. from /usr/include/SDL2/SDL_image.h:27,
  9818. from src/../include/simple2d.h:92,
  9819. from src/controllers.c:3:
  9820. /usr/include/SDL2/SDL_keycode.h:66:5: error: redeclaration of enumerator ‘SDLK_PLUS’
  9821. SDLK_PLUS = '+',
  9822. ^
  9823. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9824. from /usr/local/include/SDL2/SDL_events.h:34,
  9825. from /usr/local/include/SDL2/SDL.h:41,
  9826. from src/../include/simple2d.h:63,
  9827. from src/controllers.c:3:
  9828. /usr/local/include/SDL2/SDL_keycode.h:69:5: note: previous definition of ‘SDLK_PLUS’ was here
  9829. SDLK_PLUS = '+',
  9830. ^
  9831. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9832. from /usr/include/SDL2/SDL_events.h:34,
  9833. from /usr/include/SDL2/SDL.h:76,
  9834. from /usr/include/SDL2/SDL_image.h:27,
  9835. from src/../include/simple2d.h:92,
  9836. from src/controllers.c:3:
  9837. /usr/include/SDL2/SDL_keycode.h:67:5: error: redeclaration of enumerator ‘SDLK_COMMA’
  9838. SDLK_COMMA = ',',
  9839. ^
  9840. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9841. from /usr/local/include/SDL2/SDL_events.h:34,
  9842. from /usr/local/include/SDL2/SDL.h:41,
  9843. from src/../include/simple2d.h:63,
  9844. from src/controllers.c:3:
  9845. /usr/local/include/SDL2/SDL_keycode.h:70:5: note: previous definition of ‘SDLK_COMMA’ was here
  9846. SDLK_COMMA = ',',
  9847. ^
  9848. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9849. from /usr/include/SDL2/SDL_events.h:34,
  9850. from /usr/include/SDL2/SDL.h:76,
  9851. from /usr/include/SDL2/SDL_image.h:27,
  9852. from src/../include/simple2d.h:92,
  9853. from src/controllers.c:3:
  9854. /usr/include/SDL2/SDL_keycode.h:68:5: error: redeclaration of enumerator ‘SDLK_MINUS’
  9855. SDLK_MINUS = '-',
  9856. ^
  9857. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9858. from /usr/local/include/SDL2/SDL_events.h:34,
  9859. from /usr/local/include/SDL2/SDL.h:41,
  9860. from src/../include/simple2d.h:63,
  9861. from src/controllers.c:3:
  9862. /usr/local/include/SDL2/SDL_keycode.h:71:5: note: previous definition of ‘SDLK_MINUS’ was here
  9863. SDLK_MINUS = '-',
  9864. ^
  9865. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9866. from /usr/include/SDL2/SDL_events.h:34,
  9867. from /usr/include/SDL2/SDL.h:76,
  9868. from /usr/include/SDL2/SDL_image.h:27,
  9869. from src/../include/simple2d.h:92,
  9870. from src/controllers.c:3:
  9871. /usr/include/SDL2/SDL_keycode.h:69:5: error: redeclaration of enumerator ‘SDLK_PERIOD’
  9872. SDLK_PERIOD = '.',
  9873. ^
  9874. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9875. from /usr/local/include/SDL2/SDL_events.h:34,
  9876. from /usr/local/include/SDL2/SDL.h:41,
  9877. from src/../include/simple2d.h:63,
  9878. from src/controllers.c:3:
  9879. /usr/local/include/SDL2/SDL_keycode.h:72:5: note: previous definition of ‘SDLK_PERIOD’ was here
  9880. SDLK_PERIOD = '.',
  9881. ^
  9882. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9883. from /usr/include/SDL2/SDL_events.h:34,
  9884. from /usr/include/SDL2/SDL.h:76,
  9885. from /usr/include/SDL2/SDL_image.h:27,
  9886. from src/../include/simple2d.h:92,
  9887. from src/controllers.c:3:
  9888. /usr/include/SDL2/SDL_keycode.h:70:5: error: redeclaration of enumerator ‘SDLK_SLASH’
  9889. SDLK_SLASH = '/',
  9890. ^
  9891. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9892. from /usr/local/include/SDL2/SDL_events.h:34,
  9893. from /usr/local/include/SDL2/SDL.h:41,
  9894. from src/../include/simple2d.h:63,
  9895. from src/controllers.c:3:
  9896. /usr/local/include/SDL2/SDL_keycode.h:73:5: note: previous definition of ‘SDLK_SLASH’ was here
  9897. SDLK_SLASH = '/',
  9898. ^
  9899. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9900. from /usr/include/SDL2/SDL_events.h:34,
  9901. from /usr/include/SDL2/SDL.h:76,
  9902. from /usr/include/SDL2/SDL_image.h:27,
  9903. from src/../include/simple2d.h:92,
  9904. from src/controllers.c:3:
  9905. /usr/include/SDL2/SDL_keycode.h:71:5: error: redeclaration of enumerator ‘SDLK_0’
  9906. SDLK_0 = '0',
  9907. ^
  9908. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9909. from /usr/local/include/SDL2/SDL_events.h:34,
  9910. from /usr/local/include/SDL2/SDL.h:41,
  9911. from src/../include/simple2d.h:63,
  9912. from src/controllers.c:3:
  9913. /usr/local/include/SDL2/SDL_keycode.h:74:5: note: previous definition of ‘SDLK_0’ was here
  9914. SDLK_0 = '0',
  9915. ^
  9916. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9917. from /usr/include/SDL2/SDL_events.h:34,
  9918. from /usr/include/SDL2/SDL.h:76,
  9919. from /usr/include/SDL2/SDL_image.h:27,
  9920. from src/../include/simple2d.h:92,
  9921. from src/controllers.c:3:
  9922. /usr/include/SDL2/SDL_keycode.h:72:5: error: redeclaration of enumerator ‘SDLK_1’
  9923. SDLK_1 = '1',
  9924. ^
  9925. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9926. from /usr/local/include/SDL2/SDL_events.h:34,
  9927. from /usr/local/include/SDL2/SDL.h:41,
  9928. from src/../include/simple2d.h:63,
  9929. from src/controllers.c:3:
  9930. /usr/local/include/SDL2/SDL_keycode.h:75:5: note: previous definition of ‘SDLK_1’ was here
  9931. SDLK_1 = '1',
  9932. ^
  9933. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9934. from /usr/include/SDL2/SDL_events.h:34,
  9935. from /usr/include/SDL2/SDL.h:76,
  9936. from /usr/include/SDL2/SDL_image.h:27,
  9937. from src/../include/simple2d.h:92,
  9938. from src/controllers.c:3:
  9939. /usr/include/SDL2/SDL_keycode.h:73:5: error: redeclaration of enumerator ‘SDLK_2’
  9940. SDLK_2 = '2',
  9941. ^
  9942. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9943. from /usr/local/include/SDL2/SDL_events.h:34,
  9944. from /usr/local/include/SDL2/SDL.h:41,
  9945. from src/../include/simple2d.h:63,
  9946. from src/controllers.c:3:
  9947. /usr/local/include/SDL2/SDL_keycode.h:76:5: note: previous definition of ‘SDLK_2’ was here
  9948. SDLK_2 = '2',
  9949. ^
  9950. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9951. from /usr/include/SDL2/SDL_events.h:34,
  9952. from /usr/include/SDL2/SDL.h:76,
  9953. from /usr/include/SDL2/SDL_image.h:27,
  9954. from src/../include/simple2d.h:92,
  9955. from src/controllers.c:3:
  9956. /usr/include/SDL2/SDL_keycode.h:74:5: error: redeclaration of enumerator ‘SDLK_3’
  9957. SDLK_3 = '3',
  9958. ^
  9959. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9960. from /usr/local/include/SDL2/SDL_events.h:34,
  9961. from /usr/local/include/SDL2/SDL.h:41,
  9962. from src/../include/simple2d.h:63,
  9963. from src/controllers.c:3:
  9964. /usr/local/include/SDL2/SDL_keycode.h:77:5: note: previous definition of ‘SDLK_3’ was here
  9965. SDLK_3 = '3',
  9966. ^
  9967. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9968. from /usr/include/SDL2/SDL_events.h:34,
  9969. from /usr/include/SDL2/SDL.h:76,
  9970. from /usr/include/SDL2/SDL_image.h:27,
  9971. from src/../include/simple2d.h:92,
  9972. from src/controllers.c:3:
  9973. /usr/include/SDL2/SDL_keycode.h:75:5: error: redeclaration of enumerator ‘SDLK_4’
  9974. SDLK_4 = '4',
  9975. ^
  9976. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9977. from /usr/local/include/SDL2/SDL_events.h:34,
  9978. from /usr/local/include/SDL2/SDL.h:41,
  9979. from src/../include/simple2d.h:63,
  9980. from src/controllers.c:3:
  9981. /usr/local/include/SDL2/SDL_keycode.h:78:5: note: previous definition of ‘SDLK_4’ was here
  9982. SDLK_4 = '4',
  9983. ^
  9984. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  9985. from /usr/include/SDL2/SDL_events.h:34,
  9986. from /usr/include/SDL2/SDL.h:76,
  9987. from /usr/include/SDL2/SDL_image.h:27,
  9988. from src/../include/simple2d.h:92,
  9989. from src/controllers.c:3:
  9990. /usr/include/SDL2/SDL_keycode.h:76:5: error: redeclaration of enumerator ‘SDLK_5’
  9991. SDLK_5 = '5',
  9992. ^
  9993. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  9994. from /usr/local/include/SDL2/SDL_events.h:34,
  9995. from /usr/local/include/SDL2/SDL.h:41,
  9996. from src/../include/simple2d.h:63,
  9997. from src/controllers.c:3:
  9998. /usr/local/include/SDL2/SDL_keycode.h:79:5: note: previous definition of ‘SDLK_5’ was here
  9999. SDLK_5 = '5',
  10000. ^
  10001. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10002. from /usr/include/SDL2/SDL_events.h:34,
  10003. from /usr/include/SDL2/SDL.h:76,
  10004. from /usr/include/SDL2/SDL_image.h:27,
  10005. from src/../include/simple2d.h:92,
  10006. from src/controllers.c:3:
  10007. /usr/include/SDL2/SDL_keycode.h:77:5: error: redeclaration of enumerator ‘SDLK_6’
  10008. SDLK_6 = '6',
  10009. ^
  10010. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10011. from /usr/local/include/SDL2/SDL_events.h:34,
  10012. from /usr/local/include/SDL2/SDL.h:41,
  10013. from src/../include/simple2d.h:63,
  10014. from src/controllers.c:3:
  10015. /usr/local/include/SDL2/SDL_keycode.h:80:5: note: previous definition of ‘SDLK_6’ was here
  10016. SDLK_6 = '6',
  10017. ^
  10018. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10019. from /usr/include/SDL2/SDL_events.h:34,
  10020. from /usr/include/SDL2/SDL.h:76,
  10021. from /usr/include/SDL2/SDL_image.h:27,
  10022. from src/../include/simple2d.h:92,
  10023. from src/controllers.c:3:
  10024. /usr/include/SDL2/SDL_keycode.h:78:5: error: redeclaration of enumerator ‘SDLK_7’
  10025. SDLK_7 = '7',
  10026. ^
  10027. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10028. from /usr/local/include/SDL2/SDL_events.h:34,
  10029. from /usr/local/include/SDL2/SDL.h:41,
  10030. from src/../include/simple2d.h:63,
  10031. from src/controllers.c:3:
  10032. /usr/local/include/SDL2/SDL_keycode.h:81:5: note: previous definition of ‘SDLK_7’ was here
  10033. SDLK_7 = '7',
  10034. ^
  10035. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10036. from /usr/include/SDL2/SDL_events.h:34,
  10037. from /usr/include/SDL2/SDL.h:76,
  10038. from /usr/include/SDL2/SDL_image.h:27,
  10039. from src/../include/simple2d.h:92,
  10040. from src/controllers.c:3:
  10041. /usr/include/SDL2/SDL_keycode.h:79:5: error: redeclaration of enumerator ‘SDLK_8’
  10042. SDLK_8 = '8',
  10043. ^
  10044. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10045. from /usr/local/include/SDL2/SDL_events.h:34,
  10046. from /usr/local/include/SDL2/SDL.h:41,
  10047. from src/../include/simple2d.h:63,
  10048. from src/controllers.c:3:
  10049. /usr/local/include/SDL2/SDL_keycode.h:82:5: note: previous definition of ‘SDLK_8’ was here
  10050. SDLK_8 = '8',
  10051. ^
  10052. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10053. from /usr/include/SDL2/SDL_events.h:34,
  10054. from /usr/include/SDL2/SDL.h:76,
  10055. from /usr/include/SDL2/SDL_image.h:27,
  10056. from src/../include/simple2d.h:92,
  10057. from src/controllers.c:3:
  10058. /usr/include/SDL2/SDL_keycode.h:80:5: error: redeclaration of enumerator ‘SDLK_9’
  10059. SDLK_9 = '9',
  10060. ^
  10061. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10062. from /usr/local/include/SDL2/SDL_events.h:34,
  10063. from /usr/local/include/SDL2/SDL.h:41,
  10064. from src/../include/simple2d.h:63,
  10065. from src/controllers.c:3:
  10066. /usr/local/include/SDL2/SDL_keycode.h:83:5: note: previous definition of ‘SDLK_9’ was here
  10067. SDLK_9 = '9',
  10068. ^
  10069. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10070. from /usr/include/SDL2/SDL_events.h:34,
  10071. from /usr/include/SDL2/SDL.h:76,
  10072. from /usr/include/SDL2/SDL_image.h:27,
  10073. from src/../include/simple2d.h:92,
  10074. from src/controllers.c:3:
  10075. /usr/include/SDL2/SDL_keycode.h:81:5: error: redeclaration of enumerator ‘SDLK_COLON’
  10076. SDLK_COLON = ':',
  10077. ^
  10078. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10079. from /usr/local/include/SDL2/SDL_events.h:34,
  10080. from /usr/local/include/SDL2/SDL.h:41,
  10081. from src/../include/simple2d.h:63,
  10082. from src/controllers.c:3:
  10083. /usr/local/include/SDL2/SDL_keycode.h:84:5: note: previous definition of ‘SDLK_COLON’ was here
  10084. SDLK_COLON = ':',
  10085. ^
  10086. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10087. from /usr/include/SDL2/SDL_events.h:34,
  10088. from /usr/include/SDL2/SDL.h:76,
  10089. from /usr/include/SDL2/SDL_image.h:27,
  10090. from src/../include/simple2d.h:92,
  10091. from src/controllers.c:3:
  10092. /usr/include/SDL2/SDL_keycode.h:82:5: error: redeclaration of enumerator ‘SDLK_SEMICOLON’
  10093. SDLK_SEMICOLON = ';',
  10094. ^
  10095. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10096. from /usr/local/include/SDL2/SDL_events.h:34,
  10097. from /usr/local/include/SDL2/SDL.h:41,
  10098. from src/../include/simple2d.h:63,
  10099. from src/controllers.c:3:
  10100. /usr/local/include/SDL2/SDL_keycode.h:85:5: note: previous definition of ‘SDLK_SEMICOLON’ was here
  10101. SDLK_SEMICOLON = ';',
  10102. ^
  10103. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10104. from /usr/include/SDL2/SDL_events.h:34,
  10105. from /usr/include/SDL2/SDL.h:76,
  10106. from /usr/include/SDL2/SDL_image.h:27,
  10107. from src/../include/simple2d.h:92,
  10108. from src/controllers.c:3:
  10109. /usr/include/SDL2/SDL_keycode.h:83:5: error: redeclaration of enumerator ‘SDLK_LESS’
  10110. SDLK_LESS = '<',
  10111. ^
  10112. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10113. from /usr/local/include/SDL2/SDL_events.h:34,
  10114. from /usr/local/include/SDL2/SDL.h:41,
  10115. from src/../include/simple2d.h:63,
  10116. from src/controllers.c:3:
  10117. /usr/local/include/SDL2/SDL_keycode.h:86:5: note: previous definition of ‘SDLK_LESS’ was here
  10118. SDLK_LESS = '<',
  10119. ^
  10120. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10121. from /usr/include/SDL2/SDL_events.h:34,
  10122. from /usr/include/SDL2/SDL.h:76,
  10123. from /usr/include/SDL2/SDL_image.h:27,
  10124. from src/../include/simple2d.h:92,
  10125. from src/controllers.c:3:
  10126. /usr/include/SDL2/SDL_keycode.h:84:5: error: redeclaration of enumerator ‘SDLK_EQUALS’
  10127. SDLK_EQUALS = '=',
  10128. ^
  10129. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10130. from /usr/local/include/SDL2/SDL_events.h:34,
  10131. from /usr/local/include/SDL2/SDL.h:41,
  10132. from src/../include/simple2d.h:63,
  10133. from src/controllers.c:3:
  10134. /usr/local/include/SDL2/SDL_keycode.h:87:5: note: previous definition of ‘SDLK_EQUALS’ was here
  10135. SDLK_EQUALS = '=',
  10136. ^
  10137. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10138. from /usr/include/SDL2/SDL_events.h:34,
  10139. from /usr/include/SDL2/SDL.h:76,
  10140. from /usr/include/SDL2/SDL_image.h:27,
  10141. from src/../include/simple2d.h:92,
  10142. from src/controllers.c:3:
  10143. /usr/include/SDL2/SDL_keycode.h:85:5: error: redeclaration of enumerator ‘SDLK_GREATER’
  10144. SDLK_GREATER = '>',
  10145. ^
  10146. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10147. from /usr/local/include/SDL2/SDL_events.h:34,
  10148. from /usr/local/include/SDL2/SDL.h:41,
  10149. from src/../include/simple2d.h:63,
  10150. from src/controllers.c:3:
  10151. /usr/local/include/SDL2/SDL_keycode.h:88:5: note: previous definition of ‘SDLK_GREATER’ was here
  10152. SDLK_GREATER = '>',
  10153. ^
  10154. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10155. from /usr/include/SDL2/SDL_events.h:34,
  10156. from /usr/include/SDL2/SDL.h:76,
  10157. from /usr/include/SDL2/SDL_image.h:27,
  10158. from src/../include/simple2d.h:92,
  10159. from src/controllers.c:3:
  10160. /usr/include/SDL2/SDL_keycode.h:86:5: error: redeclaration of enumerator ‘SDLK_QUESTION’
  10161. SDLK_QUESTION = '?',
  10162. ^
  10163. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10164. from /usr/local/include/SDL2/SDL_events.h:34,
  10165. from /usr/local/include/SDL2/SDL.h:41,
  10166. from src/../include/simple2d.h:63,
  10167. from src/controllers.c:3:
  10168. /usr/local/include/SDL2/SDL_keycode.h:89:5: note: previous definition of ‘SDLK_QUESTION’ was here
  10169. SDLK_QUESTION = '?',
  10170. ^
  10171. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10172. from /usr/include/SDL2/SDL_events.h:34,
  10173. from /usr/include/SDL2/SDL.h:76,
  10174. from /usr/include/SDL2/SDL_image.h:27,
  10175. from src/../include/simple2d.h:92,
  10176. from src/controllers.c:3:
  10177. /usr/include/SDL2/SDL_keycode.h:87:5: error: redeclaration of enumerator ‘SDLK_AT’
  10178. SDLK_AT = '@',
  10179. ^
  10180. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10181. from /usr/local/include/SDL2/SDL_events.h:34,
  10182. from /usr/local/include/SDL2/SDL.h:41,
  10183. from src/../include/simple2d.h:63,
  10184. from src/controllers.c:3:
  10185. /usr/local/include/SDL2/SDL_keycode.h:90:5: note: previous definition of ‘SDLK_AT’ was here
  10186. SDLK_AT = '@',
  10187. ^
  10188. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10189. from /usr/include/SDL2/SDL_events.h:34,
  10190. from /usr/include/SDL2/SDL.h:76,
  10191. from /usr/include/SDL2/SDL_image.h:27,
  10192. from src/../include/simple2d.h:92,
  10193. from src/controllers.c:3:
  10194. /usr/include/SDL2/SDL_keycode.h:91:5: error: redeclaration of enumerator ‘SDLK_LEFTBRACKET’
  10195. SDLK_LEFTBRACKET = '[',
  10196. ^
  10197. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10198. from /usr/local/include/SDL2/SDL_events.h:34,
  10199. from /usr/local/include/SDL2/SDL.h:41,
  10200. from src/../include/simple2d.h:63,
  10201. from src/controllers.c:3:
  10202. /usr/local/include/SDL2/SDL_keycode.h:94:5: note: previous definition of ‘SDLK_LEFTBRACKET’ was here
  10203. SDLK_LEFTBRACKET = '[',
  10204. ^
  10205. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10206. from /usr/include/SDL2/SDL_events.h:34,
  10207. from /usr/include/SDL2/SDL.h:76,
  10208. from /usr/include/SDL2/SDL_image.h:27,
  10209. from src/../include/simple2d.h:92,
  10210. from src/controllers.c:3:
  10211. /usr/include/SDL2/SDL_keycode.h:92:5: error: redeclaration of enumerator ‘SDLK_BACKSLASH’
  10212. SDLK_BACKSLASH = '\\',
  10213. ^
  10214. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10215. from /usr/local/include/SDL2/SDL_events.h:34,
  10216. from /usr/local/include/SDL2/SDL.h:41,
  10217. from src/../include/simple2d.h:63,
  10218. from src/controllers.c:3:
  10219. /usr/local/include/SDL2/SDL_keycode.h:95:5: note: previous definition of ‘SDLK_BACKSLASH’ was here
  10220. SDLK_BACKSLASH = '\\',
  10221. ^
  10222. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10223. from /usr/include/SDL2/SDL_events.h:34,
  10224. from /usr/include/SDL2/SDL.h:76,
  10225. from /usr/include/SDL2/SDL_image.h:27,
  10226. from src/../include/simple2d.h:92,
  10227. from src/controllers.c:3:
  10228. /usr/include/SDL2/SDL_keycode.h:93:5: error: redeclaration of enumerator ‘SDLK_RIGHTBRACKET’
  10229. SDLK_RIGHTBRACKET = ']',
  10230. ^
  10231. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10232. from /usr/local/include/SDL2/SDL_events.h:34,
  10233. from /usr/local/include/SDL2/SDL.h:41,
  10234. from src/../include/simple2d.h:63,
  10235. from src/controllers.c:3:
  10236. /usr/local/include/SDL2/SDL_keycode.h:96:5: note: previous definition of ‘SDLK_RIGHTBRACKET’ was here
  10237. SDLK_RIGHTBRACKET = ']',
  10238. ^
  10239. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10240. from /usr/include/SDL2/SDL_events.h:34,
  10241. from /usr/include/SDL2/SDL.h:76,
  10242. from /usr/include/SDL2/SDL_image.h:27,
  10243. from src/../include/simple2d.h:92,
  10244. from src/controllers.c:3:
  10245. /usr/include/SDL2/SDL_keycode.h:94:5: error: redeclaration of enumerator ‘SDLK_CARET’
  10246. SDLK_CARET = '^',
  10247. ^
  10248. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10249. from /usr/local/include/SDL2/SDL_events.h:34,
  10250. from /usr/local/include/SDL2/SDL.h:41,
  10251. from src/../include/simple2d.h:63,
  10252. from src/controllers.c:3:
  10253. /usr/local/include/SDL2/SDL_keycode.h:97:5: note: previous definition of ‘SDLK_CARET’ was here
  10254. SDLK_CARET = '^',
  10255. ^
  10256. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10257. from /usr/include/SDL2/SDL_events.h:34,
  10258. from /usr/include/SDL2/SDL.h:76,
  10259. from /usr/include/SDL2/SDL_image.h:27,
  10260. from src/../include/simple2d.h:92,
  10261. from src/controllers.c:3:
  10262. /usr/include/SDL2/SDL_keycode.h:95:5: error: redeclaration of enumerator ‘SDLK_UNDERSCORE’
  10263. SDLK_UNDERSCORE = '_',
  10264. ^
  10265. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10266. from /usr/local/include/SDL2/SDL_events.h:34,
  10267. from /usr/local/include/SDL2/SDL.h:41,
  10268. from src/../include/simple2d.h:63,
  10269. from src/controllers.c:3:
  10270. /usr/local/include/SDL2/SDL_keycode.h:98:5: note: previous definition of ‘SDLK_UNDERSCORE’ was here
  10271. SDLK_UNDERSCORE = '_',
  10272. ^
  10273. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10274. from /usr/include/SDL2/SDL_events.h:34,
  10275. from /usr/include/SDL2/SDL.h:76,
  10276. from /usr/include/SDL2/SDL_image.h:27,
  10277. from src/../include/simple2d.h:92,
  10278. from src/controllers.c:3:
  10279. /usr/include/SDL2/SDL_keycode.h:96:5: error: redeclaration of enumerator ‘SDLK_BACKQUOTE’
  10280. SDLK_BACKQUOTE = '`',
  10281. ^
  10282. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10283. from /usr/local/include/SDL2/SDL_events.h:34,
  10284. from /usr/local/include/SDL2/SDL.h:41,
  10285. from src/../include/simple2d.h:63,
  10286. from src/controllers.c:3:
  10287. /usr/local/include/SDL2/SDL_keycode.h:99:5: note: previous definition of ‘SDLK_BACKQUOTE’ was here
  10288. SDLK_BACKQUOTE = '`',
  10289. ^
  10290. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10291. from /usr/include/SDL2/SDL_events.h:34,
  10292. from /usr/include/SDL2/SDL.h:76,
  10293. from /usr/include/SDL2/SDL_image.h:27,
  10294. from src/../include/simple2d.h:92,
  10295. from src/controllers.c:3:
  10296. /usr/include/SDL2/SDL_keycode.h:97:5: error: redeclaration of enumerator ‘SDLK_a’
  10297. SDLK_a = 'a',
  10298. ^
  10299. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10300. from /usr/local/include/SDL2/SDL_events.h:34,
  10301. from /usr/local/include/SDL2/SDL.h:41,
  10302. from src/../include/simple2d.h:63,
  10303. from src/controllers.c:3:
  10304. /usr/local/include/SDL2/SDL_keycode.h:100:5: note: previous definition of ‘SDLK_a’ was here
  10305. SDLK_a = 'a',
  10306. ^
  10307. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10308. from /usr/include/SDL2/SDL_events.h:34,
  10309. from /usr/include/SDL2/SDL.h:76,
  10310. from /usr/include/SDL2/SDL_image.h:27,
  10311. from src/../include/simple2d.h:92,
  10312. from src/controllers.c:3:
  10313. /usr/include/SDL2/SDL_keycode.h:98:5: error: redeclaration of enumerator ‘SDLK_b’
  10314. SDLK_b = 'b',
  10315. ^
  10316. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10317. from /usr/local/include/SDL2/SDL_events.h:34,
  10318. from /usr/local/include/SDL2/SDL.h:41,
  10319. from src/../include/simple2d.h:63,
  10320. from src/controllers.c:3:
  10321. /usr/local/include/SDL2/SDL_keycode.h:101:5: note: previous definition of ‘SDLK_b’ was here
  10322. SDLK_b = 'b',
  10323. ^
  10324. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10325. from /usr/include/SDL2/SDL_events.h:34,
  10326. from /usr/include/SDL2/SDL.h:76,
  10327. from /usr/include/SDL2/SDL_image.h:27,
  10328. from src/../include/simple2d.h:92,
  10329. from src/controllers.c:3:
  10330. /usr/include/SDL2/SDL_keycode.h:99:5: error: redeclaration of enumerator ‘SDLK_c’
  10331. SDLK_c = 'c',
  10332. ^
  10333. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10334. from /usr/local/include/SDL2/SDL_events.h:34,
  10335. from /usr/local/include/SDL2/SDL.h:41,
  10336. from src/../include/simple2d.h:63,
  10337. from src/controllers.c:3:
  10338. /usr/local/include/SDL2/SDL_keycode.h:102:5: note: previous definition of ‘SDLK_c’ was here
  10339. SDLK_c = 'c',
  10340. ^
  10341. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10342. from /usr/include/SDL2/SDL_events.h:34,
  10343. from /usr/include/SDL2/SDL.h:76,
  10344. from /usr/include/SDL2/SDL_image.h:27,
  10345. from src/../include/simple2d.h:92,
  10346. from src/controllers.c:3:
  10347. /usr/include/SDL2/SDL_keycode.h:100:5: error: redeclaration of enumerator ‘SDLK_d’
  10348. SDLK_d = 'd',
  10349. ^
  10350. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10351. from /usr/local/include/SDL2/SDL_events.h:34,
  10352. from /usr/local/include/SDL2/SDL.h:41,
  10353. from src/../include/simple2d.h:63,
  10354. from src/controllers.c:3:
  10355. /usr/local/include/SDL2/SDL_keycode.h:103:5: note: previous definition of ‘SDLK_d’ was here
  10356. SDLK_d = 'd',
  10357. ^
  10358. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10359. from /usr/include/SDL2/SDL_events.h:34,
  10360. from /usr/include/SDL2/SDL.h:76,
  10361. from /usr/include/SDL2/SDL_image.h:27,
  10362. from src/../include/simple2d.h:92,
  10363. from src/controllers.c:3:
  10364. /usr/include/SDL2/SDL_keycode.h:101:5: error: redeclaration of enumerator ‘SDLK_e’
  10365. SDLK_e = 'e',
  10366. ^
  10367. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10368. from /usr/local/include/SDL2/SDL_events.h:34,
  10369. from /usr/local/include/SDL2/SDL.h:41,
  10370. from src/../include/simple2d.h:63,
  10371. from src/controllers.c:3:
  10372. /usr/local/include/SDL2/SDL_keycode.h:104:5: note: previous definition of ‘SDLK_e’ was here
  10373. SDLK_e = 'e',
  10374. ^
  10375. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10376. from /usr/include/SDL2/SDL_events.h:34,
  10377. from /usr/include/SDL2/SDL.h:76,
  10378. from /usr/include/SDL2/SDL_image.h:27,
  10379. from src/../include/simple2d.h:92,
  10380. from src/controllers.c:3:
  10381. /usr/include/SDL2/SDL_keycode.h:102:5: error: redeclaration of enumerator ‘SDLK_f’
  10382. SDLK_f = 'f',
  10383. ^
  10384. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10385. from /usr/local/include/SDL2/SDL_events.h:34,
  10386. from /usr/local/include/SDL2/SDL.h:41,
  10387. from src/../include/simple2d.h:63,
  10388. from src/controllers.c:3:
  10389. /usr/local/include/SDL2/SDL_keycode.h:105:5: note: previous definition of ‘SDLK_f’ was here
  10390. SDLK_f = 'f',
  10391. ^
  10392. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10393. from /usr/include/SDL2/SDL_events.h:34,
  10394. from /usr/include/SDL2/SDL.h:76,
  10395. from /usr/include/SDL2/SDL_image.h:27,
  10396. from src/../include/simple2d.h:92,
  10397. from src/controllers.c:3:
  10398. /usr/include/SDL2/SDL_keycode.h:103:5: error: redeclaration of enumerator ‘SDLK_g’
  10399. SDLK_g = 'g',
  10400. ^
  10401. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10402. from /usr/local/include/SDL2/SDL_events.h:34,
  10403. from /usr/local/include/SDL2/SDL.h:41,
  10404. from src/../include/simple2d.h:63,
  10405. from src/controllers.c:3:
  10406. /usr/local/include/SDL2/SDL_keycode.h:106:5: note: previous definition of ‘SDLK_g’ was here
  10407. SDLK_g = 'g',
  10408. ^
  10409. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10410. from /usr/include/SDL2/SDL_events.h:34,
  10411. from /usr/include/SDL2/SDL.h:76,
  10412. from /usr/include/SDL2/SDL_image.h:27,
  10413. from src/../include/simple2d.h:92,
  10414. from src/controllers.c:3:
  10415. /usr/include/SDL2/SDL_keycode.h:104:5: error: redeclaration of enumerator ‘SDLK_h’
  10416. SDLK_h = 'h',
  10417. ^
  10418. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10419. from /usr/local/include/SDL2/SDL_events.h:34,
  10420. from /usr/local/include/SDL2/SDL.h:41,
  10421. from src/../include/simple2d.h:63,
  10422. from src/controllers.c:3:
  10423. /usr/local/include/SDL2/SDL_keycode.h:107:5: note: previous definition of ‘SDLK_h’ was here
  10424. SDLK_h = 'h',
  10425. ^
  10426. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10427. from /usr/include/SDL2/SDL_events.h:34,
  10428. from /usr/include/SDL2/SDL.h:76,
  10429. from /usr/include/SDL2/SDL_image.h:27,
  10430. from src/../include/simple2d.h:92,
  10431. from src/controllers.c:3:
  10432. /usr/include/SDL2/SDL_keycode.h:105:5: error: redeclaration of enumerator ‘SDLK_i’
  10433. SDLK_i = 'i',
  10434. ^
  10435. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10436. from /usr/local/include/SDL2/SDL_events.h:34,
  10437. from /usr/local/include/SDL2/SDL.h:41,
  10438. from src/../include/simple2d.h:63,
  10439. from src/controllers.c:3:
  10440. /usr/local/include/SDL2/SDL_keycode.h:108:5: note: previous definition of ‘SDLK_i’ was here
  10441. SDLK_i = 'i',
  10442. ^
  10443. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10444. from /usr/include/SDL2/SDL_events.h:34,
  10445. from /usr/include/SDL2/SDL.h:76,
  10446. from /usr/include/SDL2/SDL_image.h:27,
  10447. from src/../include/simple2d.h:92,
  10448. from src/controllers.c:3:
  10449. /usr/include/SDL2/SDL_keycode.h:106:5: error: redeclaration of enumerator ‘SDLK_j’
  10450. SDLK_j = 'j',
  10451. ^
  10452. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10453. from /usr/local/include/SDL2/SDL_events.h:34,
  10454. from /usr/local/include/SDL2/SDL.h:41,
  10455. from src/../include/simple2d.h:63,
  10456. from src/controllers.c:3:
  10457. /usr/local/include/SDL2/SDL_keycode.h:109:5: note: previous definition of ‘SDLK_j’ was here
  10458. SDLK_j = 'j',
  10459. ^
  10460. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10461. from /usr/include/SDL2/SDL_events.h:34,
  10462. from /usr/include/SDL2/SDL.h:76,
  10463. from /usr/include/SDL2/SDL_image.h:27,
  10464. from src/../include/simple2d.h:92,
  10465. from src/controllers.c:3:
  10466. /usr/include/SDL2/SDL_keycode.h:107:5: error: redeclaration of enumerator ‘SDLK_k’
  10467. SDLK_k = 'k',
  10468. ^
  10469. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10470. from /usr/local/include/SDL2/SDL_events.h:34,
  10471. from /usr/local/include/SDL2/SDL.h:41,
  10472. from src/../include/simple2d.h:63,
  10473. from src/controllers.c:3:
  10474. /usr/local/include/SDL2/SDL_keycode.h:110:5: note: previous definition of ‘SDLK_k’ was here
  10475. SDLK_k = 'k',
  10476. ^
  10477. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10478. from /usr/include/SDL2/SDL_events.h:34,
  10479. from /usr/include/SDL2/SDL.h:76,
  10480. from /usr/include/SDL2/SDL_image.h:27,
  10481. from src/../include/simple2d.h:92,
  10482. from src/controllers.c:3:
  10483. /usr/include/SDL2/SDL_keycode.h:108:5: error: redeclaration of enumerator ‘SDLK_l’
  10484. SDLK_l = 'l',
  10485. ^
  10486. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10487. from /usr/local/include/SDL2/SDL_events.h:34,
  10488. from /usr/local/include/SDL2/SDL.h:41,
  10489. from src/../include/simple2d.h:63,
  10490. from src/controllers.c:3:
  10491. /usr/local/include/SDL2/SDL_keycode.h:111:5: note: previous definition of ‘SDLK_l’ was here
  10492. SDLK_l = 'l',
  10493. ^
  10494. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10495. from /usr/include/SDL2/SDL_events.h:34,
  10496. from /usr/include/SDL2/SDL.h:76,
  10497. from /usr/include/SDL2/SDL_image.h:27,
  10498. from src/../include/simple2d.h:92,
  10499. from src/controllers.c:3:
  10500. /usr/include/SDL2/SDL_keycode.h:109:5: error: redeclaration of enumerator ‘SDLK_m’
  10501. SDLK_m = 'm',
  10502. ^
  10503. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10504. from /usr/local/include/SDL2/SDL_events.h:34,
  10505. from /usr/local/include/SDL2/SDL.h:41,
  10506. from src/../include/simple2d.h:63,
  10507. from src/controllers.c:3:
  10508. /usr/local/include/SDL2/SDL_keycode.h:112:5: note: previous definition of ‘SDLK_m’ was here
  10509. SDLK_m = 'm',
  10510. ^
  10511. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10512. from /usr/include/SDL2/SDL_events.h:34,
  10513. from /usr/include/SDL2/SDL.h:76,
  10514. from /usr/include/SDL2/SDL_image.h:27,
  10515. from src/../include/simple2d.h:92,
  10516. from src/controllers.c:3:
  10517. /usr/include/SDL2/SDL_keycode.h:110:5: error: redeclaration of enumerator ‘SDLK_n’
  10518. SDLK_n = 'n',
  10519. ^
  10520. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10521. from /usr/local/include/SDL2/SDL_events.h:34,
  10522. from /usr/local/include/SDL2/SDL.h:41,
  10523. from src/../include/simple2d.h:63,
  10524. from src/controllers.c:3:
  10525. /usr/local/include/SDL2/SDL_keycode.h:113:5: note: previous definition of ‘SDLK_n’ was here
  10526. SDLK_n = 'n',
  10527. ^
  10528. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10529. from /usr/include/SDL2/SDL_events.h:34,
  10530. from /usr/include/SDL2/SDL.h:76,
  10531. from /usr/include/SDL2/SDL_image.h:27,
  10532. from src/../include/simple2d.h:92,
  10533. from src/controllers.c:3:
  10534. /usr/include/SDL2/SDL_keycode.h:111:5: error: redeclaration of enumerator ‘SDLK_o’
  10535. SDLK_o = 'o',
  10536. ^
  10537. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10538. from /usr/local/include/SDL2/SDL_events.h:34,
  10539. from /usr/local/include/SDL2/SDL.h:41,
  10540. from src/../include/simple2d.h:63,
  10541. from src/controllers.c:3:
  10542. /usr/local/include/SDL2/SDL_keycode.h:114:5: note: previous definition of ‘SDLK_o’ was here
  10543. SDLK_o = 'o',
  10544. ^
  10545. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10546. from /usr/include/SDL2/SDL_events.h:34,
  10547. from /usr/include/SDL2/SDL.h:76,
  10548. from /usr/include/SDL2/SDL_image.h:27,
  10549. from src/../include/simple2d.h:92,
  10550. from src/controllers.c:3:
  10551. /usr/include/SDL2/SDL_keycode.h:112:5: error: redeclaration of enumerator ‘SDLK_p’
  10552. SDLK_p = 'p',
  10553. ^
  10554. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10555. from /usr/local/include/SDL2/SDL_events.h:34,
  10556. from /usr/local/include/SDL2/SDL.h:41,
  10557. from src/../include/simple2d.h:63,
  10558. from src/controllers.c:3:
  10559. /usr/local/include/SDL2/SDL_keycode.h:115:5: note: previous definition of ‘SDLK_p’ was here
  10560. SDLK_p = 'p',
  10561. ^
  10562. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10563. from /usr/include/SDL2/SDL_events.h:34,
  10564. from /usr/include/SDL2/SDL.h:76,
  10565. from /usr/include/SDL2/SDL_image.h:27,
  10566. from src/../include/simple2d.h:92,
  10567. from src/controllers.c:3:
  10568. /usr/include/SDL2/SDL_keycode.h:113:5: error: redeclaration of enumerator ‘SDLK_q’
  10569. SDLK_q = 'q',
  10570. ^
  10571. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10572. from /usr/local/include/SDL2/SDL_events.h:34,
  10573. from /usr/local/include/SDL2/SDL.h:41,
  10574. from src/../include/simple2d.h:63,
  10575. from src/controllers.c:3:
  10576. /usr/local/include/SDL2/SDL_keycode.h:116:5: note: previous definition of ‘SDLK_q’ was here
  10577. SDLK_q = 'q',
  10578. ^
  10579. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10580. from /usr/include/SDL2/SDL_events.h:34,
  10581. from /usr/include/SDL2/SDL.h:76,
  10582. from /usr/include/SDL2/SDL_image.h:27,
  10583. from src/../include/simple2d.h:92,
  10584. from src/controllers.c:3:
  10585. /usr/include/SDL2/SDL_keycode.h:114:5: error: redeclaration of enumerator ‘SDLK_r’
  10586. SDLK_r = 'r',
  10587. ^
  10588. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10589. from /usr/local/include/SDL2/SDL_events.h:34,
  10590. from /usr/local/include/SDL2/SDL.h:41,
  10591. from src/../include/simple2d.h:63,
  10592. from src/controllers.c:3:
  10593. /usr/local/include/SDL2/SDL_keycode.h:117:5: note: previous definition of ‘SDLK_r’ was here
  10594. SDLK_r = 'r',
  10595. ^
  10596. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10597. from /usr/include/SDL2/SDL_events.h:34,
  10598. from /usr/include/SDL2/SDL.h:76,
  10599. from /usr/include/SDL2/SDL_image.h:27,
  10600. from src/../include/simple2d.h:92,
  10601. from src/controllers.c:3:
  10602. /usr/include/SDL2/SDL_keycode.h:115:5: error: redeclaration of enumerator ‘SDLK_s’
  10603. SDLK_s = 's',
  10604. ^
  10605. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10606. from /usr/local/include/SDL2/SDL_events.h:34,
  10607. from /usr/local/include/SDL2/SDL.h:41,
  10608. from src/../include/simple2d.h:63,
  10609. from src/controllers.c:3:
  10610. /usr/local/include/SDL2/SDL_keycode.h:118:5: note: previous definition of ‘SDLK_s’ was here
  10611. SDLK_s = 's',
  10612. ^
  10613. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10614. from /usr/include/SDL2/SDL_events.h:34,
  10615. from /usr/include/SDL2/SDL.h:76,
  10616. from /usr/include/SDL2/SDL_image.h:27,
  10617. from src/../include/simple2d.h:92,
  10618. from src/controllers.c:3:
  10619. /usr/include/SDL2/SDL_keycode.h:116:5: error: redeclaration of enumerator ‘SDLK_t’
  10620. SDLK_t = 't',
  10621. ^
  10622. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10623. from /usr/local/include/SDL2/SDL_events.h:34,
  10624. from /usr/local/include/SDL2/SDL.h:41,
  10625. from src/../include/simple2d.h:63,
  10626. from src/controllers.c:3:
  10627. /usr/local/include/SDL2/SDL_keycode.h:119:5: note: previous definition of ‘SDLK_t’ was here
  10628. SDLK_t = 't',
  10629. ^
  10630. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10631. from /usr/include/SDL2/SDL_events.h:34,
  10632. from /usr/include/SDL2/SDL.h:76,
  10633. from /usr/include/SDL2/SDL_image.h:27,
  10634. from src/../include/simple2d.h:92,
  10635. from src/controllers.c:3:
  10636. /usr/include/SDL2/SDL_keycode.h:117:5: error: redeclaration of enumerator ‘SDLK_u’
  10637. SDLK_u = 'u',
  10638. ^
  10639. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10640. from /usr/local/include/SDL2/SDL_events.h:34,
  10641. from /usr/local/include/SDL2/SDL.h:41,
  10642. from src/../include/simple2d.h:63,
  10643. from src/controllers.c:3:
  10644. /usr/local/include/SDL2/SDL_keycode.h:120:5: note: previous definition of ‘SDLK_u’ was here
  10645. SDLK_u = 'u',
  10646. ^
  10647. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10648. from /usr/include/SDL2/SDL_events.h:34,
  10649. from /usr/include/SDL2/SDL.h:76,
  10650. from /usr/include/SDL2/SDL_image.h:27,
  10651. from src/../include/simple2d.h:92,
  10652. from src/controllers.c:3:
  10653. /usr/include/SDL2/SDL_keycode.h:118:5: error: redeclaration of enumerator ‘SDLK_v’
  10654. SDLK_v = 'v',
  10655. ^
  10656. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10657. from /usr/local/include/SDL2/SDL_events.h:34,
  10658. from /usr/local/include/SDL2/SDL.h:41,
  10659. from src/../include/simple2d.h:63,
  10660. from src/controllers.c:3:
  10661. /usr/local/include/SDL2/SDL_keycode.h:121:5: note: previous definition of ‘SDLK_v’ was here
  10662. SDLK_v = 'v',
  10663. ^
  10664. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10665. from /usr/include/SDL2/SDL_events.h:34,
  10666. from /usr/include/SDL2/SDL.h:76,
  10667. from /usr/include/SDL2/SDL_image.h:27,
  10668. from src/../include/simple2d.h:92,
  10669. from src/controllers.c:3:
  10670. /usr/include/SDL2/SDL_keycode.h:119:5: error: redeclaration of enumerator ‘SDLK_w’
  10671. SDLK_w = 'w',
  10672. ^
  10673. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10674. from /usr/local/include/SDL2/SDL_events.h:34,
  10675. from /usr/local/include/SDL2/SDL.h:41,
  10676. from src/../include/simple2d.h:63,
  10677. from src/controllers.c:3:
  10678. /usr/local/include/SDL2/SDL_keycode.h:122:5: note: previous definition of ‘SDLK_w’ was here
  10679. SDLK_w = 'w',
  10680. ^
  10681. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10682. from /usr/include/SDL2/SDL_events.h:34,
  10683. from /usr/include/SDL2/SDL.h:76,
  10684. from /usr/include/SDL2/SDL_image.h:27,
  10685. from src/../include/simple2d.h:92,
  10686. from src/controllers.c:3:
  10687. /usr/include/SDL2/SDL_keycode.h:120:5: error: redeclaration of enumerator ‘SDLK_x’
  10688. SDLK_x = 'x',
  10689. ^
  10690. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10691. from /usr/local/include/SDL2/SDL_events.h:34,
  10692. from /usr/local/include/SDL2/SDL.h:41,
  10693. from src/../include/simple2d.h:63,
  10694. from src/controllers.c:3:
  10695. /usr/local/include/SDL2/SDL_keycode.h:123:5: note: previous definition of ‘SDLK_x’ was here
  10696. SDLK_x = 'x',
  10697. ^
  10698. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10699. from /usr/include/SDL2/SDL_events.h:34,
  10700. from /usr/include/SDL2/SDL.h:76,
  10701. from /usr/include/SDL2/SDL_image.h:27,
  10702. from src/../include/simple2d.h:92,
  10703. from src/controllers.c:3:
  10704. /usr/include/SDL2/SDL_keycode.h:121:5: error: redeclaration of enumerator ‘SDLK_y’
  10705. SDLK_y = 'y',
  10706. ^
  10707. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10708. from /usr/local/include/SDL2/SDL_events.h:34,
  10709. from /usr/local/include/SDL2/SDL.h:41,
  10710. from src/../include/simple2d.h:63,
  10711. from src/controllers.c:3:
  10712. /usr/local/include/SDL2/SDL_keycode.h:124:5: note: previous definition of ‘SDLK_y’ was here
  10713. SDLK_y = 'y',
  10714. ^
  10715. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10716. from /usr/include/SDL2/SDL_events.h:34,
  10717. from /usr/include/SDL2/SDL.h:76,
  10718. from /usr/include/SDL2/SDL_image.h:27,
  10719. from src/../include/simple2d.h:92,
  10720. from src/controllers.c:3:
  10721. /usr/include/SDL2/SDL_keycode.h:122:5: error: redeclaration of enumerator ‘SDLK_z’
  10722. SDLK_z = 'z',
  10723. ^
  10724. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10725. from /usr/local/include/SDL2/SDL_events.h:34,
  10726. from /usr/local/include/SDL2/SDL.h:41,
  10727. from src/../include/simple2d.h:63,
  10728. from src/controllers.c:3:
  10729. /usr/local/include/SDL2/SDL_keycode.h:125:5: note: previous definition of ‘SDLK_z’ was here
  10730. SDLK_z = 'z',
  10731. ^
  10732. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10733. from /usr/include/SDL2/SDL_events.h:34,
  10734. from /usr/include/SDL2/SDL.h:76,
  10735. from /usr/include/SDL2/SDL_image.h:27,
  10736. from src/../include/simple2d.h:92,
  10737. from src/controllers.c:3:
  10738. /usr/include/SDL2/SDL_keycode.h:124:5: error: redeclaration of enumerator ‘SDLK_CAPSLOCK’
  10739. SDLK_CAPSLOCK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CAPSLOCK),
  10740. ^
  10741. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10742. from /usr/local/include/SDL2/SDL_events.h:34,
  10743. from /usr/local/include/SDL2/SDL.h:41,
  10744. from src/../include/simple2d.h:63,
  10745. from src/controllers.c:3:
  10746. /usr/local/include/SDL2/SDL_keycode.h:127:5: note: previous definition of ‘SDLK_CAPSLOCK’ was here
  10747. SDLK_CAPSLOCK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CAPSLOCK),
  10748. ^
  10749. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10750. from /usr/include/SDL2/SDL_events.h:34,
  10751. from /usr/include/SDL2/SDL.h:76,
  10752. from /usr/include/SDL2/SDL_image.h:27,
  10753. from src/../include/simple2d.h:92,
  10754. from src/controllers.c:3:
  10755. /usr/include/SDL2/SDL_keycode.h:126:5: error: redeclaration of enumerator ‘SDLK_F1’
  10756. SDLK_F1 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F1),
  10757. ^
  10758. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10759. from /usr/local/include/SDL2/SDL_events.h:34,
  10760. from /usr/local/include/SDL2/SDL.h:41,
  10761. from src/../include/simple2d.h:63,
  10762. from src/controllers.c:3:
  10763. /usr/local/include/SDL2/SDL_keycode.h:129:5: note: previous definition of ‘SDLK_F1’ was here
  10764. SDLK_F1 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F1),
  10765. ^
  10766. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10767. from /usr/include/SDL2/SDL_events.h:34,
  10768. from /usr/include/SDL2/SDL.h:76,
  10769. from /usr/include/SDL2/SDL_image.h:27,
  10770. from src/../include/simple2d.h:92,
  10771. from src/controllers.c:3:
  10772. /usr/include/SDL2/SDL_keycode.h:127:5: error: redeclaration of enumerator ‘SDLK_F2’
  10773. SDLK_F2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F2),
  10774. ^
  10775. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10776. from /usr/local/include/SDL2/SDL_events.h:34,
  10777. from /usr/local/include/SDL2/SDL.h:41,
  10778. from src/../include/simple2d.h:63,
  10779. from src/controllers.c:3:
  10780. /usr/local/include/SDL2/SDL_keycode.h:130:5: note: previous definition of ‘SDLK_F2’ was here
  10781. SDLK_F2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F2),
  10782. ^
  10783. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10784. from /usr/include/SDL2/SDL_events.h:34,
  10785. from /usr/include/SDL2/SDL.h:76,
  10786. from /usr/include/SDL2/SDL_image.h:27,
  10787. from src/../include/simple2d.h:92,
  10788. from src/controllers.c:3:
  10789. /usr/include/SDL2/SDL_keycode.h:128:5: error: redeclaration of enumerator ‘SDLK_F3’
  10790. SDLK_F3 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F3),
  10791. ^
  10792. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10793. from /usr/local/include/SDL2/SDL_events.h:34,
  10794. from /usr/local/include/SDL2/SDL.h:41,
  10795. from src/../include/simple2d.h:63,
  10796. from src/controllers.c:3:
  10797. /usr/local/include/SDL2/SDL_keycode.h:131:5: note: previous definition of ‘SDLK_F3’ was here
  10798. SDLK_F3 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F3),
  10799. ^
  10800. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10801. from /usr/include/SDL2/SDL_events.h:34,
  10802. from /usr/include/SDL2/SDL.h:76,
  10803. from /usr/include/SDL2/SDL_image.h:27,
  10804. from src/../include/simple2d.h:92,
  10805. from src/controllers.c:3:
  10806. /usr/include/SDL2/SDL_keycode.h:129:5: error: redeclaration of enumerator ‘SDLK_F4’
  10807. SDLK_F4 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F4),
  10808. ^
  10809. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10810. from /usr/local/include/SDL2/SDL_events.h:34,
  10811. from /usr/local/include/SDL2/SDL.h:41,
  10812. from src/../include/simple2d.h:63,
  10813. from src/controllers.c:3:
  10814. /usr/local/include/SDL2/SDL_keycode.h:132:5: note: previous definition of ‘SDLK_F4’ was here
  10815. SDLK_F4 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F4),
  10816. ^
  10817. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10818. from /usr/include/SDL2/SDL_events.h:34,
  10819. from /usr/include/SDL2/SDL.h:76,
  10820. from /usr/include/SDL2/SDL_image.h:27,
  10821. from src/../include/simple2d.h:92,
  10822. from src/controllers.c:3:
  10823. /usr/include/SDL2/SDL_keycode.h:130:5: error: redeclaration of enumerator ‘SDLK_F5’
  10824. SDLK_F5 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F5),
  10825. ^
  10826. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10827. from /usr/local/include/SDL2/SDL_events.h:34,
  10828. from /usr/local/include/SDL2/SDL.h:41,
  10829. from src/../include/simple2d.h:63,
  10830. from src/controllers.c:3:
  10831. /usr/local/include/SDL2/SDL_keycode.h:133:5: note: previous definition of ‘SDLK_F5’ was here
  10832. SDLK_F5 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F5),
  10833. ^
  10834. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10835. from /usr/include/SDL2/SDL_events.h:34,
  10836. from /usr/include/SDL2/SDL.h:76,
  10837. from /usr/include/SDL2/SDL_image.h:27,
  10838. from src/../include/simple2d.h:92,
  10839. from src/controllers.c:3:
  10840. /usr/include/SDL2/SDL_keycode.h:131:5: error: redeclaration of enumerator ‘SDLK_F6’
  10841. SDLK_F6 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F6),
  10842. ^
  10843. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10844. from /usr/local/include/SDL2/SDL_events.h:34,
  10845. from /usr/local/include/SDL2/SDL.h:41,
  10846. from src/../include/simple2d.h:63,
  10847. from src/controllers.c:3:
  10848. /usr/local/include/SDL2/SDL_keycode.h:134:5: note: previous definition of ‘SDLK_F6’ was here
  10849. SDLK_F6 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F6),
  10850. ^
  10851. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10852. from /usr/include/SDL2/SDL_events.h:34,
  10853. from /usr/include/SDL2/SDL.h:76,
  10854. from /usr/include/SDL2/SDL_image.h:27,
  10855. from src/../include/simple2d.h:92,
  10856. from src/controllers.c:3:
  10857. /usr/include/SDL2/SDL_keycode.h:132:5: error: redeclaration of enumerator ‘SDLK_F7’
  10858. SDLK_F7 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F7),
  10859. ^
  10860. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10861. from /usr/local/include/SDL2/SDL_events.h:34,
  10862. from /usr/local/include/SDL2/SDL.h:41,
  10863. from src/../include/simple2d.h:63,
  10864. from src/controllers.c:3:
  10865. /usr/local/include/SDL2/SDL_keycode.h:135:5: note: previous definition of ‘SDLK_F7’ was here
  10866. SDLK_F7 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F7),
  10867. ^
  10868. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10869. from /usr/include/SDL2/SDL_events.h:34,
  10870. from /usr/include/SDL2/SDL.h:76,
  10871. from /usr/include/SDL2/SDL_image.h:27,
  10872. from src/../include/simple2d.h:92,
  10873. from src/controllers.c:3:
  10874. /usr/include/SDL2/SDL_keycode.h:133:5: error: redeclaration of enumerator ‘SDLK_F8’
  10875. SDLK_F8 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F8),
  10876. ^
  10877. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10878. from /usr/local/include/SDL2/SDL_events.h:34,
  10879. from /usr/local/include/SDL2/SDL.h:41,
  10880. from src/../include/simple2d.h:63,
  10881. from src/controllers.c:3:
  10882. /usr/local/include/SDL2/SDL_keycode.h:136:5: note: previous definition of ‘SDLK_F8’ was here
  10883. SDLK_F8 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F8),
  10884. ^
  10885. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10886. from /usr/include/SDL2/SDL_events.h:34,
  10887. from /usr/include/SDL2/SDL.h:76,
  10888. from /usr/include/SDL2/SDL_image.h:27,
  10889. from src/../include/simple2d.h:92,
  10890. from src/controllers.c:3:
  10891. /usr/include/SDL2/SDL_keycode.h:134:5: error: redeclaration of enumerator ‘SDLK_F9’
  10892. SDLK_F9 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F9),
  10893. ^
  10894. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10895. from /usr/local/include/SDL2/SDL_events.h:34,
  10896. from /usr/local/include/SDL2/SDL.h:41,
  10897. from src/../include/simple2d.h:63,
  10898. from src/controllers.c:3:
  10899. /usr/local/include/SDL2/SDL_keycode.h:137:5: note: previous definition of ‘SDLK_F9’ was here
  10900. SDLK_F9 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F9),
  10901. ^
  10902. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10903. from /usr/include/SDL2/SDL_events.h:34,
  10904. from /usr/include/SDL2/SDL.h:76,
  10905. from /usr/include/SDL2/SDL_image.h:27,
  10906. from src/../include/simple2d.h:92,
  10907. from src/controllers.c:3:
  10908. /usr/include/SDL2/SDL_keycode.h:135:5: error: redeclaration of enumerator ‘SDLK_F10’
  10909. SDLK_F10 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F10),
  10910. ^
  10911. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10912. from /usr/local/include/SDL2/SDL_events.h:34,
  10913. from /usr/local/include/SDL2/SDL.h:41,
  10914. from src/../include/simple2d.h:63,
  10915. from src/controllers.c:3:
  10916. /usr/local/include/SDL2/SDL_keycode.h:138:5: note: previous definition of ‘SDLK_F10’ was here
  10917. SDLK_F10 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F10),
  10918. ^
  10919. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10920. from /usr/include/SDL2/SDL_events.h:34,
  10921. from /usr/include/SDL2/SDL.h:76,
  10922. from /usr/include/SDL2/SDL_image.h:27,
  10923. from src/../include/simple2d.h:92,
  10924. from src/controllers.c:3:
  10925. /usr/include/SDL2/SDL_keycode.h:136:5: error: redeclaration of enumerator ‘SDLK_F11’
  10926. SDLK_F11 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F11),
  10927. ^
  10928. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10929. from /usr/local/include/SDL2/SDL_events.h:34,
  10930. from /usr/local/include/SDL2/SDL.h:41,
  10931. from src/../include/simple2d.h:63,
  10932. from src/controllers.c:3:
  10933. /usr/local/include/SDL2/SDL_keycode.h:139:5: note: previous definition of ‘SDLK_F11’ was here
  10934. SDLK_F11 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F11),
  10935. ^
  10936. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10937. from /usr/include/SDL2/SDL_events.h:34,
  10938. from /usr/include/SDL2/SDL.h:76,
  10939. from /usr/include/SDL2/SDL_image.h:27,
  10940. from src/../include/simple2d.h:92,
  10941. from src/controllers.c:3:
  10942. /usr/include/SDL2/SDL_keycode.h:137:5: error: redeclaration of enumerator ‘SDLK_F12’
  10943. SDLK_F12 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F12),
  10944. ^
  10945. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10946. from /usr/local/include/SDL2/SDL_events.h:34,
  10947. from /usr/local/include/SDL2/SDL.h:41,
  10948. from src/../include/simple2d.h:63,
  10949. from src/controllers.c:3:
  10950. /usr/local/include/SDL2/SDL_keycode.h:140:5: note: previous definition of ‘SDLK_F12’ was here
  10951. SDLK_F12 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F12),
  10952. ^
  10953. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10954. from /usr/include/SDL2/SDL_events.h:34,
  10955. from /usr/include/SDL2/SDL.h:76,
  10956. from /usr/include/SDL2/SDL_image.h:27,
  10957. from src/../include/simple2d.h:92,
  10958. from src/controllers.c:3:
  10959. /usr/include/SDL2/SDL_keycode.h:139:5: error: redeclaration of enumerator ‘SDLK_PRINTSCREEN’
  10960. SDLK_PRINTSCREEN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PRINTSCREEN),
  10961. ^
  10962. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10963. from /usr/local/include/SDL2/SDL_events.h:34,
  10964. from /usr/local/include/SDL2/SDL.h:41,
  10965. from src/../include/simple2d.h:63,
  10966. from src/controllers.c:3:
  10967. /usr/local/include/SDL2/SDL_keycode.h:142:5: note: previous definition of ‘SDLK_PRINTSCREEN’ was here
  10968. SDLK_PRINTSCREEN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PRINTSCREEN),
  10969. ^
  10970. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10971. from /usr/include/SDL2/SDL_events.h:34,
  10972. from /usr/include/SDL2/SDL.h:76,
  10973. from /usr/include/SDL2/SDL_image.h:27,
  10974. from src/../include/simple2d.h:92,
  10975. from src/controllers.c:3:
  10976. /usr/include/SDL2/SDL_keycode.h:140:5: error: redeclaration of enumerator ‘SDLK_SCROLLLOCK’
  10977. SDLK_SCROLLLOCK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SCROLLLOCK),
  10978. ^
  10979. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10980. from /usr/local/include/SDL2/SDL_events.h:34,
  10981. from /usr/local/include/SDL2/SDL.h:41,
  10982. from src/../include/simple2d.h:63,
  10983. from src/controllers.c:3:
  10984. /usr/local/include/SDL2/SDL_keycode.h:143:5: note: previous definition of ‘SDLK_SCROLLLOCK’ was here
  10985. SDLK_SCROLLLOCK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SCROLLLOCK),
  10986. ^
  10987. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  10988. from /usr/include/SDL2/SDL_events.h:34,
  10989. from /usr/include/SDL2/SDL.h:76,
  10990. from /usr/include/SDL2/SDL_image.h:27,
  10991. from src/../include/simple2d.h:92,
  10992. from src/controllers.c:3:
  10993. /usr/include/SDL2/SDL_keycode.h:141:5: error: redeclaration of enumerator ‘SDLK_PAUSE’
  10994. SDLK_PAUSE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAUSE),
  10995. ^
  10996. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  10997. from /usr/local/include/SDL2/SDL_events.h:34,
  10998. from /usr/local/include/SDL2/SDL.h:41,
  10999. from src/../include/simple2d.h:63,
  11000. from src/controllers.c:3:
  11001. /usr/local/include/SDL2/SDL_keycode.h:144:5: note: previous definition of ‘SDLK_PAUSE’ was here
  11002. SDLK_PAUSE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAUSE),
  11003. ^
  11004. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11005. from /usr/include/SDL2/SDL_events.h:34,
  11006. from /usr/include/SDL2/SDL.h:76,
  11007. from /usr/include/SDL2/SDL_image.h:27,
  11008. from src/../include/simple2d.h:92,
  11009. from src/controllers.c:3:
  11010. /usr/include/SDL2/SDL_keycode.h:142:5: error: redeclaration of enumerator ‘SDLK_INSERT’
  11011. SDLK_INSERT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_INSERT),
  11012. ^
  11013. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11014. from /usr/local/include/SDL2/SDL_events.h:34,
  11015. from /usr/local/include/SDL2/SDL.h:41,
  11016. from src/../include/simple2d.h:63,
  11017. from src/controllers.c:3:
  11018. /usr/local/include/SDL2/SDL_keycode.h:145:5: note: previous definition of ‘SDLK_INSERT’ was here
  11019. SDLK_INSERT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_INSERT),
  11020. ^
  11021. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11022. from /usr/include/SDL2/SDL_events.h:34,
  11023. from /usr/include/SDL2/SDL.h:76,
  11024. from /usr/include/SDL2/SDL_image.h:27,
  11025. from src/../include/simple2d.h:92,
  11026. from src/controllers.c:3:
  11027. /usr/include/SDL2/SDL_keycode.h:143:5: error: redeclaration of enumerator ‘SDLK_HOME’
  11028. SDLK_HOME = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_HOME),
  11029. ^
  11030. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11031. from /usr/local/include/SDL2/SDL_events.h:34,
  11032. from /usr/local/include/SDL2/SDL.h:41,
  11033. from src/../include/simple2d.h:63,
  11034. from src/controllers.c:3:
  11035. /usr/local/include/SDL2/SDL_keycode.h:146:5: note: previous definition of ‘SDLK_HOME’ was here
  11036. SDLK_HOME = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_HOME),
  11037. ^
  11038. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11039. from /usr/include/SDL2/SDL_events.h:34,
  11040. from /usr/include/SDL2/SDL.h:76,
  11041. from /usr/include/SDL2/SDL_image.h:27,
  11042. from src/../include/simple2d.h:92,
  11043. from src/controllers.c:3:
  11044. /usr/include/SDL2/SDL_keycode.h:144:5: error: redeclaration of enumerator ‘SDLK_PAGEUP’
  11045. SDLK_PAGEUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAGEUP),
  11046. ^
  11047. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11048. from /usr/local/include/SDL2/SDL_events.h:34,
  11049. from /usr/local/include/SDL2/SDL.h:41,
  11050. from src/../include/simple2d.h:63,
  11051. from src/controllers.c:3:
  11052. /usr/local/include/SDL2/SDL_keycode.h:147:5: note: previous definition of ‘SDLK_PAGEUP’ was here
  11053. SDLK_PAGEUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAGEUP),
  11054. ^
  11055. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11056. from /usr/include/SDL2/SDL_events.h:34,
  11057. from /usr/include/SDL2/SDL.h:76,
  11058. from /usr/include/SDL2/SDL_image.h:27,
  11059. from src/../include/simple2d.h:92,
  11060. from src/controllers.c:3:
  11061. /usr/include/SDL2/SDL_keycode.h:145:5: error: redeclaration of enumerator ‘SDLK_DELETE’
  11062. SDLK_DELETE = '\177',
  11063. ^
  11064. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11065. from /usr/local/include/SDL2/SDL_events.h:34,
  11066. from /usr/local/include/SDL2/SDL.h:41,
  11067. from src/../include/simple2d.h:63,
  11068. from src/controllers.c:3:
  11069. /usr/local/include/SDL2/SDL_keycode.h:148:5: note: previous definition of ‘SDLK_DELETE’ was here
  11070. SDLK_DELETE = '\177',
  11071. ^
  11072. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11073. from /usr/include/SDL2/SDL_events.h:34,
  11074. from /usr/include/SDL2/SDL.h:76,
  11075. from /usr/include/SDL2/SDL_image.h:27,
  11076. from src/../include/simple2d.h:92,
  11077. from src/controllers.c:3:
  11078. /usr/include/SDL2/SDL_keycode.h:146:5: error: redeclaration of enumerator ‘SDLK_END’
  11079. SDLK_END = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_END),
  11080. ^
  11081. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11082. from /usr/local/include/SDL2/SDL_events.h:34,
  11083. from /usr/local/include/SDL2/SDL.h:41,
  11084. from src/../include/simple2d.h:63,
  11085. from src/controllers.c:3:
  11086. /usr/local/include/SDL2/SDL_keycode.h:149:5: note: previous definition of ‘SDLK_END’ was here
  11087. SDLK_END = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_END),
  11088. ^
  11089. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11090. from /usr/include/SDL2/SDL_events.h:34,
  11091. from /usr/include/SDL2/SDL.h:76,
  11092. from /usr/include/SDL2/SDL_image.h:27,
  11093. from src/../include/simple2d.h:92,
  11094. from src/controllers.c:3:
  11095. /usr/include/SDL2/SDL_keycode.h:147:5: error: redeclaration of enumerator ‘SDLK_PAGEDOWN’
  11096. SDLK_PAGEDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAGEDOWN),
  11097. ^
  11098. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11099. from /usr/local/include/SDL2/SDL_events.h:34,
  11100. from /usr/local/include/SDL2/SDL.h:41,
  11101. from src/../include/simple2d.h:63,
  11102. from src/controllers.c:3:
  11103. /usr/local/include/SDL2/SDL_keycode.h:150:5: note: previous definition of ‘SDLK_PAGEDOWN’ was here
  11104. SDLK_PAGEDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PAGEDOWN),
  11105. ^
  11106. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11107. from /usr/include/SDL2/SDL_events.h:34,
  11108. from /usr/include/SDL2/SDL.h:76,
  11109. from /usr/include/SDL2/SDL_image.h:27,
  11110. from src/../include/simple2d.h:92,
  11111. from src/controllers.c:3:
  11112. /usr/include/SDL2/SDL_keycode.h:148:5: error: redeclaration of enumerator ‘SDLK_RIGHT’
  11113. SDLK_RIGHT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RIGHT),
  11114. ^
  11115. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11116. from /usr/local/include/SDL2/SDL_events.h:34,
  11117. from /usr/local/include/SDL2/SDL.h:41,
  11118. from src/../include/simple2d.h:63,
  11119. from src/controllers.c:3:
  11120. /usr/local/include/SDL2/SDL_keycode.h:151:5: note: previous definition of ‘SDLK_RIGHT’ was here
  11121. SDLK_RIGHT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RIGHT),
  11122. ^
  11123. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11124. from /usr/include/SDL2/SDL_events.h:34,
  11125. from /usr/include/SDL2/SDL.h:76,
  11126. from /usr/include/SDL2/SDL_image.h:27,
  11127. from src/../include/simple2d.h:92,
  11128. from src/controllers.c:3:
  11129. /usr/include/SDL2/SDL_keycode.h:149:5: error: redeclaration of enumerator ‘SDLK_LEFT’
  11130. SDLK_LEFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LEFT),
  11131. ^
  11132. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11133. from /usr/local/include/SDL2/SDL_events.h:34,
  11134. from /usr/local/include/SDL2/SDL.h:41,
  11135. from src/../include/simple2d.h:63,
  11136. from src/controllers.c:3:
  11137. /usr/local/include/SDL2/SDL_keycode.h:152:5: note: previous definition of ‘SDLK_LEFT’ was here
  11138. SDLK_LEFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LEFT),
  11139. ^
  11140. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11141. from /usr/include/SDL2/SDL_events.h:34,
  11142. from /usr/include/SDL2/SDL.h:76,
  11143. from /usr/include/SDL2/SDL_image.h:27,
  11144. from src/../include/simple2d.h:92,
  11145. from src/controllers.c:3:
  11146. /usr/include/SDL2/SDL_keycode.h:150:5: error: redeclaration of enumerator ‘SDLK_DOWN’
  11147. SDLK_DOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_DOWN),
  11148. ^
  11149. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11150. from /usr/local/include/SDL2/SDL_events.h:34,
  11151. from /usr/local/include/SDL2/SDL.h:41,
  11152. from src/../include/simple2d.h:63,
  11153. from src/controllers.c:3:
  11154. /usr/local/include/SDL2/SDL_keycode.h:153:5: note: previous definition of ‘SDLK_DOWN’ was here
  11155. SDLK_DOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_DOWN),
  11156. ^
  11157. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11158. from /usr/include/SDL2/SDL_events.h:34,
  11159. from /usr/include/SDL2/SDL.h:76,
  11160. from /usr/include/SDL2/SDL_image.h:27,
  11161. from src/../include/simple2d.h:92,
  11162. from src/controllers.c:3:
  11163. /usr/include/SDL2/SDL_keycode.h:151:5: error: redeclaration of enumerator ‘SDLK_UP’
  11164. SDLK_UP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_UP),
  11165. ^
  11166. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11167. from /usr/local/include/SDL2/SDL_events.h:34,
  11168. from /usr/local/include/SDL2/SDL.h:41,
  11169. from src/../include/simple2d.h:63,
  11170. from src/controllers.c:3:
  11171. /usr/local/include/SDL2/SDL_keycode.h:154:5: note: previous definition of ‘SDLK_UP’ was here
  11172. SDLK_UP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_UP),
  11173. ^
  11174. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11175. from /usr/include/SDL2/SDL_events.h:34,
  11176. from /usr/include/SDL2/SDL.h:76,
  11177. from /usr/include/SDL2/SDL_image.h:27,
  11178. from src/../include/simple2d.h:92,
  11179. from src/controllers.c:3:
  11180. /usr/include/SDL2/SDL_keycode.h:153:5: error: redeclaration of enumerator ‘SDLK_NUMLOCKCLEAR’
  11181. SDLK_NUMLOCKCLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_NUMLOCKCLEAR),
  11182. ^
  11183. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11184. from /usr/local/include/SDL2/SDL_events.h:34,
  11185. from /usr/local/include/SDL2/SDL.h:41,
  11186. from src/../include/simple2d.h:63,
  11187. from src/controllers.c:3:
  11188. /usr/local/include/SDL2/SDL_keycode.h:156:5: note: previous definition of ‘SDLK_NUMLOCKCLEAR’ was here
  11189. SDLK_NUMLOCKCLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_NUMLOCKCLEAR),
  11190. ^
  11191. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11192. from /usr/include/SDL2/SDL_events.h:34,
  11193. from /usr/include/SDL2/SDL.h:76,
  11194. from /usr/include/SDL2/SDL_image.h:27,
  11195. from src/../include/simple2d.h:92,
  11196. from src/controllers.c:3:
  11197. /usr/include/SDL2/SDL_keycode.h:154:5: error: redeclaration of enumerator ‘SDLK_KP_DIVIDE’
  11198. SDLK_KP_DIVIDE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_DIVIDE),
  11199. ^
  11200. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11201. from /usr/local/include/SDL2/SDL_events.h:34,
  11202. from /usr/local/include/SDL2/SDL.h:41,
  11203. from src/../include/simple2d.h:63,
  11204. from src/controllers.c:3:
  11205. /usr/local/include/SDL2/SDL_keycode.h:157:5: note: previous definition of ‘SDLK_KP_DIVIDE’ was here
  11206. SDLK_KP_DIVIDE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_DIVIDE),
  11207. ^
  11208. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11209. from /usr/include/SDL2/SDL_events.h:34,
  11210. from /usr/include/SDL2/SDL.h:76,
  11211. from /usr/include/SDL2/SDL_image.h:27,
  11212. from src/../include/simple2d.h:92,
  11213. from src/controllers.c:3:
  11214. /usr/include/SDL2/SDL_keycode.h:155:5: error: redeclaration of enumerator ‘SDLK_KP_MULTIPLY’
  11215. SDLK_KP_MULTIPLY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MULTIPLY),
  11216. ^
  11217. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11218. from /usr/local/include/SDL2/SDL_events.h:34,
  11219. from /usr/local/include/SDL2/SDL.h:41,
  11220. from src/../include/simple2d.h:63,
  11221. from src/controllers.c:3:
  11222. /usr/local/include/SDL2/SDL_keycode.h:158:5: note: previous definition of ‘SDLK_KP_MULTIPLY’ was here
  11223. SDLK_KP_MULTIPLY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MULTIPLY),
  11224. ^
  11225. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11226. from /usr/include/SDL2/SDL_events.h:34,
  11227. from /usr/include/SDL2/SDL.h:76,
  11228. from /usr/include/SDL2/SDL_image.h:27,
  11229. from src/../include/simple2d.h:92,
  11230. from src/controllers.c:3:
  11231. /usr/include/SDL2/SDL_keycode.h:156:5: error: redeclaration of enumerator ‘SDLK_KP_MINUS’
  11232. SDLK_KP_MINUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MINUS),
  11233. ^
  11234. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11235. from /usr/local/include/SDL2/SDL_events.h:34,
  11236. from /usr/local/include/SDL2/SDL.h:41,
  11237. from src/../include/simple2d.h:63,
  11238. from src/controllers.c:3:
  11239. /usr/local/include/SDL2/SDL_keycode.h:159:5: note: previous definition of ‘SDLK_KP_MINUS’ was here
  11240. SDLK_KP_MINUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MINUS),
  11241. ^
  11242. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11243. from /usr/include/SDL2/SDL_events.h:34,
  11244. from /usr/include/SDL2/SDL.h:76,
  11245. from /usr/include/SDL2/SDL_image.h:27,
  11246. from src/../include/simple2d.h:92,
  11247. from src/controllers.c:3:
  11248. /usr/include/SDL2/SDL_keycode.h:157:5: error: redeclaration of enumerator ‘SDLK_KP_PLUS’
  11249. SDLK_KP_PLUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PLUS),
  11250. ^
  11251. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11252. from /usr/local/include/SDL2/SDL_events.h:34,
  11253. from /usr/local/include/SDL2/SDL.h:41,
  11254. from src/../include/simple2d.h:63,
  11255. from src/controllers.c:3:
  11256. /usr/local/include/SDL2/SDL_keycode.h:160:5: note: previous definition of ‘SDLK_KP_PLUS’ was here
  11257. SDLK_KP_PLUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PLUS),
  11258. ^
  11259. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11260. from /usr/include/SDL2/SDL_events.h:34,
  11261. from /usr/include/SDL2/SDL.h:76,
  11262. from /usr/include/SDL2/SDL_image.h:27,
  11263. from src/../include/simple2d.h:92,
  11264. from src/controllers.c:3:
  11265. /usr/include/SDL2/SDL_keycode.h:158:5: error: redeclaration of enumerator ‘SDLK_KP_ENTER’
  11266. SDLK_KP_ENTER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_ENTER),
  11267. ^
  11268. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11269. from /usr/local/include/SDL2/SDL_events.h:34,
  11270. from /usr/local/include/SDL2/SDL.h:41,
  11271. from src/../include/simple2d.h:63,
  11272. from src/controllers.c:3:
  11273. /usr/local/include/SDL2/SDL_keycode.h:161:5: note: previous definition of ‘SDLK_KP_ENTER’ was here
  11274. SDLK_KP_ENTER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_ENTER),
  11275. ^
  11276. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11277. from /usr/include/SDL2/SDL_events.h:34,
  11278. from /usr/include/SDL2/SDL.h:76,
  11279. from /usr/include/SDL2/SDL_image.h:27,
  11280. from src/../include/simple2d.h:92,
  11281. from src/controllers.c:3:
  11282. /usr/include/SDL2/SDL_keycode.h:159:5: error: redeclaration of enumerator ‘SDLK_KP_1’
  11283. SDLK_KP_1 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_1),
  11284. ^
  11285. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11286. from /usr/local/include/SDL2/SDL_events.h:34,
  11287. from /usr/local/include/SDL2/SDL.h:41,
  11288. from src/../include/simple2d.h:63,
  11289. from src/controllers.c:3:
  11290. /usr/local/include/SDL2/SDL_keycode.h:162:5: note: previous definition of ‘SDLK_KP_1’ was here
  11291. SDLK_KP_1 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_1),
  11292. ^
  11293. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11294. from /usr/include/SDL2/SDL_events.h:34,
  11295. from /usr/include/SDL2/SDL.h:76,
  11296. from /usr/include/SDL2/SDL_image.h:27,
  11297. from src/../include/simple2d.h:92,
  11298. from src/controllers.c:3:
  11299. /usr/include/SDL2/SDL_keycode.h:160:5: error: redeclaration of enumerator ‘SDLK_KP_2’
  11300. SDLK_KP_2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_2),
  11301. ^
  11302. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11303. from /usr/local/include/SDL2/SDL_events.h:34,
  11304. from /usr/local/include/SDL2/SDL.h:41,
  11305. from src/../include/simple2d.h:63,
  11306. from src/controllers.c:3:
  11307. /usr/local/include/SDL2/SDL_keycode.h:163:5: note: previous definition of ‘SDLK_KP_2’ was here
  11308. SDLK_KP_2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_2),
  11309. ^
  11310. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11311. from /usr/include/SDL2/SDL_events.h:34,
  11312. from /usr/include/SDL2/SDL.h:76,
  11313. from /usr/include/SDL2/SDL_image.h:27,
  11314. from src/../include/simple2d.h:92,
  11315. from src/controllers.c:3:
  11316. /usr/include/SDL2/SDL_keycode.h:161:5: error: redeclaration of enumerator ‘SDLK_KP_3’
  11317. SDLK_KP_3 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_3),
  11318. ^
  11319. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11320. from /usr/local/include/SDL2/SDL_events.h:34,
  11321. from /usr/local/include/SDL2/SDL.h:41,
  11322. from src/../include/simple2d.h:63,
  11323. from src/controllers.c:3:
  11324. /usr/local/include/SDL2/SDL_keycode.h:164:5: note: previous definition of ‘SDLK_KP_3’ was here
  11325. SDLK_KP_3 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_3),
  11326. ^
  11327. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11328. from /usr/include/SDL2/SDL_events.h:34,
  11329. from /usr/include/SDL2/SDL.h:76,
  11330. from /usr/include/SDL2/SDL_image.h:27,
  11331. from src/../include/simple2d.h:92,
  11332. from src/controllers.c:3:
  11333. /usr/include/SDL2/SDL_keycode.h:162:5: error: redeclaration of enumerator ‘SDLK_KP_4’
  11334. SDLK_KP_4 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_4),
  11335. ^
  11336. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11337. from /usr/local/include/SDL2/SDL_events.h:34,
  11338. from /usr/local/include/SDL2/SDL.h:41,
  11339. from src/../include/simple2d.h:63,
  11340. from src/controllers.c:3:
  11341. /usr/local/include/SDL2/SDL_keycode.h:165:5: note: previous definition of ‘SDLK_KP_4’ was here
  11342. SDLK_KP_4 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_4),
  11343. ^
  11344. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11345. from /usr/include/SDL2/SDL_events.h:34,
  11346. from /usr/include/SDL2/SDL.h:76,
  11347. from /usr/include/SDL2/SDL_image.h:27,
  11348. from src/../include/simple2d.h:92,
  11349. from src/controllers.c:3:
  11350. /usr/include/SDL2/SDL_keycode.h:163:5: error: redeclaration of enumerator ‘SDLK_KP_5’
  11351. SDLK_KP_5 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_5),
  11352. ^
  11353. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11354. from /usr/local/include/SDL2/SDL_events.h:34,
  11355. from /usr/local/include/SDL2/SDL.h:41,
  11356. from src/../include/simple2d.h:63,
  11357. from src/controllers.c:3:
  11358. /usr/local/include/SDL2/SDL_keycode.h:166:5: note: previous definition of ‘SDLK_KP_5’ was here
  11359. SDLK_KP_5 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_5),
  11360. ^
  11361. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11362. from /usr/include/SDL2/SDL_events.h:34,
  11363. from /usr/include/SDL2/SDL.h:76,
  11364. from /usr/include/SDL2/SDL_image.h:27,
  11365. from src/../include/simple2d.h:92,
  11366. from src/controllers.c:3:
  11367. /usr/include/SDL2/SDL_keycode.h:164:5: error: redeclaration of enumerator ‘SDLK_KP_6’
  11368. SDLK_KP_6 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_6),
  11369. ^
  11370. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11371. from /usr/local/include/SDL2/SDL_events.h:34,
  11372. from /usr/local/include/SDL2/SDL.h:41,
  11373. from src/../include/simple2d.h:63,
  11374. from src/controllers.c:3:
  11375. /usr/local/include/SDL2/SDL_keycode.h:167:5: note: previous definition of ‘SDLK_KP_6’ was here
  11376. SDLK_KP_6 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_6),
  11377. ^
  11378. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11379. from /usr/include/SDL2/SDL_events.h:34,
  11380. from /usr/include/SDL2/SDL.h:76,
  11381. from /usr/include/SDL2/SDL_image.h:27,
  11382. from src/../include/simple2d.h:92,
  11383. from src/controllers.c:3:
  11384. /usr/include/SDL2/SDL_keycode.h:165:5: error: redeclaration of enumerator ‘SDLK_KP_7’
  11385. SDLK_KP_7 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_7),
  11386. ^
  11387. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11388. from /usr/local/include/SDL2/SDL_events.h:34,
  11389. from /usr/local/include/SDL2/SDL.h:41,
  11390. from src/../include/simple2d.h:63,
  11391. from src/controllers.c:3:
  11392. /usr/local/include/SDL2/SDL_keycode.h:168:5: note: previous definition of ‘SDLK_KP_7’ was here
  11393. SDLK_KP_7 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_7),
  11394. ^
  11395. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11396. from /usr/include/SDL2/SDL_events.h:34,
  11397. from /usr/include/SDL2/SDL.h:76,
  11398. from /usr/include/SDL2/SDL_image.h:27,
  11399. from src/../include/simple2d.h:92,
  11400. from src/controllers.c:3:
  11401. /usr/include/SDL2/SDL_keycode.h:166:5: error: redeclaration of enumerator ‘SDLK_KP_8’
  11402. SDLK_KP_8 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_8),
  11403. ^
  11404. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11405. from /usr/local/include/SDL2/SDL_events.h:34,
  11406. from /usr/local/include/SDL2/SDL.h:41,
  11407. from src/../include/simple2d.h:63,
  11408. from src/controllers.c:3:
  11409. /usr/local/include/SDL2/SDL_keycode.h:169:5: note: previous definition of ‘SDLK_KP_8’ was here
  11410. SDLK_KP_8 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_8),
  11411. ^
  11412. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11413. from /usr/include/SDL2/SDL_events.h:34,
  11414. from /usr/include/SDL2/SDL.h:76,
  11415. from /usr/include/SDL2/SDL_image.h:27,
  11416. from src/../include/simple2d.h:92,
  11417. from src/controllers.c:3:
  11418. /usr/include/SDL2/SDL_keycode.h:167:5: error: redeclaration of enumerator ‘SDLK_KP_9’
  11419. SDLK_KP_9 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_9),
  11420. ^
  11421. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11422. from /usr/local/include/SDL2/SDL_events.h:34,
  11423. from /usr/local/include/SDL2/SDL.h:41,
  11424. from src/../include/simple2d.h:63,
  11425. from src/controllers.c:3:
  11426. /usr/local/include/SDL2/SDL_keycode.h:170:5: note: previous definition of ‘SDLK_KP_9’ was here
  11427. SDLK_KP_9 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_9),
  11428. ^
  11429. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11430. from /usr/include/SDL2/SDL_events.h:34,
  11431. from /usr/include/SDL2/SDL.h:76,
  11432. from /usr/include/SDL2/SDL_image.h:27,
  11433. from src/../include/simple2d.h:92,
  11434. from src/controllers.c:3:
  11435. /usr/include/SDL2/SDL_keycode.h:168:5: error: redeclaration of enumerator ‘SDLK_KP_0’
  11436. SDLK_KP_0 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_0),
  11437. ^
  11438. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11439. from /usr/local/include/SDL2/SDL_events.h:34,
  11440. from /usr/local/include/SDL2/SDL.h:41,
  11441. from src/../include/simple2d.h:63,
  11442. from src/controllers.c:3:
  11443. /usr/local/include/SDL2/SDL_keycode.h:171:5: note: previous definition of ‘SDLK_KP_0’ was here
  11444. SDLK_KP_0 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_0),
  11445. ^
  11446. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11447. from /usr/include/SDL2/SDL_events.h:34,
  11448. from /usr/include/SDL2/SDL.h:76,
  11449. from /usr/include/SDL2/SDL_image.h:27,
  11450. from src/../include/simple2d.h:92,
  11451. from src/controllers.c:3:
  11452. /usr/include/SDL2/SDL_keycode.h:169:5: error: redeclaration of enumerator ‘SDLK_KP_PERIOD’
  11453. SDLK_KP_PERIOD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PERIOD),
  11454. ^
  11455. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11456. from /usr/local/include/SDL2/SDL_events.h:34,
  11457. from /usr/local/include/SDL2/SDL.h:41,
  11458. from src/../include/simple2d.h:63,
  11459. from src/controllers.c:3:
  11460. /usr/local/include/SDL2/SDL_keycode.h:172:5: note: previous definition of ‘SDLK_KP_PERIOD’ was here
  11461. SDLK_KP_PERIOD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PERIOD),
  11462. ^
  11463. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11464. from /usr/include/SDL2/SDL_events.h:34,
  11465. from /usr/include/SDL2/SDL.h:76,
  11466. from /usr/include/SDL2/SDL_image.h:27,
  11467. from src/../include/simple2d.h:92,
  11468. from src/controllers.c:3:
  11469. /usr/include/SDL2/SDL_keycode.h:171:5: error: redeclaration of enumerator ‘SDLK_APPLICATION’
  11470. SDLK_APPLICATION = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_APPLICATION),
  11471. ^
  11472. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11473. from /usr/local/include/SDL2/SDL_events.h:34,
  11474. from /usr/local/include/SDL2/SDL.h:41,
  11475. from src/../include/simple2d.h:63,
  11476. from src/controllers.c:3:
  11477. /usr/local/include/SDL2/SDL_keycode.h:174:5: note: previous definition of ‘SDLK_APPLICATION’ was here
  11478. SDLK_APPLICATION = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_APPLICATION),
  11479. ^
  11480. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11481. from /usr/include/SDL2/SDL_events.h:34,
  11482. from /usr/include/SDL2/SDL.h:76,
  11483. from /usr/include/SDL2/SDL_image.h:27,
  11484. from src/../include/simple2d.h:92,
  11485. from src/controllers.c:3:
  11486. /usr/include/SDL2/SDL_keycode.h:172:5: error: redeclaration of enumerator ‘SDLK_POWER’
  11487. SDLK_POWER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_POWER),
  11488. ^
  11489. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11490. from /usr/local/include/SDL2/SDL_events.h:34,
  11491. from /usr/local/include/SDL2/SDL.h:41,
  11492. from src/../include/simple2d.h:63,
  11493. from src/controllers.c:3:
  11494. /usr/local/include/SDL2/SDL_keycode.h:175:5: note: previous definition of ‘SDLK_POWER’ was here
  11495. SDLK_POWER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_POWER),
  11496. ^
  11497. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11498. from /usr/include/SDL2/SDL_events.h:34,
  11499. from /usr/include/SDL2/SDL.h:76,
  11500. from /usr/include/SDL2/SDL_image.h:27,
  11501. from src/../include/simple2d.h:92,
  11502. from src/controllers.c:3:
  11503. /usr/include/SDL2/SDL_keycode.h:173:5: error: redeclaration of enumerator ‘SDLK_KP_EQUALS’
  11504. SDLK_KP_EQUALS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_EQUALS),
  11505. ^
  11506. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11507. from /usr/local/include/SDL2/SDL_events.h:34,
  11508. from /usr/local/include/SDL2/SDL.h:41,
  11509. from src/../include/simple2d.h:63,
  11510. from src/controllers.c:3:
  11511. /usr/local/include/SDL2/SDL_keycode.h:176:5: note: previous definition of ‘SDLK_KP_EQUALS’ was here
  11512. SDLK_KP_EQUALS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_EQUALS),
  11513. ^
  11514. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11515. from /usr/include/SDL2/SDL_events.h:34,
  11516. from /usr/include/SDL2/SDL.h:76,
  11517. from /usr/include/SDL2/SDL_image.h:27,
  11518. from src/../include/simple2d.h:92,
  11519. from src/controllers.c:3:
  11520. /usr/include/SDL2/SDL_keycode.h:174:5: error: redeclaration of enumerator ‘SDLK_F13’
  11521. SDLK_F13 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F13),
  11522. ^
  11523. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11524. from /usr/local/include/SDL2/SDL_events.h:34,
  11525. from /usr/local/include/SDL2/SDL.h:41,
  11526. from src/../include/simple2d.h:63,
  11527. from src/controllers.c:3:
  11528. /usr/local/include/SDL2/SDL_keycode.h:177:5: note: previous definition of ‘SDLK_F13’ was here
  11529. SDLK_F13 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F13),
  11530. ^
  11531. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11532. from /usr/include/SDL2/SDL_events.h:34,
  11533. from /usr/include/SDL2/SDL.h:76,
  11534. from /usr/include/SDL2/SDL_image.h:27,
  11535. from src/../include/simple2d.h:92,
  11536. from src/controllers.c:3:
  11537. /usr/include/SDL2/SDL_keycode.h:175:5: error: redeclaration of enumerator ‘SDLK_F14’
  11538. SDLK_F14 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F14),
  11539. ^
  11540. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11541. from /usr/local/include/SDL2/SDL_events.h:34,
  11542. from /usr/local/include/SDL2/SDL.h:41,
  11543. from src/../include/simple2d.h:63,
  11544. from src/controllers.c:3:
  11545. /usr/local/include/SDL2/SDL_keycode.h:178:5: note: previous definition of ‘SDLK_F14’ was here
  11546. SDLK_F14 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F14),
  11547. ^
  11548. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11549. from /usr/include/SDL2/SDL_events.h:34,
  11550. from /usr/include/SDL2/SDL.h:76,
  11551. from /usr/include/SDL2/SDL_image.h:27,
  11552. from src/../include/simple2d.h:92,
  11553. from src/controllers.c:3:
  11554. /usr/include/SDL2/SDL_keycode.h:176:5: error: redeclaration of enumerator ‘SDLK_F15’
  11555. SDLK_F15 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F15),
  11556. ^
  11557. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11558. from /usr/local/include/SDL2/SDL_events.h:34,
  11559. from /usr/local/include/SDL2/SDL.h:41,
  11560. from src/../include/simple2d.h:63,
  11561. from src/controllers.c:3:
  11562. /usr/local/include/SDL2/SDL_keycode.h:179:5: note: previous definition of ‘SDLK_F15’ was here
  11563. SDLK_F15 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F15),
  11564. ^
  11565. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11566. from /usr/include/SDL2/SDL_events.h:34,
  11567. from /usr/include/SDL2/SDL.h:76,
  11568. from /usr/include/SDL2/SDL_image.h:27,
  11569. from src/../include/simple2d.h:92,
  11570. from src/controllers.c:3:
  11571. /usr/include/SDL2/SDL_keycode.h:177:5: error: redeclaration of enumerator ‘SDLK_F16’
  11572. SDLK_F16 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F16),
  11573. ^
  11574. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11575. from /usr/local/include/SDL2/SDL_events.h:34,
  11576. from /usr/local/include/SDL2/SDL.h:41,
  11577. from src/../include/simple2d.h:63,
  11578. from src/controllers.c:3:
  11579. /usr/local/include/SDL2/SDL_keycode.h:180:5: note: previous definition of ‘SDLK_F16’ was here
  11580. SDLK_F16 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F16),
  11581. ^
  11582. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11583. from /usr/include/SDL2/SDL_events.h:34,
  11584. from /usr/include/SDL2/SDL.h:76,
  11585. from /usr/include/SDL2/SDL_image.h:27,
  11586. from src/../include/simple2d.h:92,
  11587. from src/controllers.c:3:
  11588. /usr/include/SDL2/SDL_keycode.h:178:5: error: redeclaration of enumerator ‘SDLK_F17’
  11589. SDLK_F17 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F17),
  11590. ^
  11591. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11592. from /usr/local/include/SDL2/SDL_events.h:34,
  11593. from /usr/local/include/SDL2/SDL.h:41,
  11594. from src/../include/simple2d.h:63,
  11595. from src/controllers.c:3:
  11596. /usr/local/include/SDL2/SDL_keycode.h:181:5: note: previous definition of ‘SDLK_F17’ was here
  11597. SDLK_F17 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F17),
  11598. ^
  11599. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11600. from /usr/include/SDL2/SDL_events.h:34,
  11601. from /usr/include/SDL2/SDL.h:76,
  11602. from /usr/include/SDL2/SDL_image.h:27,
  11603. from src/../include/simple2d.h:92,
  11604. from src/controllers.c:3:
  11605. /usr/include/SDL2/SDL_keycode.h:179:5: error: redeclaration of enumerator ‘SDLK_F18’
  11606. SDLK_F18 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F18),
  11607. ^
  11608. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11609. from /usr/local/include/SDL2/SDL_events.h:34,
  11610. from /usr/local/include/SDL2/SDL.h:41,
  11611. from src/../include/simple2d.h:63,
  11612. from src/controllers.c:3:
  11613. /usr/local/include/SDL2/SDL_keycode.h:182:5: note: previous definition of ‘SDLK_F18’ was here
  11614. SDLK_F18 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F18),
  11615. ^
  11616. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11617. from /usr/include/SDL2/SDL_events.h:34,
  11618. from /usr/include/SDL2/SDL.h:76,
  11619. from /usr/include/SDL2/SDL_image.h:27,
  11620. from src/../include/simple2d.h:92,
  11621. from src/controllers.c:3:
  11622. /usr/include/SDL2/SDL_keycode.h:180:5: error: redeclaration of enumerator ‘SDLK_F19’
  11623. SDLK_F19 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F19),
  11624. ^
  11625. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11626. from /usr/local/include/SDL2/SDL_events.h:34,
  11627. from /usr/local/include/SDL2/SDL.h:41,
  11628. from src/../include/simple2d.h:63,
  11629. from src/controllers.c:3:
  11630. /usr/local/include/SDL2/SDL_keycode.h:183:5: note: previous definition of ‘SDLK_F19’ was here
  11631. SDLK_F19 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F19),
  11632. ^
  11633. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11634. from /usr/include/SDL2/SDL_events.h:34,
  11635. from /usr/include/SDL2/SDL.h:76,
  11636. from /usr/include/SDL2/SDL_image.h:27,
  11637. from src/../include/simple2d.h:92,
  11638. from src/controllers.c:3:
  11639. /usr/include/SDL2/SDL_keycode.h:181:5: error: redeclaration of enumerator ‘SDLK_F20’
  11640. SDLK_F20 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F20),
  11641. ^
  11642. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11643. from /usr/local/include/SDL2/SDL_events.h:34,
  11644. from /usr/local/include/SDL2/SDL.h:41,
  11645. from src/../include/simple2d.h:63,
  11646. from src/controllers.c:3:
  11647. /usr/local/include/SDL2/SDL_keycode.h:184:5: note: previous definition of ‘SDLK_F20’ was here
  11648. SDLK_F20 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F20),
  11649. ^
  11650. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11651. from /usr/include/SDL2/SDL_events.h:34,
  11652. from /usr/include/SDL2/SDL.h:76,
  11653. from /usr/include/SDL2/SDL_image.h:27,
  11654. from src/../include/simple2d.h:92,
  11655. from src/controllers.c:3:
  11656. /usr/include/SDL2/SDL_keycode.h:182:5: error: redeclaration of enumerator ‘SDLK_F21’
  11657. SDLK_F21 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F21),
  11658. ^
  11659. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11660. from /usr/local/include/SDL2/SDL_events.h:34,
  11661. from /usr/local/include/SDL2/SDL.h:41,
  11662. from src/../include/simple2d.h:63,
  11663. from src/controllers.c:3:
  11664. /usr/local/include/SDL2/SDL_keycode.h:185:5: note: previous definition of ‘SDLK_F21’ was here
  11665. SDLK_F21 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F21),
  11666. ^
  11667. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11668. from /usr/include/SDL2/SDL_events.h:34,
  11669. from /usr/include/SDL2/SDL.h:76,
  11670. from /usr/include/SDL2/SDL_image.h:27,
  11671. from src/../include/simple2d.h:92,
  11672. from src/controllers.c:3:
  11673. /usr/include/SDL2/SDL_keycode.h:183:5: error: redeclaration of enumerator ‘SDLK_F22’
  11674. SDLK_F22 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F22),
  11675. ^
  11676. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11677. from /usr/local/include/SDL2/SDL_events.h:34,
  11678. from /usr/local/include/SDL2/SDL.h:41,
  11679. from src/../include/simple2d.h:63,
  11680. from src/controllers.c:3:
  11681. /usr/local/include/SDL2/SDL_keycode.h:186:5: note: previous definition of ‘SDLK_F22’ was here
  11682. SDLK_F22 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F22),
  11683. ^
  11684. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11685. from /usr/include/SDL2/SDL_events.h:34,
  11686. from /usr/include/SDL2/SDL.h:76,
  11687. from /usr/include/SDL2/SDL_image.h:27,
  11688. from src/../include/simple2d.h:92,
  11689. from src/controllers.c:3:
  11690. /usr/include/SDL2/SDL_keycode.h:184:5: error: redeclaration of enumerator ‘SDLK_F23’
  11691. SDLK_F23 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F23),
  11692. ^
  11693. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11694. from /usr/local/include/SDL2/SDL_events.h:34,
  11695. from /usr/local/include/SDL2/SDL.h:41,
  11696. from src/../include/simple2d.h:63,
  11697. from src/controllers.c:3:
  11698. /usr/local/include/SDL2/SDL_keycode.h:187:5: note: previous definition of ‘SDLK_F23’ was here
  11699. SDLK_F23 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F23),
  11700. ^
  11701. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11702. from /usr/include/SDL2/SDL_events.h:34,
  11703. from /usr/include/SDL2/SDL.h:76,
  11704. from /usr/include/SDL2/SDL_image.h:27,
  11705. from src/../include/simple2d.h:92,
  11706. from src/controllers.c:3:
  11707. /usr/include/SDL2/SDL_keycode.h:185:5: error: redeclaration of enumerator ‘SDLK_F24’
  11708. SDLK_F24 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F24),
  11709. ^
  11710. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11711. from /usr/local/include/SDL2/SDL_events.h:34,
  11712. from /usr/local/include/SDL2/SDL.h:41,
  11713. from src/../include/simple2d.h:63,
  11714. from src/controllers.c:3:
  11715. /usr/local/include/SDL2/SDL_keycode.h:188:5: note: previous definition of ‘SDLK_F24’ was here
  11716. SDLK_F24 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F24),
  11717. ^
  11718. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11719. from /usr/include/SDL2/SDL_events.h:34,
  11720. from /usr/include/SDL2/SDL.h:76,
  11721. from /usr/include/SDL2/SDL_image.h:27,
  11722. from src/../include/simple2d.h:92,
  11723. from src/controllers.c:3:
  11724. /usr/include/SDL2/SDL_keycode.h:186:5: error: redeclaration of enumerator ‘SDLK_EXECUTE’
  11725. SDLK_EXECUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EXECUTE),
  11726. ^
  11727. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11728. from /usr/local/include/SDL2/SDL_events.h:34,
  11729. from /usr/local/include/SDL2/SDL.h:41,
  11730. from src/../include/simple2d.h:63,
  11731. from src/controllers.c:3:
  11732. /usr/local/include/SDL2/SDL_keycode.h:189:5: note: previous definition of ‘SDLK_EXECUTE’ was here
  11733. SDLK_EXECUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EXECUTE),
  11734. ^
  11735. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11736. from /usr/include/SDL2/SDL_events.h:34,
  11737. from /usr/include/SDL2/SDL.h:76,
  11738. from /usr/include/SDL2/SDL_image.h:27,
  11739. from src/../include/simple2d.h:92,
  11740. from src/controllers.c:3:
  11741. /usr/include/SDL2/SDL_keycode.h:187:5: error: redeclaration of enumerator ‘SDLK_HELP’
  11742. SDLK_HELP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_HELP),
  11743. ^
  11744. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11745. from /usr/local/include/SDL2/SDL_events.h:34,
  11746. from /usr/local/include/SDL2/SDL.h:41,
  11747. from src/../include/simple2d.h:63,
  11748. from src/controllers.c:3:
  11749. /usr/local/include/SDL2/SDL_keycode.h:190:5: note: previous definition of ‘SDLK_HELP’ was here
  11750. SDLK_HELP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_HELP),
  11751. ^
  11752. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11753. from /usr/include/SDL2/SDL_events.h:34,
  11754. from /usr/include/SDL2/SDL.h:76,
  11755. from /usr/include/SDL2/SDL_image.h:27,
  11756. from src/../include/simple2d.h:92,
  11757. from src/controllers.c:3:
  11758. /usr/include/SDL2/SDL_keycode.h:188:5: error: redeclaration of enumerator ‘SDLK_MENU’
  11759. SDLK_MENU = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MENU),
  11760. ^
  11761. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11762. from /usr/local/include/SDL2/SDL_events.h:34,
  11763. from /usr/local/include/SDL2/SDL.h:41,
  11764. from src/../include/simple2d.h:63,
  11765. from src/controllers.c:3:
  11766. /usr/local/include/SDL2/SDL_keycode.h:191:5: note: previous definition of ‘SDLK_MENU’ was here
  11767. SDLK_MENU = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MENU),
  11768. ^
  11769. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11770. from /usr/include/SDL2/SDL_events.h:34,
  11771. from /usr/include/SDL2/SDL.h:76,
  11772. from /usr/include/SDL2/SDL_image.h:27,
  11773. from src/../include/simple2d.h:92,
  11774. from src/controllers.c:3:
  11775. /usr/include/SDL2/SDL_keycode.h:189:5: error: redeclaration of enumerator ‘SDLK_SELECT’
  11776. SDLK_SELECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SELECT),
  11777. ^
  11778. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11779. from /usr/local/include/SDL2/SDL_events.h:34,
  11780. from /usr/local/include/SDL2/SDL.h:41,
  11781. from src/../include/simple2d.h:63,
  11782. from src/controllers.c:3:
  11783. /usr/local/include/SDL2/SDL_keycode.h:192:5: note: previous definition of ‘SDLK_SELECT’ was here
  11784. SDLK_SELECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SELECT),
  11785. ^
  11786. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11787. from /usr/include/SDL2/SDL_events.h:34,
  11788. from /usr/include/SDL2/SDL.h:76,
  11789. from /usr/include/SDL2/SDL_image.h:27,
  11790. from src/../include/simple2d.h:92,
  11791. from src/controllers.c:3:
  11792. /usr/include/SDL2/SDL_keycode.h:190:5: error: redeclaration of enumerator ‘SDLK_STOP’
  11793. SDLK_STOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_STOP),
  11794. ^
  11795. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11796. from /usr/local/include/SDL2/SDL_events.h:34,
  11797. from /usr/local/include/SDL2/SDL.h:41,
  11798. from src/../include/simple2d.h:63,
  11799. from src/controllers.c:3:
  11800. /usr/local/include/SDL2/SDL_keycode.h:193:5: note: previous definition of ‘SDLK_STOP’ was here
  11801. SDLK_STOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_STOP),
  11802. ^
  11803. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11804. from /usr/include/SDL2/SDL_events.h:34,
  11805. from /usr/include/SDL2/SDL.h:76,
  11806. from /usr/include/SDL2/SDL_image.h:27,
  11807. from src/../include/simple2d.h:92,
  11808. from src/controllers.c:3:
  11809. /usr/include/SDL2/SDL_keycode.h:191:5: error: redeclaration of enumerator ‘SDLK_AGAIN’
  11810. SDLK_AGAIN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AGAIN),
  11811. ^
  11812. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11813. from /usr/local/include/SDL2/SDL_events.h:34,
  11814. from /usr/local/include/SDL2/SDL.h:41,
  11815. from src/../include/simple2d.h:63,
  11816. from src/controllers.c:3:
  11817. /usr/local/include/SDL2/SDL_keycode.h:194:5: note: previous definition of ‘SDLK_AGAIN’ was here
  11818. SDLK_AGAIN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AGAIN),
  11819. ^
  11820. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11821. from /usr/include/SDL2/SDL_events.h:34,
  11822. from /usr/include/SDL2/SDL.h:76,
  11823. from /usr/include/SDL2/SDL_image.h:27,
  11824. from src/../include/simple2d.h:92,
  11825. from src/controllers.c:3:
  11826. /usr/include/SDL2/SDL_keycode.h:192:5: error: redeclaration of enumerator ‘SDLK_UNDO’
  11827. SDLK_UNDO = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_UNDO),
  11828. ^
  11829. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11830. from /usr/local/include/SDL2/SDL_events.h:34,
  11831. from /usr/local/include/SDL2/SDL.h:41,
  11832. from src/../include/simple2d.h:63,
  11833. from src/controllers.c:3:
  11834. /usr/local/include/SDL2/SDL_keycode.h:195:5: note: previous definition of ‘SDLK_UNDO’ was here
  11835. SDLK_UNDO = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_UNDO),
  11836. ^
  11837. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11838. from /usr/include/SDL2/SDL_events.h:34,
  11839. from /usr/include/SDL2/SDL.h:76,
  11840. from /usr/include/SDL2/SDL_image.h:27,
  11841. from src/../include/simple2d.h:92,
  11842. from src/controllers.c:3:
  11843. /usr/include/SDL2/SDL_keycode.h:193:5: error: redeclaration of enumerator ‘SDLK_CUT’
  11844. SDLK_CUT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CUT),
  11845. ^
  11846. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11847. from /usr/local/include/SDL2/SDL_events.h:34,
  11848. from /usr/local/include/SDL2/SDL.h:41,
  11849. from src/../include/simple2d.h:63,
  11850. from src/controllers.c:3:
  11851. /usr/local/include/SDL2/SDL_keycode.h:196:5: note: previous definition of ‘SDLK_CUT’ was here
  11852. SDLK_CUT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CUT),
  11853. ^
  11854. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11855. from /usr/include/SDL2/SDL_events.h:34,
  11856. from /usr/include/SDL2/SDL.h:76,
  11857. from /usr/include/SDL2/SDL_image.h:27,
  11858. from src/../include/simple2d.h:92,
  11859. from src/controllers.c:3:
  11860. /usr/include/SDL2/SDL_keycode.h:194:5: error: redeclaration of enumerator ‘SDLK_COPY’
  11861. SDLK_COPY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_COPY),
  11862. ^
  11863. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11864. from /usr/local/include/SDL2/SDL_events.h:34,
  11865. from /usr/local/include/SDL2/SDL.h:41,
  11866. from src/../include/simple2d.h:63,
  11867. from src/controllers.c:3:
  11868. /usr/local/include/SDL2/SDL_keycode.h:197:5: note: previous definition of ‘SDLK_COPY’ was here
  11869. SDLK_COPY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_COPY),
  11870. ^
  11871. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11872. from /usr/include/SDL2/SDL_events.h:34,
  11873. from /usr/include/SDL2/SDL.h:76,
  11874. from /usr/include/SDL2/SDL_image.h:27,
  11875. from src/../include/simple2d.h:92,
  11876. from src/controllers.c:3:
  11877. /usr/include/SDL2/SDL_keycode.h:195:5: error: redeclaration of enumerator ‘SDLK_PASTE’
  11878. SDLK_PASTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PASTE),
  11879. ^
  11880. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11881. from /usr/local/include/SDL2/SDL_events.h:34,
  11882. from /usr/local/include/SDL2/SDL.h:41,
  11883. from src/../include/simple2d.h:63,
  11884. from src/controllers.c:3:
  11885. /usr/local/include/SDL2/SDL_keycode.h:198:5: note: previous definition of ‘SDLK_PASTE’ was here
  11886. SDLK_PASTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PASTE),
  11887. ^
  11888. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11889. from /usr/include/SDL2/SDL_events.h:34,
  11890. from /usr/include/SDL2/SDL.h:76,
  11891. from /usr/include/SDL2/SDL_image.h:27,
  11892. from src/../include/simple2d.h:92,
  11893. from src/controllers.c:3:
  11894. /usr/include/SDL2/SDL_keycode.h:196:5: error: redeclaration of enumerator ‘SDLK_FIND’
  11895. SDLK_FIND = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_FIND),
  11896. ^
  11897. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11898. from /usr/local/include/SDL2/SDL_events.h:34,
  11899. from /usr/local/include/SDL2/SDL.h:41,
  11900. from src/../include/simple2d.h:63,
  11901. from src/controllers.c:3:
  11902. /usr/local/include/SDL2/SDL_keycode.h:199:5: note: previous definition of ‘SDLK_FIND’ was here
  11903. SDLK_FIND = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_FIND),
  11904. ^
  11905. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11906. from /usr/include/SDL2/SDL_events.h:34,
  11907. from /usr/include/SDL2/SDL.h:76,
  11908. from /usr/include/SDL2/SDL_image.h:27,
  11909. from src/../include/simple2d.h:92,
  11910. from src/controllers.c:3:
  11911. /usr/include/SDL2/SDL_keycode.h:197:5: error: redeclaration of enumerator ‘SDLK_MUTE’
  11912. SDLK_MUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MUTE),
  11913. ^
  11914. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11915. from /usr/local/include/SDL2/SDL_events.h:34,
  11916. from /usr/local/include/SDL2/SDL.h:41,
  11917. from src/../include/simple2d.h:63,
  11918. from src/controllers.c:3:
  11919. /usr/local/include/SDL2/SDL_keycode.h:200:5: note: previous definition of ‘SDLK_MUTE’ was here
  11920. SDLK_MUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MUTE),
  11921. ^
  11922. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11923. from /usr/include/SDL2/SDL_events.h:34,
  11924. from /usr/include/SDL2/SDL.h:76,
  11925. from /usr/include/SDL2/SDL_image.h:27,
  11926. from src/../include/simple2d.h:92,
  11927. from src/controllers.c:3:
  11928. /usr/include/SDL2/SDL_keycode.h:198:5: error: redeclaration of enumerator ‘SDLK_VOLUMEUP’
  11929. SDLK_VOLUMEUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_VOLUMEUP),
  11930. ^
  11931. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11932. from /usr/local/include/SDL2/SDL_events.h:34,
  11933. from /usr/local/include/SDL2/SDL.h:41,
  11934. from src/../include/simple2d.h:63,
  11935. from src/controllers.c:3:
  11936. /usr/local/include/SDL2/SDL_keycode.h:201:5: note: previous definition of ‘SDLK_VOLUMEUP’ was here
  11937. SDLK_VOLUMEUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_VOLUMEUP),
  11938. ^
  11939. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11940. from /usr/include/SDL2/SDL_events.h:34,
  11941. from /usr/include/SDL2/SDL.h:76,
  11942. from /usr/include/SDL2/SDL_image.h:27,
  11943. from src/../include/simple2d.h:92,
  11944. from src/controllers.c:3:
  11945. /usr/include/SDL2/SDL_keycode.h:199:5: error: redeclaration of enumerator ‘SDLK_VOLUMEDOWN’
  11946. SDLK_VOLUMEDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_VOLUMEDOWN),
  11947. ^
  11948. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11949. from /usr/local/include/SDL2/SDL_events.h:34,
  11950. from /usr/local/include/SDL2/SDL.h:41,
  11951. from src/../include/simple2d.h:63,
  11952. from src/controllers.c:3:
  11953. /usr/local/include/SDL2/SDL_keycode.h:202:5: note: previous definition of ‘SDLK_VOLUMEDOWN’ was here
  11954. SDLK_VOLUMEDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_VOLUMEDOWN),
  11955. ^
  11956. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11957. from /usr/include/SDL2/SDL_events.h:34,
  11958. from /usr/include/SDL2/SDL.h:76,
  11959. from /usr/include/SDL2/SDL_image.h:27,
  11960. from src/../include/simple2d.h:92,
  11961. from src/controllers.c:3:
  11962. /usr/include/SDL2/SDL_keycode.h:200:5: error: redeclaration of enumerator ‘SDLK_KP_COMMA’
  11963. SDLK_KP_COMMA = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_COMMA),
  11964. ^
  11965. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11966. from /usr/local/include/SDL2/SDL_events.h:34,
  11967. from /usr/local/include/SDL2/SDL.h:41,
  11968. from src/../include/simple2d.h:63,
  11969. from src/controllers.c:3:
  11970. /usr/local/include/SDL2/SDL_keycode.h:203:5: note: previous definition of ‘SDLK_KP_COMMA’ was here
  11971. SDLK_KP_COMMA = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_COMMA),
  11972. ^
  11973. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11974. from /usr/include/SDL2/SDL_events.h:34,
  11975. from /usr/include/SDL2/SDL.h:76,
  11976. from /usr/include/SDL2/SDL_image.h:27,
  11977. from src/../include/simple2d.h:92,
  11978. from src/controllers.c:3:
  11979. /usr/include/SDL2/SDL_keycode.h:201:5: error: redeclaration of enumerator ‘SDLK_KP_EQUALSAS400’
  11980. SDLK_KP_EQUALSAS400 =
  11981. ^
  11982. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  11983. from /usr/local/include/SDL2/SDL_events.h:34,
  11984. from /usr/local/include/SDL2/SDL.h:41,
  11985. from src/../include/simple2d.h:63,
  11986. from src/controllers.c:3:
  11987. /usr/local/include/SDL2/SDL_keycode.h:204:5: note: previous definition of ‘SDLK_KP_EQUALSAS400’ was here
  11988. SDLK_KP_EQUALSAS400 =
  11989. ^
  11990. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  11991. from /usr/include/SDL2/SDL_events.h:34,
  11992. from /usr/include/SDL2/SDL.h:76,
  11993. from /usr/include/SDL2/SDL_image.h:27,
  11994. from src/../include/simple2d.h:92,
  11995. from src/controllers.c:3:
  11996. /usr/include/SDL2/SDL_keycode.h:204:5: error: redeclaration of enumerator ‘SDLK_ALTERASE’
  11997. SDLK_ALTERASE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_ALTERASE),
  11998. ^
  11999. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12000. from /usr/local/include/SDL2/SDL_events.h:34,
  12001. from /usr/local/include/SDL2/SDL.h:41,
  12002. from src/../include/simple2d.h:63,
  12003. from src/controllers.c:3:
  12004. /usr/local/include/SDL2/SDL_keycode.h:207:5: note: previous definition of ‘SDLK_ALTERASE’ was here
  12005. SDLK_ALTERASE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_ALTERASE),
  12006. ^
  12007. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12008. from /usr/include/SDL2/SDL_events.h:34,
  12009. from /usr/include/SDL2/SDL.h:76,
  12010. from /usr/include/SDL2/SDL_image.h:27,
  12011. from src/../include/simple2d.h:92,
  12012. from src/controllers.c:3:
  12013. /usr/include/SDL2/SDL_keycode.h:205:5: error: redeclaration of enumerator ‘SDLK_SYSREQ’
  12014. SDLK_SYSREQ = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SYSREQ),
  12015. ^
  12016. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12017. from /usr/local/include/SDL2/SDL_events.h:34,
  12018. from /usr/local/include/SDL2/SDL.h:41,
  12019. from src/../include/simple2d.h:63,
  12020. from src/controllers.c:3:
  12021. /usr/local/include/SDL2/SDL_keycode.h:208:5: note: previous definition of ‘SDLK_SYSREQ’ was here
  12022. SDLK_SYSREQ = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SYSREQ),
  12023. ^
  12024. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12025. from /usr/include/SDL2/SDL_events.h:34,
  12026. from /usr/include/SDL2/SDL.h:76,
  12027. from /usr/include/SDL2/SDL_image.h:27,
  12028. from src/../include/simple2d.h:92,
  12029. from src/controllers.c:3:
  12030. /usr/include/SDL2/SDL_keycode.h:206:5: error: redeclaration of enumerator ‘SDLK_CANCEL’
  12031. SDLK_CANCEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CANCEL),
  12032. ^
  12033. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12034. from /usr/local/include/SDL2/SDL_events.h:34,
  12035. from /usr/local/include/SDL2/SDL.h:41,
  12036. from src/../include/simple2d.h:63,
  12037. from src/controllers.c:3:
  12038. /usr/local/include/SDL2/SDL_keycode.h:209:5: note: previous definition of ‘SDLK_CANCEL’ was here
  12039. SDLK_CANCEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CANCEL),
  12040. ^
  12041. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12042. from /usr/include/SDL2/SDL_events.h:34,
  12043. from /usr/include/SDL2/SDL.h:76,
  12044. from /usr/include/SDL2/SDL_image.h:27,
  12045. from src/../include/simple2d.h:92,
  12046. from src/controllers.c:3:
  12047. /usr/include/SDL2/SDL_keycode.h:207:5: error: redeclaration of enumerator ‘SDLK_CLEAR’
  12048. SDLK_CLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CLEAR),
  12049. ^
  12050. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12051. from /usr/local/include/SDL2/SDL_events.h:34,
  12052. from /usr/local/include/SDL2/SDL.h:41,
  12053. from src/../include/simple2d.h:63,
  12054. from src/controllers.c:3:
  12055. /usr/local/include/SDL2/SDL_keycode.h:210:5: note: previous definition of ‘SDLK_CLEAR’ was here
  12056. SDLK_CLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CLEAR),
  12057. ^
  12058. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12059. from /usr/include/SDL2/SDL_events.h:34,
  12060. from /usr/include/SDL2/SDL.h:76,
  12061. from /usr/include/SDL2/SDL_image.h:27,
  12062. from src/../include/simple2d.h:92,
  12063. from src/controllers.c:3:
  12064. /usr/include/SDL2/SDL_keycode.h:208:5: error: redeclaration of enumerator ‘SDLK_PRIOR’
  12065. SDLK_PRIOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PRIOR),
  12066. ^
  12067. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12068. from /usr/local/include/SDL2/SDL_events.h:34,
  12069. from /usr/local/include/SDL2/SDL.h:41,
  12070. from src/../include/simple2d.h:63,
  12071. from src/controllers.c:3:
  12072. /usr/local/include/SDL2/SDL_keycode.h:211:5: note: previous definition of ‘SDLK_PRIOR’ was here
  12073. SDLK_PRIOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_PRIOR),
  12074. ^
  12075. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12076. from /usr/include/SDL2/SDL_events.h:34,
  12077. from /usr/include/SDL2/SDL.h:76,
  12078. from /usr/include/SDL2/SDL_image.h:27,
  12079. from src/../include/simple2d.h:92,
  12080. from src/controllers.c:3:
  12081. /usr/include/SDL2/SDL_keycode.h:209:5: error: redeclaration of enumerator ‘SDLK_RETURN2’
  12082. SDLK_RETURN2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RETURN2),
  12083. ^
  12084. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12085. from /usr/local/include/SDL2/SDL_events.h:34,
  12086. from /usr/local/include/SDL2/SDL.h:41,
  12087. from src/../include/simple2d.h:63,
  12088. from src/controllers.c:3:
  12089. /usr/local/include/SDL2/SDL_keycode.h:212:5: note: previous definition of ‘SDLK_RETURN2’ was here
  12090. SDLK_RETURN2 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RETURN2),
  12091. ^
  12092. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12093. from /usr/include/SDL2/SDL_events.h:34,
  12094. from /usr/include/SDL2/SDL.h:76,
  12095. from /usr/include/SDL2/SDL_image.h:27,
  12096. from src/../include/simple2d.h:92,
  12097. from src/controllers.c:3:
  12098. /usr/include/SDL2/SDL_keycode.h:210:5: error: redeclaration of enumerator ‘SDLK_SEPARATOR’
  12099. SDLK_SEPARATOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SEPARATOR),
  12100. ^
  12101. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12102. from /usr/local/include/SDL2/SDL_events.h:34,
  12103. from /usr/local/include/SDL2/SDL.h:41,
  12104. from src/../include/simple2d.h:63,
  12105. from src/controllers.c:3:
  12106. /usr/local/include/SDL2/SDL_keycode.h:213:5: note: previous definition of ‘SDLK_SEPARATOR’ was here
  12107. SDLK_SEPARATOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SEPARATOR),
  12108. ^
  12109. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12110. from /usr/include/SDL2/SDL_events.h:34,
  12111. from /usr/include/SDL2/SDL.h:76,
  12112. from /usr/include/SDL2/SDL_image.h:27,
  12113. from src/../include/simple2d.h:92,
  12114. from src/controllers.c:3:
  12115. /usr/include/SDL2/SDL_keycode.h:211:5: error: redeclaration of enumerator ‘SDLK_OUT’
  12116. SDLK_OUT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_OUT),
  12117. ^
  12118. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12119. from /usr/local/include/SDL2/SDL_events.h:34,
  12120. from /usr/local/include/SDL2/SDL.h:41,
  12121. from src/../include/simple2d.h:63,
  12122. from src/controllers.c:3:
  12123. /usr/local/include/SDL2/SDL_keycode.h:214:5: note: previous definition of ‘SDLK_OUT’ was here
  12124. SDLK_OUT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_OUT),
  12125. ^
  12126. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12127. from /usr/include/SDL2/SDL_events.h:34,
  12128. from /usr/include/SDL2/SDL.h:76,
  12129. from /usr/include/SDL2/SDL_image.h:27,
  12130. from src/../include/simple2d.h:92,
  12131. from src/controllers.c:3:
  12132. /usr/include/SDL2/SDL_keycode.h:212:5: error: redeclaration of enumerator ‘SDLK_OPER’
  12133. SDLK_OPER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_OPER),
  12134. ^
  12135. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12136. from /usr/local/include/SDL2/SDL_events.h:34,
  12137. from /usr/local/include/SDL2/SDL.h:41,
  12138. from src/../include/simple2d.h:63,
  12139. from src/controllers.c:3:
  12140. /usr/local/include/SDL2/SDL_keycode.h:215:5: note: previous definition of ‘SDLK_OPER’ was here
  12141. SDLK_OPER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_OPER),
  12142. ^
  12143. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12144. from /usr/include/SDL2/SDL_events.h:34,
  12145. from /usr/include/SDL2/SDL.h:76,
  12146. from /usr/include/SDL2/SDL_image.h:27,
  12147. from src/../include/simple2d.h:92,
  12148. from src/controllers.c:3:
  12149. /usr/include/SDL2/SDL_keycode.h:213:5: error: redeclaration of enumerator ‘SDLK_CLEARAGAIN’
  12150. SDLK_CLEARAGAIN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CLEARAGAIN),
  12151. ^
  12152. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12153. from /usr/local/include/SDL2/SDL_events.h:34,
  12154. from /usr/local/include/SDL2/SDL.h:41,
  12155. from src/../include/simple2d.h:63,
  12156. from src/controllers.c:3:
  12157. /usr/local/include/SDL2/SDL_keycode.h:216:5: note: previous definition of ‘SDLK_CLEARAGAIN’ was here
  12158. SDLK_CLEARAGAIN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CLEARAGAIN),
  12159. ^
  12160. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12161. from /usr/include/SDL2/SDL_events.h:34,
  12162. from /usr/include/SDL2/SDL.h:76,
  12163. from /usr/include/SDL2/SDL_image.h:27,
  12164. from src/../include/simple2d.h:92,
  12165. from src/controllers.c:3:
  12166. /usr/include/SDL2/SDL_keycode.h:214:5: error: redeclaration of enumerator ‘SDLK_CRSEL’
  12167. SDLK_CRSEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CRSEL),
  12168. ^
  12169. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12170. from /usr/local/include/SDL2/SDL_events.h:34,
  12171. from /usr/local/include/SDL2/SDL.h:41,
  12172. from src/../include/simple2d.h:63,
  12173. from src/controllers.c:3:
  12174. /usr/local/include/SDL2/SDL_keycode.h:217:5: note: previous definition of ‘SDLK_CRSEL’ was here
  12175. SDLK_CRSEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CRSEL),
  12176. ^
  12177. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12178. from /usr/include/SDL2/SDL_events.h:34,
  12179. from /usr/include/SDL2/SDL.h:76,
  12180. from /usr/include/SDL2/SDL_image.h:27,
  12181. from src/../include/simple2d.h:92,
  12182. from src/controllers.c:3:
  12183. /usr/include/SDL2/SDL_keycode.h:215:5: error: redeclaration of enumerator ‘SDLK_EXSEL’
  12184. SDLK_EXSEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EXSEL),
  12185. ^
  12186. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12187. from /usr/local/include/SDL2/SDL_events.h:34,
  12188. from /usr/local/include/SDL2/SDL.h:41,
  12189. from src/../include/simple2d.h:63,
  12190. from src/controllers.c:3:
  12191. /usr/local/include/SDL2/SDL_keycode.h:218:5: note: previous definition of ‘SDLK_EXSEL’ was here
  12192. SDLK_EXSEL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EXSEL),
  12193. ^
  12194. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12195. from /usr/include/SDL2/SDL_events.h:34,
  12196. from /usr/include/SDL2/SDL.h:76,
  12197. from /usr/include/SDL2/SDL_image.h:27,
  12198. from src/../include/simple2d.h:92,
  12199. from src/controllers.c:3:
  12200. /usr/include/SDL2/SDL_keycode.h:217:5: error: redeclaration of enumerator ‘SDLK_KP_00’
  12201. SDLK_KP_00 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_00),
  12202. ^
  12203. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12204. from /usr/local/include/SDL2/SDL_events.h:34,
  12205. from /usr/local/include/SDL2/SDL.h:41,
  12206. from src/../include/simple2d.h:63,
  12207. from src/controllers.c:3:
  12208. /usr/local/include/SDL2/SDL_keycode.h:220:5: note: previous definition of ‘SDLK_KP_00’ was here
  12209. SDLK_KP_00 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_00),
  12210. ^
  12211. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12212. from /usr/include/SDL2/SDL_events.h:34,
  12213. from /usr/include/SDL2/SDL.h:76,
  12214. from /usr/include/SDL2/SDL_image.h:27,
  12215. from src/../include/simple2d.h:92,
  12216. from src/controllers.c:3:
  12217. /usr/include/SDL2/SDL_keycode.h:218:5: error: redeclaration of enumerator ‘SDLK_KP_000’
  12218. SDLK_KP_000 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_000),
  12219. ^
  12220. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12221. from /usr/local/include/SDL2/SDL_events.h:34,
  12222. from /usr/local/include/SDL2/SDL.h:41,
  12223. from src/../include/simple2d.h:63,
  12224. from src/controllers.c:3:
  12225. /usr/local/include/SDL2/SDL_keycode.h:221:5: note: previous definition of ‘SDLK_KP_000’ was here
  12226. SDLK_KP_000 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_000),
  12227. ^
  12228. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12229. from /usr/include/SDL2/SDL_events.h:34,
  12230. from /usr/include/SDL2/SDL.h:76,
  12231. from /usr/include/SDL2/SDL_image.h:27,
  12232. from src/../include/simple2d.h:92,
  12233. from src/controllers.c:3:
  12234. /usr/include/SDL2/SDL_keycode.h:219:5: error: redeclaration of enumerator ‘SDLK_THOUSANDSSEPARATOR’
  12235. SDLK_THOUSANDSSEPARATOR =
  12236. ^
  12237. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12238. from /usr/local/include/SDL2/SDL_events.h:34,
  12239. from /usr/local/include/SDL2/SDL.h:41,
  12240. from src/../include/simple2d.h:63,
  12241. from src/controllers.c:3:
  12242. /usr/local/include/SDL2/SDL_keycode.h:222:5: note: previous definition of ‘SDLK_THOUSANDSSEPARATOR’ was here
  12243. SDLK_THOUSANDSSEPARATOR =
  12244. ^
  12245. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12246. from /usr/include/SDL2/SDL_events.h:34,
  12247. from /usr/include/SDL2/SDL.h:76,
  12248. from /usr/include/SDL2/SDL_image.h:27,
  12249. from src/../include/simple2d.h:92,
  12250. from src/controllers.c:3:
  12251. /usr/include/SDL2/SDL_keycode.h:221:5: error: redeclaration of enumerator ‘SDLK_DECIMALSEPARATOR’
  12252. SDLK_DECIMALSEPARATOR =
  12253. ^
  12254. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12255. from /usr/local/include/SDL2/SDL_events.h:34,
  12256. from /usr/local/include/SDL2/SDL.h:41,
  12257. from src/../include/simple2d.h:63,
  12258. from src/controllers.c:3:
  12259. /usr/local/include/SDL2/SDL_keycode.h:224:5: note: previous definition of ‘SDLK_DECIMALSEPARATOR’ was here
  12260. SDLK_DECIMALSEPARATOR =
  12261. ^
  12262. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12263. from /usr/include/SDL2/SDL_events.h:34,
  12264. from /usr/include/SDL2/SDL.h:76,
  12265. from /usr/include/SDL2/SDL_image.h:27,
  12266. from src/../include/simple2d.h:92,
  12267. from src/controllers.c:3:
  12268. /usr/include/SDL2/SDL_keycode.h:223:5: error: redeclaration of enumerator ‘SDLK_CURRENCYUNIT’
  12269. SDLK_CURRENCYUNIT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CURRENCYUNIT),
  12270. ^
  12271. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12272. from /usr/local/include/SDL2/SDL_events.h:34,
  12273. from /usr/local/include/SDL2/SDL.h:41,
  12274. from src/../include/simple2d.h:63,
  12275. from src/controllers.c:3:
  12276. /usr/local/include/SDL2/SDL_keycode.h:226:5: note: previous definition of ‘SDLK_CURRENCYUNIT’ was here
  12277. SDLK_CURRENCYUNIT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CURRENCYUNIT),
  12278. ^
  12279. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12280. from /usr/include/SDL2/SDL_events.h:34,
  12281. from /usr/include/SDL2/SDL.h:76,
  12282. from /usr/include/SDL2/SDL_image.h:27,
  12283. from src/../include/simple2d.h:92,
  12284. from src/controllers.c:3:
  12285. /usr/include/SDL2/SDL_keycode.h:224:5: error: redeclaration of enumerator ‘SDLK_CURRENCYSUBUNIT’
  12286. SDLK_CURRENCYSUBUNIT =
  12287. ^
  12288. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12289. from /usr/local/include/SDL2/SDL_events.h:34,
  12290. from /usr/local/include/SDL2/SDL.h:41,
  12291. from src/../include/simple2d.h:63,
  12292. from src/controllers.c:3:
  12293. /usr/local/include/SDL2/SDL_keycode.h:227:5: note: previous definition of ‘SDLK_CURRENCYSUBUNIT’ was here
  12294. SDLK_CURRENCYSUBUNIT =
  12295. ^
  12296. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12297. from /usr/include/SDL2/SDL_events.h:34,
  12298. from /usr/include/SDL2/SDL.h:76,
  12299. from /usr/include/SDL2/SDL_image.h:27,
  12300. from src/../include/simple2d.h:92,
  12301. from src/controllers.c:3:
  12302. /usr/include/SDL2/SDL_keycode.h:226:5: error: redeclaration of enumerator ‘SDLK_KP_LEFTPAREN’
  12303. SDLK_KP_LEFTPAREN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LEFTPAREN),
  12304. ^
  12305. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12306. from /usr/local/include/SDL2/SDL_events.h:34,
  12307. from /usr/local/include/SDL2/SDL.h:41,
  12308. from src/../include/simple2d.h:63,
  12309. from src/controllers.c:3:
  12310. /usr/local/include/SDL2/SDL_keycode.h:229:5: note: previous definition of ‘SDLK_KP_LEFTPAREN’ was here
  12311. SDLK_KP_LEFTPAREN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LEFTPAREN),
  12312. ^
  12313. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12314. from /usr/include/SDL2/SDL_events.h:34,
  12315. from /usr/include/SDL2/SDL.h:76,
  12316. from /usr/include/SDL2/SDL_image.h:27,
  12317. from src/../include/simple2d.h:92,
  12318. from src/controllers.c:3:
  12319. /usr/include/SDL2/SDL_keycode.h:227:5: error: redeclaration of enumerator ‘SDLK_KP_RIGHTPAREN’
  12320. SDLK_KP_RIGHTPAREN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_RIGHTPAREN),
  12321. ^
  12322. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12323. from /usr/local/include/SDL2/SDL_events.h:34,
  12324. from /usr/local/include/SDL2/SDL.h:41,
  12325. from src/../include/simple2d.h:63,
  12326. from src/controllers.c:3:
  12327. /usr/local/include/SDL2/SDL_keycode.h:230:5: note: previous definition of ‘SDLK_KP_RIGHTPAREN’ was here
  12328. SDLK_KP_RIGHTPAREN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_RIGHTPAREN),
  12329. ^
  12330. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12331. from /usr/include/SDL2/SDL_events.h:34,
  12332. from /usr/include/SDL2/SDL.h:76,
  12333. from /usr/include/SDL2/SDL_image.h:27,
  12334. from src/../include/simple2d.h:92,
  12335. from src/controllers.c:3:
  12336. /usr/include/SDL2/SDL_keycode.h:228:5: error: redeclaration of enumerator ‘SDLK_KP_LEFTBRACE’
  12337. SDLK_KP_LEFTBRACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LEFTBRACE),
  12338. ^
  12339. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12340. from /usr/local/include/SDL2/SDL_events.h:34,
  12341. from /usr/local/include/SDL2/SDL.h:41,
  12342. from src/../include/simple2d.h:63,
  12343. from src/controllers.c:3:
  12344. /usr/local/include/SDL2/SDL_keycode.h:231:5: note: previous definition of ‘SDLK_KP_LEFTBRACE’ was here
  12345. SDLK_KP_LEFTBRACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LEFTBRACE),
  12346. ^
  12347. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12348. from /usr/include/SDL2/SDL_events.h:34,
  12349. from /usr/include/SDL2/SDL.h:76,
  12350. from /usr/include/SDL2/SDL_image.h:27,
  12351. from src/../include/simple2d.h:92,
  12352. from src/controllers.c:3:
  12353. /usr/include/SDL2/SDL_keycode.h:229:5: error: redeclaration of enumerator ‘SDLK_KP_RIGHTBRACE’
  12354. SDLK_KP_RIGHTBRACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_RIGHTBRACE),
  12355. ^
  12356. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12357. from /usr/local/include/SDL2/SDL_events.h:34,
  12358. from /usr/local/include/SDL2/SDL.h:41,
  12359. from src/../include/simple2d.h:63,
  12360. from src/controllers.c:3:
  12361. /usr/local/include/SDL2/SDL_keycode.h:232:5: note: previous definition of ‘SDLK_KP_RIGHTBRACE’ was here
  12362. SDLK_KP_RIGHTBRACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_RIGHTBRACE),
  12363. ^
  12364. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12365. from /usr/include/SDL2/SDL_events.h:34,
  12366. from /usr/include/SDL2/SDL.h:76,
  12367. from /usr/include/SDL2/SDL_image.h:27,
  12368. from src/../include/simple2d.h:92,
  12369. from src/controllers.c:3:
  12370. /usr/include/SDL2/SDL_keycode.h:230:5: error: redeclaration of enumerator ‘SDLK_KP_TAB’
  12371. SDLK_KP_TAB = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_TAB),
  12372. ^
  12373. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12374. from /usr/local/include/SDL2/SDL_events.h:34,
  12375. from /usr/local/include/SDL2/SDL.h:41,
  12376. from src/../include/simple2d.h:63,
  12377. from src/controllers.c:3:
  12378. /usr/local/include/SDL2/SDL_keycode.h:233:5: note: previous definition of ‘SDLK_KP_TAB’ was here
  12379. SDLK_KP_TAB = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_TAB),
  12380. ^
  12381. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12382. from /usr/include/SDL2/SDL_events.h:34,
  12383. from /usr/include/SDL2/SDL.h:76,
  12384. from /usr/include/SDL2/SDL_image.h:27,
  12385. from src/../include/simple2d.h:92,
  12386. from src/controllers.c:3:
  12387. /usr/include/SDL2/SDL_keycode.h:231:5: error: redeclaration of enumerator ‘SDLK_KP_BACKSPACE’
  12388. SDLK_KP_BACKSPACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_BACKSPACE),
  12389. ^
  12390. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12391. from /usr/local/include/SDL2/SDL_events.h:34,
  12392. from /usr/local/include/SDL2/SDL.h:41,
  12393. from src/../include/simple2d.h:63,
  12394. from src/controllers.c:3:
  12395. /usr/local/include/SDL2/SDL_keycode.h:234:5: note: previous definition of ‘SDLK_KP_BACKSPACE’ was here
  12396. SDLK_KP_BACKSPACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_BACKSPACE),
  12397. ^
  12398. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12399. from /usr/include/SDL2/SDL_events.h:34,
  12400. from /usr/include/SDL2/SDL.h:76,
  12401. from /usr/include/SDL2/SDL_image.h:27,
  12402. from src/../include/simple2d.h:92,
  12403. from src/controllers.c:3:
  12404. /usr/include/SDL2/SDL_keycode.h:232:5: error: redeclaration of enumerator ‘SDLK_KP_A’
  12405. SDLK_KP_A = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_A),
  12406. ^
  12407. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12408. from /usr/local/include/SDL2/SDL_events.h:34,
  12409. from /usr/local/include/SDL2/SDL.h:41,
  12410. from src/../include/simple2d.h:63,
  12411. from src/controllers.c:3:
  12412. /usr/local/include/SDL2/SDL_keycode.h:235:5: note: previous definition of ‘SDLK_KP_A’ was here
  12413. SDLK_KP_A = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_A),
  12414. ^
  12415. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12416. from /usr/include/SDL2/SDL_events.h:34,
  12417. from /usr/include/SDL2/SDL.h:76,
  12418. from /usr/include/SDL2/SDL_image.h:27,
  12419. from src/../include/simple2d.h:92,
  12420. from src/controllers.c:3:
  12421. /usr/include/SDL2/SDL_keycode.h:233:5: error: redeclaration of enumerator ‘SDLK_KP_B’
  12422. SDLK_KP_B = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_B),
  12423. ^
  12424. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12425. from /usr/local/include/SDL2/SDL_events.h:34,
  12426. from /usr/local/include/SDL2/SDL.h:41,
  12427. from src/../include/simple2d.h:63,
  12428. from src/controllers.c:3:
  12429. /usr/local/include/SDL2/SDL_keycode.h:236:5: note: previous definition of ‘SDLK_KP_B’ was here
  12430. SDLK_KP_B = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_B),
  12431. ^
  12432. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12433. from /usr/include/SDL2/SDL_events.h:34,
  12434. from /usr/include/SDL2/SDL.h:76,
  12435. from /usr/include/SDL2/SDL_image.h:27,
  12436. from src/../include/simple2d.h:92,
  12437. from src/controllers.c:3:
  12438. /usr/include/SDL2/SDL_keycode.h:234:5: error: redeclaration of enumerator ‘SDLK_KP_C’
  12439. SDLK_KP_C = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_C),
  12440. ^
  12441. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12442. from /usr/local/include/SDL2/SDL_events.h:34,
  12443. from /usr/local/include/SDL2/SDL.h:41,
  12444. from src/../include/simple2d.h:63,
  12445. from src/controllers.c:3:
  12446. /usr/local/include/SDL2/SDL_keycode.h:237:5: note: previous definition of ‘SDLK_KP_C’ was here
  12447. SDLK_KP_C = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_C),
  12448. ^
  12449. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12450. from /usr/include/SDL2/SDL_events.h:34,
  12451. from /usr/include/SDL2/SDL.h:76,
  12452. from /usr/include/SDL2/SDL_image.h:27,
  12453. from src/../include/simple2d.h:92,
  12454. from src/controllers.c:3:
  12455. /usr/include/SDL2/SDL_keycode.h:235:5: error: redeclaration of enumerator ‘SDLK_KP_D’
  12456. SDLK_KP_D = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_D),
  12457. ^
  12458. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12459. from /usr/local/include/SDL2/SDL_events.h:34,
  12460. from /usr/local/include/SDL2/SDL.h:41,
  12461. from src/../include/simple2d.h:63,
  12462. from src/controllers.c:3:
  12463. /usr/local/include/SDL2/SDL_keycode.h:238:5: note: previous definition of ‘SDLK_KP_D’ was here
  12464. SDLK_KP_D = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_D),
  12465. ^
  12466. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12467. from /usr/include/SDL2/SDL_events.h:34,
  12468. from /usr/include/SDL2/SDL.h:76,
  12469. from /usr/include/SDL2/SDL_image.h:27,
  12470. from src/../include/simple2d.h:92,
  12471. from src/controllers.c:3:
  12472. /usr/include/SDL2/SDL_keycode.h:236:5: error: redeclaration of enumerator ‘SDLK_KP_E’
  12473. SDLK_KP_E = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_E),
  12474. ^
  12475. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12476. from /usr/local/include/SDL2/SDL_events.h:34,
  12477. from /usr/local/include/SDL2/SDL.h:41,
  12478. from src/../include/simple2d.h:63,
  12479. from src/controllers.c:3:
  12480. /usr/local/include/SDL2/SDL_keycode.h:239:5: note: previous definition of ‘SDLK_KP_E’ was here
  12481. SDLK_KP_E = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_E),
  12482. ^
  12483. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12484. from /usr/include/SDL2/SDL_events.h:34,
  12485. from /usr/include/SDL2/SDL.h:76,
  12486. from /usr/include/SDL2/SDL_image.h:27,
  12487. from src/../include/simple2d.h:92,
  12488. from src/controllers.c:3:
  12489. /usr/include/SDL2/SDL_keycode.h:237:5: error: redeclaration of enumerator ‘SDLK_KP_F’
  12490. SDLK_KP_F = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_F),
  12491. ^
  12492. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12493. from /usr/local/include/SDL2/SDL_events.h:34,
  12494. from /usr/local/include/SDL2/SDL.h:41,
  12495. from src/../include/simple2d.h:63,
  12496. from src/controllers.c:3:
  12497. /usr/local/include/SDL2/SDL_keycode.h:240:5: note: previous definition of ‘SDLK_KP_F’ was here
  12498. SDLK_KP_F = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_F),
  12499. ^
  12500. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12501. from /usr/include/SDL2/SDL_events.h:34,
  12502. from /usr/include/SDL2/SDL.h:76,
  12503. from /usr/include/SDL2/SDL_image.h:27,
  12504. from src/../include/simple2d.h:92,
  12505. from src/controllers.c:3:
  12506. /usr/include/SDL2/SDL_keycode.h:238:5: error: redeclaration of enumerator ‘SDLK_KP_XOR’
  12507. SDLK_KP_XOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_XOR),
  12508. ^
  12509. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12510. from /usr/local/include/SDL2/SDL_events.h:34,
  12511. from /usr/local/include/SDL2/SDL.h:41,
  12512. from src/../include/simple2d.h:63,
  12513. from src/controllers.c:3:
  12514. /usr/local/include/SDL2/SDL_keycode.h:241:5: note: previous definition of ‘SDLK_KP_XOR’ was here
  12515. SDLK_KP_XOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_XOR),
  12516. ^
  12517. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12518. from /usr/include/SDL2/SDL_events.h:34,
  12519. from /usr/include/SDL2/SDL.h:76,
  12520. from /usr/include/SDL2/SDL_image.h:27,
  12521. from src/../include/simple2d.h:92,
  12522. from src/controllers.c:3:
  12523. /usr/include/SDL2/SDL_keycode.h:239:5: error: redeclaration of enumerator ‘SDLK_KP_POWER’
  12524. SDLK_KP_POWER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_POWER),
  12525. ^
  12526. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12527. from /usr/local/include/SDL2/SDL_events.h:34,
  12528. from /usr/local/include/SDL2/SDL.h:41,
  12529. from src/../include/simple2d.h:63,
  12530. from src/controllers.c:3:
  12531. /usr/local/include/SDL2/SDL_keycode.h:242:5: note: previous definition of ‘SDLK_KP_POWER’ was here
  12532. SDLK_KP_POWER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_POWER),
  12533. ^
  12534. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12535. from /usr/include/SDL2/SDL_events.h:34,
  12536. from /usr/include/SDL2/SDL.h:76,
  12537. from /usr/include/SDL2/SDL_image.h:27,
  12538. from src/../include/simple2d.h:92,
  12539. from src/controllers.c:3:
  12540. /usr/include/SDL2/SDL_keycode.h:240:5: error: redeclaration of enumerator ‘SDLK_KP_PERCENT’
  12541. SDLK_KP_PERCENT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PERCENT),
  12542. ^
  12543. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12544. from /usr/local/include/SDL2/SDL_events.h:34,
  12545. from /usr/local/include/SDL2/SDL.h:41,
  12546. from src/../include/simple2d.h:63,
  12547. from src/controllers.c:3:
  12548. /usr/local/include/SDL2/SDL_keycode.h:243:5: note: previous definition of ‘SDLK_KP_PERCENT’ was here
  12549. SDLK_KP_PERCENT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PERCENT),
  12550. ^
  12551. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12552. from /usr/include/SDL2/SDL_events.h:34,
  12553. from /usr/include/SDL2/SDL.h:76,
  12554. from /usr/include/SDL2/SDL_image.h:27,
  12555. from src/../include/simple2d.h:92,
  12556. from src/controllers.c:3:
  12557. /usr/include/SDL2/SDL_keycode.h:241:5: error: redeclaration of enumerator ‘SDLK_KP_LESS’
  12558. SDLK_KP_LESS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LESS),
  12559. ^
  12560. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12561. from /usr/local/include/SDL2/SDL_events.h:34,
  12562. from /usr/local/include/SDL2/SDL.h:41,
  12563. from src/../include/simple2d.h:63,
  12564. from src/controllers.c:3:
  12565. /usr/local/include/SDL2/SDL_keycode.h:244:5: note: previous definition of ‘SDLK_KP_LESS’ was here
  12566. SDLK_KP_LESS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_LESS),
  12567. ^
  12568. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12569. from /usr/include/SDL2/SDL_events.h:34,
  12570. from /usr/include/SDL2/SDL.h:76,
  12571. from /usr/include/SDL2/SDL_image.h:27,
  12572. from src/../include/simple2d.h:92,
  12573. from src/controllers.c:3:
  12574. /usr/include/SDL2/SDL_keycode.h:242:5: error: redeclaration of enumerator ‘SDLK_KP_GREATER’
  12575. SDLK_KP_GREATER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_GREATER),
  12576. ^
  12577. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12578. from /usr/local/include/SDL2/SDL_events.h:34,
  12579. from /usr/local/include/SDL2/SDL.h:41,
  12580. from src/../include/simple2d.h:63,
  12581. from src/controllers.c:3:
  12582. /usr/local/include/SDL2/SDL_keycode.h:245:5: note: previous definition of ‘SDLK_KP_GREATER’ was here
  12583. SDLK_KP_GREATER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_GREATER),
  12584. ^
  12585. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12586. from /usr/include/SDL2/SDL_events.h:34,
  12587. from /usr/include/SDL2/SDL.h:76,
  12588. from /usr/include/SDL2/SDL_image.h:27,
  12589. from src/../include/simple2d.h:92,
  12590. from src/controllers.c:3:
  12591. /usr/include/SDL2/SDL_keycode.h:243:5: error: redeclaration of enumerator ‘SDLK_KP_AMPERSAND’
  12592. SDLK_KP_AMPERSAND = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_AMPERSAND),
  12593. ^
  12594. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12595. from /usr/local/include/SDL2/SDL_events.h:34,
  12596. from /usr/local/include/SDL2/SDL.h:41,
  12597. from src/../include/simple2d.h:63,
  12598. from src/controllers.c:3:
  12599. /usr/local/include/SDL2/SDL_keycode.h:246:5: note: previous definition of ‘SDLK_KP_AMPERSAND’ was here
  12600. SDLK_KP_AMPERSAND = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_AMPERSAND),
  12601. ^
  12602. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12603. from /usr/include/SDL2/SDL_events.h:34,
  12604. from /usr/include/SDL2/SDL.h:76,
  12605. from /usr/include/SDL2/SDL_image.h:27,
  12606. from src/../include/simple2d.h:92,
  12607. from src/controllers.c:3:
  12608. /usr/include/SDL2/SDL_keycode.h:244:5: error: redeclaration of enumerator ‘SDLK_KP_DBLAMPERSAND’
  12609. SDLK_KP_DBLAMPERSAND =
  12610. ^
  12611. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12612. from /usr/local/include/SDL2/SDL_events.h:34,
  12613. from /usr/local/include/SDL2/SDL.h:41,
  12614. from src/../include/simple2d.h:63,
  12615. from src/controllers.c:3:
  12616. /usr/local/include/SDL2/SDL_keycode.h:247:5: note: previous definition of ‘SDLK_KP_DBLAMPERSAND’ was here
  12617. SDLK_KP_DBLAMPERSAND =
  12618. ^
  12619. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12620. from /usr/include/SDL2/SDL_events.h:34,
  12621. from /usr/include/SDL2/SDL.h:76,
  12622. from /usr/include/SDL2/SDL_image.h:27,
  12623. from src/../include/simple2d.h:92,
  12624. from src/controllers.c:3:
  12625. /usr/include/SDL2/SDL_keycode.h:246:5: error: redeclaration of enumerator ‘SDLK_KP_VERTICALBAR’
  12626. SDLK_KP_VERTICALBAR =
  12627. ^
  12628. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12629. from /usr/local/include/SDL2/SDL_events.h:34,
  12630. from /usr/local/include/SDL2/SDL.h:41,
  12631. from src/../include/simple2d.h:63,
  12632. from src/controllers.c:3:
  12633. /usr/local/include/SDL2/SDL_keycode.h:249:5: note: previous definition of ‘SDLK_KP_VERTICALBAR’ was here
  12634. SDLK_KP_VERTICALBAR =
  12635. ^
  12636. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12637. from /usr/include/SDL2/SDL_events.h:34,
  12638. from /usr/include/SDL2/SDL.h:76,
  12639. from /usr/include/SDL2/SDL_image.h:27,
  12640. from src/../include/simple2d.h:92,
  12641. from src/controllers.c:3:
  12642. /usr/include/SDL2/SDL_keycode.h:248:5: error: redeclaration of enumerator ‘SDLK_KP_DBLVERTICALBAR’
  12643. SDLK_KP_DBLVERTICALBAR =
  12644. ^
  12645. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12646. from /usr/local/include/SDL2/SDL_events.h:34,
  12647. from /usr/local/include/SDL2/SDL.h:41,
  12648. from src/../include/simple2d.h:63,
  12649. from src/controllers.c:3:
  12650. /usr/local/include/SDL2/SDL_keycode.h:251:5: note: previous definition of ‘SDLK_KP_DBLVERTICALBAR’ was here
  12651. SDLK_KP_DBLVERTICALBAR =
  12652. ^
  12653. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12654. from /usr/include/SDL2/SDL_events.h:34,
  12655. from /usr/include/SDL2/SDL.h:76,
  12656. from /usr/include/SDL2/SDL_image.h:27,
  12657. from src/../include/simple2d.h:92,
  12658. from src/controllers.c:3:
  12659. /usr/include/SDL2/SDL_keycode.h:250:5: error: redeclaration of enumerator ‘SDLK_KP_COLON’
  12660. SDLK_KP_COLON = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_COLON),
  12661. ^
  12662. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12663. from /usr/local/include/SDL2/SDL_events.h:34,
  12664. from /usr/local/include/SDL2/SDL.h:41,
  12665. from src/../include/simple2d.h:63,
  12666. from src/controllers.c:3:
  12667. /usr/local/include/SDL2/SDL_keycode.h:253:5: note: previous definition of ‘SDLK_KP_COLON’ was here
  12668. SDLK_KP_COLON = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_COLON),
  12669. ^
  12670. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12671. from /usr/include/SDL2/SDL_events.h:34,
  12672. from /usr/include/SDL2/SDL.h:76,
  12673. from /usr/include/SDL2/SDL_image.h:27,
  12674. from src/../include/simple2d.h:92,
  12675. from src/controllers.c:3:
  12676. /usr/include/SDL2/SDL_keycode.h:251:5: error: redeclaration of enumerator ‘SDLK_KP_HASH’
  12677. SDLK_KP_HASH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_HASH),
  12678. ^
  12679. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12680. from /usr/local/include/SDL2/SDL_events.h:34,
  12681. from /usr/local/include/SDL2/SDL.h:41,
  12682. from src/../include/simple2d.h:63,
  12683. from src/controllers.c:3:
  12684. /usr/local/include/SDL2/SDL_keycode.h:254:5: note: previous definition of ‘SDLK_KP_HASH’ was here
  12685. SDLK_KP_HASH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_HASH),
  12686. ^
  12687. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12688. from /usr/include/SDL2/SDL_events.h:34,
  12689. from /usr/include/SDL2/SDL.h:76,
  12690. from /usr/include/SDL2/SDL_image.h:27,
  12691. from src/../include/simple2d.h:92,
  12692. from src/controllers.c:3:
  12693. /usr/include/SDL2/SDL_keycode.h:252:5: error: redeclaration of enumerator ‘SDLK_KP_SPACE’
  12694. SDLK_KP_SPACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_SPACE),
  12695. ^
  12696. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12697. from /usr/local/include/SDL2/SDL_events.h:34,
  12698. from /usr/local/include/SDL2/SDL.h:41,
  12699. from src/../include/simple2d.h:63,
  12700. from src/controllers.c:3:
  12701. /usr/local/include/SDL2/SDL_keycode.h:255:5: note: previous definition of ‘SDLK_KP_SPACE’ was here
  12702. SDLK_KP_SPACE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_SPACE),
  12703. ^
  12704. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12705. from /usr/include/SDL2/SDL_events.h:34,
  12706. from /usr/include/SDL2/SDL.h:76,
  12707. from /usr/include/SDL2/SDL_image.h:27,
  12708. from src/../include/simple2d.h:92,
  12709. from src/controllers.c:3:
  12710. /usr/include/SDL2/SDL_keycode.h:253:5: error: redeclaration of enumerator ‘SDLK_KP_AT’
  12711. SDLK_KP_AT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_AT),
  12712. ^
  12713. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12714. from /usr/local/include/SDL2/SDL_events.h:34,
  12715. from /usr/local/include/SDL2/SDL.h:41,
  12716. from src/../include/simple2d.h:63,
  12717. from src/controllers.c:3:
  12718. /usr/local/include/SDL2/SDL_keycode.h:256:5: note: previous definition of ‘SDLK_KP_AT’ was here
  12719. SDLK_KP_AT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_AT),
  12720. ^
  12721. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12722. from /usr/include/SDL2/SDL_events.h:34,
  12723. from /usr/include/SDL2/SDL.h:76,
  12724. from /usr/include/SDL2/SDL_image.h:27,
  12725. from src/../include/simple2d.h:92,
  12726. from src/controllers.c:3:
  12727. /usr/include/SDL2/SDL_keycode.h:254:5: error: redeclaration of enumerator ‘SDLK_KP_EXCLAM’
  12728. SDLK_KP_EXCLAM = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_EXCLAM),
  12729. ^
  12730. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12731. from /usr/local/include/SDL2/SDL_events.h:34,
  12732. from /usr/local/include/SDL2/SDL.h:41,
  12733. from src/../include/simple2d.h:63,
  12734. from src/controllers.c:3:
  12735. /usr/local/include/SDL2/SDL_keycode.h:257:5: note: previous definition of ‘SDLK_KP_EXCLAM’ was here
  12736. SDLK_KP_EXCLAM = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_EXCLAM),
  12737. ^
  12738. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12739. from /usr/include/SDL2/SDL_events.h:34,
  12740. from /usr/include/SDL2/SDL.h:76,
  12741. from /usr/include/SDL2/SDL_image.h:27,
  12742. from src/../include/simple2d.h:92,
  12743. from src/controllers.c:3:
  12744. /usr/include/SDL2/SDL_keycode.h:255:5: error: redeclaration of enumerator ‘SDLK_KP_MEMSTORE’
  12745. SDLK_KP_MEMSTORE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMSTORE),
  12746. ^
  12747. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12748. from /usr/local/include/SDL2/SDL_events.h:34,
  12749. from /usr/local/include/SDL2/SDL.h:41,
  12750. from src/../include/simple2d.h:63,
  12751. from src/controllers.c:3:
  12752. /usr/local/include/SDL2/SDL_keycode.h:258:5: note: previous definition of ‘SDLK_KP_MEMSTORE’ was here
  12753. SDLK_KP_MEMSTORE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMSTORE),
  12754. ^
  12755. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12756. from /usr/include/SDL2/SDL_events.h:34,
  12757. from /usr/include/SDL2/SDL.h:76,
  12758. from /usr/include/SDL2/SDL_image.h:27,
  12759. from src/../include/simple2d.h:92,
  12760. from src/controllers.c:3:
  12761. /usr/include/SDL2/SDL_keycode.h:256:5: error: redeclaration of enumerator ‘SDLK_KP_MEMRECALL’
  12762. SDLK_KP_MEMRECALL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMRECALL),
  12763. ^
  12764. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12765. from /usr/local/include/SDL2/SDL_events.h:34,
  12766. from /usr/local/include/SDL2/SDL.h:41,
  12767. from src/../include/simple2d.h:63,
  12768. from src/controllers.c:3:
  12769. /usr/local/include/SDL2/SDL_keycode.h:259:5: note: previous definition of ‘SDLK_KP_MEMRECALL’ was here
  12770. SDLK_KP_MEMRECALL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMRECALL),
  12771. ^
  12772. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12773. from /usr/include/SDL2/SDL_events.h:34,
  12774. from /usr/include/SDL2/SDL.h:76,
  12775. from /usr/include/SDL2/SDL_image.h:27,
  12776. from src/../include/simple2d.h:92,
  12777. from src/controllers.c:3:
  12778. /usr/include/SDL2/SDL_keycode.h:257:5: error: redeclaration of enumerator ‘SDLK_KP_MEMCLEAR’
  12779. SDLK_KP_MEMCLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMCLEAR),
  12780. ^
  12781. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12782. from /usr/local/include/SDL2/SDL_events.h:34,
  12783. from /usr/local/include/SDL2/SDL.h:41,
  12784. from src/../include/simple2d.h:63,
  12785. from src/controllers.c:3:
  12786. /usr/local/include/SDL2/SDL_keycode.h:260:5: note: previous definition of ‘SDLK_KP_MEMCLEAR’ was here
  12787. SDLK_KP_MEMCLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMCLEAR),
  12788. ^
  12789. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12790. from /usr/include/SDL2/SDL_events.h:34,
  12791. from /usr/include/SDL2/SDL.h:76,
  12792. from /usr/include/SDL2/SDL_image.h:27,
  12793. from src/../include/simple2d.h:92,
  12794. from src/controllers.c:3:
  12795. /usr/include/SDL2/SDL_keycode.h:258:5: error: redeclaration of enumerator ‘SDLK_KP_MEMADD’
  12796. SDLK_KP_MEMADD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMADD),
  12797. ^
  12798. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12799. from /usr/local/include/SDL2/SDL_events.h:34,
  12800. from /usr/local/include/SDL2/SDL.h:41,
  12801. from src/../include/simple2d.h:63,
  12802. from src/controllers.c:3:
  12803. /usr/local/include/SDL2/SDL_keycode.h:261:5: note: previous definition of ‘SDLK_KP_MEMADD’ was here
  12804. SDLK_KP_MEMADD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMADD),
  12805. ^
  12806. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12807. from /usr/include/SDL2/SDL_events.h:34,
  12808. from /usr/include/SDL2/SDL.h:76,
  12809. from /usr/include/SDL2/SDL_image.h:27,
  12810. from src/../include/simple2d.h:92,
  12811. from src/controllers.c:3:
  12812. /usr/include/SDL2/SDL_keycode.h:259:5: error: redeclaration of enumerator ‘SDLK_KP_MEMSUBTRACT’
  12813. SDLK_KP_MEMSUBTRACT =
  12814. ^
  12815. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12816. from /usr/local/include/SDL2/SDL_events.h:34,
  12817. from /usr/local/include/SDL2/SDL.h:41,
  12818. from src/../include/simple2d.h:63,
  12819. from src/controllers.c:3:
  12820. /usr/local/include/SDL2/SDL_keycode.h:262:5: note: previous definition of ‘SDLK_KP_MEMSUBTRACT’ was here
  12821. SDLK_KP_MEMSUBTRACT =
  12822. ^
  12823. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12824. from /usr/include/SDL2/SDL_events.h:34,
  12825. from /usr/include/SDL2/SDL.h:76,
  12826. from /usr/include/SDL2/SDL_image.h:27,
  12827. from src/../include/simple2d.h:92,
  12828. from src/controllers.c:3:
  12829. /usr/include/SDL2/SDL_keycode.h:261:5: error: redeclaration of enumerator ‘SDLK_KP_MEMMULTIPLY’
  12830. SDLK_KP_MEMMULTIPLY =
  12831. ^
  12832. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12833. from /usr/local/include/SDL2/SDL_events.h:34,
  12834. from /usr/local/include/SDL2/SDL.h:41,
  12835. from src/../include/simple2d.h:63,
  12836. from src/controllers.c:3:
  12837. /usr/local/include/SDL2/SDL_keycode.h:264:5: note: previous definition of ‘SDLK_KP_MEMMULTIPLY’ was here
  12838. SDLK_KP_MEMMULTIPLY =
  12839. ^
  12840. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12841. from /usr/include/SDL2/SDL_events.h:34,
  12842. from /usr/include/SDL2/SDL.h:76,
  12843. from /usr/include/SDL2/SDL_image.h:27,
  12844. from src/../include/simple2d.h:92,
  12845. from src/controllers.c:3:
  12846. /usr/include/SDL2/SDL_keycode.h:263:5: error: redeclaration of enumerator ‘SDLK_KP_MEMDIVIDE’
  12847. SDLK_KP_MEMDIVIDE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMDIVIDE),
  12848. ^
  12849. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12850. from /usr/local/include/SDL2/SDL_events.h:34,
  12851. from /usr/local/include/SDL2/SDL.h:41,
  12852. from src/../include/simple2d.h:63,
  12853. from src/controllers.c:3:
  12854. /usr/local/include/SDL2/SDL_keycode.h:266:5: note: previous definition of ‘SDLK_KP_MEMDIVIDE’ was here
  12855. SDLK_KP_MEMDIVIDE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_MEMDIVIDE),
  12856. ^
  12857. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12858. from /usr/include/SDL2/SDL_events.h:34,
  12859. from /usr/include/SDL2/SDL.h:76,
  12860. from /usr/include/SDL2/SDL_image.h:27,
  12861. from src/../include/simple2d.h:92,
  12862. from src/controllers.c:3:
  12863. /usr/include/SDL2/SDL_keycode.h:264:5: error: redeclaration of enumerator ‘SDLK_KP_PLUSMINUS’
  12864. SDLK_KP_PLUSMINUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PLUSMINUS),
  12865. ^
  12866. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12867. from /usr/local/include/SDL2/SDL_events.h:34,
  12868. from /usr/local/include/SDL2/SDL.h:41,
  12869. from src/../include/simple2d.h:63,
  12870. from src/controllers.c:3:
  12871. /usr/local/include/SDL2/SDL_keycode.h:267:5: note: previous definition of ‘SDLK_KP_PLUSMINUS’ was here
  12872. SDLK_KP_PLUSMINUS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_PLUSMINUS),
  12873. ^
  12874. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12875. from /usr/include/SDL2/SDL_events.h:34,
  12876. from /usr/include/SDL2/SDL.h:76,
  12877. from /usr/include/SDL2/SDL_image.h:27,
  12878. from src/../include/simple2d.h:92,
  12879. from src/controllers.c:3:
  12880. /usr/include/SDL2/SDL_keycode.h:265:5: error: redeclaration of enumerator ‘SDLK_KP_CLEAR’
  12881. SDLK_KP_CLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_CLEAR),
  12882. ^
  12883. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12884. from /usr/local/include/SDL2/SDL_events.h:34,
  12885. from /usr/local/include/SDL2/SDL.h:41,
  12886. from src/../include/simple2d.h:63,
  12887. from src/controllers.c:3:
  12888. /usr/local/include/SDL2/SDL_keycode.h:268:5: note: previous definition of ‘SDLK_KP_CLEAR’ was here
  12889. SDLK_KP_CLEAR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_CLEAR),
  12890. ^
  12891. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12892. from /usr/include/SDL2/SDL_events.h:34,
  12893. from /usr/include/SDL2/SDL.h:76,
  12894. from /usr/include/SDL2/SDL_image.h:27,
  12895. from src/../include/simple2d.h:92,
  12896. from src/controllers.c:3:
  12897. /usr/include/SDL2/SDL_keycode.h:266:5: error: redeclaration of enumerator ‘SDLK_KP_CLEARENTRY’
  12898. SDLK_KP_CLEARENTRY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_CLEARENTRY),
  12899. ^
  12900. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12901. from /usr/local/include/SDL2/SDL_events.h:34,
  12902. from /usr/local/include/SDL2/SDL.h:41,
  12903. from src/../include/simple2d.h:63,
  12904. from src/controllers.c:3:
  12905. /usr/local/include/SDL2/SDL_keycode.h:269:5: note: previous definition of ‘SDLK_KP_CLEARENTRY’ was here
  12906. SDLK_KP_CLEARENTRY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_CLEARENTRY),
  12907. ^
  12908. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12909. from /usr/include/SDL2/SDL_events.h:34,
  12910. from /usr/include/SDL2/SDL.h:76,
  12911. from /usr/include/SDL2/SDL_image.h:27,
  12912. from src/../include/simple2d.h:92,
  12913. from src/controllers.c:3:
  12914. /usr/include/SDL2/SDL_keycode.h:267:5: error: redeclaration of enumerator ‘SDLK_KP_BINARY’
  12915. SDLK_KP_BINARY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_BINARY),
  12916. ^
  12917. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12918. from /usr/local/include/SDL2/SDL_events.h:34,
  12919. from /usr/local/include/SDL2/SDL.h:41,
  12920. from src/../include/simple2d.h:63,
  12921. from src/controllers.c:3:
  12922. /usr/local/include/SDL2/SDL_keycode.h:270:5: note: previous definition of ‘SDLK_KP_BINARY’ was here
  12923. SDLK_KP_BINARY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_BINARY),
  12924. ^
  12925. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12926. from /usr/include/SDL2/SDL_events.h:34,
  12927. from /usr/include/SDL2/SDL.h:76,
  12928. from /usr/include/SDL2/SDL_image.h:27,
  12929. from src/../include/simple2d.h:92,
  12930. from src/controllers.c:3:
  12931. /usr/include/SDL2/SDL_keycode.h:268:5: error: redeclaration of enumerator ‘SDLK_KP_OCTAL’
  12932. SDLK_KP_OCTAL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_OCTAL),
  12933. ^
  12934. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12935. from /usr/local/include/SDL2/SDL_events.h:34,
  12936. from /usr/local/include/SDL2/SDL.h:41,
  12937. from src/../include/simple2d.h:63,
  12938. from src/controllers.c:3:
  12939. /usr/local/include/SDL2/SDL_keycode.h:271:5: note: previous definition of ‘SDLK_KP_OCTAL’ was here
  12940. SDLK_KP_OCTAL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_OCTAL),
  12941. ^
  12942. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12943. from /usr/include/SDL2/SDL_events.h:34,
  12944. from /usr/include/SDL2/SDL.h:76,
  12945. from /usr/include/SDL2/SDL_image.h:27,
  12946. from src/../include/simple2d.h:92,
  12947. from src/controllers.c:3:
  12948. /usr/include/SDL2/SDL_keycode.h:269:5: error: redeclaration of enumerator ‘SDLK_KP_DECIMAL’
  12949. SDLK_KP_DECIMAL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_DECIMAL),
  12950. ^
  12951. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12952. from /usr/local/include/SDL2/SDL_events.h:34,
  12953. from /usr/local/include/SDL2/SDL.h:41,
  12954. from src/../include/simple2d.h:63,
  12955. from src/controllers.c:3:
  12956. /usr/local/include/SDL2/SDL_keycode.h:272:5: note: previous definition of ‘SDLK_KP_DECIMAL’ was here
  12957. SDLK_KP_DECIMAL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_DECIMAL),
  12958. ^
  12959. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12960. from /usr/include/SDL2/SDL_events.h:34,
  12961. from /usr/include/SDL2/SDL.h:76,
  12962. from /usr/include/SDL2/SDL_image.h:27,
  12963. from src/../include/simple2d.h:92,
  12964. from src/controllers.c:3:
  12965. /usr/include/SDL2/SDL_keycode.h:270:5: error: redeclaration of enumerator ‘SDLK_KP_HEXADECIMAL’
  12966. SDLK_KP_HEXADECIMAL =
  12967. ^
  12968. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12969. from /usr/local/include/SDL2/SDL_events.h:34,
  12970. from /usr/local/include/SDL2/SDL.h:41,
  12971. from src/../include/simple2d.h:63,
  12972. from src/controllers.c:3:
  12973. /usr/local/include/SDL2/SDL_keycode.h:273:5: note: previous definition of ‘SDLK_KP_HEXADECIMAL’ was here
  12974. SDLK_KP_HEXADECIMAL =
  12975. ^
  12976. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12977. from /usr/include/SDL2/SDL_events.h:34,
  12978. from /usr/include/SDL2/SDL.h:76,
  12979. from /usr/include/SDL2/SDL_image.h:27,
  12980. from src/../include/simple2d.h:92,
  12981. from src/controllers.c:3:
  12982. /usr/include/SDL2/SDL_keycode.h:273:5: error: redeclaration of enumerator ‘SDLK_LCTRL’
  12983. SDLK_LCTRL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LCTRL),
  12984. ^
  12985. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  12986. from /usr/local/include/SDL2/SDL_events.h:34,
  12987. from /usr/local/include/SDL2/SDL.h:41,
  12988. from src/../include/simple2d.h:63,
  12989. from src/controllers.c:3:
  12990. /usr/local/include/SDL2/SDL_keycode.h:276:5: note: previous definition of ‘SDLK_LCTRL’ was here
  12991. SDLK_LCTRL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LCTRL),
  12992. ^
  12993. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  12994. from /usr/include/SDL2/SDL_events.h:34,
  12995. from /usr/include/SDL2/SDL.h:76,
  12996. from /usr/include/SDL2/SDL_image.h:27,
  12997. from src/../include/simple2d.h:92,
  12998. from src/controllers.c:3:
  12999. /usr/include/SDL2/SDL_keycode.h:274:5: error: redeclaration of enumerator ‘SDLK_LSHIFT’
  13000. SDLK_LSHIFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LSHIFT),
  13001. ^
  13002. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13003. from /usr/local/include/SDL2/SDL_events.h:34,
  13004. from /usr/local/include/SDL2/SDL.h:41,
  13005. from src/../include/simple2d.h:63,
  13006. from src/controllers.c:3:
  13007. /usr/local/include/SDL2/SDL_keycode.h:277:5: note: previous definition of ‘SDLK_LSHIFT’ was here
  13008. SDLK_LSHIFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LSHIFT),
  13009. ^
  13010. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13011. from /usr/include/SDL2/SDL_events.h:34,
  13012. from /usr/include/SDL2/SDL.h:76,
  13013. from /usr/include/SDL2/SDL_image.h:27,
  13014. from src/../include/simple2d.h:92,
  13015. from src/controllers.c:3:
  13016. /usr/include/SDL2/SDL_keycode.h:275:5: error: redeclaration of enumerator ‘SDLK_LALT’
  13017. SDLK_LALT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LALT),
  13018. ^
  13019. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13020. from /usr/local/include/SDL2/SDL_events.h:34,
  13021. from /usr/local/include/SDL2/SDL.h:41,
  13022. from src/../include/simple2d.h:63,
  13023. from src/controllers.c:3:
  13024. /usr/local/include/SDL2/SDL_keycode.h:278:5: note: previous definition of ‘SDLK_LALT’ was here
  13025. SDLK_LALT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LALT),
  13026. ^
  13027. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13028. from /usr/include/SDL2/SDL_events.h:34,
  13029. from /usr/include/SDL2/SDL.h:76,
  13030. from /usr/include/SDL2/SDL_image.h:27,
  13031. from src/../include/simple2d.h:92,
  13032. from src/controllers.c:3:
  13033. /usr/include/SDL2/SDL_keycode.h:276:5: error: redeclaration of enumerator ‘SDLK_LGUI’
  13034. SDLK_LGUI = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LGUI),
  13035. ^
  13036. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13037. from /usr/local/include/SDL2/SDL_events.h:34,
  13038. from /usr/local/include/SDL2/SDL.h:41,
  13039. from src/../include/simple2d.h:63,
  13040. from src/controllers.c:3:
  13041. /usr/local/include/SDL2/SDL_keycode.h:279:5: note: previous definition of ‘SDLK_LGUI’ was here
  13042. SDLK_LGUI = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_LGUI),
  13043. ^
  13044. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13045. from /usr/include/SDL2/SDL_events.h:34,
  13046. from /usr/include/SDL2/SDL.h:76,
  13047. from /usr/include/SDL2/SDL_image.h:27,
  13048. from src/../include/simple2d.h:92,
  13049. from src/controllers.c:3:
  13050. /usr/include/SDL2/SDL_keycode.h:277:5: error: redeclaration of enumerator ‘SDLK_RCTRL’
  13051. SDLK_RCTRL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RCTRL),
  13052. ^
  13053. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13054. from /usr/local/include/SDL2/SDL_events.h:34,
  13055. from /usr/local/include/SDL2/SDL.h:41,
  13056. from src/../include/simple2d.h:63,
  13057. from src/controllers.c:3:
  13058. /usr/local/include/SDL2/SDL_keycode.h:280:5: note: previous definition of ‘SDLK_RCTRL’ was here
  13059. SDLK_RCTRL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RCTRL),
  13060. ^
  13061. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13062. from /usr/include/SDL2/SDL_events.h:34,
  13063. from /usr/include/SDL2/SDL.h:76,
  13064. from /usr/include/SDL2/SDL_image.h:27,
  13065. from src/../include/simple2d.h:92,
  13066. from src/controllers.c:3:
  13067. /usr/include/SDL2/SDL_keycode.h:278:5: error: redeclaration of enumerator ‘SDLK_RSHIFT’
  13068. SDLK_RSHIFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RSHIFT),
  13069. ^
  13070. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13071. from /usr/local/include/SDL2/SDL_events.h:34,
  13072. from /usr/local/include/SDL2/SDL.h:41,
  13073. from src/../include/simple2d.h:63,
  13074. from src/controllers.c:3:
  13075. /usr/local/include/SDL2/SDL_keycode.h:281:5: note: previous definition of ‘SDLK_RSHIFT’ was here
  13076. SDLK_RSHIFT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RSHIFT),
  13077. ^
  13078. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13079. from /usr/include/SDL2/SDL_events.h:34,
  13080. from /usr/include/SDL2/SDL.h:76,
  13081. from /usr/include/SDL2/SDL_image.h:27,
  13082. from src/../include/simple2d.h:92,
  13083. from src/controllers.c:3:
  13084. /usr/include/SDL2/SDL_keycode.h:279:5: error: redeclaration of enumerator ‘SDLK_RALT’
  13085. SDLK_RALT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RALT),
  13086. ^
  13087. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13088. from /usr/local/include/SDL2/SDL_events.h:34,
  13089. from /usr/local/include/SDL2/SDL.h:41,
  13090. from src/../include/simple2d.h:63,
  13091. from src/controllers.c:3:
  13092. /usr/local/include/SDL2/SDL_keycode.h:282:5: note: previous definition of ‘SDLK_RALT’ was here
  13093. SDLK_RALT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RALT),
  13094. ^
  13095. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13096. from /usr/include/SDL2/SDL_events.h:34,
  13097. from /usr/include/SDL2/SDL.h:76,
  13098. from /usr/include/SDL2/SDL_image.h:27,
  13099. from src/../include/simple2d.h:92,
  13100. from src/controllers.c:3:
  13101. /usr/include/SDL2/SDL_keycode.h:280:5: error: redeclaration of enumerator ‘SDLK_RGUI’
  13102. SDLK_RGUI = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RGUI),
  13103. ^
  13104. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13105. from /usr/local/include/SDL2/SDL_events.h:34,
  13106. from /usr/local/include/SDL2/SDL.h:41,
  13107. from src/../include/simple2d.h:63,
  13108. from src/controllers.c:3:
  13109. /usr/local/include/SDL2/SDL_keycode.h:283:5: note: previous definition of ‘SDLK_RGUI’ was here
  13110. SDLK_RGUI = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_RGUI),
  13111. ^
  13112. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13113. from /usr/include/SDL2/SDL_events.h:34,
  13114. from /usr/include/SDL2/SDL.h:76,
  13115. from /usr/include/SDL2/SDL_image.h:27,
  13116. from src/../include/simple2d.h:92,
  13117. from src/controllers.c:3:
  13118. /usr/include/SDL2/SDL_keycode.h:282:5: error: redeclaration of enumerator ‘SDLK_MODE’
  13119. SDLK_MODE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MODE),
  13120. ^
  13121. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13122. from /usr/local/include/SDL2/SDL_events.h:34,
  13123. from /usr/local/include/SDL2/SDL.h:41,
  13124. from src/../include/simple2d.h:63,
  13125. from src/controllers.c:3:
  13126. /usr/local/include/SDL2/SDL_keycode.h:285:5: note: previous definition of ‘SDLK_MODE’ was here
  13127. SDLK_MODE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MODE),
  13128. ^
  13129. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13130. from /usr/include/SDL2/SDL_events.h:34,
  13131. from /usr/include/SDL2/SDL.h:76,
  13132. from /usr/include/SDL2/SDL_image.h:27,
  13133. from src/../include/simple2d.h:92,
  13134. from src/controllers.c:3:
  13135. /usr/include/SDL2/SDL_keycode.h:284:5: error: redeclaration of enumerator ‘SDLK_AUDIONEXT’
  13136. SDLK_AUDIONEXT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIONEXT),
  13137. ^
  13138. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13139. from /usr/local/include/SDL2/SDL_events.h:34,
  13140. from /usr/local/include/SDL2/SDL.h:41,
  13141. from src/../include/simple2d.h:63,
  13142. from src/controllers.c:3:
  13143. /usr/local/include/SDL2/SDL_keycode.h:287:5: note: previous definition of ‘SDLK_AUDIONEXT’ was here
  13144. SDLK_AUDIONEXT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIONEXT),
  13145. ^
  13146. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13147. from /usr/include/SDL2/SDL_events.h:34,
  13148. from /usr/include/SDL2/SDL.h:76,
  13149. from /usr/include/SDL2/SDL_image.h:27,
  13150. from src/../include/simple2d.h:92,
  13151. from src/controllers.c:3:
  13152. /usr/include/SDL2/SDL_keycode.h:285:5: error: redeclaration of enumerator ‘SDLK_AUDIOPREV’
  13153. SDLK_AUDIOPREV = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOPREV),
  13154. ^
  13155. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13156. from /usr/local/include/SDL2/SDL_events.h:34,
  13157. from /usr/local/include/SDL2/SDL.h:41,
  13158. from src/../include/simple2d.h:63,
  13159. from src/controllers.c:3:
  13160. /usr/local/include/SDL2/SDL_keycode.h:288:5: note: previous definition of ‘SDLK_AUDIOPREV’ was here
  13161. SDLK_AUDIOPREV = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOPREV),
  13162. ^
  13163. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13164. from /usr/include/SDL2/SDL_events.h:34,
  13165. from /usr/include/SDL2/SDL.h:76,
  13166. from /usr/include/SDL2/SDL_image.h:27,
  13167. from src/../include/simple2d.h:92,
  13168. from src/controllers.c:3:
  13169. /usr/include/SDL2/SDL_keycode.h:286:5: error: redeclaration of enumerator ‘SDLK_AUDIOSTOP’
  13170. SDLK_AUDIOSTOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOSTOP),
  13171. ^
  13172. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13173. from /usr/local/include/SDL2/SDL_events.h:34,
  13174. from /usr/local/include/SDL2/SDL.h:41,
  13175. from src/../include/simple2d.h:63,
  13176. from src/controllers.c:3:
  13177. /usr/local/include/SDL2/SDL_keycode.h:289:5: note: previous definition of ‘SDLK_AUDIOSTOP’ was here
  13178. SDLK_AUDIOSTOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOSTOP),
  13179. ^
  13180. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13181. from /usr/include/SDL2/SDL_events.h:34,
  13182. from /usr/include/SDL2/SDL.h:76,
  13183. from /usr/include/SDL2/SDL_image.h:27,
  13184. from src/../include/simple2d.h:92,
  13185. from src/controllers.c:3:
  13186. /usr/include/SDL2/SDL_keycode.h:287:5: error: redeclaration of enumerator ‘SDLK_AUDIOPLAY’
  13187. SDLK_AUDIOPLAY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOPLAY),
  13188. ^
  13189. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13190. from /usr/local/include/SDL2/SDL_events.h:34,
  13191. from /usr/local/include/SDL2/SDL.h:41,
  13192. from src/../include/simple2d.h:63,
  13193. from src/controllers.c:3:
  13194. /usr/local/include/SDL2/SDL_keycode.h:290:5: note: previous definition of ‘SDLK_AUDIOPLAY’ was here
  13195. SDLK_AUDIOPLAY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOPLAY),
  13196. ^
  13197. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13198. from /usr/include/SDL2/SDL_events.h:34,
  13199. from /usr/include/SDL2/SDL.h:76,
  13200. from /usr/include/SDL2/SDL_image.h:27,
  13201. from src/../include/simple2d.h:92,
  13202. from src/controllers.c:3:
  13203. /usr/include/SDL2/SDL_keycode.h:288:5: error: redeclaration of enumerator ‘SDLK_AUDIOMUTE’
  13204. SDLK_AUDIOMUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOMUTE),
  13205. ^
  13206. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13207. from /usr/local/include/SDL2/SDL_events.h:34,
  13208. from /usr/local/include/SDL2/SDL.h:41,
  13209. from src/../include/simple2d.h:63,
  13210. from src/controllers.c:3:
  13211. /usr/local/include/SDL2/SDL_keycode.h:291:5: note: previous definition of ‘SDLK_AUDIOMUTE’ was here
  13212. SDLK_AUDIOMUTE = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOMUTE),
  13213. ^
  13214. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13215. from /usr/include/SDL2/SDL_events.h:34,
  13216. from /usr/include/SDL2/SDL.h:76,
  13217. from /usr/include/SDL2/SDL_image.h:27,
  13218. from src/../include/simple2d.h:92,
  13219. from src/controllers.c:3:
  13220. /usr/include/SDL2/SDL_keycode.h:289:5: error: redeclaration of enumerator ‘SDLK_MEDIASELECT’
  13221. SDLK_MEDIASELECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MEDIASELECT),
  13222. ^
  13223. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13224. from /usr/local/include/SDL2/SDL_events.h:34,
  13225. from /usr/local/include/SDL2/SDL.h:41,
  13226. from src/../include/simple2d.h:63,
  13227. from src/controllers.c:3:
  13228. /usr/local/include/SDL2/SDL_keycode.h:292:5: note: previous definition of ‘SDLK_MEDIASELECT’ was here
  13229. SDLK_MEDIASELECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MEDIASELECT),
  13230. ^
  13231. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13232. from /usr/include/SDL2/SDL_events.h:34,
  13233. from /usr/include/SDL2/SDL.h:76,
  13234. from /usr/include/SDL2/SDL_image.h:27,
  13235. from src/../include/simple2d.h:92,
  13236. from src/controllers.c:3:
  13237. /usr/include/SDL2/SDL_keycode.h:290:5: error: redeclaration of enumerator ‘SDLK_WWW’
  13238. SDLK_WWW = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_WWW),
  13239. ^
  13240. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13241. from /usr/local/include/SDL2/SDL_events.h:34,
  13242. from /usr/local/include/SDL2/SDL.h:41,
  13243. from src/../include/simple2d.h:63,
  13244. from src/controllers.c:3:
  13245. /usr/local/include/SDL2/SDL_keycode.h:293:5: note: previous definition of ‘SDLK_WWW’ was here
  13246. SDLK_WWW = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_WWW),
  13247. ^
  13248. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13249. from /usr/include/SDL2/SDL_events.h:34,
  13250. from /usr/include/SDL2/SDL.h:76,
  13251. from /usr/include/SDL2/SDL_image.h:27,
  13252. from src/../include/simple2d.h:92,
  13253. from src/controllers.c:3:
  13254. /usr/include/SDL2/SDL_keycode.h:291:5: error: redeclaration of enumerator ‘SDLK_MAIL’
  13255. SDLK_MAIL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MAIL),
  13256. ^
  13257. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13258. from /usr/local/include/SDL2/SDL_events.h:34,
  13259. from /usr/local/include/SDL2/SDL.h:41,
  13260. from src/../include/simple2d.h:63,
  13261. from src/controllers.c:3:
  13262. /usr/local/include/SDL2/SDL_keycode.h:294:5: note: previous definition of ‘SDLK_MAIL’ was here
  13263. SDLK_MAIL = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_MAIL),
  13264. ^
  13265. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13266. from /usr/include/SDL2/SDL_events.h:34,
  13267. from /usr/include/SDL2/SDL.h:76,
  13268. from /usr/include/SDL2/SDL_image.h:27,
  13269. from src/../include/simple2d.h:92,
  13270. from src/controllers.c:3:
  13271. /usr/include/SDL2/SDL_keycode.h:292:5: error: redeclaration of enumerator ‘SDLK_CALCULATOR’
  13272. SDLK_CALCULATOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CALCULATOR),
  13273. ^
  13274. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13275. from /usr/local/include/SDL2/SDL_events.h:34,
  13276. from /usr/local/include/SDL2/SDL.h:41,
  13277. from src/../include/simple2d.h:63,
  13278. from src/controllers.c:3:
  13279. /usr/local/include/SDL2/SDL_keycode.h:295:5: note: previous definition of ‘SDLK_CALCULATOR’ was here
  13280. SDLK_CALCULATOR = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_CALCULATOR),
  13281. ^
  13282. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13283. from /usr/include/SDL2/SDL_events.h:34,
  13284. from /usr/include/SDL2/SDL.h:76,
  13285. from /usr/include/SDL2/SDL_image.h:27,
  13286. from src/../include/simple2d.h:92,
  13287. from src/controllers.c:3:
  13288. /usr/include/SDL2/SDL_keycode.h:293:5: error: redeclaration of enumerator ‘SDLK_COMPUTER’
  13289. SDLK_COMPUTER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_COMPUTER),
  13290. ^
  13291. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13292. from /usr/local/include/SDL2/SDL_events.h:34,
  13293. from /usr/local/include/SDL2/SDL.h:41,
  13294. from src/../include/simple2d.h:63,
  13295. from src/controllers.c:3:
  13296. /usr/local/include/SDL2/SDL_keycode.h:296:5: note: previous definition of ‘SDLK_COMPUTER’ was here
  13297. SDLK_COMPUTER = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_COMPUTER),
  13298. ^
  13299. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13300. from /usr/include/SDL2/SDL_events.h:34,
  13301. from /usr/include/SDL2/SDL.h:76,
  13302. from /usr/include/SDL2/SDL_image.h:27,
  13303. from src/../include/simple2d.h:92,
  13304. from src/controllers.c:3:
  13305. /usr/include/SDL2/SDL_keycode.h:294:5: error: redeclaration of enumerator ‘SDLK_AC_SEARCH’
  13306. SDLK_AC_SEARCH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_SEARCH),
  13307. ^
  13308. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13309. from /usr/local/include/SDL2/SDL_events.h:34,
  13310. from /usr/local/include/SDL2/SDL.h:41,
  13311. from src/../include/simple2d.h:63,
  13312. from src/controllers.c:3:
  13313. /usr/local/include/SDL2/SDL_keycode.h:297:5: note: previous definition of ‘SDLK_AC_SEARCH’ was here
  13314. SDLK_AC_SEARCH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_SEARCH),
  13315. ^
  13316. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13317. from /usr/include/SDL2/SDL_events.h:34,
  13318. from /usr/include/SDL2/SDL.h:76,
  13319. from /usr/include/SDL2/SDL_image.h:27,
  13320. from src/../include/simple2d.h:92,
  13321. from src/controllers.c:3:
  13322. /usr/include/SDL2/SDL_keycode.h:295:5: error: redeclaration of enumerator ‘SDLK_AC_HOME’
  13323. SDLK_AC_HOME = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_HOME),
  13324. ^
  13325. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13326. from /usr/local/include/SDL2/SDL_events.h:34,
  13327. from /usr/local/include/SDL2/SDL.h:41,
  13328. from src/../include/simple2d.h:63,
  13329. from src/controllers.c:3:
  13330. /usr/local/include/SDL2/SDL_keycode.h:298:5: note: previous definition of ‘SDLK_AC_HOME’ was here
  13331. SDLK_AC_HOME = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_HOME),
  13332. ^
  13333. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13334. from /usr/include/SDL2/SDL_events.h:34,
  13335. from /usr/include/SDL2/SDL.h:76,
  13336. from /usr/include/SDL2/SDL_image.h:27,
  13337. from src/../include/simple2d.h:92,
  13338. from src/controllers.c:3:
  13339. /usr/include/SDL2/SDL_keycode.h:296:5: error: redeclaration of enumerator ‘SDLK_AC_BACK’
  13340. SDLK_AC_BACK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_BACK),
  13341. ^
  13342. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13343. from /usr/local/include/SDL2/SDL_events.h:34,
  13344. from /usr/local/include/SDL2/SDL.h:41,
  13345. from src/../include/simple2d.h:63,
  13346. from src/controllers.c:3:
  13347. /usr/local/include/SDL2/SDL_keycode.h:299:5: note: previous definition of ‘SDLK_AC_BACK’ was here
  13348. SDLK_AC_BACK = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_BACK),
  13349. ^
  13350. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13351. from /usr/include/SDL2/SDL_events.h:34,
  13352. from /usr/include/SDL2/SDL.h:76,
  13353. from /usr/include/SDL2/SDL_image.h:27,
  13354. from src/../include/simple2d.h:92,
  13355. from src/controllers.c:3:
  13356. /usr/include/SDL2/SDL_keycode.h:297:5: error: redeclaration of enumerator ‘SDLK_AC_FORWARD’
  13357. SDLK_AC_FORWARD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_FORWARD),
  13358. ^
  13359. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13360. from /usr/local/include/SDL2/SDL_events.h:34,
  13361. from /usr/local/include/SDL2/SDL.h:41,
  13362. from src/../include/simple2d.h:63,
  13363. from src/controllers.c:3:
  13364. /usr/local/include/SDL2/SDL_keycode.h:300:5: note: previous definition of ‘SDLK_AC_FORWARD’ was here
  13365. SDLK_AC_FORWARD = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_FORWARD),
  13366. ^
  13367. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13368. from /usr/include/SDL2/SDL_events.h:34,
  13369. from /usr/include/SDL2/SDL.h:76,
  13370. from /usr/include/SDL2/SDL_image.h:27,
  13371. from src/../include/simple2d.h:92,
  13372. from src/controllers.c:3:
  13373. /usr/include/SDL2/SDL_keycode.h:298:5: error: redeclaration of enumerator ‘SDLK_AC_STOP’
  13374. SDLK_AC_STOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_STOP),
  13375. ^
  13376. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13377. from /usr/local/include/SDL2/SDL_events.h:34,
  13378. from /usr/local/include/SDL2/SDL.h:41,
  13379. from src/../include/simple2d.h:63,
  13380. from src/controllers.c:3:
  13381. /usr/local/include/SDL2/SDL_keycode.h:301:5: note: previous definition of ‘SDLK_AC_STOP’ was here
  13382. SDLK_AC_STOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_STOP),
  13383. ^
  13384. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13385. from /usr/include/SDL2/SDL_events.h:34,
  13386. from /usr/include/SDL2/SDL.h:76,
  13387. from /usr/include/SDL2/SDL_image.h:27,
  13388. from src/../include/simple2d.h:92,
  13389. from src/controllers.c:3:
  13390. /usr/include/SDL2/SDL_keycode.h:299:5: error: redeclaration of enumerator ‘SDLK_AC_REFRESH’
  13391. SDLK_AC_REFRESH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_REFRESH),
  13392. ^
  13393. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13394. from /usr/local/include/SDL2/SDL_events.h:34,
  13395. from /usr/local/include/SDL2/SDL.h:41,
  13396. from src/../include/simple2d.h:63,
  13397. from src/controllers.c:3:
  13398. /usr/local/include/SDL2/SDL_keycode.h:302:5: note: previous definition of ‘SDLK_AC_REFRESH’ was here
  13399. SDLK_AC_REFRESH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_REFRESH),
  13400. ^
  13401. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13402. from /usr/include/SDL2/SDL_events.h:34,
  13403. from /usr/include/SDL2/SDL.h:76,
  13404. from /usr/include/SDL2/SDL_image.h:27,
  13405. from src/../include/simple2d.h:92,
  13406. from src/controllers.c:3:
  13407. /usr/include/SDL2/SDL_keycode.h:300:5: error: redeclaration of enumerator ‘SDLK_AC_BOOKMARKS’
  13408. SDLK_AC_BOOKMARKS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_BOOKMARKS),
  13409. ^
  13410. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13411. from /usr/local/include/SDL2/SDL_events.h:34,
  13412. from /usr/local/include/SDL2/SDL.h:41,
  13413. from src/../include/simple2d.h:63,
  13414. from src/controllers.c:3:
  13415. /usr/local/include/SDL2/SDL_keycode.h:303:5: note: previous definition of ‘SDLK_AC_BOOKMARKS’ was here
  13416. SDLK_AC_BOOKMARKS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_BOOKMARKS),
  13417. ^
  13418. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13419. from /usr/include/SDL2/SDL_events.h:34,
  13420. from /usr/include/SDL2/SDL.h:76,
  13421. from /usr/include/SDL2/SDL_image.h:27,
  13422. from src/../include/simple2d.h:92,
  13423. from src/controllers.c:3:
  13424. /usr/include/SDL2/SDL_keycode.h:302:5: error: redeclaration of enumerator ‘SDLK_BRIGHTNESSDOWN’
  13425. SDLK_BRIGHTNESSDOWN =
  13426. ^
  13427. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13428. from /usr/local/include/SDL2/SDL_events.h:34,
  13429. from /usr/local/include/SDL2/SDL.h:41,
  13430. from src/../include/simple2d.h:63,
  13431. from src/controllers.c:3:
  13432. /usr/local/include/SDL2/SDL_keycode.h:305:5: note: previous definition of ‘SDLK_BRIGHTNESSDOWN’ was here
  13433. SDLK_BRIGHTNESSDOWN =
  13434. ^
  13435. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13436. from /usr/include/SDL2/SDL_events.h:34,
  13437. from /usr/include/SDL2/SDL.h:76,
  13438. from /usr/include/SDL2/SDL_image.h:27,
  13439. from src/../include/simple2d.h:92,
  13440. from src/controllers.c:3:
  13441. /usr/include/SDL2/SDL_keycode.h:304:5: error: redeclaration of enumerator ‘SDLK_BRIGHTNESSUP’
  13442. SDLK_BRIGHTNESSUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_BRIGHTNESSUP),
  13443. ^
  13444. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13445. from /usr/local/include/SDL2/SDL_events.h:34,
  13446. from /usr/local/include/SDL2/SDL.h:41,
  13447. from src/../include/simple2d.h:63,
  13448. from src/controllers.c:3:
  13449. /usr/local/include/SDL2/SDL_keycode.h:307:5: note: previous definition of ‘SDLK_BRIGHTNESSUP’ was here
  13450. SDLK_BRIGHTNESSUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_BRIGHTNESSUP),
  13451. ^
  13452. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13453. from /usr/include/SDL2/SDL_events.h:34,
  13454. from /usr/include/SDL2/SDL.h:76,
  13455. from /usr/include/SDL2/SDL_image.h:27,
  13456. from src/../include/simple2d.h:92,
  13457. from src/controllers.c:3:
  13458. /usr/include/SDL2/SDL_keycode.h:305:5: error: redeclaration of enumerator ‘SDLK_DISPLAYSWITCH’
  13459. SDLK_DISPLAYSWITCH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_DISPLAYSWITCH),
  13460. ^
  13461. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13462. from /usr/local/include/SDL2/SDL_events.h:34,
  13463. from /usr/local/include/SDL2/SDL.h:41,
  13464. from src/../include/simple2d.h:63,
  13465. from src/controllers.c:3:
  13466. /usr/local/include/SDL2/SDL_keycode.h:308:5: note: previous definition of ‘SDLK_DISPLAYSWITCH’ was here
  13467. SDLK_DISPLAYSWITCH = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_DISPLAYSWITCH),
  13468. ^
  13469. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13470. from /usr/include/SDL2/SDL_events.h:34,
  13471. from /usr/include/SDL2/SDL.h:76,
  13472. from /usr/include/SDL2/SDL_image.h:27,
  13473. from src/../include/simple2d.h:92,
  13474. from src/controllers.c:3:
  13475. /usr/include/SDL2/SDL_keycode.h:306:5: error: redeclaration of enumerator ‘SDLK_KBDILLUMTOGGLE’
  13476. SDLK_KBDILLUMTOGGLE =
  13477. ^
  13478. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13479. from /usr/local/include/SDL2/SDL_events.h:34,
  13480. from /usr/local/include/SDL2/SDL.h:41,
  13481. from src/../include/simple2d.h:63,
  13482. from src/controllers.c:3:
  13483. /usr/local/include/SDL2/SDL_keycode.h:309:5: note: previous definition of ‘SDLK_KBDILLUMTOGGLE’ was here
  13484. SDLK_KBDILLUMTOGGLE =
  13485. ^
  13486. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13487. from /usr/include/SDL2/SDL_events.h:34,
  13488. from /usr/include/SDL2/SDL.h:76,
  13489. from /usr/include/SDL2/SDL_image.h:27,
  13490. from src/../include/simple2d.h:92,
  13491. from src/controllers.c:3:
  13492. /usr/include/SDL2/SDL_keycode.h:308:5: error: redeclaration of enumerator ‘SDLK_KBDILLUMDOWN’
  13493. SDLK_KBDILLUMDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMDOWN),
  13494. ^
  13495. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13496. from /usr/local/include/SDL2/SDL_events.h:34,
  13497. from /usr/local/include/SDL2/SDL.h:41,
  13498. from src/../include/simple2d.h:63,
  13499. from src/controllers.c:3:
  13500. /usr/local/include/SDL2/SDL_keycode.h:311:5: note: previous definition of ‘SDLK_KBDILLUMDOWN’ was here
  13501. SDLK_KBDILLUMDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMDOWN),
  13502. ^
  13503. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13504. from /usr/include/SDL2/SDL_events.h:34,
  13505. from /usr/include/SDL2/SDL.h:76,
  13506. from /usr/include/SDL2/SDL_image.h:27,
  13507. from src/../include/simple2d.h:92,
  13508. from src/controllers.c:3:
  13509. /usr/include/SDL2/SDL_keycode.h:309:5: error: redeclaration of enumerator ‘SDLK_KBDILLUMUP’
  13510. SDLK_KBDILLUMUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMUP),
  13511. ^
  13512. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13513. from /usr/local/include/SDL2/SDL_events.h:34,
  13514. from /usr/local/include/SDL2/SDL.h:41,
  13515. from src/../include/simple2d.h:63,
  13516. from src/controllers.c:3:
  13517. /usr/local/include/SDL2/SDL_keycode.h:312:5: note: previous definition of ‘SDLK_KBDILLUMUP’ was here
  13518. SDLK_KBDILLUMUP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KBDILLUMUP),
  13519. ^
  13520. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13521. from /usr/include/SDL2/SDL_events.h:34,
  13522. from /usr/include/SDL2/SDL.h:76,
  13523. from /usr/include/SDL2/SDL_image.h:27,
  13524. from src/../include/simple2d.h:92,
  13525. from src/controllers.c:3:
  13526. /usr/include/SDL2/SDL_keycode.h:310:5: error: redeclaration of enumerator ‘SDLK_EJECT’
  13527. SDLK_EJECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EJECT),
  13528. ^
  13529. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13530. from /usr/local/include/SDL2/SDL_events.h:34,
  13531. from /usr/local/include/SDL2/SDL.h:41,
  13532. from src/../include/simple2d.h:63,
  13533. from src/controllers.c:3:
  13534. /usr/local/include/SDL2/SDL_keycode.h:313:5: note: previous definition of ‘SDLK_EJECT’ was here
  13535. SDLK_EJECT = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_EJECT),
  13536. ^
  13537. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13538. from /usr/include/SDL2/SDL_events.h:34,
  13539. from /usr/include/SDL2/SDL.h:76,
  13540. from /usr/include/SDL2/SDL_image.h:27,
  13541. from src/../include/simple2d.h:92,
  13542. from src/controllers.c:3:
  13543. /usr/include/SDL2/SDL_keycode.h:311:5: error: redeclaration of enumerator ‘SDLK_SLEEP’
  13544. SDLK_SLEEP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SLEEP)
  13545. ^
  13546. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13547. from /usr/local/include/SDL2/SDL_events.h:34,
  13548. from /usr/local/include/SDL2/SDL.h:41,
  13549. from src/../include/simple2d.h:63,
  13550. from src/controllers.c:3:
  13551. /usr/local/include/SDL2/SDL_keycode.h:314:5: note: previous definition of ‘SDLK_SLEEP’ was here
  13552. SDLK_SLEEP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_SLEEP),
  13553. ^
  13554. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13555. from /usr/include/SDL2/SDL_events.h:34,
  13556. from /usr/include/SDL2/SDL.h:76,
  13557. from /usr/include/SDL2/SDL_image.h:27,
  13558. from src/../include/simple2d.h:92,
  13559. from src/controllers.c:3:
  13560. /usr/include/SDL2/SDL_keycode.h:319:5: error: redeclaration of enumerator ‘KMOD_NONE’
  13561. KMOD_NONE = 0x0000,
  13562. ^
  13563. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13564. from /usr/local/include/SDL2/SDL_events.h:34,
  13565. from /usr/local/include/SDL2/SDL.h:41,
  13566. from src/../include/simple2d.h:63,
  13567. from src/controllers.c:3:
  13568. /usr/local/include/SDL2/SDL_keycode.h:327:5: note: previous definition of ‘KMOD_NONE’ was here
  13569. KMOD_NONE = 0x0000,
  13570. ^
  13571. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13572. from /usr/include/SDL2/SDL_events.h:34,
  13573. from /usr/include/SDL2/SDL.h:76,
  13574. from /usr/include/SDL2/SDL_image.h:27,
  13575. from src/../include/simple2d.h:92,
  13576. from src/controllers.c:3:
  13577. /usr/include/SDL2/SDL_keycode.h:320:5: error: redeclaration of enumerator ‘KMOD_LSHIFT’
  13578. KMOD_LSHIFT = 0x0001,
  13579. ^
  13580. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13581. from /usr/local/include/SDL2/SDL_events.h:34,
  13582. from /usr/local/include/SDL2/SDL.h:41,
  13583. from src/../include/simple2d.h:63,
  13584. from src/controllers.c:3:
  13585. /usr/local/include/SDL2/SDL_keycode.h:328:5: note: previous definition of ‘KMOD_LSHIFT’ was here
  13586. KMOD_LSHIFT = 0x0001,
  13587. ^
  13588. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13589. from /usr/include/SDL2/SDL_events.h:34,
  13590. from /usr/include/SDL2/SDL.h:76,
  13591. from /usr/include/SDL2/SDL_image.h:27,
  13592. from src/../include/simple2d.h:92,
  13593. from src/controllers.c:3:
  13594. /usr/include/SDL2/SDL_keycode.h:321:5: error: redeclaration of enumerator ‘KMOD_RSHIFT’
  13595. KMOD_RSHIFT = 0x0002,
  13596. ^
  13597. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13598. from /usr/local/include/SDL2/SDL_events.h:34,
  13599. from /usr/local/include/SDL2/SDL.h:41,
  13600. from src/../include/simple2d.h:63,
  13601. from src/controllers.c:3:
  13602. /usr/local/include/SDL2/SDL_keycode.h:329:5: note: previous definition of ‘KMOD_RSHIFT’ was here
  13603. KMOD_RSHIFT = 0x0002,
  13604. ^
  13605. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13606. from /usr/include/SDL2/SDL_events.h:34,
  13607. from /usr/include/SDL2/SDL.h:76,
  13608. from /usr/include/SDL2/SDL_image.h:27,
  13609. from src/../include/simple2d.h:92,
  13610. from src/controllers.c:3:
  13611. /usr/include/SDL2/SDL_keycode.h:322:5: error: redeclaration of enumerator ‘KMOD_LCTRL’
  13612. KMOD_LCTRL = 0x0040,
  13613. ^
  13614. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13615. from /usr/local/include/SDL2/SDL_events.h:34,
  13616. from /usr/local/include/SDL2/SDL.h:41,
  13617. from src/../include/simple2d.h:63,
  13618. from src/controllers.c:3:
  13619. /usr/local/include/SDL2/SDL_keycode.h:330:5: note: previous definition of ‘KMOD_LCTRL’ was here
  13620. KMOD_LCTRL = 0x0040,
  13621. ^
  13622. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13623. from /usr/include/SDL2/SDL_events.h:34,
  13624. from /usr/include/SDL2/SDL.h:76,
  13625. from /usr/include/SDL2/SDL_image.h:27,
  13626. from src/../include/simple2d.h:92,
  13627. from src/controllers.c:3:
  13628. /usr/include/SDL2/SDL_keycode.h:323:5: error: redeclaration of enumerator ‘KMOD_RCTRL’
  13629. KMOD_RCTRL = 0x0080,
  13630. ^
  13631. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13632. from /usr/local/include/SDL2/SDL_events.h:34,
  13633. from /usr/local/include/SDL2/SDL.h:41,
  13634. from src/../include/simple2d.h:63,
  13635. from src/controllers.c:3:
  13636. /usr/local/include/SDL2/SDL_keycode.h:331:5: note: previous definition of ‘KMOD_RCTRL’ was here
  13637. KMOD_RCTRL = 0x0080,
  13638. ^
  13639. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13640. from /usr/include/SDL2/SDL_events.h:34,
  13641. from /usr/include/SDL2/SDL.h:76,
  13642. from /usr/include/SDL2/SDL_image.h:27,
  13643. from src/../include/simple2d.h:92,
  13644. from src/controllers.c:3:
  13645. /usr/include/SDL2/SDL_keycode.h:324:5: error: redeclaration of enumerator ‘KMOD_LALT’
  13646. KMOD_LALT = 0x0100,
  13647. ^
  13648. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13649. from /usr/local/include/SDL2/SDL_events.h:34,
  13650. from /usr/local/include/SDL2/SDL.h:41,
  13651. from src/../include/simple2d.h:63,
  13652. from src/controllers.c:3:
  13653. /usr/local/include/SDL2/SDL_keycode.h:332:5: note: previous definition of ‘KMOD_LALT’ was here
  13654. KMOD_LALT = 0x0100,
  13655. ^
  13656. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13657. from /usr/include/SDL2/SDL_events.h:34,
  13658. from /usr/include/SDL2/SDL.h:76,
  13659. from /usr/include/SDL2/SDL_image.h:27,
  13660. from src/../include/simple2d.h:92,
  13661. from src/controllers.c:3:
  13662. /usr/include/SDL2/SDL_keycode.h:325:5: error: redeclaration of enumerator ‘KMOD_RALT’
  13663. KMOD_RALT = 0x0200,
  13664. ^
  13665. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13666. from /usr/local/include/SDL2/SDL_events.h:34,
  13667. from /usr/local/include/SDL2/SDL.h:41,
  13668. from src/../include/simple2d.h:63,
  13669. from src/controllers.c:3:
  13670. /usr/local/include/SDL2/SDL_keycode.h:333:5: note: previous definition of ‘KMOD_RALT’ was here
  13671. KMOD_RALT = 0x0200,
  13672. ^
  13673. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13674. from /usr/include/SDL2/SDL_events.h:34,
  13675. from /usr/include/SDL2/SDL.h:76,
  13676. from /usr/include/SDL2/SDL_image.h:27,
  13677. from src/../include/simple2d.h:92,
  13678. from src/controllers.c:3:
  13679. /usr/include/SDL2/SDL_keycode.h:326:5: error: redeclaration of enumerator ‘KMOD_LGUI’
  13680. KMOD_LGUI = 0x0400,
  13681. ^
  13682. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13683. from /usr/local/include/SDL2/SDL_events.h:34,
  13684. from /usr/local/include/SDL2/SDL.h:41,
  13685. from src/../include/simple2d.h:63,
  13686. from src/controllers.c:3:
  13687. /usr/local/include/SDL2/SDL_keycode.h:334:5: note: previous definition of ‘KMOD_LGUI’ was here
  13688. KMOD_LGUI = 0x0400,
  13689. ^
  13690. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13691. from /usr/include/SDL2/SDL_events.h:34,
  13692. from /usr/include/SDL2/SDL.h:76,
  13693. from /usr/include/SDL2/SDL_image.h:27,
  13694. from src/../include/simple2d.h:92,
  13695. from src/controllers.c:3:
  13696. /usr/include/SDL2/SDL_keycode.h:327:5: error: redeclaration of enumerator ‘KMOD_RGUI’
  13697. KMOD_RGUI = 0x0800,
  13698. ^
  13699. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13700. from /usr/local/include/SDL2/SDL_events.h:34,
  13701. from /usr/local/include/SDL2/SDL.h:41,
  13702. from src/../include/simple2d.h:63,
  13703. from src/controllers.c:3:
  13704. /usr/local/include/SDL2/SDL_keycode.h:335:5: note: previous definition of ‘KMOD_RGUI’ was here
  13705. KMOD_RGUI = 0x0800,
  13706. ^
  13707. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13708. from /usr/include/SDL2/SDL_events.h:34,
  13709. from /usr/include/SDL2/SDL.h:76,
  13710. from /usr/include/SDL2/SDL_image.h:27,
  13711. from src/../include/simple2d.h:92,
  13712. from src/controllers.c:3:
  13713. /usr/include/SDL2/SDL_keycode.h:328:5: error: redeclaration of enumerator ‘KMOD_NUM’
  13714. KMOD_NUM = 0x1000,
  13715. ^
  13716. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13717. from /usr/local/include/SDL2/SDL_events.h:34,
  13718. from /usr/local/include/SDL2/SDL.h:41,
  13719. from src/../include/simple2d.h:63,
  13720. from src/controllers.c:3:
  13721. /usr/local/include/SDL2/SDL_keycode.h:336:5: note: previous definition of ‘KMOD_NUM’ was here
  13722. KMOD_NUM = 0x1000,
  13723. ^
  13724. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13725. from /usr/include/SDL2/SDL_events.h:34,
  13726. from /usr/include/SDL2/SDL.h:76,
  13727. from /usr/include/SDL2/SDL_image.h:27,
  13728. from src/../include/simple2d.h:92,
  13729. from src/controllers.c:3:
  13730. /usr/include/SDL2/SDL_keycode.h:329:5: error: redeclaration of enumerator ‘KMOD_CAPS’
  13731. KMOD_CAPS = 0x2000,
  13732. ^
  13733. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13734. from /usr/local/include/SDL2/SDL_events.h:34,
  13735. from /usr/local/include/SDL2/SDL.h:41,
  13736. from src/../include/simple2d.h:63,
  13737. from src/controllers.c:3:
  13738. /usr/local/include/SDL2/SDL_keycode.h:337:5: note: previous definition of ‘KMOD_CAPS’ was here
  13739. KMOD_CAPS = 0x2000,
  13740. ^
  13741. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13742. from /usr/include/SDL2/SDL_events.h:34,
  13743. from /usr/include/SDL2/SDL.h:76,
  13744. from /usr/include/SDL2/SDL_image.h:27,
  13745. from src/../include/simple2d.h:92,
  13746. from src/controllers.c:3:
  13747. /usr/include/SDL2/SDL_keycode.h:330:5: error: redeclaration of enumerator ‘KMOD_MODE’
  13748. KMOD_MODE = 0x4000,
  13749. ^
  13750. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13751. from /usr/local/include/SDL2/SDL_events.h:34,
  13752. from /usr/local/include/SDL2/SDL.h:41,
  13753. from src/../include/simple2d.h:63,
  13754. from src/controllers.c:3:
  13755. /usr/local/include/SDL2/SDL_keycode.h:338:5: note: previous definition of ‘KMOD_MODE’ was here
  13756. KMOD_MODE = 0x4000,
  13757. ^
  13758. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13759. from /usr/include/SDL2/SDL_events.h:34,
  13760. from /usr/include/SDL2/SDL.h:76,
  13761. from /usr/include/SDL2/SDL_image.h:27,
  13762. from src/../include/simple2d.h:92,
  13763. from src/controllers.c:3:
  13764. /usr/include/SDL2/SDL_keycode.h:331:5: error: redeclaration of enumerator ‘KMOD_RESERVED’
  13765. KMOD_RESERVED = 0x8000
  13766. ^
  13767. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13768. from /usr/local/include/SDL2/SDL_events.h:34,
  13769. from /usr/local/include/SDL2/SDL.h:41,
  13770. from src/../include/simple2d.h:63,
  13771. from src/controllers.c:3:
  13772. /usr/local/include/SDL2/SDL_keycode.h:339:5: note: previous definition of ‘KMOD_RESERVED’ was here
  13773. KMOD_RESERVED = 0x8000
  13774. ^
  13775. In file included from /usr/include/SDL2/SDL_keyboard.h:33:0,
  13776. from /usr/include/SDL2/SDL_events.h:34,
  13777. from /usr/include/SDL2/SDL.h:76,
  13778. from /usr/include/SDL2/SDL_image.h:27,
  13779. from src/../include/simple2d.h:92,
  13780. from src/controllers.c:3:
  13781. /usr/include/SDL2/SDL_keycode.h:332:3: error: conflicting types for ‘SDL_Keymod’
  13782. } SDL_Keymod;
  13783. ^
  13784. In file included from /usr/local/include/SDL2/SDL_keyboard.h:33:0,
  13785. from /usr/local/include/SDL2/SDL_events.h:34,
  13786. from /usr/local/include/SDL2/SDL.h:41,
  13787. from src/../include/simple2d.h:63,
  13788. from src/controllers.c:3:
  13789. /usr/local/include/SDL2/SDL_keycode.h:340:3: note: previous declaration of ‘SDL_Keymod’ was here
  13790. } SDL_Keymod;
  13791. ^
  13792. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13793. from /usr/include/SDL2/SDL.h:76,
  13794. from /usr/include/SDL2/SDL_image.h:27,
  13795. from src/../include/simple2d.h:92,
  13796. from src/controllers.c:3:
  13797. /usr/include/SDL2/SDL_keyboard.h:47:16: error: redefinition of ‘struct SDL_Keysym’
  13798. typedef struct SDL_Keysym
  13799. ^
  13800. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13801. from /usr/local/include/SDL2/SDL.h:41,
  13802. from src/../include/simple2d.h:63,
  13803. from src/controllers.c:3:
  13804. /usr/local/include/SDL2/SDL_keyboard.h:47:16: note: originally defined here
  13805. typedef struct SDL_Keysym
  13806. ^
  13807. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13808. from /usr/include/SDL2/SDL.h:76,
  13809. from /usr/include/SDL2/SDL_image.h:27,
  13810. from src/../include/simple2d.h:92,
  13811. from src/controllers.c:3:
  13812. /usr/include/SDL2/SDL_keyboard.h:53:3: error: conflicting types for ‘SDL_Keysym’
  13813. } SDL_Keysym;
  13814. ^
  13815. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13816. from /usr/local/include/SDL2/SDL.h:41,
  13817. from src/../include/simple2d.h:63,
  13818. from src/controllers.c:3:
  13819. /usr/local/include/SDL2/SDL_keyboard.h:53:3: note: previous declaration of ‘SDL_Keysym’ was here
  13820. } SDL_Keysym;
  13821. ^
  13822. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13823. from /usr/include/SDL2/SDL.h:76,
  13824. from /usr/include/SDL2/SDL_image.h:27,
  13825. from src/../include/simple2d.h:92,
  13826. from src/controllers.c:3:
  13827. /usr/include/SDL2/SDL_keyboard.h:82:36: error: conflicting types for ‘SDL_GetModState’
  13828. extern DECLSPEC SDL_Keymod SDLCALL SDL_GetModState(void);
  13829. ^
  13830. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13831. from /usr/local/include/SDL2/SDL.h:41,
  13832. from src/../include/simple2d.h:63,
  13833. from src/controllers.c:3:
  13834. /usr/local/include/SDL2/SDL_keyboard.h:82:36: note: previous declaration of ‘SDL_GetModState’ was here
  13835. extern DECLSPEC SDL_Keymod SDLCALL SDL_GetModState(void);
  13836. ^
  13837. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13838. from /usr/include/SDL2/SDL.h:76,
  13839. from /usr/include/SDL2/SDL_image.h:27,
  13840. from src/../include/simple2d.h:92,
  13841. from src/controllers.c:3:
  13842. /usr/include/SDL2/SDL_keyboard.h:89:30: error: conflicting types for ‘SDL_SetModState’
  13843. extern DECLSPEC void SDLCALL SDL_SetModState(SDL_Keymod modstate);
  13844. ^
  13845. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13846. from /usr/local/include/SDL2/SDL.h:41,
  13847. from src/../include/simple2d.h:63,
  13848. from src/controllers.c:3:
  13849. /usr/local/include/SDL2/SDL_keyboard.h:89:30: note: previous declaration of ‘SDL_SetModState’ was here
  13850. extern DECLSPEC void SDLCALL SDL_SetModState(SDL_Keymod modstate);
  13851. ^
  13852. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13853. from /usr/include/SDL2/SDL.h:76,
  13854. from /usr/include/SDL2/SDL_image.h:27,
  13855. from src/../include/simple2d.h:92,
  13856. from src/controllers.c:3:
  13857. /usr/include/SDL2/SDL_keyboard.h:99:37: error: conflicting types for ‘SDL_GetKeyFromScancode’
  13858. extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(SDL_Scancode scancode);
  13859. ^
  13860. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13861. from /usr/local/include/SDL2/SDL.h:41,
  13862. from src/../include/simple2d.h:63,
  13863. from src/controllers.c:3:
  13864. /usr/local/include/SDL2/SDL_keyboard.h:99:37: note: previous declaration of ‘SDL_GetKeyFromScancode’ was here
  13865. extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(SDL_Scancode scancode);
  13866. ^
  13867. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13868. from /usr/include/SDL2/SDL.h:76,
  13869. from /usr/include/SDL2/SDL_image.h:27,
  13870. from src/../include/simple2d.h:92,
  13871. from src/controllers.c:3:
  13872. /usr/include/SDL2/SDL_keyboard.h:109:38: error: conflicting types for ‘SDL_GetScancodeFromKey’
  13873. extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);
  13874. ^
  13875. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13876. from /usr/local/include/SDL2/SDL.h:41,
  13877. from src/../include/simple2d.h:63,
  13878. from src/controllers.c:3:
  13879. /usr/local/include/SDL2/SDL_keyboard.h:109:38: note: previous declaration of ‘SDL_GetScancodeFromKey’ was here
  13880. extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);
  13881. ^
  13882. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13883. from /usr/include/SDL2/SDL.h:76,
  13884. from /usr/include/SDL2/SDL_image.h:27,
  13885. from src/../include/simple2d.h:92,
  13886. from src/controllers.c:3:
  13887. /usr/include/SDL2/SDL_keyboard.h:120:37: error: conflicting types for ‘SDL_GetScancodeName’
  13888. extern DECLSPEC const char *SDLCALL SDL_GetScancodeName(SDL_Scancode scancode);
  13889. ^
  13890. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13891. from /usr/local/include/SDL2/SDL.h:41,
  13892. from src/../include/simple2d.h:63,
  13893. from src/controllers.c:3:
  13894. /usr/local/include/SDL2/SDL_keyboard.h:120:37: note: previous declaration of ‘SDL_GetScancodeName’ was here
  13895. extern DECLSPEC const char *SDLCALL SDL_GetScancodeName(SDL_Scancode scancode);
  13896. ^
  13897. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13898. from /usr/include/SDL2/SDL.h:76,
  13899. from /usr/include/SDL2/SDL_image.h:27,
  13900. from src/../include/simple2d.h:92,
  13901. from src/controllers.c:3:
  13902. /usr/include/SDL2/SDL_keyboard.h:129:38: error: conflicting types for ‘SDL_GetScancodeFromName’
  13903. extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name);
  13904. ^
  13905. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13906. from /usr/local/include/SDL2/SDL.h:41,
  13907. from src/../include/simple2d.h:63,
  13908. from src/controllers.c:3:
  13909. /usr/local/include/SDL2/SDL_keyboard.h:129:38: note: previous declaration of ‘SDL_GetScancodeFromName’ was here
  13910. extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name);
  13911. ^
  13912. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13913. from /usr/include/SDL2/SDL.h:76,
  13914. from /usr/include/SDL2/SDL_image.h:27,
  13915. from src/../include/simple2d.h:92,
  13916. from src/controllers.c:3:
  13917. /usr/include/SDL2/SDL_keyboard.h:168:34: error: conflicting types for ‘SDL_IsTextInputActive’
  13918. extern DECLSPEC SDL_bool SDLCALL SDL_IsTextInputActive(void);
  13919. ^
  13920. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13921. from /usr/local/include/SDL2/SDL.h:41,
  13922. from src/../include/simple2d.h:63,
  13923. from src/controllers.c:3:
  13924. /usr/local/include/SDL2/SDL_keyboard.h:168:34: note: previous declaration of ‘SDL_IsTextInputActive’ was here
  13925. extern DECLSPEC SDL_bool SDLCALL SDL_IsTextInputActive(void);
  13926. ^
  13927. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13928. from /usr/include/SDL2/SDL.h:76,
  13929. from /usr/include/SDL2/SDL_image.h:27,
  13930. from src/../include/simple2d.h:92,
  13931. from src/controllers.c:3:
  13932. /usr/include/SDL2/SDL_keyboard.h:185:30: error: conflicting types for ‘SDL_SetTextInputRect’
  13933. extern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect);
  13934. ^
  13935. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13936. from /usr/local/include/SDL2/SDL.h:41,
  13937. from src/../include/simple2d.h:63,
  13938. from src/controllers.c:3:
  13939. /usr/local/include/SDL2/SDL_keyboard.h:185:30: note: previous declaration of ‘SDL_SetTextInputRect’ was here
  13940. extern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect);
  13941. ^
  13942. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13943. from /usr/include/SDL2/SDL.h:76,
  13944. from /usr/include/SDL2/SDL_image.h:27,
  13945. from src/../include/simple2d.h:92,
  13946. from src/controllers.c:3:
  13947. /usr/include/SDL2/SDL_keyboard.h:196:34: error: conflicting types for ‘SDL_HasScreenKeyboardSupport’
  13948. extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(void);
  13949. ^
  13950. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13951. from /usr/local/include/SDL2/SDL.h:41,
  13952. from src/../include/simple2d.h:63,
  13953. from src/controllers.c:3:
  13954. /usr/local/include/SDL2/SDL_keyboard.h:196:34: note: previous declaration of ‘SDL_HasScreenKeyboardSupport’ was here
  13955. extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(void);
  13956. ^
  13957. In file included from /usr/include/SDL2/SDL_events.h:34:0,
  13958. from /usr/include/SDL2/SDL.h:76,
  13959. from /usr/include/SDL2/SDL_image.h:27,
  13960. from src/../include/simple2d.h:92,
  13961. from src/controllers.c:3:
  13962. /usr/include/SDL2/SDL_keyboard.h:207:34: error: conflicting types for ‘SDL_IsScreenKeyboardShown’
  13963. extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenKeyboardShown(SDL_Window *window);
  13964. ^
  13965. In file included from /usr/local/include/SDL2/SDL_events.h:34:0,
  13966. from /usr/local/include/SDL2/SDL.h:41,
  13967. from src/../include/simple2d.h:63,
  13968. from src/controllers.c:3:
  13969. /usr/local/include/SDL2/SDL_keyboard.h:207:34: note: previous declaration of ‘SDL_IsScreenKeyboardShown’ was here
  13970. extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenKeyboardShown(SDL_Window *window);
  13971. ^
  13972. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  13973. from /usr/include/SDL2/SDL.h:76,
  13974. from /usr/include/SDL2/SDL_image.h:27,
  13975. from src/../include/simple2d.h:92,
  13976. from src/controllers.c:3:
  13977. /usr/include/SDL2/SDL_mouse.h:48:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_ARROW’
  13978. SDL_SYSTEM_CURSOR_ARROW, /**< Arrow */
  13979. ^
  13980. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  13981. from /usr/local/include/SDL2/SDL.h:41,
  13982. from src/../include/simple2d.h:63,
  13983. from src/controllers.c:3:
  13984. /usr/local/include/SDL2/SDL_mouse.h:48:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_ARROW’ was here
  13985. SDL_SYSTEM_CURSOR_ARROW, /**< Arrow */
  13986. ^
  13987. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  13988. from /usr/include/SDL2/SDL.h:76,
  13989. from /usr/include/SDL2/SDL_image.h:27,
  13990. from src/../include/simple2d.h:92,
  13991. from src/controllers.c:3:
  13992. /usr/include/SDL2/SDL_mouse.h:49:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_IBEAM’
  13993. SDL_SYSTEM_CURSOR_IBEAM, /**< I-beam */
  13994. ^
  13995. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  13996. from /usr/local/include/SDL2/SDL.h:41,
  13997. from src/../include/simple2d.h:63,
  13998. from src/controllers.c:3:
  13999. /usr/local/include/SDL2/SDL_mouse.h:49:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_IBEAM’ was here
  14000. SDL_SYSTEM_CURSOR_IBEAM, /**< I-beam */
  14001. ^
  14002. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14003. from /usr/include/SDL2/SDL.h:76,
  14004. from /usr/include/SDL2/SDL_image.h:27,
  14005. from src/../include/simple2d.h:92,
  14006. from src/controllers.c:3:
  14007. /usr/include/SDL2/SDL_mouse.h:50:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_WAIT’
  14008. SDL_SYSTEM_CURSOR_WAIT, /**< Wait */
  14009. ^
  14010. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14011. from /usr/local/include/SDL2/SDL.h:41,
  14012. from src/../include/simple2d.h:63,
  14013. from src/controllers.c:3:
  14014. /usr/local/include/SDL2/SDL_mouse.h:50:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_WAIT’ was here
  14015. SDL_SYSTEM_CURSOR_WAIT, /**< Wait */
  14016. ^
  14017. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14018. from /usr/include/SDL2/SDL.h:76,
  14019. from /usr/include/SDL2/SDL_image.h:27,
  14020. from src/../include/simple2d.h:92,
  14021. from src/controllers.c:3:
  14022. /usr/include/SDL2/SDL_mouse.h:51:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_CROSSHAIR’
  14023. SDL_SYSTEM_CURSOR_CROSSHAIR, /**< Crosshair */
  14024. ^
  14025. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14026. from /usr/local/include/SDL2/SDL.h:41,
  14027. from src/../include/simple2d.h:63,
  14028. from src/controllers.c:3:
  14029. /usr/local/include/SDL2/SDL_mouse.h:51:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_CROSSHAIR’ was here
  14030. SDL_SYSTEM_CURSOR_CROSSHAIR, /**< Crosshair */
  14031. ^
  14032. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14033. from /usr/include/SDL2/SDL.h:76,
  14034. from /usr/include/SDL2/SDL_image.h:27,
  14035. from src/../include/simple2d.h:92,
  14036. from src/controllers.c:3:
  14037. /usr/include/SDL2/SDL_mouse.h:52:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_WAITARROW’
  14038. SDL_SYSTEM_CURSOR_WAITARROW, /**< Small wait cursor (or Wait if not available) */
  14039. ^
  14040. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14041. from /usr/local/include/SDL2/SDL.h:41,
  14042. from src/../include/simple2d.h:63,
  14043. from src/controllers.c:3:
  14044. /usr/local/include/SDL2/SDL_mouse.h:52:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_WAITARROW’ was here
  14045. SDL_SYSTEM_CURSOR_WAITARROW, /**< Small wait cursor (or Wait if not available) */
  14046. ^
  14047. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14048. from /usr/include/SDL2/SDL.h:76,
  14049. from /usr/include/SDL2/SDL_image.h:27,
  14050. from src/../include/simple2d.h:92,
  14051. from src/controllers.c:3:
  14052. /usr/include/SDL2/SDL_mouse.h:53:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_SIZENWSE’
  14053. SDL_SYSTEM_CURSOR_SIZENWSE, /**< Double arrow pointing northwest and southeast */
  14054. ^
  14055. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14056. from /usr/local/include/SDL2/SDL.h:41,
  14057. from src/../include/simple2d.h:63,
  14058. from src/controllers.c:3:
  14059. /usr/local/include/SDL2/SDL_mouse.h:53:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_SIZENWSE’ was here
  14060. SDL_SYSTEM_CURSOR_SIZENWSE, /**< Double arrow pointing northwest and southeast */
  14061. ^
  14062. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14063. from /usr/include/SDL2/SDL.h:76,
  14064. from /usr/include/SDL2/SDL_image.h:27,
  14065. from src/../include/simple2d.h:92,
  14066. from src/controllers.c:3:
  14067. /usr/include/SDL2/SDL_mouse.h:54:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_SIZENESW’
  14068. SDL_SYSTEM_CURSOR_SIZENESW, /**< Double arrow pointing northeast and southwest */
  14069. ^
  14070. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14071. from /usr/local/include/SDL2/SDL.h:41,
  14072. from src/../include/simple2d.h:63,
  14073. from src/controllers.c:3:
  14074. /usr/local/include/SDL2/SDL_mouse.h:54:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_SIZENESW’ was here
  14075. SDL_SYSTEM_CURSOR_SIZENESW, /**< Double arrow pointing northeast and southwest */
  14076. ^
  14077. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14078. from /usr/include/SDL2/SDL.h:76,
  14079. from /usr/include/SDL2/SDL_image.h:27,
  14080. from src/../include/simple2d.h:92,
  14081. from src/controllers.c:3:
  14082. /usr/include/SDL2/SDL_mouse.h:55:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_SIZEWE’
  14083. SDL_SYSTEM_CURSOR_SIZEWE, /**< Double arrow pointing west and east */
  14084. ^
  14085. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14086. from /usr/local/include/SDL2/SDL.h:41,
  14087. from src/../include/simple2d.h:63,
  14088. from src/controllers.c:3:
  14089. /usr/local/include/SDL2/SDL_mouse.h:55:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_SIZEWE’ was here
  14090. SDL_SYSTEM_CURSOR_SIZEWE, /**< Double arrow pointing west and east */
  14091. ^
  14092. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14093. from /usr/include/SDL2/SDL.h:76,
  14094. from /usr/include/SDL2/SDL_image.h:27,
  14095. from src/../include/simple2d.h:92,
  14096. from src/controllers.c:3:
  14097. /usr/include/SDL2/SDL_mouse.h:56:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_SIZENS’
  14098. SDL_SYSTEM_CURSOR_SIZENS, /**< Double arrow pointing north and south */
  14099. ^
  14100. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14101. from /usr/local/include/SDL2/SDL.h:41,
  14102. from src/../include/simple2d.h:63,
  14103. from src/controllers.c:3:
  14104. /usr/local/include/SDL2/SDL_mouse.h:56:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_SIZENS’ was here
  14105. SDL_SYSTEM_CURSOR_SIZENS, /**< Double arrow pointing north and south */
  14106. ^
  14107. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14108. from /usr/include/SDL2/SDL.h:76,
  14109. from /usr/include/SDL2/SDL_image.h:27,
  14110. from src/../include/simple2d.h:92,
  14111. from src/controllers.c:3:
  14112. /usr/include/SDL2/SDL_mouse.h:57:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_SIZEALL’
  14113. SDL_SYSTEM_CURSOR_SIZEALL, /**< Four pointed arrow pointing north, south, east, and west */
  14114. ^
  14115. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14116. from /usr/local/include/SDL2/SDL.h:41,
  14117. from src/../include/simple2d.h:63,
  14118. from src/controllers.c:3:
  14119. /usr/local/include/SDL2/SDL_mouse.h:57:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_SIZEALL’ was here
  14120. SDL_SYSTEM_CURSOR_SIZEALL, /**< Four pointed arrow pointing north, south, east, and west */
  14121. ^
  14122. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14123. from /usr/include/SDL2/SDL.h:76,
  14124. from /usr/include/SDL2/SDL_image.h:27,
  14125. from src/../include/simple2d.h:92,
  14126. from src/controllers.c:3:
  14127. /usr/include/SDL2/SDL_mouse.h:58:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_NO’
  14128. SDL_SYSTEM_CURSOR_NO, /**< Slashed circle or crossbones */
  14129. ^
  14130. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14131. from /usr/local/include/SDL2/SDL.h:41,
  14132. from src/../include/simple2d.h:63,
  14133. from src/controllers.c:3:
  14134. /usr/local/include/SDL2/SDL_mouse.h:58:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_NO’ was here
  14135. SDL_SYSTEM_CURSOR_NO, /**< Slashed circle or crossbones */
  14136. ^
  14137. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14138. from /usr/include/SDL2/SDL.h:76,
  14139. from /usr/include/SDL2/SDL_image.h:27,
  14140. from src/../include/simple2d.h:92,
  14141. from src/controllers.c:3:
  14142. /usr/include/SDL2/SDL_mouse.h:59:5: error: redeclaration of enumerator ‘SDL_SYSTEM_CURSOR_HAND’
  14143. SDL_SYSTEM_CURSOR_HAND, /**< Hand */
  14144. ^
  14145. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14146. from /usr/local/include/SDL2/SDL.h:41,
  14147. from src/../include/simple2d.h:63,
  14148. from src/controllers.c:3:
  14149. /usr/local/include/SDL2/SDL_mouse.h:59:5: note: previous definition of ‘SDL_SYSTEM_CURSOR_HAND’ was here
  14150. SDL_SYSTEM_CURSOR_HAND, /**< Hand */
  14151. ^
  14152. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14153. from /usr/include/SDL2/SDL.h:76,
  14154. from /usr/include/SDL2/SDL_image.h:27,
  14155. from src/../include/simple2d.h:92,
  14156. from src/controllers.c:3:
  14157. /usr/include/SDL2/SDL_mouse.h:60:5: error: redeclaration of enumerator ‘SDL_NUM_SYSTEM_CURSORS’
  14158. SDL_NUM_SYSTEM_CURSORS
  14159. ^
  14160. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14161. from /usr/local/include/SDL2/SDL.h:41,
  14162. from src/../include/simple2d.h:63,
  14163. from src/controllers.c:3:
  14164. /usr/local/include/SDL2/SDL_mouse.h:60:5: note: previous definition of ‘SDL_NUM_SYSTEM_CURSORS’ was here
  14165. SDL_NUM_SYSTEM_CURSORS
  14166. ^
  14167. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14168. from /usr/include/SDL2/SDL.h:76,
  14169. from /usr/include/SDL2/SDL_image.h:27,
  14170. from src/../include/simple2d.h:92,
  14171. from src/controllers.c:3:
  14172. /usr/include/SDL2/SDL_mouse.h:61:3: error: conflicting types for ‘SDL_SystemCursor’
  14173. } SDL_SystemCursor;
  14174. ^
  14175. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14176. from /usr/local/include/SDL2/SDL.h:41,
  14177. from src/../include/simple2d.h:63,
  14178. from src/controllers.c:3:
  14179. /usr/local/include/SDL2/SDL_mouse.h:61:3: note: previous declaration of ‘SDL_SystemCursor’ was here
  14180. } SDL_SystemCursor;
  14181. ^
  14182. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14183. from /usr/include/SDL2/SDL.h:76,
  14184. from /usr/include/SDL2/SDL_image.h:27,
  14185. from src/../include/simple2d.h:92,
  14186. from src/controllers.c:3:
  14187. /usr/include/SDL2/SDL_mouse.h:117:29: error: conflicting types for ‘SDL_SetRelativeMouseMode’
  14188. extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled);
  14189. ^
  14190. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14191. from /usr/local/include/SDL2/SDL.h:41,
  14192. from src/../include/simple2d.h:63,
  14193. from src/controllers.c:3:
  14194. /usr/local/include/SDL2/SDL_mouse.h:162:29: note: previous declaration of ‘SDL_SetRelativeMouseMode’ was here
  14195. extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled);
  14196. ^
  14197. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14198. from /usr/include/SDL2/SDL.h:76,
  14199. from /usr/include/SDL2/SDL_image.h:27,
  14200. from src/../include/simple2d.h:92,
  14201. from src/controllers.c:3:
  14202. /usr/include/SDL2/SDL_mouse.h:124:34: error: conflicting types for ‘SDL_GetRelativeMouseMode’
  14203. extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void);
  14204. ^
  14205. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14206. from /usr/local/include/SDL2/SDL.h:41,
  14207. from src/../include/simple2d.h:63,
  14208. from src/controllers.c:3:
  14209. /usr/local/include/SDL2/SDL_mouse.h:200:34: note: previous declaration of ‘SDL_GetRelativeMouseMode’ was here
  14210. extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void);
  14211. ^
  14212. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14213. from /usr/include/SDL2/SDL.h:76,
  14214. from /usr/include/SDL2/SDL_image.h:27,
  14215. from src/../include/simple2d.h:92,
  14216. from src/controllers.c:3:
  14217. /usr/include/SDL2/SDL_mouse.h:154:37: error: conflicting types for ‘SDL_CreateColorCursor’
  14218. extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
  14219. ^
  14220. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14221. from /usr/local/include/SDL2/SDL.h:41,
  14222. from src/../include/simple2d.h:63,
  14223. from src/controllers.c:3:
  14224. /usr/local/include/SDL2/SDL_mouse.h:230:37: note: previous declaration of ‘SDL_CreateColorCursor’ was here
  14225. extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
  14226. ^
  14227. In file included from /usr/include/SDL2/SDL_events.h:35:0,
  14228. from /usr/include/SDL2/SDL.h:76,
  14229. from /usr/include/SDL2/SDL_image.h:27,
  14230. from src/../include/simple2d.h:92,
  14231. from src/controllers.c:3:
  14232. /usr/include/SDL2/SDL_mouse.h:163:37: error: conflicting types for ‘SDL_CreateSystemCursor’
  14233. extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
  14234. ^
  14235. In file included from /usr/local/include/SDL2/SDL_events.h:35:0,
  14236. from /usr/local/include/SDL2/SDL.h:41,
  14237. from src/../include/simple2d.h:63,
  14238. from src/controllers.c:3:
  14239. /usr/local/include/SDL2/SDL_mouse.h:239:37: note: previous declaration of ‘SDL_CreateSystemCursor’ was here
  14240. extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
  14241. ^
  14242. In file included from /usr/include/SDL2/SDL_events.h:36:0,
  14243. from /usr/include/SDL2/SDL.h:76,
  14244. from /usr/include/SDL2/SDL_image.h:27,
  14245. from src/../include/simple2d.h:92,
  14246. from src/controllers.c:3:
  14247. /usr/include/SDL2/SDL_joystick.h:70:3: error: conflicting types for ‘SDL_JoystickGUID’
  14248. } SDL_JoystickGUID;
  14249. ^
  14250. In file included from /usr/local/include/SDL2/SDL_events.h:36:0,
  14251. from /usr/local/include/SDL2/SDL.h:41,
  14252. from src/../include/simple2d.h:63,
  14253. from src/controllers.c:3:
  14254. /usr/local/include/SDL2/SDL_joystick.h:72:3: note: previous declaration of ‘SDL_JoystickGUID’ was here
  14255. } SDL_JoystickGUID;
  14256. ^
  14257. In file included from /usr/include/SDL2/SDL_events.h:36:0,
  14258. from /usr/include/SDL2/SDL.h:76,
  14259. from /usr/include/SDL2/SDL_image.h:27,
  14260. from src/../include/simple2d.h:92,
  14261. from src/controllers.c:3:
  14262. /usr/include/SDL2/SDL_joystick.h:107:42: error: conflicting types for ‘SDL_JoystickGetDeviceGUID’
  14263. extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_index);
  14264. ^
  14265. In file included from /usr/local/include/SDL2/SDL_events.h:36:0,
  14266. from /usr/local/include/SDL2/SDL.h:41,
  14267. from src/../include/simple2d.h:63,
  14268. from src/controllers.c:3:
  14269. /usr/local/include/SDL2/SDL_joystick.h:139:42: note: previous declaration of ‘SDL_JoystickGetDeviceGUID’ was here
  14270. extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_index);
  14271. ^
  14272. In file included from /usr/include/SDL2/SDL_events.h:36:0,
  14273. from /usr/include/SDL2/SDL.h:76,
  14274. from /usr/include/SDL2/SDL_image.h:27,
  14275. from src/../include/simple2d.h:92,
  14276. from src/controllers.c:3:
  14277. /usr/include/SDL2/SDL_joystick.h:112:42: error: conflicting types for ‘SDL_JoystickGetGUID’
  14278. extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUID(SDL_Joystick * joystick);
  14279. ^
  14280. In file included from /usr/local/include/SDL2/SDL_events.h:36:0,
  14281. from /usr/local/include/SDL2/SDL.h:41,
  14282. from src/../include/simple2d.h:63,
  14283. from src/controllers.c:3:
  14284. /usr/local/include/SDL2/SDL_joystick.h:200:42: note: previous declaration of ‘SDL_JoystickGetGUID’ was here
  14285. extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUID(SDL_Joystick * joystick);
  14286. ^
  14287. In file included from /usr/include/SDL2/SDL_events.h:36:0,
  14288. from /usr/include/SDL2/SDL.h:76,
  14289. from /usr/include/SDL2/SDL_image.h:27,
  14290. from src/../include/simple2d.h:92,
  14291. from src/controllers.c:3:
  14292. /usr/include/SDL2/SDL_joystick.h:118:30: error: conflicting types for ‘SDL_JoystickGetGUIDString’
  14293. extern DECLSPEC void SDLCALL SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char *pszGUID, int cbGUID);
  14294. ^
  14295. In file included from /usr/local/include/SDL2/SDL_events.h:36:0,
  14296. from /usr/local/include/SDL2/SDL.h:41,
  14297. from src/../include/simple2d.h:63,
  14298. from src/controllers.c:3:
  14299. /usr/local/include/SDL2/SDL_joystick.h:229:30: note: previous declaration of ‘SDL_JoystickGetGUIDString’ was here
  14300. extern DECLSPEC void SDLCALL SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char *pszGUID, int cbGUID);
  14301. ^
  14302. In file included from /usr/include/SDL2/SDL_events.h:36:0,
  14303. from /usr/include/SDL2/SDL.h:76,
  14304. from /usr/include/SDL2/SDL_image.h:27,
  14305. from src/../include/simple2d.h:92,
  14306. from src/controllers.c:3:
  14307. /usr/include/SDL2/SDL_joystick.h:123:42: error: conflicting types for ‘SDL_JoystickGetGUIDFromString’
  14308. extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUIDFromString(const char *pchGUID);
  14309. ^
  14310. In file included from /usr/local/include/SDL2/SDL_events.h:36:0,
  14311. from /usr/local/include/SDL2/SDL.h:41,
  14312. from src/../include/simple2d.h:63,
  14313. from src/controllers.c:3:
  14314. /usr/local/include/SDL2/SDL_joystick.h:234:42: note: previous declaration of ‘SDL_JoystickGetGUIDFromString’ was here
  14315. extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUIDFromString(const char *pchGUID);
  14316. ^
  14317. In file included from /usr/include/SDL2/SDL_events.h:36:0,
  14318. from /usr/include/SDL2/SDL.h:76,
  14319. from /usr/include/SDL2/SDL_image.h:27,
  14320. from src/../include/simple2d.h:92,
  14321. from src/controllers.c:3:
  14322. /usr/include/SDL2/SDL_joystick.h:128:34: error: conflicting types for ‘SDL_JoystickGetAttached’
  14323. extern DECLSPEC SDL_bool SDLCALL SDL_JoystickGetAttached(SDL_Joystick * joystick);
  14324. ^
  14325. In file included from /usr/local/include/SDL2/SDL_events.h:36:0,
  14326. from /usr/local/include/SDL2/SDL.h:41,
  14327. from src/../include/simple2d.h:63,
  14328. from src/controllers.c:3:
  14329. /usr/local/include/SDL2/SDL_joystick.h:239:34: note: previous declaration of ‘SDL_JoystickGetAttached’ was here
  14330. extern DECLSPEC SDL_bool SDLCALL SDL_JoystickGetAttached(SDL_Joystick * joystick);
  14331. ^
  14332. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14333. from /usr/include/SDL2/SDL.h:76,
  14334. from /usr/include/SDL2/SDL_image.h:27,
  14335. from src/../include/simple2d.h:92,
  14336. from src/controllers.c:3:
  14337. /usr/include/SDL2/SDL_gamecontroller.h:61:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BINDTYPE_NONE’
  14338. SDL_CONTROLLER_BINDTYPE_NONE = 0,
  14339. ^
  14340. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14341. from /usr/local/include/SDL2/SDL.h:41,
  14342. from src/../include/simple2d.h:63,
  14343. from src/controllers.c:3:
  14344. /usr/local/include/SDL2/SDL_gamecontroller.h:63:5: note: previous definition of ‘SDL_CONTROLLER_BINDTYPE_NONE’ was here
  14345. SDL_CONTROLLER_BINDTYPE_NONE = 0,
  14346. ^
  14347. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14348. from /usr/include/SDL2/SDL.h:76,
  14349. from /usr/include/SDL2/SDL_image.h:27,
  14350. from src/../include/simple2d.h:92,
  14351. from src/controllers.c:3:
  14352. /usr/include/SDL2/SDL_gamecontroller.h:62:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BINDTYPE_BUTTON’
  14353. SDL_CONTROLLER_BINDTYPE_BUTTON,
  14354. ^
  14355. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14356. from /usr/local/include/SDL2/SDL.h:41,
  14357. from src/../include/simple2d.h:63,
  14358. from src/controllers.c:3:
  14359. /usr/local/include/SDL2/SDL_gamecontroller.h:64:5: note: previous definition of ‘SDL_CONTROLLER_BINDTYPE_BUTTON’ was here
  14360. SDL_CONTROLLER_BINDTYPE_BUTTON,
  14361. ^
  14362. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14363. from /usr/include/SDL2/SDL.h:76,
  14364. from /usr/include/SDL2/SDL_image.h:27,
  14365. from src/../include/simple2d.h:92,
  14366. from src/controllers.c:3:
  14367. /usr/include/SDL2/SDL_gamecontroller.h:63:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BINDTYPE_AXIS’
  14368. SDL_CONTROLLER_BINDTYPE_AXIS,
  14369. ^
  14370. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14371. from /usr/local/include/SDL2/SDL.h:41,
  14372. from src/../include/simple2d.h:63,
  14373. from src/controllers.c:3:
  14374. /usr/local/include/SDL2/SDL_gamecontroller.h:65:5: note: previous definition of ‘SDL_CONTROLLER_BINDTYPE_AXIS’ was here
  14375. SDL_CONTROLLER_BINDTYPE_AXIS,
  14376. ^
  14377. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14378. from /usr/include/SDL2/SDL.h:76,
  14379. from /usr/include/SDL2/SDL_image.h:27,
  14380. from src/../include/simple2d.h:92,
  14381. from src/controllers.c:3:
  14382. /usr/include/SDL2/SDL_gamecontroller.h:64:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BINDTYPE_HAT’
  14383. SDL_CONTROLLER_BINDTYPE_HAT
  14384. ^
  14385. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14386. from /usr/local/include/SDL2/SDL.h:41,
  14387. from src/../include/simple2d.h:63,
  14388. from src/controllers.c:3:
  14389. /usr/local/include/SDL2/SDL_gamecontroller.h:66:5: note: previous definition of ‘SDL_CONTROLLER_BINDTYPE_HAT’ was here
  14390. SDL_CONTROLLER_BINDTYPE_HAT
  14391. ^
  14392. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14393. from /usr/include/SDL2/SDL.h:76,
  14394. from /usr/include/SDL2/SDL_image.h:27,
  14395. from src/../include/simple2d.h:92,
  14396. from src/controllers.c:3:
  14397. /usr/include/SDL2/SDL_gamecontroller.h:65:3: error: conflicting types for ‘SDL_GameControllerBindType’
  14398. } SDL_GameControllerBindType;
  14399. ^
  14400. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14401. from /usr/local/include/SDL2/SDL.h:41,
  14402. from src/../include/simple2d.h:63,
  14403. from src/controllers.c:3:
  14404. /usr/local/include/SDL2/SDL_gamecontroller.h:67:3: note: previous declaration of ‘SDL_GameControllerBindType’ was here
  14405. } SDL_GameControllerBindType;
  14406. ^
  14407. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14408. from /usr/include/SDL2/SDL.h:76,
  14409. from /usr/include/SDL2/SDL_image.h:27,
  14410. from src/../include/simple2d.h:92,
  14411. from src/controllers.c:3:
  14412. /usr/include/SDL2/SDL_gamecontroller.h:70:16: error: redefinition of ‘struct SDL_GameControllerButtonBind’
  14413. typedef struct SDL_GameControllerButtonBind
  14414. ^
  14415. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14416. from /usr/local/include/SDL2/SDL.h:41,
  14417. from src/../include/simple2d.h:63,
  14418. from src/controllers.c:3:
  14419. /usr/local/include/SDL2/SDL_gamecontroller.h:72:16: note: originally defined here
  14420. typedef struct SDL_GameControllerButtonBind
  14421. ^
  14422. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14423. from /usr/include/SDL2/SDL.h:76,
  14424. from /usr/include/SDL2/SDL_image.h:27,
  14425. from src/../include/simple2d.h:92,
  14426. from src/controllers.c:3:
  14427. /usr/include/SDL2/SDL_gamecontroller.h:83:3: error: conflicting types for ‘SDL_GameControllerButtonBind’
  14428. } SDL_GameControllerButtonBind;
  14429. ^
  14430. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14431. from /usr/local/include/SDL2/SDL.h:41,
  14432. from src/../include/simple2d.h:63,
  14433. from src/controllers.c:3:
  14434. /usr/local/include/SDL2/SDL_gamecontroller.h:85:3: note: previous declaration of ‘SDL_GameControllerButtonBind’ was here
  14435. } SDL_GameControllerButtonBind;
  14436. ^
  14437. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14438. from /usr/include/SDL2/SDL.h:76,
  14439. from /usr/include/SDL2/SDL_image.h:27,
  14440. from src/../include/simple2d.h:92,
  14441. from src/controllers.c:3:
  14442. /usr/include/SDL2/SDL_gamecontroller.h:120:29: error: conflicting types for ‘SDL_GameControllerAddMappingsFromRW’
  14443. extern DECLSPEC int SDLCALL SDL_GameControllerAddMappingsFromRW( SDL_RWops * rw, int freerw );
  14444. ^
  14445. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14446. from /usr/local/include/SDL2/SDL.h:41,
  14447. from src/../include/simple2d.h:63,
  14448. from src/controllers.c:3:
  14449. /usr/local/include/SDL2/SDL_gamecontroller.h:122:29: note: previous declaration of ‘SDL_GameControllerAddMappingsFromRW’ was here
  14450. extern DECLSPEC int SDLCALL SDL_GameControllerAddMappingsFromRW(SDL_RWops * rw, int freerw);
  14451. ^
  14452. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14453. from /usr/include/SDL2/SDL.h:76,
  14454. from /usr/include/SDL2/SDL_image.h:27,
  14455. from src/../include/simple2d.h:92,
  14456. from src/controllers.c:3:
  14457. /usr/include/SDL2/SDL_gamecontroller.h:141:32: error: conflicting types for ‘SDL_GameControllerMappingForGUID’
  14458. extern DECLSPEC char * SDLCALL SDL_GameControllerMappingForGUID( SDL_JoystickGUID guid );
  14459. ^
  14460. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14461. from /usr/local/include/SDL2/SDL.h:41,
  14462. from src/../include/simple2d.h:63,
  14463. from src/controllers.c:3:
  14464. /usr/local/include/SDL2/SDL_gamecontroller.h:157:32: note: previous declaration of ‘SDL_GameControllerMappingForGUID’ was here
  14465. extern DECLSPEC char * SDLCALL SDL_GameControllerMappingForGUID(SDL_JoystickGUID guid);
  14466. ^
  14467. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14468. from /usr/include/SDL2/SDL.h:76,
  14469. from /usr/include/SDL2/SDL_image.h:27,
  14470. from src/../include/simple2d.h:92,
  14471. from src/controllers.c:3:
  14472. /usr/include/SDL2/SDL_gamecontroller.h:153:34: error: conflicting types for ‘SDL_IsGameController’
  14473. extern DECLSPEC SDL_bool SDLCALL SDL_IsGameController(int joystick_index);
  14474. ^
  14475. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14476. from /usr/local/include/SDL2/SDL.h:41,
  14477. from src/../include/simple2d.h:63,
  14478. from src/controllers.c:3:
  14479. /usr/local/include/SDL2/SDL_gamecontroller.h:169:34: note: previous declaration of ‘SDL_IsGameController’ was here
  14480. extern DECLSPEC SDL_bool SDLCALL SDL_IsGameController(int joystick_index);
  14481. ^
  14482. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14483. from /usr/include/SDL2/SDL.h:76,
  14484. from /usr/include/SDL2/SDL_image.h:27,
  14485. from src/../include/simple2d.h:92,
  14486. from src/controllers.c:3:
  14487. /usr/include/SDL2/SDL_gamecontroller.h:182:34: error: conflicting types for ‘SDL_GameControllerGetAttached’
  14488. extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerGetAttached(SDL_GameController *gamecontroller);
  14489. ^
  14490. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14491. from /usr/local/include/SDL2/SDL.h:41,
  14492. from src/../include/simple2d.h:63,
  14493. from src/controllers.c:3:
  14494. /usr/local/include/SDL2/SDL_gamecontroller.h:221:34: note: previous declaration of ‘SDL_GameControllerGetAttached’ was here
  14495. extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerGetAttached(SDL_GameController *gamecontroller);
  14496. ^
  14497. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14498. from /usr/include/SDL2/SDL.h:76,
  14499. from /usr/include/SDL2/SDL_image.h:27,
  14500. from src/../include/simple2d.h:92,
  14501. from src/controllers.c:3:
  14502. /usr/include/SDL2/SDL_gamecontroller.h:214:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_AXIS_INVALID’
  14503. SDL_CONTROLLER_AXIS_INVALID = -1,
  14504. ^
  14505. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14506. from /usr/local/include/SDL2/SDL.h:41,
  14507. from src/../include/simple2d.h:63,
  14508. from src/controllers.c:3:
  14509. /usr/local/include/SDL2/SDL_gamecontroller.h:259:5: note: previous definition of ‘SDL_CONTROLLER_AXIS_INVALID’ was here
  14510. SDL_CONTROLLER_AXIS_INVALID = -1,
  14511. ^
  14512. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14513. from /usr/include/SDL2/SDL.h:76,
  14514. from /usr/include/SDL2/SDL_image.h:27,
  14515. from src/../include/simple2d.h:92,
  14516. from src/controllers.c:3:
  14517. /usr/include/SDL2/SDL_gamecontroller.h:215:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_AXIS_LEFTX’
  14518. SDL_CONTROLLER_AXIS_LEFTX,
  14519. ^
  14520. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14521. from /usr/local/include/SDL2/SDL.h:41,
  14522. from src/../include/simple2d.h:63,
  14523. from src/controllers.c:3:
  14524. /usr/local/include/SDL2/SDL_gamecontroller.h:260:5: note: previous definition of ‘SDL_CONTROLLER_AXIS_LEFTX’ was here
  14525. SDL_CONTROLLER_AXIS_LEFTX,
  14526. ^
  14527. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14528. from /usr/include/SDL2/SDL.h:76,
  14529. from /usr/include/SDL2/SDL_image.h:27,
  14530. from src/../include/simple2d.h:92,
  14531. from src/controllers.c:3:
  14532. /usr/include/SDL2/SDL_gamecontroller.h:216:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_AXIS_LEFTY’
  14533. SDL_CONTROLLER_AXIS_LEFTY,
  14534. ^
  14535. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14536. from /usr/local/include/SDL2/SDL.h:41,
  14537. from src/../include/simple2d.h:63,
  14538. from src/controllers.c:3:
  14539. /usr/local/include/SDL2/SDL_gamecontroller.h:261:5: note: previous definition of ‘SDL_CONTROLLER_AXIS_LEFTY’ was here
  14540. SDL_CONTROLLER_AXIS_LEFTY,
  14541. ^
  14542. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14543. from /usr/include/SDL2/SDL.h:76,
  14544. from /usr/include/SDL2/SDL_image.h:27,
  14545. from src/../include/simple2d.h:92,
  14546. from src/controllers.c:3:
  14547. /usr/include/SDL2/SDL_gamecontroller.h:217:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_AXIS_RIGHTX’
  14548. SDL_CONTROLLER_AXIS_RIGHTX,
  14549. ^
  14550. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14551. from /usr/local/include/SDL2/SDL.h:41,
  14552. from src/../include/simple2d.h:63,
  14553. from src/controllers.c:3:
  14554. /usr/local/include/SDL2/SDL_gamecontroller.h:262:5: note: previous definition of ‘SDL_CONTROLLER_AXIS_RIGHTX’ was here
  14555. SDL_CONTROLLER_AXIS_RIGHTX,
  14556. ^
  14557. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14558. from /usr/include/SDL2/SDL.h:76,
  14559. from /usr/include/SDL2/SDL_image.h:27,
  14560. from src/../include/simple2d.h:92,
  14561. from src/controllers.c:3:
  14562. /usr/include/SDL2/SDL_gamecontroller.h:218:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_AXIS_RIGHTY’
  14563. SDL_CONTROLLER_AXIS_RIGHTY,
  14564. ^
  14565. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14566. from /usr/local/include/SDL2/SDL.h:41,
  14567. from src/../include/simple2d.h:63,
  14568. from src/controllers.c:3:
  14569. /usr/local/include/SDL2/SDL_gamecontroller.h:263:5: note: previous definition of ‘SDL_CONTROLLER_AXIS_RIGHTY’ was here
  14570. SDL_CONTROLLER_AXIS_RIGHTY,
  14571. ^
  14572. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14573. from /usr/include/SDL2/SDL.h:76,
  14574. from /usr/include/SDL2/SDL_image.h:27,
  14575. from src/../include/simple2d.h:92,
  14576. from src/controllers.c:3:
  14577. /usr/include/SDL2/SDL_gamecontroller.h:219:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_AXIS_TRIGGERLEFT’
  14578. SDL_CONTROLLER_AXIS_TRIGGERLEFT,
  14579. ^
  14580. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14581. from /usr/local/include/SDL2/SDL.h:41,
  14582. from src/../include/simple2d.h:63,
  14583. from src/controllers.c:3:
  14584. /usr/local/include/SDL2/SDL_gamecontroller.h:264:5: note: previous definition of ‘SDL_CONTROLLER_AXIS_TRIGGERLEFT’ was here
  14585. SDL_CONTROLLER_AXIS_TRIGGERLEFT,
  14586. ^
  14587. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14588. from /usr/include/SDL2/SDL.h:76,
  14589. from /usr/include/SDL2/SDL_image.h:27,
  14590. from src/../include/simple2d.h:92,
  14591. from src/controllers.c:3:
  14592. /usr/include/SDL2/SDL_gamecontroller.h:220:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_AXIS_TRIGGERRIGHT’
  14593. SDL_CONTROLLER_AXIS_TRIGGERRIGHT,
  14594. ^
  14595. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14596. from /usr/local/include/SDL2/SDL.h:41,
  14597. from src/../include/simple2d.h:63,
  14598. from src/controllers.c:3:
  14599. /usr/local/include/SDL2/SDL_gamecontroller.h:265:5: note: previous definition of ‘SDL_CONTROLLER_AXIS_TRIGGERRIGHT’ was here
  14600. SDL_CONTROLLER_AXIS_TRIGGERRIGHT,
  14601. ^
  14602. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14603. from /usr/include/SDL2/SDL.h:76,
  14604. from /usr/include/SDL2/SDL_image.h:27,
  14605. from src/../include/simple2d.h:92,
  14606. from src/controllers.c:3:
  14607. /usr/include/SDL2/SDL_gamecontroller.h:221:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_AXIS_MAX’
  14608. SDL_CONTROLLER_AXIS_MAX
  14609. ^
  14610. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14611. from /usr/local/include/SDL2/SDL.h:41,
  14612. from src/../include/simple2d.h:63,
  14613. from src/controllers.c:3:
  14614. /usr/local/include/SDL2/SDL_gamecontroller.h:266:5: note: previous definition of ‘SDL_CONTROLLER_AXIS_MAX’ was here
  14615. SDL_CONTROLLER_AXIS_MAX
  14616. ^
  14617. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14618. from /usr/include/SDL2/SDL.h:76,
  14619. from /usr/include/SDL2/SDL_image.h:27,
  14620. from src/../include/simple2d.h:92,
  14621. from src/controllers.c:3:
  14622. /usr/include/SDL2/SDL_gamecontroller.h:222:3: error: conflicting types for ‘SDL_GameControllerAxis’
  14623. } SDL_GameControllerAxis;
  14624. ^
  14625. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14626. from /usr/local/include/SDL2/SDL.h:41,
  14627. from src/../include/simple2d.h:63,
  14628. from src/controllers.c:3:
  14629. /usr/local/include/SDL2/SDL_gamecontroller.h:267:3: note: previous declaration of ‘SDL_GameControllerAxis’ was here
  14630. } SDL_GameControllerAxis;
  14631. ^
  14632. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14633. from /usr/include/SDL2/SDL.h:76,
  14634. from /usr/include/SDL2/SDL_image.h:27,
  14635. from src/../include/simple2d.h:92,
  14636. from src/controllers.c:3:
  14637. /usr/include/SDL2/SDL_gamecontroller.h:227:48: error: conflicting types for ‘SDL_GameControllerGetAxisFromString’
  14638. extern DECLSPEC SDL_GameControllerAxis SDLCALL SDL_GameControllerGetAxisFromString(const char *pchString);
  14639. ^
  14640. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14641. from /usr/local/include/SDL2/SDL.h:41,
  14642. from src/../include/simple2d.h:63,
  14643. from src/controllers.c:3:
  14644. /usr/local/include/SDL2/SDL_gamecontroller.h:272:48: note: previous declaration of ‘SDL_GameControllerGetAxisFromString’ was here
  14645. extern DECLSPEC SDL_GameControllerAxis SDLCALL SDL_GameControllerGetAxisFromString(const char *pchString);
  14646. ^
  14647. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14648. from /usr/include/SDL2/SDL.h:76,
  14649. from /usr/include/SDL2/SDL_image.h:27,
  14650. from src/../include/simple2d.h:92,
  14651. from src/controllers.c:3:
  14652. /usr/include/SDL2/SDL_gamecontroller.h:232:37: error: conflicting types for ‘SDL_GameControllerGetStringForAxis’
  14653. extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForAxis(SDL_GameControllerAxis axis);
  14654. ^
  14655. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14656. from /usr/local/include/SDL2/SDL.h:41,
  14657. from src/../include/simple2d.h:63,
  14658. from src/controllers.c:3:
  14659. /usr/local/include/SDL2/SDL_gamecontroller.h:277:37: note: previous declaration of ‘SDL_GameControllerGetStringForAxis’ was here
  14660. extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForAxis(SDL_GameControllerAxis axis);
  14661. ^
  14662. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14663. from /usr/include/SDL2/SDL.h:76,
  14664. from /usr/include/SDL2/SDL_image.h:27,
  14665. from src/../include/simple2d.h:92,
  14666. from src/controllers.c:3:
  14667. /usr/include/SDL2/SDL_gamecontroller.h:238:1: error: conflicting types for ‘SDL_GameControllerGetBindForAxis’
  14668. SDL_GameControllerGetBindForAxis(SDL_GameController *gamecontroller,
  14669. ^
  14670. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14671. from /usr/local/include/SDL2/SDL.h:41,
  14672. from src/../include/simple2d.h:63,
  14673. from src/controllers.c:3:
  14674. /usr/local/include/SDL2/SDL_gamecontroller.h:283:1: note: previous declaration of ‘SDL_GameControllerGetBindForAxis’ was here
  14675. SDL_GameControllerGetBindForAxis(SDL_GameController *gamecontroller,
  14676. ^
  14677. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14678. from /usr/include/SDL2/SDL.h:76,
  14679. from /usr/include/SDL2/SDL_image.h:27,
  14680. from src/../include/simple2d.h:92,
  14681. from src/controllers.c:3:
  14682. /usr/include/SDL2/SDL_gamecontroller.h:249:1: error: conflicting types for ‘SDL_GameControllerGetAxis’
  14683. SDL_GameControllerGetAxis(SDL_GameController *gamecontroller,
  14684. ^
  14685. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14686. from /usr/local/include/SDL2/SDL.h:41,
  14687. from src/../include/simple2d.h:63,
  14688. from src/controllers.c:3:
  14689. /usr/local/include/SDL2/SDL_gamecontroller.h:295:1: note: previous declaration of ‘SDL_GameControllerGetAxis’ was here
  14690. SDL_GameControllerGetAxis(SDL_GameController *gamecontroller,
  14691. ^
  14692. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14693. from /usr/include/SDL2/SDL.h:76,
  14694. from /usr/include/SDL2/SDL_image.h:27,
  14695. from src/../include/simple2d.h:92,
  14696. from src/controllers.c:3:
  14697. /usr/include/SDL2/SDL_gamecontroller.h:257:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_INVALID’
  14698. SDL_CONTROLLER_BUTTON_INVALID = -1,
  14699. ^
  14700. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14701. from /usr/local/include/SDL2/SDL.h:41,
  14702. from src/../include/simple2d.h:63,
  14703. from src/controllers.c:3:
  14704. /usr/local/include/SDL2/SDL_gamecontroller.h:303:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_INVALID’ was here
  14705. SDL_CONTROLLER_BUTTON_INVALID = -1,
  14706. ^
  14707. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14708. from /usr/include/SDL2/SDL.h:76,
  14709. from /usr/include/SDL2/SDL_image.h:27,
  14710. from src/../include/simple2d.h:92,
  14711. from src/controllers.c:3:
  14712. /usr/include/SDL2/SDL_gamecontroller.h:258:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_A’
  14713. SDL_CONTROLLER_BUTTON_A,
  14714. ^
  14715. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14716. from /usr/local/include/SDL2/SDL.h:41,
  14717. from src/../include/simple2d.h:63,
  14718. from src/controllers.c:3:
  14719. /usr/local/include/SDL2/SDL_gamecontroller.h:304:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_A’ was here
  14720. SDL_CONTROLLER_BUTTON_A,
  14721. ^
  14722. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14723. from /usr/include/SDL2/SDL.h:76,
  14724. from /usr/include/SDL2/SDL_image.h:27,
  14725. from src/../include/simple2d.h:92,
  14726. from src/controllers.c:3:
  14727. /usr/include/SDL2/SDL_gamecontroller.h:259:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_B’
  14728. SDL_CONTROLLER_BUTTON_B,
  14729. ^
  14730. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14731. from /usr/local/include/SDL2/SDL.h:41,
  14732. from src/../include/simple2d.h:63,
  14733. from src/controllers.c:3:
  14734. /usr/local/include/SDL2/SDL_gamecontroller.h:305:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_B’ was here
  14735. SDL_CONTROLLER_BUTTON_B,
  14736. ^
  14737. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14738. from /usr/include/SDL2/SDL.h:76,
  14739. from /usr/include/SDL2/SDL_image.h:27,
  14740. from src/../include/simple2d.h:92,
  14741. from src/controllers.c:3:
  14742. /usr/include/SDL2/SDL_gamecontroller.h:260:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_X’
  14743. SDL_CONTROLLER_BUTTON_X,
  14744. ^
  14745. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14746. from /usr/local/include/SDL2/SDL.h:41,
  14747. from src/../include/simple2d.h:63,
  14748. from src/controllers.c:3:
  14749. /usr/local/include/SDL2/SDL_gamecontroller.h:306:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_X’ was here
  14750. SDL_CONTROLLER_BUTTON_X,
  14751. ^
  14752. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14753. from /usr/include/SDL2/SDL.h:76,
  14754. from /usr/include/SDL2/SDL_image.h:27,
  14755. from src/../include/simple2d.h:92,
  14756. from src/controllers.c:3:
  14757. /usr/include/SDL2/SDL_gamecontroller.h:261:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_Y’
  14758. SDL_CONTROLLER_BUTTON_Y,
  14759. ^
  14760. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14761. from /usr/local/include/SDL2/SDL.h:41,
  14762. from src/../include/simple2d.h:63,
  14763. from src/controllers.c:3:
  14764. /usr/local/include/SDL2/SDL_gamecontroller.h:307:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_Y’ was here
  14765. SDL_CONTROLLER_BUTTON_Y,
  14766. ^
  14767. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14768. from /usr/include/SDL2/SDL.h:76,
  14769. from /usr/include/SDL2/SDL_image.h:27,
  14770. from src/../include/simple2d.h:92,
  14771. from src/controllers.c:3:
  14772. /usr/include/SDL2/SDL_gamecontroller.h:262:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_BACK’
  14773. SDL_CONTROLLER_BUTTON_BACK,
  14774. ^
  14775. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14776. from /usr/local/include/SDL2/SDL.h:41,
  14777. from src/../include/simple2d.h:63,
  14778. from src/controllers.c:3:
  14779. /usr/local/include/SDL2/SDL_gamecontroller.h:308:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_BACK’ was here
  14780. SDL_CONTROLLER_BUTTON_BACK,
  14781. ^
  14782. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14783. from /usr/include/SDL2/SDL.h:76,
  14784. from /usr/include/SDL2/SDL_image.h:27,
  14785. from src/../include/simple2d.h:92,
  14786. from src/controllers.c:3:
  14787. /usr/include/SDL2/SDL_gamecontroller.h:263:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_GUIDE’
  14788. SDL_CONTROLLER_BUTTON_GUIDE,
  14789. ^
  14790. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14791. from /usr/local/include/SDL2/SDL.h:41,
  14792. from src/../include/simple2d.h:63,
  14793. from src/controllers.c:3:
  14794. /usr/local/include/SDL2/SDL_gamecontroller.h:309:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_GUIDE’ was here
  14795. SDL_CONTROLLER_BUTTON_GUIDE,
  14796. ^
  14797. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14798. from /usr/include/SDL2/SDL.h:76,
  14799. from /usr/include/SDL2/SDL_image.h:27,
  14800. from src/../include/simple2d.h:92,
  14801. from src/controllers.c:3:
  14802. /usr/include/SDL2/SDL_gamecontroller.h:264:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_START’
  14803. SDL_CONTROLLER_BUTTON_START,
  14804. ^
  14805. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14806. from /usr/local/include/SDL2/SDL.h:41,
  14807. from src/../include/simple2d.h:63,
  14808. from src/controllers.c:3:
  14809. /usr/local/include/SDL2/SDL_gamecontroller.h:310:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_START’ was here
  14810. SDL_CONTROLLER_BUTTON_START,
  14811. ^
  14812. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14813. from /usr/include/SDL2/SDL.h:76,
  14814. from /usr/include/SDL2/SDL_image.h:27,
  14815. from src/../include/simple2d.h:92,
  14816. from src/controllers.c:3:
  14817. /usr/include/SDL2/SDL_gamecontroller.h:265:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_LEFTSTICK’
  14818. SDL_CONTROLLER_BUTTON_LEFTSTICK,
  14819. ^
  14820. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14821. from /usr/local/include/SDL2/SDL.h:41,
  14822. from src/../include/simple2d.h:63,
  14823. from src/controllers.c:3:
  14824. /usr/local/include/SDL2/SDL_gamecontroller.h:311:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_LEFTSTICK’ was here
  14825. SDL_CONTROLLER_BUTTON_LEFTSTICK,
  14826. ^
  14827. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14828. from /usr/include/SDL2/SDL.h:76,
  14829. from /usr/include/SDL2/SDL_image.h:27,
  14830. from src/../include/simple2d.h:92,
  14831. from src/controllers.c:3:
  14832. /usr/include/SDL2/SDL_gamecontroller.h:266:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_RIGHTSTICK’
  14833. SDL_CONTROLLER_BUTTON_RIGHTSTICK,
  14834. ^
  14835. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14836. from /usr/local/include/SDL2/SDL.h:41,
  14837. from src/../include/simple2d.h:63,
  14838. from src/controllers.c:3:
  14839. /usr/local/include/SDL2/SDL_gamecontroller.h:312:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_RIGHTSTICK’ was here
  14840. SDL_CONTROLLER_BUTTON_RIGHTSTICK,
  14841. ^
  14842. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14843. from /usr/include/SDL2/SDL.h:76,
  14844. from /usr/include/SDL2/SDL_image.h:27,
  14845. from src/../include/simple2d.h:92,
  14846. from src/controllers.c:3:
  14847. /usr/include/SDL2/SDL_gamecontroller.h:267:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_LEFTSHOULDER’
  14848. SDL_CONTROLLER_BUTTON_LEFTSHOULDER,
  14849. ^
  14850. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14851. from /usr/local/include/SDL2/SDL.h:41,
  14852. from src/../include/simple2d.h:63,
  14853. from src/controllers.c:3:
  14854. /usr/local/include/SDL2/SDL_gamecontroller.h:313:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_LEFTSHOULDER’ was here
  14855. SDL_CONTROLLER_BUTTON_LEFTSHOULDER,
  14856. ^
  14857. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14858. from /usr/include/SDL2/SDL.h:76,
  14859. from /usr/include/SDL2/SDL_image.h:27,
  14860. from src/../include/simple2d.h:92,
  14861. from src/controllers.c:3:
  14862. /usr/include/SDL2/SDL_gamecontroller.h:268:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_RIGHTSHOULDER’
  14863. SDL_CONTROLLER_BUTTON_RIGHTSHOULDER,
  14864. ^
  14865. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14866. from /usr/local/include/SDL2/SDL.h:41,
  14867. from src/../include/simple2d.h:63,
  14868. from src/controllers.c:3:
  14869. /usr/local/include/SDL2/SDL_gamecontroller.h:314:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_RIGHTSHOULDER’ was here
  14870. SDL_CONTROLLER_BUTTON_RIGHTSHOULDER,
  14871. ^
  14872. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14873. from /usr/include/SDL2/SDL.h:76,
  14874. from /usr/include/SDL2/SDL_image.h:27,
  14875. from src/../include/simple2d.h:92,
  14876. from src/controllers.c:3:
  14877. /usr/include/SDL2/SDL_gamecontroller.h:269:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_DPAD_UP’
  14878. SDL_CONTROLLER_BUTTON_DPAD_UP,
  14879. ^
  14880. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14881. from /usr/local/include/SDL2/SDL.h:41,
  14882. from src/../include/simple2d.h:63,
  14883. from src/controllers.c:3:
  14884. /usr/local/include/SDL2/SDL_gamecontroller.h:315:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_DPAD_UP’ was here
  14885. SDL_CONTROLLER_BUTTON_DPAD_UP,
  14886. ^
  14887. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14888. from /usr/include/SDL2/SDL.h:76,
  14889. from /usr/include/SDL2/SDL_image.h:27,
  14890. from src/../include/simple2d.h:92,
  14891. from src/controllers.c:3:
  14892. /usr/include/SDL2/SDL_gamecontroller.h:270:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_DPAD_DOWN’
  14893. SDL_CONTROLLER_BUTTON_DPAD_DOWN,
  14894. ^
  14895. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14896. from /usr/local/include/SDL2/SDL.h:41,
  14897. from src/../include/simple2d.h:63,
  14898. from src/controllers.c:3:
  14899. /usr/local/include/SDL2/SDL_gamecontroller.h:316:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_DPAD_DOWN’ was here
  14900. SDL_CONTROLLER_BUTTON_DPAD_DOWN,
  14901. ^
  14902. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14903. from /usr/include/SDL2/SDL.h:76,
  14904. from /usr/include/SDL2/SDL_image.h:27,
  14905. from src/../include/simple2d.h:92,
  14906. from src/controllers.c:3:
  14907. /usr/include/SDL2/SDL_gamecontroller.h:271:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_DPAD_LEFT’
  14908. SDL_CONTROLLER_BUTTON_DPAD_LEFT,
  14909. ^
  14910. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14911. from /usr/local/include/SDL2/SDL.h:41,
  14912. from src/../include/simple2d.h:63,
  14913. from src/controllers.c:3:
  14914. /usr/local/include/SDL2/SDL_gamecontroller.h:317:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_DPAD_LEFT’ was here
  14915. SDL_CONTROLLER_BUTTON_DPAD_LEFT,
  14916. ^
  14917. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14918. from /usr/include/SDL2/SDL.h:76,
  14919. from /usr/include/SDL2/SDL_image.h:27,
  14920. from src/../include/simple2d.h:92,
  14921. from src/controllers.c:3:
  14922. /usr/include/SDL2/SDL_gamecontroller.h:272:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_DPAD_RIGHT’
  14923. SDL_CONTROLLER_BUTTON_DPAD_RIGHT,
  14924. ^
  14925. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14926. from /usr/local/include/SDL2/SDL.h:41,
  14927. from src/../include/simple2d.h:63,
  14928. from src/controllers.c:3:
  14929. /usr/local/include/SDL2/SDL_gamecontroller.h:318:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_DPAD_RIGHT’ was here
  14930. SDL_CONTROLLER_BUTTON_DPAD_RIGHT,
  14931. ^
  14932. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14933. from /usr/include/SDL2/SDL.h:76,
  14934. from /usr/include/SDL2/SDL_image.h:27,
  14935. from src/../include/simple2d.h:92,
  14936. from src/controllers.c:3:
  14937. /usr/include/SDL2/SDL_gamecontroller.h:273:5: error: redeclaration of enumerator ‘SDL_CONTROLLER_BUTTON_MAX’
  14938. SDL_CONTROLLER_BUTTON_MAX
  14939. ^
  14940. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14941. from /usr/local/include/SDL2/SDL.h:41,
  14942. from src/../include/simple2d.h:63,
  14943. from src/controllers.c:3:
  14944. /usr/local/include/SDL2/SDL_gamecontroller.h:319:5: note: previous definition of ‘SDL_CONTROLLER_BUTTON_MAX’ was here
  14945. SDL_CONTROLLER_BUTTON_MAX
  14946. ^
  14947. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14948. from /usr/include/SDL2/SDL.h:76,
  14949. from /usr/include/SDL2/SDL_image.h:27,
  14950. from src/../include/simple2d.h:92,
  14951. from src/controllers.c:3:
  14952. /usr/include/SDL2/SDL_gamecontroller.h:274:3: error: conflicting types for ‘SDL_GameControllerButton’
  14953. } SDL_GameControllerButton;
  14954. ^
  14955. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14956. from /usr/local/include/SDL2/SDL.h:41,
  14957. from src/../include/simple2d.h:63,
  14958. from src/controllers.c:3:
  14959. /usr/local/include/SDL2/SDL_gamecontroller.h:320:3: note: previous declaration of ‘SDL_GameControllerButton’ was here
  14960. } SDL_GameControllerButton;
  14961. ^
  14962. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14963. from /usr/include/SDL2/SDL.h:76,
  14964. from /usr/include/SDL2/SDL_image.h:27,
  14965. from src/../include/simple2d.h:92,
  14966. from src/controllers.c:3:
  14967. /usr/include/SDL2/SDL_gamecontroller.h:279:50: error: conflicting types for ‘SDL_GameControllerGetButtonFromString’
  14968. extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *pchString);
  14969. ^
  14970. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14971. from /usr/local/include/SDL2/SDL.h:41,
  14972. from src/../include/simple2d.h:63,
  14973. from src/controllers.c:3:
  14974. /usr/local/include/SDL2/SDL_gamecontroller.h:325:50: note: previous declaration of ‘SDL_GameControllerGetButtonFromString’ was here
  14975. extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFromString(const char *pchString);
  14976. ^
  14977. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14978. from /usr/include/SDL2/SDL.h:76,
  14979. from /usr/include/SDL2/SDL_image.h:27,
  14980. from src/../include/simple2d.h:92,
  14981. from src/controllers.c:3:
  14982. /usr/include/SDL2/SDL_gamecontroller.h:284:37: error: conflicting types for ‘SDL_GameControllerGetStringForButton’
  14983. extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton button);
  14984. ^
  14985. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  14986. from /usr/local/include/SDL2/SDL.h:41,
  14987. from src/../include/simple2d.h:63,
  14988. from src/controllers.c:3:
  14989. /usr/local/include/SDL2/SDL_gamecontroller.h:330:37: note: previous declaration of ‘SDL_GameControllerGetStringForButton’ was here
  14990. extern DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton button);
  14991. ^
  14992. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  14993. from /usr/include/SDL2/SDL.h:76,
  14994. from /usr/include/SDL2/SDL_image.h:27,
  14995. from src/../include/simple2d.h:92,
  14996. from src/controllers.c:3:
  14997. /usr/include/SDL2/SDL_gamecontroller.h:290:1: error: conflicting types for ‘SDL_GameControllerGetBindForButton’
  14998. SDL_GameControllerGetBindForButton(SDL_GameController *gamecontroller,
  14999. ^
  15000. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  15001. from /usr/local/include/SDL2/SDL.h:41,
  15002. from src/../include/simple2d.h:63,
  15003. from src/controllers.c:3:
  15004. /usr/local/include/SDL2/SDL_gamecontroller.h:336:1: note: previous declaration of ‘SDL_GameControllerGetBindForButton’ was here
  15005. SDL_GameControllerGetBindForButton(SDL_GameController *gamecontroller,
  15006. ^
  15007. In file included from /usr/include/SDL2/SDL_events.h:37:0,
  15008. from /usr/include/SDL2/SDL.h:76,
  15009. from /usr/include/SDL2/SDL_image.h:27,
  15010. from src/../include/simple2d.h:92,
  15011. from src/controllers.c:3:
  15012. /usr/include/SDL2/SDL_gamecontroller.h:299:31: error: conflicting types for ‘SDL_GameControllerGetButton’
  15013. extern DECLSPEC Uint8 SDLCALL SDL_GameControllerGetButton(SDL_GameController *gamecontroller,
  15014. ^
  15015. In file included from /usr/local/include/SDL2/SDL_events.h:37:0,
  15016. from /usr/local/include/SDL2/SDL.h:41,
  15017. from src/../include/simple2d.h:63,
  15018. from src/controllers.c:3:
  15019. /usr/local/include/SDL2/SDL_gamecontroller.h:345:31: note: previous declaration of ‘SDL_GameControllerGetButton’ was here
  15020. extern DECLSPEC Uint8 SDLCALL SDL_GameControllerGetButton(SDL_GameController *gamecontroller,
  15021. ^
  15022. In file included from /usr/include/SDL2/SDL_gesture.h:35:0,
  15023. from /usr/include/SDL2/SDL_events.h:39,
  15024. from /usr/include/SDL2/SDL.h:76,
  15025. from /usr/include/SDL2/SDL_image.h:27,
  15026. from src/../include/simple2d.h:92,
  15027. from src/controllers.c:3:
  15028. /usr/include/SDL2/SDL_touch.h:44:16: error: redefinition of ‘struct SDL_Finger’
  15029. typedef struct SDL_Finger
  15030. ^
  15031. In file included from /usr/local/include/SDL2/SDL_gesture.h:35:0,
  15032. from /usr/local/include/SDL2/SDL_events.h:39,
  15033. from /usr/local/include/SDL2/SDL.h:41,
  15034. from src/../include/simple2d.h:63,
  15035. from src/controllers.c:3:
  15036. /usr/local/include/SDL2/SDL_touch.h:44:16: note: originally defined here
  15037. typedef struct SDL_Finger
  15038. ^
  15039. In file included from /usr/include/SDL2/SDL_gesture.h:35:0,
  15040. from /usr/include/SDL2/SDL_events.h:39,
  15041. from /usr/include/SDL2/SDL.h:76,
  15042. from /usr/include/SDL2/SDL_image.h:27,
  15043. from src/../include/simple2d.h:92,
  15044. from src/controllers.c:3:
  15045. /usr/include/SDL2/SDL_touch.h:50:3: error: conflicting types for ‘SDL_Finger’
  15046. } SDL_Finger;
  15047. ^
  15048. In file included from /usr/local/include/SDL2/SDL_gesture.h:35:0,
  15049. from /usr/local/include/SDL2/SDL_events.h:39,
  15050. from /usr/local/include/SDL2/SDL.h:41,
  15051. from src/../include/simple2d.h:63,
  15052. from src/controllers.c:3:
  15053. /usr/local/include/SDL2/SDL_touch.h:50:3: note: previous declaration of ‘SDL_Finger’ was here
  15054. } SDL_Finger;
  15055. ^
  15056. In file included from /usr/include/SDL2/SDL_gesture.h:35:0,
  15057. from /usr/include/SDL2/SDL_events.h:39,
  15058. from /usr/include/SDL2/SDL.h:76,
  15059. from /usr/include/SDL2/SDL_image.h:27,
  15060. from src/../include/simple2d.h:92,
  15061. from src/controllers.c:3:
  15062. /usr/include/SDL2/SDL_touch.h:76:38: error: conflicting types for ‘SDL_GetTouchFinger’
  15063. extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(SDL_TouchID touchID, int index);
  15064. ^
  15065. In file included from /usr/local/include/SDL2/SDL_gesture.h:35:0,
  15066. from /usr/local/include/SDL2/SDL_events.h:39,
  15067. from /usr/local/include/SDL2/SDL.h:41,
  15068. from src/../include/simple2d.h:63,
  15069. from src/controllers.c:3:
  15070. /usr/local/include/SDL2/SDL_touch.h:76:38: note: previous declaration of ‘SDL_GetTouchFinger’ was here
  15071. extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(SDL_TouchID touchID, int index);
  15072. ^
  15073. In file included from /usr/include/SDL2/SDL_events.h:39:0,
  15074. from /usr/include/SDL2/SDL.h:76,
  15075. from /usr/include/SDL2/SDL_image.h:27,
  15076. from src/../include/simple2d.h:92,
  15077. from src/controllers.c:3:
  15078. /usr/include/SDL2/SDL_gesture.h:61:29: error: conflicting types for ‘SDL_SaveAllDollarTemplates’
  15079. extern DECLSPEC int SDLCALL SDL_SaveAllDollarTemplates(SDL_RWops *dst);
  15080. ^
  15081. In file included from /usr/local/include/SDL2/SDL_events.h:39:0,
  15082. from /usr/local/include/SDL2/SDL.h:41,
  15083. from src/../include/simple2d.h:63,
  15084. from src/controllers.c:3:
  15085. /usr/local/include/SDL2/SDL_gesture.h:61:29: note: previous declaration of ‘SDL_SaveAllDollarTemplates’ was here
  15086. extern DECLSPEC int SDLCALL SDL_SaveAllDollarTemplates(SDL_RWops *dst);
  15087. ^
  15088. In file included from /usr/include/SDL2/SDL_events.h:39:0,
  15089. from /usr/include/SDL2/SDL.h:76,
  15090. from /usr/include/SDL2/SDL_image.h:27,
  15091. from src/../include/simple2d.h:92,
  15092. from src/controllers.c:3:
  15093. /usr/include/SDL2/SDL_gesture.h:68:29: error: conflicting types for ‘SDL_SaveDollarTemplate’
  15094. extern DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
  15095. ^
  15096. In file included from /usr/local/include/SDL2/SDL_events.h:39:0,
  15097. from /usr/local/include/SDL2/SDL.h:41,
  15098. from src/../include/simple2d.h:63,
  15099. from src/controllers.c:3:
  15100. /usr/local/include/SDL2/SDL_gesture.h:68:29: note: previous declaration of ‘SDL_SaveDollarTemplate’ was here
  15101. extern DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
  15102. ^
  15103. In file included from /usr/include/SDL2/SDL_events.h:39:0,
  15104. from /usr/include/SDL2/SDL.h:76,
  15105. from /usr/include/SDL2/SDL_image.h:27,
  15106. from src/../include/simple2d.h:92,
  15107. from src/controllers.c:3:
  15108. /usr/include/SDL2/SDL_gesture.h:76:29: error: conflicting types for ‘SDL_LoadDollarTemplates’
  15109. extern DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src);
  15110. ^
  15111. In file included from /usr/local/include/SDL2/SDL_events.h:39:0,
  15112. from /usr/local/include/SDL2/SDL.h:41,
  15113. from src/../include/simple2d.h:63,
  15114. from src/controllers.c:3:
  15115. /usr/local/include/SDL2/SDL_gesture.h:76:29: note: previous declaration of ‘SDL_LoadDollarTemplates’ was here
  15116. extern DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src);
  15117. ^
  15118. In file included from /usr/include/SDL2/SDL.h:76:0,
  15119. from /usr/include/SDL2/SDL_image.h:27,
  15120. from src/../include/simple2d.h:92,
  15121. from src/controllers.c:3:
  15122. /usr/include/SDL2/SDL_events.h:57:5: error: redeclaration of enumerator ‘SDL_FIRSTEVENT’
  15123. SDL_FIRSTEVENT = 0, /**< Unused (do not remove) */
  15124. ^
  15125. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15126. from src/../include/simple2d.h:63,
  15127. from src/controllers.c:3:
  15128. /usr/local/include/SDL2/SDL_events.h:57:5: note: previous definition of ‘SDL_FIRSTEVENT’ was here
  15129. SDL_FIRSTEVENT = 0, /**< Unused (do not remove) */
  15130. ^
  15131. In file included from /usr/include/SDL2/SDL.h:76:0,
  15132. from /usr/include/SDL2/SDL_image.h:27,
  15133. from src/../include/simple2d.h:92,
  15134. from src/controllers.c:3:
  15135. /usr/include/SDL2/SDL_events.h:60:5: error: redeclaration of enumerator ‘SDL_QUIT’
  15136. SDL_QUIT = 0x100, /**< User-requested quit */
  15137. ^
  15138. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15139. from src/../include/simple2d.h:63,
  15140. from src/controllers.c:3:
  15141. /usr/local/include/SDL2/SDL_events.h:60:5: note: previous definition of ‘SDL_QUIT’ was here
  15142. SDL_QUIT = 0x100, /**< User-requested quit */
  15143. ^
  15144. In file included from /usr/include/SDL2/SDL.h:76:0,
  15145. from /usr/include/SDL2/SDL_image.h:27,
  15146. from src/../include/simple2d.h:92,
  15147. from src/controllers.c:3:
  15148. /usr/include/SDL2/SDL_events.h:63:5: error: redeclaration of enumerator ‘SDL_APP_TERMINATING’
  15149. SDL_APP_TERMINATING, /**< The application is being terminated by the OS
  15150. ^
  15151. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15152. from src/../include/simple2d.h:63,
  15153. from src/controllers.c:3:
  15154. /usr/local/include/SDL2/SDL_events.h:63:5: note: previous definition of ‘SDL_APP_TERMINATING’ was here
  15155. SDL_APP_TERMINATING, /**< The application is being terminated by the OS
  15156. ^
  15157. In file included from /usr/include/SDL2/SDL.h:76:0,
  15158. from /usr/include/SDL2/SDL_image.h:27,
  15159. from src/../include/simple2d.h:92,
  15160. from src/controllers.c:3:
  15161. /usr/include/SDL2/SDL_events.h:67:5: error: redeclaration of enumerator ‘SDL_APP_LOWMEMORY’
  15162. SDL_APP_LOWMEMORY, /**< The application is low on memory, free memory if possible.
  15163. ^
  15164. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15165. from src/../include/simple2d.h:63,
  15166. from src/controllers.c:3:
  15167. /usr/local/include/SDL2/SDL_events.h:67:5: note: previous definition of ‘SDL_APP_LOWMEMORY’ was here
  15168. SDL_APP_LOWMEMORY, /**< The application is low on memory, free memory if possible.
  15169. ^
  15170. In file included from /usr/include/SDL2/SDL.h:76:0,
  15171. from /usr/include/SDL2/SDL_image.h:27,
  15172. from src/../include/simple2d.h:92,
  15173. from src/controllers.c:3:
  15174. /usr/include/SDL2/SDL_events.h:71:5: error: redeclaration of enumerator ‘SDL_APP_WILLENTERBACKGROUND’
  15175. SDL_APP_WILLENTERBACKGROUND, /**< The application is about to enter the background
  15176. ^
  15177. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15178. from src/../include/simple2d.h:63,
  15179. from src/controllers.c:3:
  15180. /usr/local/include/SDL2/SDL_events.h:71:5: note: previous definition of ‘SDL_APP_WILLENTERBACKGROUND’ was here
  15181. SDL_APP_WILLENTERBACKGROUND, /**< The application is about to enter the background
  15182. ^
  15183. In file included from /usr/include/SDL2/SDL.h:76:0,
  15184. from /usr/include/SDL2/SDL_image.h:27,
  15185. from src/../include/simple2d.h:92,
  15186. from src/controllers.c:3:
  15187. /usr/include/SDL2/SDL_events.h:75:5: error: redeclaration of enumerator ‘SDL_APP_DIDENTERBACKGROUND’
  15188. SDL_APP_DIDENTERBACKGROUND, /**< The application did enter the background and may not get CPU for some time
  15189. ^
  15190. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15191. from src/../include/simple2d.h:63,
  15192. from src/controllers.c:3:
  15193. /usr/local/include/SDL2/SDL_events.h:75:5: note: previous definition of ‘SDL_APP_DIDENTERBACKGROUND’ was here
  15194. SDL_APP_DIDENTERBACKGROUND, /**< The application did enter the background and may not get CPU for some time
  15195. ^
  15196. In file included from /usr/include/SDL2/SDL.h:76:0,
  15197. from /usr/include/SDL2/SDL_image.h:27,
  15198. from src/../include/simple2d.h:92,
  15199. from src/controllers.c:3:
  15200. /usr/include/SDL2/SDL_events.h:79:5: error: redeclaration of enumerator ‘SDL_APP_WILLENTERFOREGROUND’
  15201. SDL_APP_WILLENTERFOREGROUND, /**< The application is about to enter the foreground
  15202. ^
  15203. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15204. from src/../include/simple2d.h:63,
  15205. from src/controllers.c:3:
  15206. /usr/local/include/SDL2/SDL_events.h:79:5: note: previous definition of ‘SDL_APP_WILLENTERFOREGROUND’ was here
  15207. SDL_APP_WILLENTERFOREGROUND, /**< The application is about to enter the foreground
  15208. ^
  15209. In file included from /usr/include/SDL2/SDL.h:76:0,
  15210. from /usr/include/SDL2/SDL_image.h:27,
  15211. from src/../include/simple2d.h:92,
  15212. from src/controllers.c:3:
  15213. /usr/include/SDL2/SDL_events.h:83:5: error: redeclaration of enumerator ‘SDL_APP_DIDENTERFOREGROUND’
  15214. SDL_APP_DIDENTERFOREGROUND, /**< The application is now interactive
  15215. ^
  15216. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15217. from src/../include/simple2d.h:63,
  15218. from src/controllers.c:3:
  15219. /usr/local/include/SDL2/SDL_events.h:83:5: note: previous definition of ‘SDL_APP_DIDENTERFOREGROUND’ was here
  15220. SDL_APP_DIDENTERFOREGROUND, /**< The application is now interactive
  15221. ^
  15222. In file included from /usr/include/SDL2/SDL.h:76:0,
  15223. from /usr/include/SDL2/SDL_image.h:27,
  15224. from src/../include/simple2d.h:92,
  15225. from src/controllers.c:3:
  15226. /usr/include/SDL2/SDL_events.h:89:5: error: redeclaration of enumerator ‘SDL_WINDOWEVENT’
  15227. SDL_WINDOWEVENT = 0x200, /**< Window state change */
  15228. ^
  15229. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15230. from src/../include/simple2d.h:63,
  15231. from src/controllers.c:3:
  15232. /usr/local/include/SDL2/SDL_events.h:89:5: note: previous definition of ‘SDL_WINDOWEVENT’ was here
  15233. SDL_WINDOWEVENT = 0x200, /**< Window state change */
  15234. ^
  15235. In file included from /usr/include/SDL2/SDL.h:76:0,
  15236. from /usr/include/SDL2/SDL_image.h:27,
  15237. from src/../include/simple2d.h:92,
  15238. from src/controllers.c:3:
  15239. /usr/include/SDL2/SDL_events.h:90:5: error: redeclaration of enumerator ‘SDL_SYSWMEVENT’
  15240. SDL_SYSWMEVENT, /**< System specific event */
  15241. ^
  15242. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15243. from src/../include/simple2d.h:63,
  15244. from src/controllers.c:3:
  15245. /usr/local/include/SDL2/SDL_events.h:90:5: note: previous definition of ‘SDL_SYSWMEVENT’ was here
  15246. SDL_SYSWMEVENT, /**< System specific event */
  15247. ^
  15248. In file included from /usr/include/SDL2/SDL.h:76:0,
  15249. from /usr/include/SDL2/SDL_image.h:27,
  15250. from src/../include/simple2d.h:92,
  15251. from src/controllers.c:3:
  15252. /usr/include/SDL2/SDL_events.h:93:5: error: redeclaration of enumerator ‘SDL_KEYDOWN’
  15253. SDL_KEYDOWN = 0x300, /**< Key pressed */
  15254. ^
  15255. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15256. from src/../include/simple2d.h:63,
  15257. from src/controllers.c:3:
  15258. /usr/local/include/SDL2/SDL_events.h:93:5: note: previous definition of ‘SDL_KEYDOWN’ was here
  15259. SDL_KEYDOWN = 0x300, /**< Key pressed */
  15260. ^
  15261. In file included from /usr/include/SDL2/SDL.h:76:0,
  15262. from /usr/include/SDL2/SDL_image.h:27,
  15263. from src/../include/simple2d.h:92,
  15264. from src/controllers.c:3:
  15265. /usr/include/SDL2/SDL_events.h:94:5: error: redeclaration of enumerator ‘SDL_KEYUP’
  15266. SDL_KEYUP, /**< Key released */
  15267. ^
  15268. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15269. from src/../include/simple2d.h:63,
  15270. from src/controllers.c:3:
  15271. /usr/local/include/SDL2/SDL_events.h:94:5: note: previous definition of ‘SDL_KEYUP’ was here
  15272. SDL_KEYUP, /**< Key released */
  15273. ^
  15274. In file included from /usr/include/SDL2/SDL.h:76:0,
  15275. from /usr/include/SDL2/SDL_image.h:27,
  15276. from src/../include/simple2d.h:92,
  15277. from src/controllers.c:3:
  15278. /usr/include/SDL2/SDL_events.h:95:5: error: redeclaration of enumerator ‘SDL_TEXTEDITING’
  15279. SDL_TEXTEDITING, /**< Keyboard text editing (composition) */
  15280. ^
  15281. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15282. from src/../include/simple2d.h:63,
  15283. from src/controllers.c:3:
  15284. /usr/local/include/SDL2/SDL_events.h:95:5: note: previous definition of ‘SDL_TEXTEDITING’ was here
  15285. SDL_TEXTEDITING, /**< Keyboard text editing (composition) */
  15286. ^
  15287. In file included from /usr/include/SDL2/SDL.h:76:0,
  15288. from /usr/include/SDL2/SDL_image.h:27,
  15289. from src/../include/simple2d.h:92,
  15290. from src/controllers.c:3:
  15291. /usr/include/SDL2/SDL_events.h:96:5: error: redeclaration of enumerator ‘SDL_TEXTINPUT’
  15292. SDL_TEXTINPUT, /**< Keyboard text input */
  15293. ^
  15294. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15295. from src/../include/simple2d.h:63,
  15296. from src/controllers.c:3:
  15297. /usr/local/include/SDL2/SDL_events.h:96:5: note: previous definition of ‘SDL_TEXTINPUT’ was here
  15298. SDL_TEXTINPUT, /**< Keyboard text input */
  15299. ^
  15300. In file included from /usr/include/SDL2/SDL.h:76:0,
  15301. from /usr/include/SDL2/SDL_image.h:27,
  15302. from src/../include/simple2d.h:92,
  15303. from src/controllers.c:3:
  15304. /usr/include/SDL2/SDL_events.h:99:5: error: redeclaration of enumerator ‘SDL_MOUSEMOTION’
  15305. SDL_MOUSEMOTION = 0x400, /**< Mouse moved */
  15306. ^
  15307. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15308. from src/../include/simple2d.h:63,
  15309. from src/controllers.c:3:
  15310. /usr/local/include/SDL2/SDL_events.h:102:5: note: previous definition of ‘SDL_MOUSEMOTION’ was here
  15311. SDL_MOUSEMOTION = 0x400, /**< Mouse moved */
  15312. ^
  15313. In file included from /usr/include/SDL2/SDL.h:76:0,
  15314. from /usr/include/SDL2/SDL_image.h:27,
  15315. from src/../include/simple2d.h:92,
  15316. from src/controllers.c:3:
  15317. /usr/include/SDL2/SDL_events.h:100:5: error: redeclaration of enumerator ‘SDL_MOUSEBUTTONDOWN’
  15318. SDL_MOUSEBUTTONDOWN, /**< Mouse button pressed */
  15319. ^
  15320. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15321. from src/../include/simple2d.h:63,
  15322. from src/controllers.c:3:
  15323. /usr/local/include/SDL2/SDL_events.h:103:5: note: previous definition of ‘SDL_MOUSEBUTTONDOWN’ was here
  15324. SDL_MOUSEBUTTONDOWN, /**< Mouse button pressed */
  15325. ^
  15326. In file included from /usr/include/SDL2/SDL.h:76:0,
  15327. from /usr/include/SDL2/SDL_image.h:27,
  15328. from src/../include/simple2d.h:92,
  15329. from src/controllers.c:3:
  15330. /usr/include/SDL2/SDL_events.h:101:5: error: redeclaration of enumerator ‘SDL_MOUSEBUTTONUP’
  15331. SDL_MOUSEBUTTONUP, /**< Mouse button released */
  15332. ^
  15333. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15334. from src/../include/simple2d.h:63,
  15335. from src/controllers.c:3:
  15336. /usr/local/include/SDL2/SDL_events.h:104:5: note: previous definition of ‘SDL_MOUSEBUTTONUP’ was here
  15337. SDL_MOUSEBUTTONUP, /**< Mouse button released */
  15338. ^
  15339. In file included from /usr/include/SDL2/SDL.h:76:0,
  15340. from /usr/include/SDL2/SDL_image.h:27,
  15341. from src/../include/simple2d.h:92,
  15342. from src/controllers.c:3:
  15343. /usr/include/SDL2/SDL_events.h:102:5: error: redeclaration of enumerator ‘SDL_MOUSEWHEEL’
  15344. SDL_MOUSEWHEEL, /**< Mouse wheel motion */
  15345. ^
  15346. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15347. from src/../include/simple2d.h:63,
  15348. from src/controllers.c:3:
  15349. /usr/local/include/SDL2/SDL_events.h:105:5: note: previous definition of ‘SDL_MOUSEWHEEL’ was here
  15350. SDL_MOUSEWHEEL, /**< Mouse wheel motion */
  15351. ^
  15352. In file included from /usr/include/SDL2/SDL.h:76:0,
  15353. from /usr/include/SDL2/SDL_image.h:27,
  15354. from src/../include/simple2d.h:92,
  15355. from src/controllers.c:3:
  15356. /usr/include/SDL2/SDL_events.h:105:5: error: redeclaration of enumerator ‘SDL_JOYAXISMOTION’
  15357. SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
  15358. ^
  15359. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15360. from src/../include/simple2d.h:63,
  15361. from src/controllers.c:3:
  15362. /usr/local/include/SDL2/SDL_events.h:108:5: note: previous definition of ‘SDL_JOYAXISMOTION’ was here
  15363. SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
  15364. ^
  15365. In file included from /usr/include/SDL2/SDL.h:76:0,
  15366. from /usr/include/SDL2/SDL_image.h:27,
  15367. from src/../include/simple2d.h:92,
  15368. from src/controllers.c:3:
  15369. /usr/include/SDL2/SDL_events.h:106:5: error: redeclaration of enumerator ‘SDL_JOYBALLMOTION’
  15370. SDL_JOYBALLMOTION, /**< Joystick trackball motion */
  15371. ^
  15372. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15373. from src/../include/simple2d.h:63,
  15374. from src/controllers.c:3:
  15375. /usr/local/include/SDL2/SDL_events.h:109:5: note: previous definition of ‘SDL_JOYBALLMOTION’ was here
  15376. SDL_JOYBALLMOTION, /**< Joystick trackball motion */
  15377. ^
  15378. In file included from /usr/include/SDL2/SDL.h:76:0,
  15379. from /usr/include/SDL2/SDL_image.h:27,
  15380. from src/../include/simple2d.h:92,
  15381. from src/controllers.c:3:
  15382. /usr/include/SDL2/SDL_events.h:107:5: error: redeclaration of enumerator ‘SDL_JOYHATMOTION’
  15383. SDL_JOYHATMOTION, /**< Joystick hat position change */
  15384. ^
  15385. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15386. from src/../include/simple2d.h:63,
  15387. from src/controllers.c:3:
  15388. /usr/local/include/SDL2/SDL_events.h:110:5: note: previous definition of ‘SDL_JOYHATMOTION’ was here
  15389. SDL_JOYHATMOTION, /**< Joystick hat position change */
  15390. ^
  15391. In file included from /usr/include/SDL2/SDL.h:76:0,
  15392. from /usr/include/SDL2/SDL_image.h:27,
  15393. from src/../include/simple2d.h:92,
  15394. from src/controllers.c:3:
  15395. /usr/include/SDL2/SDL_events.h:108:5: error: redeclaration of enumerator ‘SDL_JOYBUTTONDOWN’
  15396. SDL_JOYBUTTONDOWN, /**< Joystick button pressed */
  15397. ^
  15398. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15399. from src/../include/simple2d.h:63,
  15400. from src/controllers.c:3:
  15401. /usr/local/include/SDL2/SDL_events.h:111:5: note: previous definition of ‘SDL_JOYBUTTONDOWN’ was here
  15402. SDL_JOYBUTTONDOWN, /**< Joystick button pressed */
  15403. ^
  15404. In file included from /usr/include/SDL2/SDL.h:76:0,
  15405. from /usr/include/SDL2/SDL_image.h:27,
  15406. from src/../include/simple2d.h:92,
  15407. from src/controllers.c:3:
  15408. /usr/include/SDL2/SDL_events.h:109:5: error: redeclaration of enumerator ‘SDL_JOYBUTTONUP’
  15409. SDL_JOYBUTTONUP, /**< Joystick button released */
  15410. ^
  15411. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15412. from src/../include/simple2d.h:63,
  15413. from src/controllers.c:3:
  15414. /usr/local/include/SDL2/SDL_events.h:112:5: note: previous definition of ‘SDL_JOYBUTTONUP’ was here
  15415. SDL_JOYBUTTONUP, /**< Joystick button released */
  15416. ^
  15417. In file included from /usr/include/SDL2/SDL.h:76:0,
  15418. from /usr/include/SDL2/SDL_image.h:27,
  15419. from src/../include/simple2d.h:92,
  15420. from src/controllers.c:3:
  15421. /usr/include/SDL2/SDL_events.h:110:5: error: redeclaration of enumerator ‘SDL_JOYDEVICEADDED’
  15422. SDL_JOYDEVICEADDED, /**< A new joystick has been inserted into the system */
  15423. ^
  15424. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15425. from src/../include/simple2d.h:63,
  15426. from src/controllers.c:3:
  15427. /usr/local/include/SDL2/SDL_events.h:113:5: note: previous definition of ‘SDL_JOYDEVICEADDED’ was here
  15428. SDL_JOYDEVICEADDED, /**< A new joystick has been inserted into the system */
  15429. ^
  15430. In file included from /usr/include/SDL2/SDL.h:76:0,
  15431. from /usr/include/SDL2/SDL_image.h:27,
  15432. from src/../include/simple2d.h:92,
  15433. from src/controllers.c:3:
  15434. /usr/include/SDL2/SDL_events.h:111:5: error: redeclaration of enumerator ‘SDL_JOYDEVICEREMOVED’
  15435. SDL_JOYDEVICEREMOVED, /**< An opened joystick has been removed */
  15436. ^
  15437. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15438. from src/../include/simple2d.h:63,
  15439. from src/controllers.c:3:
  15440. /usr/local/include/SDL2/SDL_events.h:114:5: note: previous definition of ‘SDL_JOYDEVICEREMOVED’ was here
  15441. SDL_JOYDEVICEREMOVED, /**< An opened joystick has been removed */
  15442. ^
  15443. In file included from /usr/include/SDL2/SDL.h:76:0,
  15444. from /usr/include/SDL2/SDL_image.h:27,
  15445. from src/../include/simple2d.h:92,
  15446. from src/controllers.c:3:
  15447. /usr/include/SDL2/SDL_events.h:114:5: error: redeclaration of enumerator ‘SDL_CONTROLLERAXISMOTION’
  15448. SDL_CONTROLLERAXISMOTION = 0x650, /**< Game controller axis motion */
  15449. ^
  15450. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15451. from src/../include/simple2d.h:63,
  15452. from src/controllers.c:3:
  15453. /usr/local/include/SDL2/SDL_events.h:117:5: note: previous definition of ‘SDL_CONTROLLERAXISMOTION’ was here
  15454. SDL_CONTROLLERAXISMOTION = 0x650, /**< Game controller axis motion */
  15455. ^
  15456. In file included from /usr/include/SDL2/SDL.h:76:0,
  15457. from /usr/include/SDL2/SDL_image.h:27,
  15458. from src/../include/simple2d.h:92,
  15459. from src/controllers.c:3:
  15460. /usr/include/SDL2/SDL_events.h:115:5: error: redeclaration of enumerator ‘SDL_CONTROLLERBUTTONDOWN’
  15461. SDL_CONTROLLERBUTTONDOWN, /**< Game controller button pressed */
  15462. ^
  15463. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15464. from src/../include/simple2d.h:63,
  15465. from src/controllers.c:3:
  15466. /usr/local/include/SDL2/SDL_events.h:118:5: note: previous definition of ‘SDL_CONTROLLERBUTTONDOWN’ was here
  15467. SDL_CONTROLLERBUTTONDOWN, /**< Game controller button pressed */
  15468. ^
  15469. In file included from /usr/include/SDL2/SDL.h:76:0,
  15470. from /usr/include/SDL2/SDL_image.h:27,
  15471. from src/../include/simple2d.h:92,
  15472. from src/controllers.c:3:
  15473. /usr/include/SDL2/SDL_events.h:116:5: error: redeclaration of enumerator ‘SDL_CONTROLLERBUTTONUP’
  15474. SDL_CONTROLLERBUTTONUP, /**< Game controller button released */
  15475. ^
  15476. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15477. from src/../include/simple2d.h:63,
  15478. from src/controllers.c:3:
  15479. /usr/local/include/SDL2/SDL_events.h:119:5: note: previous definition of ‘SDL_CONTROLLERBUTTONUP’ was here
  15480. SDL_CONTROLLERBUTTONUP, /**< Game controller button released */
  15481. ^
  15482. In file included from /usr/include/SDL2/SDL.h:76:0,
  15483. from /usr/include/SDL2/SDL_image.h:27,
  15484. from src/../include/simple2d.h:92,
  15485. from src/controllers.c:3:
  15486. /usr/include/SDL2/SDL_events.h:117:5: error: redeclaration of enumerator ‘SDL_CONTROLLERDEVICEADDED’
  15487. SDL_CONTROLLERDEVICEADDED, /**< A new Game controller has been inserted into the system */
  15488. ^
  15489. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15490. from src/../include/simple2d.h:63,
  15491. from src/controllers.c:3:
  15492. /usr/local/include/SDL2/SDL_events.h:120:5: note: previous definition of ‘SDL_CONTROLLERDEVICEADDED’ was here
  15493. SDL_CONTROLLERDEVICEADDED, /**< A new Game controller has been inserted into the system */
  15494. ^
  15495. In file included from /usr/include/SDL2/SDL.h:76:0,
  15496. from /usr/include/SDL2/SDL_image.h:27,
  15497. from src/../include/simple2d.h:92,
  15498. from src/controllers.c:3:
  15499. /usr/include/SDL2/SDL_events.h:118:5: error: redeclaration of enumerator ‘SDL_CONTROLLERDEVICEREMOVED’
  15500. SDL_CONTROLLERDEVICEREMOVED, /**< An opened Game controller has been removed */
  15501. ^
  15502. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15503. from src/../include/simple2d.h:63,
  15504. from src/controllers.c:3:
  15505. /usr/local/include/SDL2/SDL_events.h:121:5: note: previous definition of ‘SDL_CONTROLLERDEVICEREMOVED’ was here
  15506. SDL_CONTROLLERDEVICEREMOVED, /**< An opened Game controller has been removed */
  15507. ^
  15508. In file included from /usr/include/SDL2/SDL.h:76:0,
  15509. from /usr/include/SDL2/SDL_image.h:27,
  15510. from src/../include/simple2d.h:92,
  15511. from src/controllers.c:3:
  15512. /usr/include/SDL2/SDL_events.h:119:5: error: redeclaration of enumerator ‘SDL_CONTROLLERDEVICEREMAPPED’
  15513. SDL_CONTROLLERDEVICEREMAPPED, /**< The controller mapping was updated */
  15514. ^
  15515. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15516. from src/../include/simple2d.h:63,
  15517. from src/controllers.c:3:
  15518. /usr/local/include/SDL2/SDL_events.h:122:5: note: previous definition of ‘SDL_CONTROLLERDEVICEREMAPPED’ was here
  15519. SDL_CONTROLLERDEVICEREMAPPED, /**< The controller mapping was updated */
  15520. ^
  15521. In file included from /usr/include/SDL2/SDL.h:76:0,
  15522. from /usr/include/SDL2/SDL_image.h:27,
  15523. from src/../include/simple2d.h:92,
  15524. from src/controllers.c:3:
  15525. /usr/include/SDL2/SDL_events.h:122:5: error: redeclaration of enumerator ‘SDL_FINGERDOWN’
  15526. SDL_FINGERDOWN = 0x700,
  15527. ^
  15528. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15529. from src/../include/simple2d.h:63,
  15530. from src/controllers.c:3:
  15531. /usr/local/include/SDL2/SDL_events.h:125:5: note: previous definition of ‘SDL_FINGERDOWN’ was here
  15532. SDL_FINGERDOWN = 0x700,
  15533. ^
  15534. In file included from /usr/include/SDL2/SDL.h:76:0,
  15535. from /usr/include/SDL2/SDL_image.h:27,
  15536. from src/../include/simple2d.h:92,
  15537. from src/controllers.c:3:
  15538. /usr/include/SDL2/SDL_events.h:123:5: error: redeclaration of enumerator ‘SDL_FINGERUP’
  15539. SDL_FINGERUP,
  15540. ^
  15541. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15542. from src/../include/simple2d.h:63,
  15543. from src/controllers.c:3:
  15544. /usr/local/include/SDL2/SDL_events.h:126:5: note: previous definition of ‘SDL_FINGERUP’ was here
  15545. SDL_FINGERUP,
  15546. ^
  15547. In file included from /usr/include/SDL2/SDL.h:76:0,
  15548. from /usr/include/SDL2/SDL_image.h:27,
  15549. from src/../include/simple2d.h:92,
  15550. from src/controllers.c:3:
  15551. /usr/include/SDL2/SDL_events.h:124:5: error: redeclaration of enumerator ‘SDL_FINGERMOTION’
  15552. SDL_FINGERMOTION,
  15553. ^
  15554. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15555. from src/../include/simple2d.h:63,
  15556. from src/controllers.c:3:
  15557. /usr/local/include/SDL2/SDL_events.h:127:5: note: previous definition of ‘SDL_FINGERMOTION’ was here
  15558. SDL_FINGERMOTION,
  15559. ^
  15560. In file included from /usr/include/SDL2/SDL.h:76:0,
  15561. from /usr/include/SDL2/SDL_image.h:27,
  15562. from src/../include/simple2d.h:92,
  15563. from src/controllers.c:3:
  15564. /usr/include/SDL2/SDL_events.h:127:5: error: redeclaration of enumerator ‘SDL_DOLLARGESTURE’
  15565. SDL_DOLLARGESTURE = 0x800,
  15566. ^
  15567. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15568. from src/../include/simple2d.h:63,
  15569. from src/controllers.c:3:
  15570. /usr/local/include/SDL2/SDL_events.h:130:5: note: previous definition of ‘SDL_DOLLARGESTURE’ was here
  15571. SDL_DOLLARGESTURE = 0x800,
  15572. ^
  15573. In file included from /usr/include/SDL2/SDL.h:76:0,
  15574. from /usr/include/SDL2/SDL_image.h:27,
  15575. from src/../include/simple2d.h:92,
  15576. from src/controllers.c:3:
  15577. /usr/include/SDL2/SDL_events.h:128:5: error: redeclaration of enumerator ‘SDL_DOLLARRECORD’
  15578. SDL_DOLLARRECORD,
  15579. ^
  15580. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15581. from src/../include/simple2d.h:63,
  15582. from src/controllers.c:3:
  15583. /usr/local/include/SDL2/SDL_events.h:131:5: note: previous definition of ‘SDL_DOLLARRECORD’ was here
  15584. SDL_DOLLARRECORD,
  15585. ^
  15586. In file included from /usr/include/SDL2/SDL.h:76:0,
  15587. from /usr/include/SDL2/SDL_image.h:27,
  15588. from src/../include/simple2d.h:92,
  15589. from src/controllers.c:3:
  15590. /usr/include/SDL2/SDL_events.h:129:5: error: redeclaration of enumerator ‘SDL_MULTIGESTURE’
  15591. SDL_MULTIGESTURE,
  15592. ^
  15593. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15594. from src/../include/simple2d.h:63,
  15595. from src/controllers.c:3:
  15596. /usr/local/include/SDL2/SDL_events.h:132:5: note: previous definition of ‘SDL_MULTIGESTURE’ was here
  15597. SDL_MULTIGESTURE,
  15598. ^
  15599. In file included from /usr/include/SDL2/SDL.h:76:0,
  15600. from /usr/include/SDL2/SDL_image.h:27,
  15601. from src/../include/simple2d.h:92,
  15602. from src/controllers.c:3:
  15603. /usr/include/SDL2/SDL_events.h:132:5: error: redeclaration of enumerator ‘SDL_CLIPBOARDUPDATE’
  15604. SDL_CLIPBOARDUPDATE = 0x900, /**< The clipboard changed */
  15605. ^
  15606. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15607. from src/../include/simple2d.h:63,
  15608. from src/controllers.c:3:
  15609. /usr/local/include/SDL2/SDL_events.h:135:5: note: previous definition of ‘SDL_CLIPBOARDUPDATE’ was here
  15610. SDL_CLIPBOARDUPDATE = 0x900, /**< The clipboard changed */
  15611. ^
  15612. In file included from /usr/include/SDL2/SDL.h:76:0,
  15613. from /usr/include/SDL2/SDL_image.h:27,
  15614. from src/../include/simple2d.h:92,
  15615. from src/controllers.c:3:
  15616. /usr/include/SDL2/SDL_events.h:135:5: error: redeclaration of enumerator ‘SDL_DROPFILE’
  15617. SDL_DROPFILE = 0x1000, /**< The system requests a file open */
  15618. ^
  15619. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15620. from src/../include/simple2d.h:63,
  15621. from src/controllers.c:3:
  15622. /usr/local/include/SDL2/SDL_events.h:138:5: note: previous definition of ‘SDL_DROPFILE’ was here
  15623. SDL_DROPFILE = 0x1000, /**< The system requests a file open */
  15624. ^
  15625. In file included from /usr/include/SDL2/SDL.h:76:0,
  15626. from /usr/include/SDL2/SDL_image.h:27,
  15627. from src/../include/simple2d.h:92,
  15628. from src/controllers.c:3:
  15629. /usr/include/SDL2/SDL_events.h:138:5: error: redeclaration of enumerator ‘SDL_RENDER_TARGETS_RESET’
  15630. SDL_RENDER_TARGETS_RESET = 0x2000, /**< The render targets have been reset */
  15631. ^
  15632. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15633. from src/../include/simple2d.h:63,
  15634. from src/controllers.c:3:
  15635. /usr/local/include/SDL2/SDL_events.h:148:5: note: previous definition of ‘SDL_RENDER_TARGETS_RESET’ was here
  15636. SDL_RENDER_TARGETS_RESET = 0x2000, /**< The render targets have been reset and their contents need to be updated */
  15637. ^
  15638. In file included from /usr/include/SDL2/SDL.h:76:0,
  15639. from /usr/include/SDL2/SDL_image.h:27,
  15640. from src/../include/simple2d.h:92,
  15641. from src/controllers.c:3:
  15642. /usr/include/SDL2/SDL_events.h:143:5: error: redeclaration of enumerator ‘SDL_USEREVENT’
  15643. SDL_USEREVENT = 0x8000,
  15644. ^
  15645. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15646. from src/../include/simple2d.h:63,
  15647. from src/controllers.c:3:
  15648. /usr/local/include/SDL2/SDL_events.h:154:5: note: previous definition of ‘SDL_USEREVENT’ was here
  15649. SDL_USEREVENT = 0x8000,
  15650. ^
  15651. In file included from /usr/include/SDL2/SDL.h:76:0,
  15652. from /usr/include/SDL2/SDL_image.h:27,
  15653. from src/../include/simple2d.h:92,
  15654. from src/controllers.c:3:
  15655. /usr/include/SDL2/SDL_events.h:148:5: error: redeclaration of enumerator ‘SDL_LASTEVENT’
  15656. SDL_LASTEVENT = 0xFFFF
  15657. ^
  15658. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15659. from src/../include/simple2d.h:63,
  15660. from src/controllers.c:3:
  15661. /usr/local/include/SDL2/SDL_events.h:159:5: note: previous definition of ‘SDL_LASTEVENT’ was here
  15662. SDL_LASTEVENT = 0xFFFF
  15663. ^
  15664. In file included from /usr/include/SDL2/SDL.h:76:0,
  15665. from /usr/include/SDL2/SDL_image.h:27,
  15666. from src/../include/simple2d.h:92,
  15667. from src/controllers.c:3:
  15668. /usr/include/SDL2/SDL_events.h:149:3: error: conflicting types for ‘SDL_EventType’
  15669. } SDL_EventType;
  15670. ^
  15671. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15672. from src/../include/simple2d.h:63,
  15673. from src/controllers.c:3:
  15674. /usr/local/include/SDL2/SDL_events.h:160:3: note: previous declaration of ‘SDL_EventType’ was here
  15675. } SDL_EventType;
  15676. ^
  15677. In file included from /usr/include/SDL2/SDL.h:76:0,
  15678. from /usr/include/SDL2/SDL_image.h:27,
  15679. from src/../include/simple2d.h:92,
  15680. from src/controllers.c:3:
  15681. /usr/include/SDL2/SDL_events.h:154:16: error: redefinition of ‘struct SDL_CommonEvent’
  15682. typedef struct SDL_CommonEvent
  15683. ^
  15684. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15685. from src/../include/simple2d.h:63,
  15686. from src/controllers.c:3:
  15687. /usr/local/include/SDL2/SDL_events.h:165:16: note: originally defined here
  15688. typedef struct SDL_CommonEvent
  15689. ^
  15690. In file included from /usr/include/SDL2/SDL.h:76:0,
  15691. from /usr/include/SDL2/SDL_image.h:27,
  15692. from src/../include/simple2d.h:92,
  15693. from src/controllers.c:3:
  15694. /usr/include/SDL2/SDL_events.h:158:3: error: conflicting types for ‘SDL_CommonEvent’
  15695. } SDL_CommonEvent;
  15696. ^
  15697. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15698. from src/../include/simple2d.h:63,
  15699. from src/controllers.c:3:
  15700. /usr/local/include/SDL2/SDL_events.h:169:3: note: previous declaration of ‘SDL_CommonEvent’ was here
  15701. } SDL_CommonEvent;
  15702. ^
  15703. In file included from /usr/include/SDL2/SDL.h:76:0,
  15704. from /usr/include/SDL2/SDL_image.h:27,
  15705. from src/../include/simple2d.h:92,
  15706. from src/controllers.c:3:
  15707. /usr/include/SDL2/SDL_events.h:163:16: error: redefinition of ‘struct SDL_WindowEvent’
  15708. typedef struct SDL_WindowEvent
  15709. ^
  15710. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15711. from src/../include/simple2d.h:63,
  15712. from src/controllers.c:3:
  15713. /usr/local/include/SDL2/SDL_events.h:174:16: note: originally defined here
  15714. typedef struct SDL_WindowEvent
  15715. ^
  15716. In file included from /usr/include/SDL2/SDL.h:76:0,
  15717. from /usr/include/SDL2/SDL_image.h:27,
  15718. from src/../include/simple2d.h:92,
  15719. from src/controllers.c:3:
  15720. /usr/include/SDL2/SDL_events.h:174:3: error: conflicting types for ‘SDL_WindowEvent’
  15721. } SDL_WindowEvent;
  15722. ^
  15723. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15724. from src/../include/simple2d.h:63,
  15725. from src/controllers.c:3:
  15726. /usr/local/include/SDL2/SDL_events.h:185:3: note: previous declaration of ‘SDL_WindowEvent’ was here
  15727. } SDL_WindowEvent;
  15728. ^
  15729. In file included from /usr/include/SDL2/SDL.h:76:0,
  15730. from /usr/include/SDL2/SDL_image.h:27,
  15731. from src/../include/simple2d.h:92,
  15732. from src/controllers.c:3:
  15733. /usr/include/SDL2/SDL_events.h:179:16: error: redefinition of ‘struct SDL_KeyboardEvent’
  15734. typedef struct SDL_KeyboardEvent
  15735. ^
  15736. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15737. from src/../include/simple2d.h:63,
  15738. from src/controllers.c:3:
  15739. /usr/local/include/SDL2/SDL_events.h:190:16: note: originally defined here
  15740. typedef struct SDL_KeyboardEvent
  15741. ^
  15742. In file included from /usr/include/SDL2/SDL.h:76:0,
  15743. from /usr/include/SDL2/SDL_image.h:27,
  15744. from src/../include/simple2d.h:92,
  15745. from src/controllers.c:3:
  15746. /usr/include/SDL2/SDL_events.h:189:3: error: conflicting types for ‘SDL_KeyboardEvent’
  15747. } SDL_KeyboardEvent;
  15748. ^
  15749. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15750. from src/../include/simple2d.h:63,
  15751. from src/controllers.c:3:
  15752. /usr/local/include/SDL2/SDL_events.h:200:3: note: previous declaration of ‘SDL_KeyboardEvent’ was here
  15753. } SDL_KeyboardEvent;
  15754. ^
  15755. In file included from /usr/include/SDL2/SDL.h:76:0,
  15756. from /usr/include/SDL2/SDL_image.h:27,
  15757. from src/../include/simple2d.h:92,
  15758. from src/controllers.c:3:
  15759. /usr/include/SDL2/SDL_events.h:195:16: error: redefinition of ‘struct SDL_TextEditingEvent’
  15760. typedef struct SDL_TextEditingEvent
  15761. ^
  15762. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15763. from src/../include/simple2d.h:63,
  15764. from src/controllers.c:3:
  15765. /usr/local/include/SDL2/SDL_events.h:206:16: note: originally defined here
  15766. typedef struct SDL_TextEditingEvent
  15767. ^
  15768. In file included from /usr/include/SDL2/SDL.h:76:0,
  15769. from /usr/include/SDL2/SDL_image.h:27,
  15770. from src/../include/simple2d.h:92,
  15771. from src/controllers.c:3:
  15772. /usr/include/SDL2/SDL_events.h:203:3: error: conflicting types for ‘SDL_TextEditingEvent’
  15773. } SDL_TextEditingEvent;
  15774. ^
  15775. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15776. from src/../include/simple2d.h:63,
  15777. from src/controllers.c:3:
  15778. /usr/local/include/SDL2/SDL_events.h:214:3: note: previous declaration of ‘SDL_TextEditingEvent’ was here
  15779. } SDL_TextEditingEvent;
  15780. ^
  15781. In file included from /usr/include/SDL2/SDL.h:76:0,
  15782. from /usr/include/SDL2/SDL_image.h:27,
  15783. from src/../include/simple2d.h:92,
  15784. from src/controllers.c:3:
  15785. /usr/include/SDL2/SDL_events.h:210:16: error: redefinition of ‘struct SDL_TextInputEvent’
  15786. typedef struct SDL_TextInputEvent
  15787. ^
  15788. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15789. from src/../include/simple2d.h:63,
  15790. from src/controllers.c:3:
  15791. /usr/local/include/SDL2/SDL_events.h:221:16: note: originally defined here
  15792. typedef struct SDL_TextInputEvent
  15793. ^
  15794. In file included from /usr/include/SDL2/SDL.h:76:0,
  15795. from /usr/include/SDL2/SDL_image.h:27,
  15796. from src/../include/simple2d.h:92,
  15797. from src/controllers.c:3:
  15798. /usr/include/SDL2/SDL_events.h:216:3: error: conflicting types for ‘SDL_TextInputEvent’
  15799. } SDL_TextInputEvent;
  15800. ^
  15801. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15802. from src/../include/simple2d.h:63,
  15803. from src/controllers.c:3:
  15804. /usr/local/include/SDL2/SDL_events.h:227:3: note: previous declaration of ‘SDL_TextInputEvent’ was here
  15805. } SDL_TextInputEvent;
  15806. ^
  15807. In file included from /usr/include/SDL2/SDL.h:76:0,
  15808. from /usr/include/SDL2/SDL_image.h:27,
  15809. from src/../include/simple2d.h:92,
  15810. from src/controllers.c:3:
  15811. /usr/include/SDL2/SDL_events.h:221:16: error: redefinition of ‘struct SDL_MouseMotionEvent’
  15812. typedef struct SDL_MouseMotionEvent
  15813. ^
  15814. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15815. from src/../include/simple2d.h:63,
  15816. from src/controllers.c:3:
  15817. /usr/local/include/SDL2/SDL_events.h:232:16: note: originally defined here
  15818. typedef struct SDL_MouseMotionEvent
  15819. ^
  15820. In file included from /usr/include/SDL2/SDL.h:76:0,
  15821. from /usr/include/SDL2/SDL_image.h:27,
  15822. from src/../include/simple2d.h:92,
  15823. from src/controllers.c:3:
  15824. /usr/include/SDL2/SDL_events.h:232:3: error: conflicting types for ‘SDL_MouseMotionEvent’
  15825. } SDL_MouseMotionEvent;
  15826. ^
  15827. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15828. from src/../include/simple2d.h:63,
  15829. from src/controllers.c:3:
  15830. /usr/local/include/SDL2/SDL_events.h:243:3: note: previous declaration of ‘SDL_MouseMotionEvent’ was here
  15831. } SDL_MouseMotionEvent;
  15832. ^
  15833. In file included from /usr/include/SDL2/SDL.h:76:0,
  15834. from /usr/include/SDL2/SDL_image.h:27,
  15835. from src/../include/simple2d.h:92,
  15836. from src/controllers.c:3:
  15837. /usr/include/SDL2/SDL_events.h:237:16: error: redefinition of ‘struct SDL_MouseButtonEvent’
  15838. typedef struct SDL_MouseButtonEvent
  15839. ^
  15840. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15841. from src/../include/simple2d.h:63,
  15842. from src/controllers.c:3:
  15843. /usr/local/include/SDL2/SDL_events.h:248:16: note: originally defined here
  15844. typedef struct SDL_MouseButtonEvent
  15845. ^
  15846. In file included from /usr/include/SDL2/SDL.h:76:0,
  15847. from /usr/include/SDL2/SDL_image.h:27,
  15848. from src/../include/simple2d.h:92,
  15849. from src/controllers.c:3:
  15850. /usr/include/SDL2/SDL_events.h:249:3: error: conflicting types for ‘SDL_MouseButtonEvent’
  15851. } SDL_MouseButtonEvent;
  15852. ^
  15853. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15854. from src/../include/simple2d.h:63,
  15855. from src/controllers.c:3:
  15856. /usr/local/include/SDL2/SDL_events.h:260:3: note: previous declaration of ‘SDL_MouseButtonEvent’ was here
  15857. } SDL_MouseButtonEvent;
  15858. ^
  15859. In file included from /usr/include/SDL2/SDL.h:76:0,
  15860. from /usr/include/SDL2/SDL_image.h:27,
  15861. from src/../include/simple2d.h:92,
  15862. from src/controllers.c:3:
  15863. /usr/include/SDL2/SDL_events.h:254:16: error: redefinition of ‘struct SDL_MouseWheelEvent’
  15864. typedef struct SDL_MouseWheelEvent
  15865. ^
  15866. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15867. from src/../include/simple2d.h:63,
  15868. from src/controllers.c:3:
  15869. /usr/local/include/SDL2/SDL_events.h:265:16: note: originally defined here
  15870. typedef struct SDL_MouseWheelEvent
  15871. ^
  15872. In file included from /usr/include/SDL2/SDL.h:76:0,
  15873. from /usr/include/SDL2/SDL_image.h:27,
  15874. from src/../include/simple2d.h:92,
  15875. from src/controllers.c:3:
  15876. /usr/include/SDL2/SDL_events.h:262:3: error: conflicting types for ‘SDL_MouseWheelEvent’
  15877. } SDL_MouseWheelEvent;
  15878. ^
  15879. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15880. from src/../include/simple2d.h:63,
  15881. from src/controllers.c:3:
  15882. /usr/local/include/SDL2/SDL_events.h:274:3: note: previous declaration of ‘SDL_MouseWheelEvent’ was here
  15883. } SDL_MouseWheelEvent;
  15884. ^
  15885. In file included from /usr/include/SDL2/SDL.h:76:0,
  15886. from /usr/include/SDL2/SDL_image.h:27,
  15887. from src/../include/simple2d.h:92,
  15888. from src/controllers.c:3:
  15889. /usr/include/SDL2/SDL_events.h:267:16: error: redefinition of ‘struct SDL_JoyAxisEvent’
  15890. typedef struct SDL_JoyAxisEvent
  15891. ^
  15892. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15893. from src/../include/simple2d.h:63,
  15894. from src/controllers.c:3:
  15895. /usr/local/include/SDL2/SDL_events.h:279:16: note: originally defined here
  15896. typedef struct SDL_JoyAxisEvent
  15897. ^
  15898. In file included from /usr/include/SDL2/SDL.h:76:0,
  15899. from /usr/include/SDL2/SDL_image.h:27,
  15900. from src/../include/simple2d.h:92,
  15901. from src/controllers.c:3:
  15902. /usr/include/SDL2/SDL_events.h:278:3: error: conflicting types for ‘SDL_JoyAxisEvent’
  15903. } SDL_JoyAxisEvent;
  15904. ^
  15905. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15906. from src/../include/simple2d.h:63,
  15907. from src/controllers.c:3:
  15908. /usr/local/include/SDL2/SDL_events.h:290:3: note: previous declaration of ‘SDL_JoyAxisEvent’ was here
  15909. } SDL_JoyAxisEvent;
  15910. ^
  15911. In file included from /usr/include/SDL2/SDL.h:76:0,
  15912. from /usr/include/SDL2/SDL_image.h:27,
  15913. from src/../include/simple2d.h:92,
  15914. from src/controllers.c:3:
  15915. /usr/include/SDL2/SDL_events.h:283:16: error: redefinition of ‘struct SDL_JoyBallEvent’
  15916. typedef struct SDL_JoyBallEvent
  15917. ^
  15918. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15919. from src/../include/simple2d.h:63,
  15920. from src/controllers.c:3:
  15921. /usr/local/include/SDL2/SDL_events.h:295:16: note: originally defined here
  15922. typedef struct SDL_JoyBallEvent
  15923. ^
  15924. In file included from /usr/include/SDL2/SDL.h:76:0,
  15925. from /usr/include/SDL2/SDL_image.h:27,
  15926. from src/../include/simple2d.h:92,
  15927. from src/controllers.c:3:
  15928. /usr/include/SDL2/SDL_events.h:294:3: error: conflicting types for ‘SDL_JoyBallEvent’
  15929. } SDL_JoyBallEvent;
  15930. ^
  15931. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15932. from src/../include/simple2d.h:63,
  15933. from src/controllers.c:3:
  15934. /usr/local/include/SDL2/SDL_events.h:306:3: note: previous declaration of ‘SDL_JoyBallEvent’ was here
  15935. } SDL_JoyBallEvent;
  15936. ^
  15937. In file included from /usr/include/SDL2/SDL.h:76:0,
  15938. from /usr/include/SDL2/SDL_image.h:27,
  15939. from src/../include/simple2d.h:92,
  15940. from src/controllers.c:3:
  15941. /usr/include/SDL2/SDL_events.h:299:16: error: redefinition of ‘struct SDL_JoyHatEvent’
  15942. typedef struct SDL_JoyHatEvent
  15943. ^
  15944. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15945. from src/../include/simple2d.h:63,
  15946. from src/controllers.c:3:
  15947. /usr/local/include/SDL2/SDL_events.h:311:16: note: originally defined here
  15948. typedef struct SDL_JoyHatEvent
  15949. ^
  15950. In file included from /usr/include/SDL2/SDL.h:76:0,
  15951. from /usr/include/SDL2/SDL_image.h:27,
  15952. from src/../include/simple2d.h:92,
  15953. from src/controllers.c:3:
  15954. /usr/include/SDL2/SDL_events.h:314:3: error: conflicting types for ‘SDL_JoyHatEvent’
  15955. } SDL_JoyHatEvent;
  15956. ^
  15957. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15958. from src/../include/simple2d.h:63,
  15959. from src/controllers.c:3:
  15960. /usr/local/include/SDL2/SDL_events.h:326:3: note: previous declaration of ‘SDL_JoyHatEvent’ was here
  15961. } SDL_JoyHatEvent;
  15962. ^
  15963. In file included from /usr/include/SDL2/SDL.h:76:0,
  15964. from /usr/include/SDL2/SDL_image.h:27,
  15965. from src/../include/simple2d.h:92,
  15966. from src/controllers.c:3:
  15967. /usr/include/SDL2/SDL_events.h:319:16: error: redefinition of ‘struct SDL_JoyButtonEvent’
  15968. typedef struct SDL_JoyButtonEvent
  15969. ^
  15970. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15971. from src/../include/simple2d.h:63,
  15972. from src/controllers.c:3:
  15973. /usr/local/include/SDL2/SDL_events.h:331:16: note: originally defined here
  15974. typedef struct SDL_JoyButtonEvent
  15975. ^
  15976. In file included from /usr/include/SDL2/SDL.h:76:0,
  15977. from /usr/include/SDL2/SDL_image.h:27,
  15978. from src/../include/simple2d.h:92,
  15979. from src/controllers.c:3:
  15980. /usr/include/SDL2/SDL_events.h:328:3: error: conflicting types for ‘SDL_JoyButtonEvent’
  15981. } SDL_JoyButtonEvent;
  15982. ^
  15983. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15984. from src/../include/simple2d.h:63,
  15985. from src/controllers.c:3:
  15986. /usr/local/include/SDL2/SDL_events.h:340:3: note: previous declaration of ‘SDL_JoyButtonEvent’ was here
  15987. } SDL_JoyButtonEvent;
  15988. ^
  15989. In file included from /usr/include/SDL2/SDL.h:76:0,
  15990. from /usr/include/SDL2/SDL_image.h:27,
  15991. from src/../include/simple2d.h:92,
  15992. from src/controllers.c:3:
  15993. /usr/include/SDL2/SDL_events.h:333:16: error: redefinition of ‘struct SDL_JoyDeviceEvent’
  15994. typedef struct SDL_JoyDeviceEvent
  15995. ^
  15996. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  15997. from src/../include/simple2d.h:63,
  15998. from src/controllers.c:3:
  15999. /usr/local/include/SDL2/SDL_events.h:345:16: note: originally defined here
  16000. typedef struct SDL_JoyDeviceEvent
  16001. ^
  16002. In file included from /usr/include/SDL2/SDL.h:76:0,
  16003. from /usr/include/SDL2/SDL_image.h:27,
  16004. from src/../include/simple2d.h:92,
  16005. from src/controllers.c:3:
  16006. /usr/include/SDL2/SDL_events.h:338:3: error: conflicting types for ‘SDL_JoyDeviceEvent’
  16007. } SDL_JoyDeviceEvent;
  16008. ^
  16009. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16010. from src/../include/simple2d.h:63,
  16011. from src/controllers.c:3:
  16012. /usr/local/include/SDL2/SDL_events.h:350:3: note: previous declaration of ‘SDL_JoyDeviceEvent’ was here
  16013. } SDL_JoyDeviceEvent;
  16014. ^
  16015. In file included from /usr/include/SDL2/SDL.h:76:0,
  16016. from /usr/include/SDL2/SDL_image.h:27,
  16017. from src/../include/simple2d.h:92,
  16018. from src/controllers.c:3:
  16019. /usr/include/SDL2/SDL_events.h:344:16: error: redefinition of ‘struct SDL_ControllerAxisEvent’
  16020. typedef struct SDL_ControllerAxisEvent
  16021. ^
  16022. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16023. from src/../include/simple2d.h:63,
  16024. from src/controllers.c:3:
  16025. /usr/local/include/SDL2/SDL_events.h:356:16: note: originally defined here
  16026. typedef struct SDL_ControllerAxisEvent
  16027. ^
  16028. In file included from /usr/include/SDL2/SDL.h:76:0,
  16029. from /usr/include/SDL2/SDL_image.h:27,
  16030. from src/../include/simple2d.h:92,
  16031. from src/controllers.c:3:
  16032. /usr/include/SDL2/SDL_events.h:355:3: error: conflicting types for ‘SDL_ControllerAxisEvent’
  16033. } SDL_ControllerAxisEvent;
  16034. ^
  16035. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16036. from src/../include/simple2d.h:63,
  16037. from src/controllers.c:3:
  16038. /usr/local/include/SDL2/SDL_events.h:367:3: note: previous declaration of ‘SDL_ControllerAxisEvent’ was here
  16039. } SDL_ControllerAxisEvent;
  16040. ^
  16041. In file included from /usr/include/SDL2/SDL.h:76:0,
  16042. from /usr/include/SDL2/SDL_image.h:27,
  16043. from src/../include/simple2d.h:92,
  16044. from src/controllers.c:3:
  16045. /usr/include/SDL2/SDL_events.h:361:16: error: redefinition of ‘struct SDL_ControllerButtonEvent’
  16046. typedef struct SDL_ControllerButtonEvent
  16047. ^
  16048. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16049. from src/../include/simple2d.h:63,
  16050. from src/controllers.c:3:
  16051. /usr/local/include/SDL2/SDL_events.h:373:16: note: originally defined here
  16052. typedef struct SDL_ControllerButtonEvent
  16053. ^
  16054. In file included from /usr/include/SDL2/SDL.h:76:0,
  16055. from /usr/include/SDL2/SDL_image.h:27,
  16056. from src/../include/simple2d.h:92,
  16057. from src/controllers.c:3:
  16058. /usr/include/SDL2/SDL_events.h:370:3: error: conflicting types for ‘SDL_ControllerButtonEvent’
  16059. } SDL_ControllerButtonEvent;
  16060. ^
  16061. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16062. from src/../include/simple2d.h:63,
  16063. from src/controllers.c:3:
  16064. /usr/local/include/SDL2/SDL_events.h:382:3: note: previous declaration of ‘SDL_ControllerButtonEvent’ was here
  16065. } SDL_ControllerButtonEvent;
  16066. ^
  16067. In file included from /usr/include/SDL2/SDL.h:76:0,
  16068. from /usr/include/SDL2/SDL_image.h:27,
  16069. from src/../include/simple2d.h:92,
  16070. from src/controllers.c:3:
  16071. /usr/include/SDL2/SDL_events.h:376:16: error: redefinition of ‘struct SDL_ControllerDeviceEvent’
  16072. typedef struct SDL_ControllerDeviceEvent
  16073. ^
  16074. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16075. from src/../include/simple2d.h:63,
  16076. from src/controllers.c:3:
  16077. /usr/local/include/SDL2/SDL_events.h:388:16: note: originally defined here
  16078. typedef struct SDL_ControllerDeviceEvent
  16079. ^
  16080. In file included from /usr/include/SDL2/SDL.h:76:0,
  16081. from /usr/include/SDL2/SDL_image.h:27,
  16082. from src/../include/simple2d.h:92,
  16083. from src/controllers.c:3:
  16084. /usr/include/SDL2/SDL_events.h:381:3: error: conflicting types for ‘SDL_ControllerDeviceEvent’
  16085. } SDL_ControllerDeviceEvent;
  16086. ^
  16087. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16088. from src/../include/simple2d.h:63,
  16089. from src/controllers.c:3:
  16090. /usr/local/include/SDL2/SDL_events.h:393:3: note: previous declaration of ‘SDL_ControllerDeviceEvent’ was here
  16091. } SDL_ControllerDeviceEvent;
  16092. ^
  16093. In file included from /usr/include/SDL2/SDL.h:76:0,
  16094. from /usr/include/SDL2/SDL_image.h:27,
  16095. from src/../include/simple2d.h:92,
  16096. from src/controllers.c:3:
  16097. /usr/include/SDL2/SDL_events.h:387:16: error: redefinition of ‘struct SDL_TouchFingerEvent’
  16098. typedef struct SDL_TouchFingerEvent
  16099. ^
  16100. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16101. from src/../include/simple2d.h:63,
  16102. from src/controllers.c:3:
  16103. /usr/local/include/SDL2/SDL_events.h:413:16: note: originally defined here
  16104. typedef struct SDL_TouchFingerEvent
  16105. ^
  16106. In file included from /usr/include/SDL2/SDL.h:76:0,
  16107. from /usr/include/SDL2/SDL_image.h:27,
  16108. from src/../include/simple2d.h:92,
  16109. from src/controllers.c:3:
  16110. /usr/include/SDL2/SDL_events.h:398:3: error: conflicting types for ‘SDL_TouchFingerEvent’
  16111. } SDL_TouchFingerEvent;
  16112. ^
  16113. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16114. from src/../include/simple2d.h:63,
  16115. from src/controllers.c:3:
  16116. /usr/local/include/SDL2/SDL_events.h:424:3: note: previous declaration of ‘SDL_TouchFingerEvent’ was here
  16117. } SDL_TouchFingerEvent;
  16118. ^
  16119. In file included from /usr/include/SDL2/SDL.h:76:0,
  16120. from /usr/include/SDL2/SDL_image.h:27,
  16121. from src/../include/simple2d.h:92,
  16122. from src/controllers.c:3:
  16123. /usr/include/SDL2/SDL_events.h:404:16: error: redefinition of ‘struct SDL_MultiGestureEvent’
  16124. typedef struct SDL_MultiGestureEvent
  16125. ^
  16126. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16127. from src/../include/simple2d.h:63,
  16128. from src/controllers.c:3:
  16129. /usr/local/include/SDL2/SDL_events.h:430:16: note: originally defined here
  16130. typedef struct SDL_MultiGestureEvent
  16131. ^
  16132. In file included from /usr/include/SDL2/SDL.h:76:0,
  16133. from /usr/include/SDL2/SDL_image.h:27,
  16134. from src/../include/simple2d.h:92,
  16135. from src/controllers.c:3:
  16136. /usr/include/SDL2/SDL_events.h:415:3: error: conflicting types for ‘SDL_MultiGestureEvent’
  16137. } SDL_MultiGestureEvent;
  16138. ^
  16139. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16140. from src/../include/simple2d.h:63,
  16141. from src/controllers.c:3:
  16142. /usr/local/include/SDL2/SDL_events.h:441:3: note: previous declaration of ‘SDL_MultiGestureEvent’ was here
  16143. } SDL_MultiGestureEvent;
  16144. ^
  16145. In file included from /usr/include/SDL2/SDL.h:76:0,
  16146. from /usr/include/SDL2/SDL_image.h:27,
  16147. from src/../include/simple2d.h:92,
  16148. from src/controllers.c:3:
  16149. /usr/include/SDL2/SDL_events.h:421:16: error: redefinition of ‘struct SDL_DollarGestureEvent’
  16150. typedef struct SDL_DollarGestureEvent
  16151. ^
  16152. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16153. from src/../include/simple2d.h:63,
  16154. from src/controllers.c:3:
  16155. /usr/local/include/SDL2/SDL_events.h:447:16: note: originally defined here
  16156. typedef struct SDL_DollarGestureEvent
  16157. ^
  16158. In file included from /usr/include/SDL2/SDL.h:76:0,
  16159. from /usr/include/SDL2/SDL_image.h:27,
  16160. from src/../include/simple2d.h:92,
  16161. from src/controllers.c:3:
  16162. /usr/include/SDL2/SDL_events.h:431:3: error: conflicting types for ‘SDL_DollarGestureEvent’
  16163. } SDL_DollarGestureEvent;
  16164. ^
  16165. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16166. from src/../include/simple2d.h:63,
  16167. from src/controllers.c:3:
  16168. /usr/local/include/SDL2/SDL_events.h:457:3: note: previous declaration of ‘SDL_DollarGestureEvent’ was here
  16169. } SDL_DollarGestureEvent;
  16170. ^
  16171. In file included from /usr/include/SDL2/SDL.h:76:0,
  16172. from /usr/include/SDL2/SDL_image.h:27,
  16173. from src/../include/simple2d.h:92,
  16174. from src/controllers.c:3:
  16175. /usr/include/SDL2/SDL_events.h:439:16: error: redefinition of ‘struct SDL_DropEvent’
  16176. typedef struct SDL_DropEvent
  16177. ^
  16178. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16179. from src/../include/simple2d.h:63,
  16180. from src/controllers.c:3:
  16181. /usr/local/include/SDL2/SDL_events.h:465:16: note: originally defined here
  16182. typedef struct SDL_DropEvent
  16183. ^
  16184. In file included from /usr/include/SDL2/SDL.h:76:0,
  16185. from /usr/include/SDL2/SDL_image.h:27,
  16186. from src/../include/simple2d.h:92,
  16187. from src/controllers.c:3:
  16188. /usr/include/SDL2/SDL_events.h:444:3: error: conflicting types for ‘SDL_DropEvent’
  16189. } SDL_DropEvent;
  16190. ^
  16191. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16192. from src/../include/simple2d.h:63,
  16193. from src/controllers.c:3:
  16194. /usr/local/include/SDL2/SDL_events.h:471:3: note: previous declaration of ‘SDL_DropEvent’ was here
  16195. } SDL_DropEvent;
  16196. ^
  16197. In file included from /usr/include/SDL2/SDL.h:76:0,
  16198. from /usr/include/SDL2/SDL_image.h:27,
  16199. from src/../include/simple2d.h:92,
  16200. from src/controllers.c:3:
  16201. /usr/include/SDL2/SDL_events.h:450:16: error: redefinition of ‘struct SDL_QuitEvent’
  16202. typedef struct SDL_QuitEvent
  16203. ^
  16204. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16205. from src/../include/simple2d.h:63,
  16206. from src/controllers.c:3:
  16207. /usr/local/include/SDL2/SDL_events.h:477:16: note: originally defined here
  16208. typedef struct SDL_QuitEvent
  16209. ^
  16210. In file included from /usr/include/SDL2/SDL.h:76:0,
  16211. from /usr/include/SDL2/SDL_image.h:27,
  16212. from src/../include/simple2d.h:92,
  16213. from src/controllers.c:3:
  16214. /usr/include/SDL2/SDL_events.h:454:3: error: conflicting types for ‘SDL_QuitEvent’
  16215. } SDL_QuitEvent;
  16216. ^
  16217. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16218. from src/../include/simple2d.h:63,
  16219. from src/controllers.c:3:
  16220. /usr/local/include/SDL2/SDL_events.h:481:3: note: previous declaration of ‘SDL_QuitEvent’ was here
  16221. } SDL_QuitEvent;
  16222. ^
  16223. In file included from /usr/include/SDL2/SDL.h:76:0,
  16224. from /usr/include/SDL2/SDL_image.h:27,
  16225. from src/../include/simple2d.h:92,
  16226. from src/controllers.c:3:
  16227. /usr/include/SDL2/SDL_events.h:459:16: error: redefinition of ‘struct SDL_OSEvent’
  16228. typedef struct SDL_OSEvent
  16229. ^
  16230. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16231. from src/../include/simple2d.h:63,
  16232. from src/controllers.c:3:
  16233. /usr/local/include/SDL2/SDL_events.h:486:16: note: originally defined here
  16234. typedef struct SDL_OSEvent
  16235. ^
  16236. In file included from /usr/include/SDL2/SDL.h:76:0,
  16237. from /usr/include/SDL2/SDL_image.h:27,
  16238. from src/../include/simple2d.h:92,
  16239. from src/controllers.c:3:
  16240. /usr/include/SDL2/SDL_events.h:463:3: error: conflicting types for ‘SDL_OSEvent’
  16241. } SDL_OSEvent;
  16242. ^
  16243. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16244. from src/../include/simple2d.h:63,
  16245. from src/controllers.c:3:
  16246. /usr/local/include/SDL2/SDL_events.h:490:3: note: previous declaration of ‘SDL_OSEvent’ was here
  16247. } SDL_OSEvent;
  16248. ^
  16249. In file included from /usr/include/SDL2/SDL.h:76:0,
  16250. from /usr/include/SDL2/SDL_image.h:27,
  16251. from src/../include/simple2d.h:92,
  16252. from src/controllers.c:3:
  16253. /usr/include/SDL2/SDL_events.h:468:16: error: redefinition of ‘struct SDL_UserEvent’
  16254. typedef struct SDL_UserEvent
  16255. ^
  16256. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16257. from src/../include/simple2d.h:63,
  16258. from src/controllers.c:3:
  16259. /usr/local/include/SDL2/SDL_events.h:495:16: note: originally defined here
  16260. typedef struct SDL_UserEvent
  16261. ^
  16262. In file included from /usr/include/SDL2/SDL.h:76:0,
  16263. from /usr/include/SDL2/SDL_image.h:27,
  16264. from src/../include/simple2d.h:92,
  16265. from src/controllers.c:3:
  16266. /usr/include/SDL2/SDL_events.h:476:3: error: conflicting types for ‘SDL_UserEvent’
  16267. } SDL_UserEvent;
  16268. ^
  16269. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16270. from src/../include/simple2d.h:63,
  16271. from src/controllers.c:3:
  16272. /usr/local/include/SDL2/SDL_events.h:503:3: note: previous declaration of ‘SDL_UserEvent’ was here
  16273. } SDL_UserEvent;
  16274. ^
  16275. In file included from /usr/include/SDL2/SDL.h:76:0,
  16276. from /usr/include/SDL2/SDL_image.h:27,
  16277. from src/../include/simple2d.h:92,
  16278. from src/controllers.c:3:
  16279. /usr/include/SDL2/SDL_events.h:488:16: error: redefinition of ‘struct SDL_SysWMEvent’
  16280. typedef struct SDL_SysWMEvent
  16281. ^
  16282. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16283. from src/../include/simple2d.h:63,
  16284. from src/controllers.c:3:
  16285. /usr/local/include/SDL2/SDL_events.h:515:16: note: originally defined here
  16286. typedef struct SDL_SysWMEvent
  16287. ^
  16288. In file included from /usr/include/SDL2/SDL.h:76:0,
  16289. from /usr/include/SDL2/SDL_image.h:27,
  16290. from src/../include/simple2d.h:92,
  16291. from src/controllers.c:3:
  16292. /usr/include/SDL2/SDL_events.h:493:3: error: conflicting types for ‘SDL_SysWMEvent’
  16293. } SDL_SysWMEvent;
  16294. ^
  16295. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16296. from src/../include/simple2d.h:63,
  16297. from src/controllers.c:3:
  16298. /usr/local/include/SDL2/SDL_events.h:520:3: note: previous declaration of ‘SDL_SysWMEvent’ was here
  16299. } SDL_SysWMEvent;
  16300. ^
  16301. In file included from /usr/include/SDL2/SDL.h:76:0,
  16302. from /usr/include/SDL2/SDL_image.h:27,
  16303. from src/../include/simple2d.h:92,
  16304. from src/controllers.c:3:
  16305. /usr/include/SDL2/SDL_events.h:498:15: error: redefinition of ‘union SDL_Event’
  16306. typedef union SDL_Event
  16307. ^
  16308. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16309. from src/../include/simple2d.h:63,
  16310. from src/controllers.c:3:
  16311. /usr/local/include/SDL2/SDL_events.h:525:15: note: originally defined here
  16312. typedef union SDL_Event
  16313. ^
  16314. In file included from /usr/include/SDL2/SDL.h:76:0,
  16315. from /usr/include/SDL2/SDL_image.h:27,
  16316. from src/../include/simple2d.h:92,
  16317. from src/controllers.c:3:
  16318. /usr/include/SDL2/SDL_events.h:533:3: error: conflicting types for ‘SDL_Event’
  16319. } SDL_Event;
  16320. ^
  16321. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16322. from src/../include/simple2d.h:63,
  16323. from src/controllers.c:3:
  16324. /usr/local/include/SDL2/SDL_events.h:561:3: note: previous declaration of ‘SDL_Event’ was here
  16325. } SDL_Event;
  16326. ^
  16327. In file included from /usr/include/SDL2/SDL.h:76:0,
  16328. from /usr/include/SDL2/SDL_image.h:27,
  16329. from src/../include/simple2d.h:92,
  16330. from src/controllers.c:3:
  16331. /usr/include/SDL2/SDL_events.h:550:5: error: redeclaration of enumerator ‘SDL_ADDEVENT’
  16332. SDL_ADDEVENT,
  16333. ^
  16334. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16335. from src/../include/simple2d.h:63,
  16336. from src/controllers.c:3:
  16337. /usr/local/include/SDL2/SDL_events.h:578:5: note: previous definition of ‘SDL_ADDEVENT’ was here
  16338. SDL_ADDEVENT,
  16339. ^
  16340. In file included from /usr/include/SDL2/SDL.h:76:0,
  16341. from /usr/include/SDL2/SDL_image.h:27,
  16342. from src/../include/simple2d.h:92,
  16343. from src/controllers.c:3:
  16344. /usr/include/SDL2/SDL_events.h:551:5: error: redeclaration of enumerator ‘SDL_PEEKEVENT’
  16345. SDL_PEEKEVENT,
  16346. ^
  16347. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16348. from src/../include/simple2d.h:63,
  16349. from src/controllers.c:3:
  16350. /usr/local/include/SDL2/SDL_events.h:579:5: note: previous definition of ‘SDL_PEEKEVENT’ was here
  16351. SDL_PEEKEVENT,
  16352. ^
  16353. In file included from /usr/include/SDL2/SDL.h:76:0,
  16354. from /usr/include/SDL2/SDL_image.h:27,
  16355. from src/../include/simple2d.h:92,
  16356. from src/controllers.c:3:
  16357. /usr/include/SDL2/SDL_events.h:552:5: error: redeclaration of enumerator ‘SDL_GETEVENT’
  16358. SDL_GETEVENT
  16359. ^
  16360. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16361. from src/../include/simple2d.h:63,
  16362. from src/controllers.c:3:
  16363. /usr/local/include/SDL2/SDL_events.h:580:5: note: previous definition of ‘SDL_GETEVENT’ was here
  16364. SDL_GETEVENT
  16365. ^
  16366. In file included from /usr/include/SDL2/SDL.h:76:0,
  16367. from /usr/include/SDL2/SDL_image.h:27,
  16368. from src/../include/simple2d.h:92,
  16369. from src/controllers.c:3:
  16370. /usr/include/SDL2/SDL_events.h:553:3: error: conflicting types for ‘SDL_eventaction’
  16371. } SDL_eventaction;
  16372. ^
  16373. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16374. from src/../include/simple2d.h:63,
  16375. from src/controllers.c:3:
  16376. /usr/local/include/SDL2/SDL_events.h:581:3: note: previous declaration of ‘SDL_eventaction’ was here
  16377. } SDL_eventaction;
  16378. ^
  16379. In file included from /usr/include/SDL2/SDL.h:76:0,
  16380. from /usr/include/SDL2/SDL_image.h:27,
  16381. from src/../include/simple2d.h:92,
  16382. from src/controllers.c:3:
  16383. /usr/include/SDL2/SDL_events.h:573:29: error: conflicting types for ‘SDL_PeepEvents’
  16384. extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
  16385. ^
  16386. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16387. from src/../include/simple2d.h:63,
  16388. from src/controllers.c:3:
  16389. /usr/local/include/SDL2/SDL_events.h:601:29: note: previous declaration of ‘SDL_PeepEvents’ was here
  16390. extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
  16391. ^
  16392. In file included from /usr/include/SDL2/SDL.h:76:0,
  16393. from /usr/include/SDL2/SDL_image.h:27,
  16394. from src/../include/simple2d.h:92,
  16395. from src/controllers.c:3:
  16396. /usr/include/SDL2/SDL_events.h:581:34: error: conflicting types for ‘SDL_HasEvent’
  16397. extern DECLSPEC SDL_bool SDLCALL SDL_HasEvent(Uint32 type);
  16398. ^
  16399. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16400. from src/../include/simple2d.h:63,
  16401. from src/controllers.c:3:
  16402. /usr/local/include/SDL2/SDL_events.h:609:34: note: previous declaration of ‘SDL_HasEvent’ was here
  16403. extern DECLSPEC SDL_bool SDLCALL SDL_HasEvent(Uint32 type);
  16404. ^
  16405. In file included from /usr/include/SDL2/SDL.h:76:0,
  16406. from /usr/include/SDL2/SDL_image.h:27,
  16407. from src/../include/simple2d.h:92,
  16408. from src/controllers.c:3:
  16409. /usr/include/SDL2/SDL_events.h:582:34: error: conflicting types for ‘SDL_HasEvents’
  16410. extern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType);
  16411. ^
  16412. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16413. from src/../include/simple2d.h:63,
  16414. from src/controllers.c:3:
  16415. /usr/local/include/SDL2/SDL_events.h:610:34: note: previous declaration of ‘SDL_HasEvents’ was here
  16416. extern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType);
  16417. ^
  16418. In file included from /usr/include/SDL2/SDL.h:76:0,
  16419. from /usr/include/SDL2/SDL_image.h:27,
  16420. from src/../include/simple2d.h:92,
  16421. from src/controllers.c:3:
  16422. /usr/include/SDL2/SDL_events.h:598:29: error: conflicting types for ‘SDL_PollEvent’
  16423. extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
  16424. ^
  16425. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16426. from src/../include/simple2d.h:63,
  16427. from src/controllers.c:3:
  16428. /usr/local/include/SDL2/SDL_events.h:629:29: note: previous declaration of ‘SDL_PollEvent’ was here
  16429. extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
  16430. ^
  16431. In file included from /usr/include/SDL2/SDL.h:76:0,
  16432. from /usr/include/SDL2/SDL_image.h:27,
  16433. from src/../include/simple2d.h:92,
  16434. from src/controllers.c:3:
  16435. /usr/include/SDL2/SDL_events.h:608:29: error: conflicting types for ‘SDL_WaitEvent’
  16436. extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
  16437. ^
  16438. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16439. from src/../include/simple2d.h:63,
  16440. from src/controllers.c:3:
  16441. /usr/local/include/SDL2/SDL_events.h:639:29: note: previous declaration of ‘SDL_WaitEvent’ was here
  16442. extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
  16443. ^
  16444. In file included from /usr/include/SDL2/SDL.h:76:0,
  16445. from /usr/include/SDL2/SDL_image.h:27,
  16446. from src/../include/simple2d.h:92,
  16447. from src/controllers.c:3:
  16448. /usr/include/SDL2/SDL_events.h:620:29: error: conflicting types for ‘SDL_WaitEventTimeout’
  16449. extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
  16450. ^
  16451. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16452. from src/../include/simple2d.h:63,
  16453. from src/controllers.c:3:
  16454. /usr/local/include/SDL2/SDL_events.h:651:29: note: previous declaration of ‘SDL_WaitEventTimeout’ was here
  16455. extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
  16456. ^
  16457. In file included from /usr/include/SDL2/SDL.h:76:0,
  16458. from /usr/include/SDL2/SDL_image.h:27,
  16459. from src/../include/simple2d.h:92,
  16460. from src/controllers.c:3:
  16461. /usr/include/SDL2/SDL_events.h:629:29: error: conflicting types for ‘SDL_PushEvent’
  16462. extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
  16463. ^
  16464. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16465. from src/../include/simple2d.h:63,
  16466. from src/controllers.c:3:
  16467. /usr/local/include/SDL2/SDL_events.h:660:29: note: previous declaration of ‘SDL_PushEvent’ was here
  16468. extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
  16469. ^
  16470. In file included from /usr/include/SDL2/SDL.h:76:0,
  16471. from /usr/include/SDL2/SDL_image.h:27,
  16472. from src/../include/simple2d.h:92,
  16473. from src/controllers.c:3:
  16474. /usr/include/SDL2/SDL_events.h:631:24: error: conflicting types for ‘SDL_EventFilter’
  16475. typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
  16476. ^
  16477. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16478. from src/../include/simple2d.h:63,
  16479. from src/controllers.c:3:
  16480. /usr/local/include/SDL2/SDL_events.h:662:24: note: previous declaration of ‘SDL_EventFilter’ was here
  16481. typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
  16482. ^
  16483. In file included from /usr/include/SDL2/SDL.h:76:0,
  16484. from /usr/include/SDL2/SDL_image.h:27,
  16485. from src/../include/simple2d.h:92,
  16486. from src/controllers.c:3:
  16487. /usr/include/SDL2/SDL_events.h:658:30: error: conflicting types for ‘SDL_SetEventFilter’
  16488. extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter,
  16489. ^
  16490. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16491. from src/../include/simple2d.h:63,
  16492. from src/controllers.c:3:
  16493. /usr/local/include/SDL2/SDL_events.h:689:30: note: previous declaration of ‘SDL_SetEventFilter’ was here
  16494. extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter,
  16495. ^
  16496. In file included from /usr/include/SDL2/SDL.h:76:0,
  16497. from /usr/include/SDL2/SDL_image.h:27,
  16498. from src/../include/simple2d.h:92,
  16499. from src/controllers.c:3:
  16500. /usr/include/SDL2/SDL_events.h:665:34: error: conflicting types for ‘SDL_GetEventFilter’
  16501. extern DECLSPEC SDL_bool SDLCALL SDL_GetEventFilter(SDL_EventFilter * filter,
  16502. ^
  16503. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16504. from src/../include/simple2d.h:63,
  16505. from src/controllers.c:3:
  16506. /usr/local/include/SDL2/SDL_events.h:696:34: note: previous declaration of ‘SDL_GetEventFilter’ was here
  16507. extern DECLSPEC SDL_bool SDLCALL SDL_GetEventFilter(SDL_EventFilter * filter,
  16508. ^
  16509. In file included from /usr/include/SDL2/SDL.h:76:0,
  16510. from /usr/include/SDL2/SDL_image.h:27,
  16511. from src/../include/simple2d.h:92,
  16512. from src/controllers.c:3:
  16513. /usr/include/SDL2/SDL_events.h:671:30: error: conflicting types for ‘SDL_AddEventWatch’
  16514. extern DECLSPEC void SDLCALL SDL_AddEventWatch(SDL_EventFilter filter,
  16515. ^
  16516. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16517. from src/../include/simple2d.h:63,
  16518. from src/controllers.c:3:
  16519. /usr/local/include/SDL2/SDL_events.h:702:30: note: previous declaration of ‘SDL_AddEventWatch’ was here
  16520. extern DECLSPEC void SDLCALL SDL_AddEventWatch(SDL_EventFilter filter,
  16521. ^
  16522. In file included from /usr/include/SDL2/SDL.h:76:0,
  16523. from /usr/include/SDL2/SDL_image.h:27,
  16524. from src/../include/simple2d.h:92,
  16525. from src/controllers.c:3:
  16526. /usr/include/SDL2/SDL_events.h:677:30: error: conflicting types for ‘SDL_DelEventWatch’
  16527. extern DECLSPEC void SDLCALL SDL_DelEventWatch(SDL_EventFilter filter,
  16528. ^
  16529. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16530. from src/../include/simple2d.h:63,
  16531. from src/controllers.c:3:
  16532. /usr/local/include/SDL2/SDL_events.h:708:30: note: previous declaration of ‘SDL_DelEventWatch’ was here
  16533. extern DECLSPEC void SDLCALL SDL_DelEventWatch(SDL_EventFilter filter,
  16534. ^
  16535. In file included from /usr/include/SDL2/SDL.h:76:0,
  16536. from /usr/include/SDL2/SDL_image.h:27,
  16537. from src/../include/simple2d.h:92,
  16538. from src/controllers.c:3:
  16539. /usr/include/SDL2/SDL_events.h:684:30: error: conflicting types for ‘SDL_FilterEvents’
  16540. extern DECLSPEC void SDLCALL SDL_FilterEvents(SDL_EventFilter filter,
  16541. ^
  16542. In file included from /usr/local/include/SDL2/SDL.h:41:0,
  16543. from src/../include/simple2d.h:63,
  16544. from src/controllers.c:3:
  16545. /usr/local/include/SDL2/SDL_events.h:715:30: note: previous declaration of ‘SDL_FilterEvents’ was here
  16546. extern DECLSPEC void SDLCALL SDL_FilterEvents(SDL_EventFilter filter,
  16547. ^
  16548. In file included from /usr/include/SDL2/SDL.h:80:0,
  16549. from /usr/include/SDL2/SDL_image.h:27,
  16550. from src/../include/simple2d.h:92,
  16551. from src/controllers.c:3:
  16552. /usr/include/SDL2/SDL_haptic.h:439:16: error: redefinition of ‘struct SDL_HapticDirection’
  16553. typedef struct SDL_HapticDirection
  16554. ^
  16555. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16556. from src/../include/simple2d.h:63,
  16557. from src/controllers.c:3:
  16558. /usr/local/include/SDL2/SDL_haptic.h:439:16: note: originally defined here
  16559. typedef struct SDL_HapticDirection
  16560. ^
  16561. In file included from /usr/include/SDL2/SDL.h:80:0,
  16562. from /usr/include/SDL2/SDL_image.h:27,
  16563. from src/../include/simple2d.h:92,
  16564. from src/controllers.c:3:
  16565. /usr/include/SDL2/SDL_haptic.h:443:3: error: conflicting types for ‘SDL_HapticDirection’
  16566. } SDL_HapticDirection;
  16567. ^
  16568. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16569. from src/../include/simple2d.h:63,
  16570. from src/controllers.c:3:
  16571. /usr/local/include/SDL2/SDL_haptic.h:443:3: note: previous declaration of ‘SDL_HapticDirection’ was here
  16572. } SDL_HapticDirection;
  16573. ^
  16574. In file included from /usr/include/SDL2/SDL.h:80:0,
  16575. from /usr/include/SDL2/SDL_image.h:27,
  16576. from src/../include/simple2d.h:92,
  16577. from src/controllers.c:3:
  16578. /usr/include/SDL2/SDL_haptic.h:457:16: error: redefinition of ‘struct SDL_HapticConstant’
  16579. typedef struct SDL_HapticConstant
  16580. ^
  16581. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16582. from src/../include/simple2d.h:63,
  16583. from src/controllers.c:3:
  16584. /usr/local/include/SDL2/SDL_haptic.h:457:16: note: originally defined here
  16585. typedef struct SDL_HapticConstant
  16586. ^
  16587. In file included from /usr/include/SDL2/SDL.h:80:0,
  16588. from /usr/include/SDL2/SDL_image.h:27,
  16589. from src/../include/simple2d.h:92,
  16590. from src/controllers.c:3:
  16591. /usr/include/SDL2/SDL_haptic.h:479:3: error: conflicting types for ‘SDL_HapticConstant’
  16592. } SDL_HapticConstant;
  16593. ^
  16594. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16595. from src/../include/simple2d.h:63,
  16596. from src/controllers.c:3:
  16597. /usr/local/include/SDL2/SDL_haptic.h:479:3: note: previous declaration of ‘SDL_HapticConstant’ was here
  16598. } SDL_HapticConstant;
  16599. ^
  16600. In file included from /usr/include/SDL2/SDL.h:80:0,
  16601. from /usr/include/SDL2/SDL_image.h:27,
  16602. from src/../include/simple2d.h:92,
  16603. from src/controllers.c:3:
  16604. /usr/include/SDL2/SDL_haptic.h:538:16: error: redefinition of ‘struct SDL_HapticPeriodic’
  16605. typedef struct SDL_HapticPeriodic
  16606. ^
  16607. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16608. from src/../include/simple2d.h:63,
  16609. from src/controllers.c:3:
  16610. /usr/local/include/SDL2/SDL_haptic.h:538:16: note: originally defined here
  16611. typedef struct SDL_HapticPeriodic
  16612. ^
  16613. In file included from /usr/include/SDL2/SDL.h:80:0,
  16614. from /usr/include/SDL2/SDL_image.h:27,
  16615. from src/../include/simple2d.h:92,
  16616. from src/controllers.c:3:
  16617. /usr/include/SDL2/SDL_haptic.h:565:3: error: conflicting types for ‘SDL_HapticPeriodic’
  16618. } SDL_HapticPeriodic;
  16619. ^
  16620. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16621. from src/../include/simple2d.h:63,
  16622. from src/controllers.c:3:
  16623. /usr/local/include/SDL2/SDL_haptic.h:565:3: note: previous declaration of ‘SDL_HapticPeriodic’ was here
  16624. } SDL_HapticPeriodic;
  16625. ^
  16626. In file included from /usr/include/SDL2/SDL.h:80:0,
  16627. from /usr/include/SDL2/SDL_image.h:27,
  16628. from src/../include/simple2d.h:92,
  16629. from src/controllers.c:3:
  16630. /usr/include/SDL2/SDL_haptic.h:591:16: error: redefinition of ‘struct SDL_HapticCondition’
  16631. typedef struct SDL_HapticCondition
  16632. ^
  16633. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16634. from src/../include/simple2d.h:63,
  16635. from src/controllers.c:3:
  16636. /usr/local/include/SDL2/SDL_haptic.h:591:16: note: originally defined here
  16637. typedef struct SDL_HapticCondition
  16638. ^
  16639. In file included from /usr/include/SDL2/SDL.h:80:0,
  16640. from /usr/include/SDL2/SDL_image.h:27,
  16641. from src/../include/simple2d.h:92,
  16642. from src/controllers.c:3:
  16643. /usr/include/SDL2/SDL_haptic.h:613:3: error: conflicting types for ‘SDL_HapticCondition’
  16644. } SDL_HapticCondition;
  16645. ^
  16646. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16647. from src/../include/simple2d.h:63,
  16648. from src/controllers.c:3:
  16649. /usr/local/include/SDL2/SDL_haptic.h:613:3: note: previous declaration of ‘SDL_HapticCondition’ was here
  16650. } SDL_HapticCondition;
  16651. ^
  16652. In file included from /usr/include/SDL2/SDL.h:80:0,
  16653. from /usr/include/SDL2/SDL_image.h:27,
  16654. from src/../include/simple2d.h:92,
  16655. from src/controllers.c:3:
  16656. /usr/include/SDL2/SDL_haptic.h:628:16: error: redefinition of ‘struct SDL_HapticRamp’
  16657. typedef struct SDL_HapticRamp
  16658. ^
  16659. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16660. from src/../include/simple2d.h:63,
  16661. from src/controllers.c:3:
  16662. /usr/local/include/SDL2/SDL_haptic.h:628:16: note: originally defined here
  16663. typedef struct SDL_HapticRamp
  16664. ^
  16665. In file included from /usr/include/SDL2/SDL.h:80:0,
  16666. from /usr/include/SDL2/SDL_image.h:27,
  16667. from src/../include/simple2d.h:92,
  16668. from src/controllers.c:3:
  16669. /usr/include/SDL2/SDL_haptic.h:651:3: error: conflicting types for ‘SDL_HapticRamp’
  16670. } SDL_HapticRamp;
  16671. ^
  16672. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16673. from src/../include/simple2d.h:63,
  16674. from src/controllers.c:3:
  16675. /usr/local/include/SDL2/SDL_haptic.h:651:3: note: previous declaration of ‘SDL_HapticRamp’ was here
  16676. } SDL_HapticRamp;
  16677. ^
  16678. In file included from /usr/include/SDL2/SDL.h:80:0,
  16679. from /usr/include/SDL2/SDL_image.h:27,
  16680. from src/../include/simple2d.h:92,
  16681. from src/controllers.c:3:
  16682. /usr/include/SDL2/SDL_haptic.h:665:16: error: redefinition of ‘struct SDL_HapticLeftRight’
  16683. typedef struct SDL_HapticLeftRight
  16684. ^
  16685. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16686. from src/../include/simple2d.h:63,
  16687. from src/controllers.c:3:
  16688. /usr/local/include/SDL2/SDL_haptic.h:665:16: note: originally defined here
  16689. typedef struct SDL_HapticLeftRight
  16690. ^
  16691. In file included from /usr/include/SDL2/SDL.h:80:0,
  16692. from /usr/include/SDL2/SDL_image.h:27,
  16693. from src/../include/simple2d.h:92,
  16694. from src/controllers.c:3:
  16695. /usr/include/SDL2/SDL_haptic.h:676:3: error: conflicting types for ‘SDL_HapticLeftRight’
  16696. } SDL_HapticLeftRight;
  16697. ^
  16698. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16699. from src/../include/simple2d.h:63,
  16700. from src/controllers.c:3:
  16701. /usr/local/include/SDL2/SDL_haptic.h:676:3: note: previous declaration of ‘SDL_HapticLeftRight’ was here
  16702. } SDL_HapticLeftRight;
  16703. ^
  16704. In file included from /usr/include/SDL2/SDL.h:80:0,
  16705. from /usr/include/SDL2/SDL_image.h:27,
  16706. from src/../include/simple2d.h:92,
  16707. from src/controllers.c:3:
  16708. /usr/include/SDL2/SDL_haptic.h:691:16: error: redefinition of ‘struct SDL_HapticCustom’
  16709. typedef struct SDL_HapticCustom
  16710. ^
  16711. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16712. from src/../include/simple2d.h:63,
  16713. from src/controllers.c:3:
  16714. /usr/local/include/SDL2/SDL_haptic.h:693:16: note: originally defined here
  16715. typedef struct SDL_HapticCustom
  16716. ^
  16717. In file included from /usr/include/SDL2/SDL.h:80:0,
  16718. from /usr/include/SDL2/SDL_image.h:27,
  16719. from src/../include/simple2d.h:92,
  16720. from src/controllers.c:3:
  16721. /usr/include/SDL2/SDL_haptic.h:716:3: error: conflicting types for ‘SDL_HapticCustom’
  16722. } SDL_HapticCustom;
  16723. ^
  16724. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16725. from src/../include/simple2d.h:63,
  16726. from src/controllers.c:3:
  16727. /usr/local/include/SDL2/SDL_haptic.h:718:3: note: previous declaration of ‘SDL_HapticCustom’ was here
  16728. } SDL_HapticCustom;
  16729. ^
  16730. In file included from /usr/include/SDL2/SDL.h:80:0,
  16731. from /usr/include/SDL2/SDL_image.h:27,
  16732. from src/../include/simple2d.h:92,
  16733. from src/controllers.c:3:
  16734. /usr/include/SDL2/SDL_haptic.h:787:15: error: redefinition of ‘union SDL_HapticEffect’
  16735. typedef union SDL_HapticEffect
  16736. ^
  16737. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16738. from src/../include/simple2d.h:63,
  16739. from src/controllers.c:3:
  16740. /usr/local/include/SDL2/SDL_haptic.h:789:15: note: originally defined here
  16741. typedef union SDL_HapticEffect
  16742. ^
  16743. In file included from /usr/include/SDL2/SDL.h:80:0,
  16744. from /usr/include/SDL2/SDL_image.h:27,
  16745. from src/../include/simple2d.h:92,
  16746. from src/controllers.c:3:
  16747. /usr/include/SDL2/SDL_haptic.h:797:3: error: conflicting types for ‘SDL_HapticEffect’
  16748. } SDL_HapticEffect;
  16749. ^
  16750. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16751. from src/../include/simple2d.h:63,
  16752. from src/controllers.c:3:
  16753. /usr/local/include/SDL2/SDL_haptic.h:799:3: note: previous declaration of ‘SDL_HapticEffect’ was here
  16754. } SDL_HapticEffect;
  16755. ^
  16756. In file included from /usr/include/SDL2/SDL.h:80:0,
  16757. from /usr/include/SDL2/SDL_image.h:27,
  16758. from src/../include/simple2d.h:92,
  16759. from src/controllers.c:3:
  16760. /usr/include/SDL2/SDL_haptic.h:992:29: error: conflicting types for ‘SDL_HapticEffectSupported’
  16761. extern DECLSPEC int SDLCALL SDL_HapticEffectSupported(SDL_Haptic * haptic,
  16762. ^
  16763. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16764. from src/../include/simple2d.h:63,
  16765. from src/controllers.c:3:
  16766. /usr/local/include/SDL2/SDL_haptic.h:994:29: note: previous declaration of ‘SDL_HapticEffectSupported’ was here
  16767. extern DECLSPEC int SDLCALL SDL_HapticEffectSupported(SDL_Haptic * haptic,
  16768. ^
  16769. In file included from /usr/include/SDL2/SDL.h:80:0,
  16770. from /usr/include/SDL2/SDL_image.h:27,
  16771. from src/../include/simple2d.h:92,
  16772. from src/controllers.c:3:
  16773. /usr/include/SDL2/SDL_haptic.h:1007:29: error: conflicting types for ‘SDL_HapticNewEffect’
  16774. extern DECLSPEC int SDLCALL SDL_HapticNewEffect(SDL_Haptic * haptic,
  16775. ^
  16776. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16777. from src/../include/simple2d.h:63,
  16778. from src/controllers.c:3:
  16779. /usr/local/include/SDL2/SDL_haptic.h:1009:29: note: previous declaration of ‘SDL_HapticNewEffect’ was here
  16780. extern DECLSPEC int SDLCALL SDL_HapticNewEffect(SDL_Haptic * haptic,
  16781. ^
  16782. In file included from /usr/include/SDL2/SDL.h:80:0,
  16783. from /usr/include/SDL2/SDL_image.h:27,
  16784. from src/../include/simple2d.h:92,
  16785. from src/controllers.c:3:
  16786. /usr/include/SDL2/SDL_haptic.h:1027:29: error: conflicting types for ‘SDL_HapticUpdateEffect’
  16787. extern DECLSPEC int SDLCALL SDL_HapticUpdateEffect(SDL_Haptic * haptic,
  16788. ^
  16789. In file included from /usr/local/include/SDL2/SDL.h:44:0,
  16790. from src/../include/simple2d.h:63,
  16791. from src/controllers.c:3:
  16792. /usr/local/include/SDL2/SDL_haptic.h:1029:29: note: previous declaration of ‘SDL_HapticUpdateEffect’ was here
  16793. extern DECLSPEC int SDLCALL SDL_HapticUpdateEffect(SDL_Haptic * haptic,
  16794. ^
  16795. In file included from /usr/include/SDL2/SDL.h:81:0,
  16796. from /usr/include/SDL2/SDL_image.h:27,
  16797. from src/../include/simple2d.h:92,
  16798. from src/controllers.c:3:
  16799. /usr/include/SDL2/SDL_hints.h:375:5: error: redeclaration of enumerator ‘SDL_HINT_DEFAULT’
  16800. SDL_HINT_DEFAULT,
  16801. ^
  16802. In file included from /usr/local/include/SDL2/SDL.h:45:0,
  16803. from src/../include/simple2d.h:63,
  16804. from src/controllers.c:3:
  16805. /usr/local/include/SDL2/SDL_hints.h:906:5: note: previous definition of ‘SDL_HINT_DEFAULT’ was here
  16806. SDL_HINT_DEFAULT,
  16807. ^
  16808. In file included from /usr/include/SDL2/SDL.h:81:0,
  16809. from /usr/include/SDL2/SDL_image.h:27,
  16810. from src/../include/simple2d.h:92,
  16811. from src/controllers.c:3:
  16812. /usr/include/SDL2/SDL_hints.h:376:5: error: redeclaration of enumerator ‘SDL_HINT_NORMAL’
  16813. SDL_HINT_NORMAL,
  16814. ^
  16815. In file included from /usr/local/include/SDL2/SDL.h:45:0,
  16816. from src/../include/simple2d.h:63,
  16817. from src/controllers.c:3:
  16818. /usr/local/include/SDL2/SDL_hints.h:907:5: note: previous definition of ‘SDL_HINT_NORMAL’ was here
  16819. SDL_HINT_NORMAL,
  16820. ^
  16821. In file included from /usr/include/SDL2/SDL.h:81:0,
  16822. from /usr/include/SDL2/SDL_image.h:27,
  16823. from src/../include/simple2d.h:92,
  16824. from src/controllers.c:3:
  16825. /usr/include/SDL2/SDL_hints.h:377:5: error: redeclaration of enumerator ‘SDL_HINT_OVERRIDE’
  16826. SDL_HINT_OVERRIDE
  16827. ^
  16828. In file included from /usr/local/include/SDL2/SDL.h:45:0,
  16829. from src/../include/simple2d.h:63,
  16830. from src/controllers.c:3:
  16831. /usr/local/include/SDL2/SDL_hints.h:908:5: note: previous definition of ‘SDL_HINT_OVERRIDE’ was here
  16832. SDL_HINT_OVERRIDE
  16833. ^
  16834. In file included from /usr/include/SDL2/SDL.h:81:0,
  16835. from /usr/include/SDL2/SDL_image.h:27,
  16836. from src/../include/simple2d.h:92,
  16837. from src/controllers.c:3:
  16838. /usr/include/SDL2/SDL_hints.h:378:3: error: conflicting types for ‘SDL_HintPriority’
  16839. } SDL_HintPriority;
  16840. ^
  16841. In file included from /usr/local/include/SDL2/SDL.h:45:0,
  16842. from src/../include/simple2d.h:63,
  16843. from src/controllers.c:3:
  16844. /usr/local/include/SDL2/SDL_hints.h:909:3: note: previous declaration of ‘SDL_HintPriority’ was here
  16845. } SDL_HintPriority;
  16846. ^
  16847. In file included from /usr/include/SDL2/SDL.h:81:0,
  16848. from /usr/include/SDL2/SDL_image.h:27,
  16849. from src/../include/simple2d.h:92,
  16850. from src/controllers.c:3:
  16851. /usr/include/SDL2/SDL_hints.h:390:34: error: conflicting types for ‘SDL_SetHintWithPriority’
  16852. extern DECLSPEC SDL_bool SDLCALL SDL_SetHintWithPriority(const char *name,
  16853. ^
  16854. In file included from /usr/local/include/SDL2/SDL.h:45:0,
  16855. from src/../include/simple2d.h:63,
  16856. from src/controllers.c:3:
  16857. /usr/local/include/SDL2/SDL_hints.h:921:34: note: previous declaration of ‘SDL_SetHintWithPriority’ was here
  16858. extern DECLSPEC SDL_bool SDLCALL SDL_SetHintWithPriority(const char *name,
  16859. ^
  16860. In file included from /usr/include/SDL2/SDL.h:81:0,
  16861. from /usr/include/SDL2/SDL_image.h:27,
  16862. from src/../include/simple2d.h:92,
  16863. from src/controllers.c:3:
  16864. /usr/include/SDL2/SDL_hints.h:399:34: error: conflicting types for ‘SDL_SetHint’
  16865. extern DECLSPEC SDL_bool SDLCALL SDL_SetHint(const char *name,
  16866. ^
  16867. In file included from /usr/local/include/SDL2/SDL.h:45:0,
  16868. from src/../include/simple2d.h:63,
  16869. from src/controllers.c:3:
  16870. /usr/local/include/SDL2/SDL_hints.h:930:34: note: previous declaration of ‘SDL_SetHint’ was here
  16871. extern DECLSPEC SDL_bool SDLCALL SDL_SetHint(const char *name,
  16872. ^
  16873. In file included from /usr/include/SDL2/SDL.h:83:0,
  16874. from /usr/include/SDL2/SDL_image.h:27,
  16875. from src/../include/simple2d.h:92,
  16876. from src/controllers.c:3:
  16877. /usr/include/SDL2/SDL_log.h:66:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_APPLICATION’
  16878. SDL_LOG_CATEGORY_APPLICATION,
  16879. ^
  16880. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16881. from src/../include/simple2d.h:63,
  16882. from src/controllers.c:3:
  16883. /usr/local/include/SDL2/SDL_log.h:66:5: note: previous definition of ‘SDL_LOG_CATEGORY_APPLICATION’ was here
  16884. SDL_LOG_CATEGORY_APPLICATION,
  16885. ^
  16886. In file included from /usr/include/SDL2/SDL.h:83:0,
  16887. from /usr/include/SDL2/SDL_image.h:27,
  16888. from src/../include/simple2d.h:92,
  16889. from src/controllers.c:3:
  16890. /usr/include/SDL2/SDL_log.h:67:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_ERROR’
  16891. SDL_LOG_CATEGORY_ERROR,
  16892. ^
  16893. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16894. from src/../include/simple2d.h:63,
  16895. from src/controllers.c:3:
  16896. /usr/local/include/SDL2/SDL_log.h:67:5: note: previous definition of ‘SDL_LOG_CATEGORY_ERROR’ was here
  16897. SDL_LOG_CATEGORY_ERROR,
  16898. ^
  16899. In file included from /usr/include/SDL2/SDL.h:83:0,
  16900. from /usr/include/SDL2/SDL_image.h:27,
  16901. from src/../include/simple2d.h:92,
  16902. from src/controllers.c:3:
  16903. /usr/include/SDL2/SDL_log.h:68:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_ASSERT’
  16904. SDL_LOG_CATEGORY_ASSERT,
  16905. ^
  16906. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16907. from src/../include/simple2d.h:63,
  16908. from src/controllers.c:3:
  16909. /usr/local/include/SDL2/SDL_log.h:68:5: note: previous definition of ‘SDL_LOG_CATEGORY_ASSERT’ was here
  16910. SDL_LOG_CATEGORY_ASSERT,
  16911. ^
  16912. In file included from /usr/include/SDL2/SDL.h:83:0,
  16913. from /usr/include/SDL2/SDL_image.h:27,
  16914. from src/../include/simple2d.h:92,
  16915. from src/controllers.c:3:
  16916. /usr/include/SDL2/SDL_log.h:69:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_SYSTEM’
  16917. SDL_LOG_CATEGORY_SYSTEM,
  16918. ^
  16919. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16920. from src/../include/simple2d.h:63,
  16921. from src/controllers.c:3:
  16922. /usr/local/include/SDL2/SDL_log.h:69:5: note: previous definition of ‘SDL_LOG_CATEGORY_SYSTEM’ was here
  16923. SDL_LOG_CATEGORY_SYSTEM,
  16924. ^
  16925. In file included from /usr/include/SDL2/SDL.h:83:0,
  16926. from /usr/include/SDL2/SDL_image.h:27,
  16927. from src/../include/simple2d.h:92,
  16928. from src/controllers.c:3:
  16929. /usr/include/SDL2/SDL_log.h:70:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_AUDIO’
  16930. SDL_LOG_CATEGORY_AUDIO,
  16931. ^
  16932. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16933. from src/../include/simple2d.h:63,
  16934. from src/controllers.c:3:
  16935. /usr/local/include/SDL2/SDL_log.h:70:5: note: previous definition of ‘SDL_LOG_CATEGORY_AUDIO’ was here
  16936. SDL_LOG_CATEGORY_AUDIO,
  16937. ^
  16938. In file included from /usr/include/SDL2/SDL.h:83:0,
  16939. from /usr/include/SDL2/SDL_image.h:27,
  16940. from src/../include/simple2d.h:92,
  16941. from src/controllers.c:3:
  16942. /usr/include/SDL2/SDL_log.h:71:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_VIDEO’
  16943. SDL_LOG_CATEGORY_VIDEO,
  16944. ^
  16945. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16946. from src/../include/simple2d.h:63,
  16947. from src/controllers.c:3:
  16948. /usr/local/include/SDL2/SDL_log.h:71:5: note: previous definition of ‘SDL_LOG_CATEGORY_VIDEO’ was here
  16949. SDL_LOG_CATEGORY_VIDEO,
  16950. ^
  16951. In file included from /usr/include/SDL2/SDL.h:83:0,
  16952. from /usr/include/SDL2/SDL_image.h:27,
  16953. from src/../include/simple2d.h:92,
  16954. from src/controllers.c:3:
  16955. /usr/include/SDL2/SDL_log.h:72:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RENDER’
  16956. SDL_LOG_CATEGORY_RENDER,
  16957. ^
  16958. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16959. from src/../include/simple2d.h:63,
  16960. from src/controllers.c:3:
  16961. /usr/local/include/SDL2/SDL_log.h:72:5: note: previous definition of ‘SDL_LOG_CATEGORY_RENDER’ was here
  16962. SDL_LOG_CATEGORY_RENDER,
  16963. ^
  16964. In file included from /usr/include/SDL2/SDL.h:83:0,
  16965. from /usr/include/SDL2/SDL_image.h:27,
  16966. from src/../include/simple2d.h:92,
  16967. from src/controllers.c:3:
  16968. /usr/include/SDL2/SDL_log.h:73:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_INPUT’
  16969. SDL_LOG_CATEGORY_INPUT,
  16970. ^
  16971. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16972. from src/../include/simple2d.h:63,
  16973. from src/controllers.c:3:
  16974. /usr/local/include/SDL2/SDL_log.h:73:5: note: previous definition of ‘SDL_LOG_CATEGORY_INPUT’ was here
  16975. SDL_LOG_CATEGORY_INPUT,
  16976. ^
  16977. In file included from /usr/include/SDL2/SDL.h:83:0,
  16978. from /usr/include/SDL2/SDL_image.h:27,
  16979. from src/../include/simple2d.h:92,
  16980. from src/controllers.c:3:
  16981. /usr/include/SDL2/SDL_log.h:74:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_TEST’
  16982. SDL_LOG_CATEGORY_TEST,
  16983. ^
  16984. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16985. from src/../include/simple2d.h:63,
  16986. from src/controllers.c:3:
  16987. /usr/local/include/SDL2/SDL_log.h:74:5: note: previous definition of ‘SDL_LOG_CATEGORY_TEST’ was here
  16988. SDL_LOG_CATEGORY_TEST,
  16989. ^
  16990. In file included from /usr/include/SDL2/SDL.h:83:0,
  16991. from /usr/include/SDL2/SDL_image.h:27,
  16992. from src/../include/simple2d.h:92,
  16993. from src/controllers.c:3:
  16994. /usr/include/SDL2/SDL_log.h:77:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED1’
  16995. SDL_LOG_CATEGORY_RESERVED1,
  16996. ^
  16997. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  16998. from src/../include/simple2d.h:63,
  16999. from src/controllers.c:3:
  17000. /usr/local/include/SDL2/SDL_log.h:77:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED1’ was here
  17001. SDL_LOG_CATEGORY_RESERVED1,
  17002. ^
  17003. In file included from /usr/include/SDL2/SDL.h:83:0,
  17004. from /usr/include/SDL2/SDL_image.h:27,
  17005. from src/../include/simple2d.h:92,
  17006. from src/controllers.c:3:
  17007. /usr/include/SDL2/SDL_log.h:78:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED2’
  17008. SDL_LOG_CATEGORY_RESERVED2,
  17009. ^
  17010. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17011. from src/../include/simple2d.h:63,
  17012. from src/controllers.c:3:
  17013. /usr/local/include/SDL2/SDL_log.h:78:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED2’ was here
  17014. SDL_LOG_CATEGORY_RESERVED2,
  17015. ^
  17016. In file included from /usr/include/SDL2/SDL.h:83:0,
  17017. from /usr/include/SDL2/SDL_image.h:27,
  17018. from src/../include/simple2d.h:92,
  17019. from src/controllers.c:3:
  17020. /usr/include/SDL2/SDL_log.h:79:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED3’
  17021. SDL_LOG_CATEGORY_RESERVED3,
  17022. ^
  17023. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17024. from src/../include/simple2d.h:63,
  17025. from src/controllers.c:3:
  17026. /usr/local/include/SDL2/SDL_log.h:79:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED3’ was here
  17027. SDL_LOG_CATEGORY_RESERVED3,
  17028. ^
  17029. In file included from /usr/include/SDL2/SDL.h:83:0,
  17030. from /usr/include/SDL2/SDL_image.h:27,
  17031. from src/../include/simple2d.h:92,
  17032. from src/controllers.c:3:
  17033. /usr/include/SDL2/SDL_log.h:80:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED4’
  17034. SDL_LOG_CATEGORY_RESERVED4,
  17035. ^
  17036. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17037. from src/../include/simple2d.h:63,
  17038. from src/controllers.c:3:
  17039. /usr/local/include/SDL2/SDL_log.h:80:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED4’ was here
  17040. SDL_LOG_CATEGORY_RESERVED4,
  17041. ^
  17042. In file included from /usr/include/SDL2/SDL.h:83:0,
  17043. from /usr/include/SDL2/SDL_image.h:27,
  17044. from src/../include/simple2d.h:92,
  17045. from src/controllers.c:3:
  17046. /usr/include/SDL2/SDL_log.h:81:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED5’
  17047. SDL_LOG_CATEGORY_RESERVED5,
  17048. ^
  17049. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17050. from src/../include/simple2d.h:63,
  17051. from src/controllers.c:3:
  17052. /usr/local/include/SDL2/SDL_log.h:81:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED5’ was here
  17053. SDL_LOG_CATEGORY_RESERVED5,
  17054. ^
  17055. In file included from /usr/include/SDL2/SDL.h:83:0,
  17056. from /usr/include/SDL2/SDL_image.h:27,
  17057. from src/../include/simple2d.h:92,
  17058. from src/controllers.c:3:
  17059. /usr/include/SDL2/SDL_log.h:82:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED6’
  17060. SDL_LOG_CATEGORY_RESERVED6,
  17061. ^
  17062. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17063. from src/../include/simple2d.h:63,
  17064. from src/controllers.c:3:
  17065. /usr/local/include/SDL2/SDL_log.h:82:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED6’ was here
  17066. SDL_LOG_CATEGORY_RESERVED6,
  17067. ^
  17068. In file included from /usr/include/SDL2/SDL.h:83:0,
  17069. from /usr/include/SDL2/SDL_image.h:27,
  17070. from src/../include/simple2d.h:92,
  17071. from src/controllers.c:3:
  17072. /usr/include/SDL2/SDL_log.h:83:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED7’
  17073. SDL_LOG_CATEGORY_RESERVED7,
  17074. ^
  17075. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17076. from src/../include/simple2d.h:63,
  17077. from src/controllers.c:3:
  17078. /usr/local/include/SDL2/SDL_log.h:83:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED7’ was here
  17079. SDL_LOG_CATEGORY_RESERVED7,
  17080. ^
  17081. In file included from /usr/include/SDL2/SDL.h:83:0,
  17082. from /usr/include/SDL2/SDL_image.h:27,
  17083. from src/../include/simple2d.h:92,
  17084. from src/controllers.c:3:
  17085. /usr/include/SDL2/SDL_log.h:84:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED8’
  17086. SDL_LOG_CATEGORY_RESERVED8,
  17087. ^
  17088. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17089. from src/../include/simple2d.h:63,
  17090. from src/controllers.c:3:
  17091. /usr/local/include/SDL2/SDL_log.h:84:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED8’ was here
  17092. SDL_LOG_CATEGORY_RESERVED8,
  17093. ^
  17094. In file included from /usr/include/SDL2/SDL.h:83:0,
  17095. from /usr/include/SDL2/SDL_image.h:27,
  17096. from src/../include/simple2d.h:92,
  17097. from src/controllers.c:3:
  17098. /usr/include/SDL2/SDL_log.h:85:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED9’
  17099. SDL_LOG_CATEGORY_RESERVED9,
  17100. ^
  17101. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17102. from src/../include/simple2d.h:63,
  17103. from src/controllers.c:3:
  17104. /usr/local/include/SDL2/SDL_log.h:85:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED9’ was here
  17105. SDL_LOG_CATEGORY_RESERVED9,
  17106. ^
  17107. In file included from /usr/include/SDL2/SDL.h:83:0,
  17108. from /usr/include/SDL2/SDL_image.h:27,
  17109. from src/../include/simple2d.h:92,
  17110. from src/controllers.c:3:
  17111. /usr/include/SDL2/SDL_log.h:86:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_RESERVED10’
  17112. SDL_LOG_CATEGORY_RESERVED10,
  17113. ^
  17114. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17115. from src/../include/simple2d.h:63,
  17116. from src/controllers.c:3:
  17117. /usr/local/include/SDL2/SDL_log.h:86:5: note: previous definition of ‘SDL_LOG_CATEGORY_RESERVED10’ was here
  17118. SDL_LOG_CATEGORY_RESERVED10,
  17119. ^
  17120. In file included from /usr/include/SDL2/SDL.h:83:0,
  17121. from /usr/include/SDL2/SDL_image.h:27,
  17122. from src/../include/simple2d.h:92,
  17123. from src/controllers.c:3:
  17124. /usr/include/SDL2/SDL_log.h:96:5: error: redeclaration of enumerator ‘SDL_LOG_CATEGORY_CUSTOM’
  17125. SDL_LOG_CATEGORY_CUSTOM
  17126. ^
  17127. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17128. from src/../include/simple2d.h:63,
  17129. from src/controllers.c:3:
  17130. /usr/local/include/SDL2/SDL_log.h:96:5: note: previous definition of ‘SDL_LOG_CATEGORY_CUSTOM’ was here
  17131. SDL_LOG_CATEGORY_CUSTOM
  17132. ^
  17133. In file included from /usr/include/SDL2/SDL.h:83:0,
  17134. from /usr/include/SDL2/SDL_image.h:27,
  17135. from src/../include/simple2d.h:92,
  17136. from src/controllers.c:3:
  17137. /usr/include/SDL2/SDL_log.h:104:5: error: redeclaration of enumerator ‘SDL_LOG_PRIORITY_VERBOSE’
  17138. SDL_LOG_PRIORITY_VERBOSE = 1,
  17139. ^
  17140. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17141. from src/../include/simple2d.h:63,
  17142. from src/controllers.c:3:
  17143. /usr/local/include/SDL2/SDL_log.h:104:5: note: previous definition of ‘SDL_LOG_PRIORITY_VERBOSE’ was here
  17144. SDL_LOG_PRIORITY_VERBOSE = 1,
  17145. ^
  17146. In file included from /usr/include/SDL2/SDL.h:83:0,
  17147. from /usr/include/SDL2/SDL_image.h:27,
  17148. from src/../include/simple2d.h:92,
  17149. from src/controllers.c:3:
  17150. /usr/include/SDL2/SDL_log.h:105:5: error: redeclaration of enumerator ‘SDL_LOG_PRIORITY_DEBUG’
  17151. SDL_LOG_PRIORITY_DEBUG,
  17152. ^
  17153. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17154. from src/../include/simple2d.h:63,
  17155. from src/controllers.c:3:
  17156. /usr/local/include/SDL2/SDL_log.h:105:5: note: previous definition of ‘SDL_LOG_PRIORITY_DEBUG’ was here
  17157. SDL_LOG_PRIORITY_DEBUG,
  17158. ^
  17159. In file included from /usr/include/SDL2/SDL.h:83:0,
  17160. from /usr/include/SDL2/SDL_image.h:27,
  17161. from src/../include/simple2d.h:92,
  17162. from src/controllers.c:3:
  17163. /usr/include/SDL2/SDL_log.h:106:5: error: redeclaration of enumerator ‘SDL_LOG_PRIORITY_INFO’
  17164. SDL_LOG_PRIORITY_INFO,
  17165. ^
  17166. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17167. from src/../include/simple2d.h:63,
  17168. from src/controllers.c:3:
  17169. /usr/local/include/SDL2/SDL_log.h:106:5: note: previous definition of ‘SDL_LOG_PRIORITY_INFO’ was here
  17170. SDL_LOG_PRIORITY_INFO,
  17171. ^
  17172. In file included from /usr/include/SDL2/SDL.h:83:0,
  17173. from /usr/include/SDL2/SDL_image.h:27,
  17174. from src/../include/simple2d.h:92,
  17175. from src/controllers.c:3:
  17176. /usr/include/SDL2/SDL_log.h:107:5: error: redeclaration of enumerator ‘SDL_LOG_PRIORITY_WARN’
  17177. SDL_LOG_PRIORITY_WARN,
  17178. ^
  17179. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17180. from src/../include/simple2d.h:63,
  17181. from src/controllers.c:3:
  17182. /usr/local/include/SDL2/SDL_log.h:107:5: note: previous definition of ‘SDL_LOG_PRIORITY_WARN’ was here
  17183. SDL_LOG_PRIORITY_WARN,
  17184. ^
  17185. In file included from /usr/include/SDL2/SDL.h:83:0,
  17186. from /usr/include/SDL2/SDL_image.h:27,
  17187. from src/../include/simple2d.h:92,
  17188. from src/controllers.c:3:
  17189. /usr/include/SDL2/SDL_log.h:108:5: error: redeclaration of enumerator ‘SDL_LOG_PRIORITY_ERROR’
  17190. SDL_LOG_PRIORITY_ERROR,
  17191. ^
  17192. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17193. from src/../include/simple2d.h:63,
  17194. from src/controllers.c:3:
  17195. /usr/local/include/SDL2/SDL_log.h:108:5: note: previous definition of ‘SDL_LOG_PRIORITY_ERROR’ was here
  17196. SDL_LOG_PRIORITY_ERROR,
  17197. ^
  17198. In file included from /usr/include/SDL2/SDL.h:83:0,
  17199. from /usr/include/SDL2/SDL_image.h:27,
  17200. from src/../include/simple2d.h:92,
  17201. from src/controllers.c:3:
  17202. /usr/include/SDL2/SDL_log.h:109:5: error: redeclaration of enumerator ‘SDL_LOG_PRIORITY_CRITICAL’
  17203. SDL_LOG_PRIORITY_CRITICAL,
  17204. ^
  17205. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17206. from src/../include/simple2d.h:63,
  17207. from src/controllers.c:3:
  17208. /usr/local/include/SDL2/SDL_log.h:109:5: note: previous definition of ‘SDL_LOG_PRIORITY_CRITICAL’ was here
  17209. SDL_LOG_PRIORITY_CRITICAL,
  17210. ^
  17211. In file included from /usr/include/SDL2/SDL.h:83:0,
  17212. from /usr/include/SDL2/SDL_image.h:27,
  17213. from src/../include/simple2d.h:92,
  17214. from src/controllers.c:3:
  17215. /usr/include/SDL2/SDL_log.h:110:5: error: redeclaration of enumerator ‘SDL_NUM_LOG_PRIORITIES’
  17216. SDL_NUM_LOG_PRIORITIES
  17217. ^
  17218. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17219. from src/../include/simple2d.h:63,
  17220. from src/controllers.c:3:
  17221. /usr/local/include/SDL2/SDL_log.h:110:5: note: previous definition of ‘SDL_NUM_LOG_PRIORITIES’ was here
  17222. SDL_NUM_LOG_PRIORITIES
  17223. ^
  17224. In file included from /usr/include/SDL2/SDL.h:83:0,
  17225. from /usr/include/SDL2/SDL_image.h:27,
  17226. from src/../include/simple2d.h:92,
  17227. from src/controllers.c:3:
  17228. /usr/include/SDL2/SDL_log.h:111:3: error: conflicting types for ‘SDL_LogPriority’
  17229. } SDL_LogPriority;
  17230. ^
  17231. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17232. from src/../include/simple2d.h:63,
  17233. from src/controllers.c:3:
  17234. /usr/local/include/SDL2/SDL_log.h:111:3: note: previous declaration of ‘SDL_LogPriority’ was here
  17235. } SDL_LogPriority;
  17236. ^
  17237. In file included from /usr/include/SDL2/SDL.h:83:0,
  17238. from /usr/include/SDL2/SDL_image.h:27,
  17239. from src/../include/simple2d.h:92,
  17240. from src/controllers.c:3:
  17241. /usr/include/SDL2/SDL_log.h:117:30: error: conflicting types for ‘SDL_LogSetAllPriority’
  17242. extern DECLSPEC void SDLCALL SDL_LogSetAllPriority(SDL_LogPriority priority);
  17243. ^
  17244. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17245. from src/../include/simple2d.h:63,
  17246. from src/controllers.c:3:
  17247. /usr/local/include/SDL2/SDL_log.h:117:30: note: previous declaration of ‘SDL_LogSetAllPriority’ was here
  17248. extern DECLSPEC void SDLCALL SDL_LogSetAllPriority(SDL_LogPriority priority);
  17249. ^
  17250. In file included from /usr/include/SDL2/SDL.h:83:0,
  17251. from /usr/include/SDL2/SDL_image.h:27,
  17252. from src/../include/simple2d.h:92,
  17253. from src/controllers.c:3:
  17254. /usr/include/SDL2/SDL_log.h:122:30: error: conflicting types for ‘SDL_LogSetPriority’
  17255. extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category,
  17256. ^
  17257. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17258. from src/../include/simple2d.h:63,
  17259. from src/controllers.c:3:
  17260. /usr/local/include/SDL2/SDL_log.h:122:30: note: previous declaration of ‘SDL_LogSetPriority’ was here
  17261. extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category,
  17262. ^
  17263. In file included from /usr/include/SDL2/SDL.h:83:0,
  17264. from /usr/include/SDL2/SDL_image.h:27,
  17265. from src/../include/simple2d.h:92,
  17266. from src/controllers.c:3:
  17267. /usr/include/SDL2/SDL_log.h:128:41: error: conflicting types for ‘SDL_LogGetPriority’
  17268. extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category);
  17269. ^
  17270. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17271. from src/../include/simple2d.h:63,
  17272. from src/controllers.c:3:
  17273. /usr/local/include/SDL2/SDL_log.h:128:41: note: previous declaration of ‘SDL_LogGetPriority’ was here
  17274. extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category);
  17275. ^
  17276. In file included from /usr/include/SDL2/SDL.h:83:0,
  17277. from /usr/include/SDL2/SDL_image.h:27,
  17278. from src/../include/simple2d.h:92,
  17279. from src/controllers.c:3:
  17280. /usr/include/SDL2/SDL_log.h:175:30: error: conflicting types for ‘SDL_LogMessage’
  17281. extern DECLSPEC void SDLCALL SDL_LogMessage(int category,
  17282. ^
  17283. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17284. from src/../include/simple2d.h:63,
  17285. from src/controllers.c:3:
  17286. /usr/local/include/SDL2/SDL_log.h:175:30: note: previous declaration of ‘SDL_LogMessage’ was here
  17287. extern DECLSPEC void SDLCALL SDL_LogMessage(int category,
  17288. ^
  17289. In file included from /usr/include/SDL2/SDL.h:83:0,
  17290. from /usr/include/SDL2/SDL_image.h:27,
  17291. from src/../include/simple2d.h:92,
  17292. from src/controllers.c:3:
  17293. /usr/include/SDL2/SDL_log.h:182:30: error: conflicting types for ‘SDL_LogMessageV’
  17294. extern DECLSPEC void SDLCALL SDL_LogMessageV(int category,
  17295. ^
  17296. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17297. from src/../include/simple2d.h:63,
  17298. from src/controllers.c:3:
  17299. /usr/local/include/SDL2/SDL_log.h:182:30: note: previous declaration of ‘SDL_LogMessageV’ was here
  17300. extern DECLSPEC void SDLCALL SDL_LogMessageV(int category,
  17301. ^
  17302. In file included from /usr/include/SDL2/SDL.h:83:0,
  17303. from /usr/include/SDL2/SDL_image.h:27,
  17304. from src/../include/simple2d.h:92,
  17305. from src/controllers.c:3:
  17306. /usr/include/SDL2/SDL_log.h:189:16: error: conflicting types for ‘SDL_LogOutputFunction’
  17307. typedef void (*SDL_LogOutputFunction)(void *userdata, int category, SDL_LogPriority priority, const char *message);
  17308. ^
  17309. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17310. from src/../include/simple2d.h:63,
  17311. from src/controllers.c:3:
  17312. /usr/local/include/SDL2/SDL_log.h:189:24: note: previous declaration of ‘SDL_LogOutputFunction’ was here
  17313. typedef void (SDLCALL *SDL_LogOutputFunction)(void *userdata, int category, SDL_LogPriority priority, const char *message);
  17314. ^
  17315. In file included from /usr/include/SDL2/SDL.h:83:0,
  17316. from /usr/include/SDL2/SDL_image.h:27,
  17317. from src/../include/simple2d.h:92,
  17318. from src/controllers.c:3:
  17319. /usr/include/SDL2/SDL_log.h:194:30: error: conflicting types for ‘SDL_LogGetOutputFunction’
  17320. extern DECLSPEC void SDLCALL SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata);
  17321. ^
  17322. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17323. from src/../include/simple2d.h:63,
  17324. from src/controllers.c:3:
  17325. /usr/local/include/SDL2/SDL_log.h:194:30: note: previous declaration of ‘SDL_LogGetOutputFunction’ was here
  17326. extern DECLSPEC void SDLCALL SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata);
  17327. ^
  17328. In file included from /usr/include/SDL2/SDL.h:83:0,
  17329. from /usr/include/SDL2/SDL_image.h:27,
  17330. from src/../include/simple2d.h:92,
  17331. from src/controllers.c:3:
  17332. /usr/include/SDL2/SDL_log.h:200:30: error: conflicting types for ‘SDL_LogSetOutputFunction’
  17333. extern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata);
  17334. ^
  17335. In file included from /usr/local/include/SDL2/SDL.h:48:0,
  17336. from src/../include/simple2d.h:63,
  17337. from src/controllers.c:3:
  17338. /usr/local/include/SDL2/SDL_log.h:200:30: note: previous declaration of ‘SDL_LogSetOutputFunction’ was here
  17339. extern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata);
  17340. ^
  17341. In file included from /usr/include/SDL2/SDL.h:84:0,
  17342. from /usr/include/SDL2/SDL_image.h:27,
  17343. from src/../include/simple2d.h:92,
  17344. from src/controllers.c:3:
  17345. /usr/include/SDL2/SDL_messagebox.h:39:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_ERROR’
  17346. SDL_MESSAGEBOX_ERROR = 0x00000010, /**< error dialog */
  17347. ^
  17348. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17349. from src/../include/simple2d.h:63,
  17350. from src/controllers.c:3:
  17351. /usr/local/include/SDL2/SDL_messagebox.h:39:5: note: previous definition of ‘SDL_MESSAGEBOX_ERROR’ was here
  17352. SDL_MESSAGEBOX_ERROR = 0x00000010, /**< error dialog */
  17353. ^
  17354. In file included from /usr/include/SDL2/SDL.h:84:0,
  17355. from /usr/include/SDL2/SDL_image.h:27,
  17356. from src/../include/simple2d.h:92,
  17357. from src/controllers.c:3:
  17358. /usr/include/SDL2/SDL_messagebox.h:40:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_WARNING’
  17359. SDL_MESSAGEBOX_WARNING = 0x00000020, /**< warning dialog */
  17360. ^
  17361. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17362. from src/../include/simple2d.h:63,
  17363. from src/controllers.c:3:
  17364. /usr/local/include/SDL2/SDL_messagebox.h:40:5: note: previous definition of ‘SDL_MESSAGEBOX_WARNING’ was here
  17365. SDL_MESSAGEBOX_WARNING = 0x00000020, /**< warning dialog */
  17366. ^
  17367. In file included from /usr/include/SDL2/SDL.h:84:0,
  17368. from /usr/include/SDL2/SDL_image.h:27,
  17369. from src/../include/simple2d.h:92,
  17370. from src/controllers.c:3:
  17371. /usr/include/SDL2/SDL_messagebox.h:41:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_INFORMATION’
  17372. SDL_MESSAGEBOX_INFORMATION = 0x00000040 /**< informational dialog */
  17373. ^
  17374. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17375. from src/../include/simple2d.h:63,
  17376. from src/controllers.c:3:
  17377. /usr/local/include/SDL2/SDL_messagebox.h:41:5: note: previous definition of ‘SDL_MESSAGEBOX_INFORMATION’ was here
  17378. SDL_MESSAGEBOX_INFORMATION = 0x00000040 /**< informational dialog */
  17379. ^
  17380. In file included from /usr/include/SDL2/SDL.h:84:0,
  17381. from /usr/include/SDL2/SDL_image.h:27,
  17382. from src/../include/simple2d.h:92,
  17383. from src/controllers.c:3:
  17384. /usr/include/SDL2/SDL_messagebox.h:42:3: error: conflicting types for ‘SDL_MessageBoxFlags’
  17385. } SDL_MessageBoxFlags;
  17386. ^
  17387. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17388. from src/../include/simple2d.h:63,
  17389. from src/controllers.c:3:
  17390. /usr/local/include/SDL2/SDL_messagebox.h:42:3: note: previous declaration of ‘SDL_MessageBoxFlags’ was here
  17391. } SDL_MessageBoxFlags;
  17392. ^
  17393. In file included from /usr/include/SDL2/SDL.h:84:0,
  17394. from /usr/include/SDL2/SDL_image.h:27,
  17395. from src/../include/simple2d.h:92,
  17396. from src/controllers.c:3:
  17397. /usr/include/SDL2/SDL_messagebox.h:49:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT’
  17398. SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT = 0x00000001, /**< Marks the default button when return is hit */
  17399. ^
  17400. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17401. from src/../include/simple2d.h:63,
  17402. from src/controllers.c:3:
  17403. /usr/local/include/SDL2/SDL_messagebox.h:49:5: note: previous definition of ‘SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT’ was here
  17404. SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT = 0x00000001, /**< Marks the default button when return is hit */
  17405. ^
  17406. In file included from /usr/include/SDL2/SDL.h:84:0,
  17407. from /usr/include/SDL2/SDL_image.h:27,
  17408. from src/../include/simple2d.h:92,
  17409. from src/controllers.c:3:
  17410. /usr/include/SDL2/SDL_messagebox.h:50:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT’
  17411. SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT = 0x00000002 /**< Marks the default button when escape is hit */
  17412. ^
  17413. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17414. from src/../include/simple2d.h:63,
  17415. from src/controllers.c:3:
  17416. /usr/local/include/SDL2/SDL_messagebox.h:50:5: note: previous definition of ‘SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT’ was here
  17417. SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT = 0x00000002 /**< Marks the default button when escape is hit */
  17418. ^
  17419. In file included from /usr/include/SDL2/SDL.h:84:0,
  17420. from /usr/include/SDL2/SDL_image.h:27,
  17421. from src/../include/simple2d.h:92,
  17422. from src/controllers.c:3:
  17423. /usr/include/SDL2/SDL_messagebox.h:51:3: error: conflicting types for ‘SDL_MessageBoxButtonFlags’
  17424. } SDL_MessageBoxButtonFlags;
  17425. ^
  17426. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17427. from src/../include/simple2d.h:63,
  17428. from src/controllers.c:3:
  17429. /usr/local/include/SDL2/SDL_messagebox.h:51:3: note: previous declaration of ‘SDL_MessageBoxButtonFlags’ was here
  17430. } SDL_MessageBoxButtonFlags;
  17431. ^
  17432. In file included from /usr/include/SDL2/SDL.h:84:0,
  17433. from /usr/include/SDL2/SDL_image.h:27,
  17434. from src/../include/simple2d.h:92,
  17435. from src/controllers.c:3:
  17436. /usr/include/SDL2/SDL_messagebox.h:61:3: error: conflicting types for ‘SDL_MessageBoxButtonData’
  17437. } SDL_MessageBoxButtonData;
  17438. ^
  17439. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17440. from src/../include/simple2d.h:63,
  17441. from src/controllers.c:3:
  17442. /usr/local/include/SDL2/SDL_messagebox.h:61:3: note: previous declaration of ‘SDL_MessageBoxButtonData’ was here
  17443. } SDL_MessageBoxButtonData;
  17444. ^
  17445. In file included from /usr/include/SDL2/SDL.h:84:0,
  17446. from /usr/include/SDL2/SDL_image.h:27,
  17447. from src/../include/simple2d.h:92,
  17448. from src/controllers.c:3:
  17449. /usr/include/SDL2/SDL_messagebox.h:69:3: error: conflicting types for ‘SDL_MessageBoxColor’
  17450. } SDL_MessageBoxColor;
  17451. ^
  17452. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17453. from src/../include/simple2d.h:63,
  17454. from src/controllers.c:3:
  17455. /usr/local/include/SDL2/SDL_messagebox.h:69:3: note: previous declaration of ‘SDL_MessageBoxColor’ was here
  17456. } SDL_MessageBoxColor;
  17457. ^
  17458. In file included from /usr/include/SDL2/SDL.h:84:0,
  17459. from /usr/include/SDL2/SDL_image.h:27,
  17460. from src/../include/simple2d.h:92,
  17461. from src/controllers.c:3:
  17462. /usr/include/SDL2/SDL_messagebox.h:73:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_COLOR_BACKGROUND’
  17463. SDL_MESSAGEBOX_COLOR_BACKGROUND,
  17464. ^
  17465. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17466. from src/../include/simple2d.h:63,
  17467. from src/controllers.c:3:
  17468. /usr/local/include/SDL2/SDL_messagebox.h:73:5: note: previous definition of ‘SDL_MESSAGEBOX_COLOR_BACKGROUND’ was here
  17469. SDL_MESSAGEBOX_COLOR_BACKGROUND,
  17470. ^
  17471. In file included from /usr/include/SDL2/SDL.h:84:0,
  17472. from /usr/include/SDL2/SDL_image.h:27,
  17473. from src/../include/simple2d.h:92,
  17474. from src/controllers.c:3:
  17475. /usr/include/SDL2/SDL_messagebox.h:74:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_COLOR_TEXT’
  17476. SDL_MESSAGEBOX_COLOR_TEXT,
  17477. ^
  17478. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17479. from src/../include/simple2d.h:63,
  17480. from src/controllers.c:3:
  17481. /usr/local/include/SDL2/SDL_messagebox.h:74:5: note: previous definition of ‘SDL_MESSAGEBOX_COLOR_TEXT’ was here
  17482. SDL_MESSAGEBOX_COLOR_TEXT,
  17483. ^
  17484. In file included from /usr/include/SDL2/SDL.h:84:0,
  17485. from /usr/include/SDL2/SDL_image.h:27,
  17486. from src/../include/simple2d.h:92,
  17487. from src/controllers.c:3:
  17488. /usr/include/SDL2/SDL_messagebox.h:75:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_COLOR_BUTTON_BORDER’
  17489. SDL_MESSAGEBOX_COLOR_BUTTON_BORDER,
  17490. ^
  17491. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17492. from src/../include/simple2d.h:63,
  17493. from src/controllers.c:3:
  17494. /usr/local/include/SDL2/SDL_messagebox.h:75:5: note: previous definition of ‘SDL_MESSAGEBOX_COLOR_BUTTON_BORDER’ was here
  17495. SDL_MESSAGEBOX_COLOR_BUTTON_BORDER,
  17496. ^
  17497. In file included from /usr/include/SDL2/SDL.h:84:0,
  17498. from /usr/include/SDL2/SDL_image.h:27,
  17499. from src/../include/simple2d.h:92,
  17500. from src/controllers.c:3:
  17501. /usr/include/SDL2/SDL_messagebox.h:76:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND’
  17502. SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND,
  17503. ^
  17504. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17505. from src/../include/simple2d.h:63,
  17506. from src/controllers.c:3:
  17507. /usr/local/include/SDL2/SDL_messagebox.h:76:5: note: previous definition of ‘SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND’ was here
  17508. SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND,
  17509. ^
  17510. In file included from /usr/include/SDL2/SDL.h:84:0,
  17511. from /usr/include/SDL2/SDL_image.h:27,
  17512. from src/../include/simple2d.h:92,
  17513. from src/controllers.c:3:
  17514. /usr/include/SDL2/SDL_messagebox.h:77:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED’
  17515. SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED,
  17516. ^
  17517. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17518. from src/../include/simple2d.h:63,
  17519. from src/controllers.c:3:
  17520. /usr/local/include/SDL2/SDL_messagebox.h:77:5: note: previous definition of ‘SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED’ was here
  17521. SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED,
  17522. ^
  17523. In file included from /usr/include/SDL2/SDL.h:84:0,
  17524. from /usr/include/SDL2/SDL_image.h:27,
  17525. from src/../include/simple2d.h:92,
  17526. from src/controllers.c:3:
  17527. /usr/include/SDL2/SDL_messagebox.h:78:5: error: redeclaration of enumerator ‘SDL_MESSAGEBOX_COLOR_MAX’
  17528. SDL_MESSAGEBOX_COLOR_MAX
  17529. ^
  17530. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17531. from src/../include/simple2d.h:63,
  17532. from src/controllers.c:3:
  17533. /usr/local/include/SDL2/SDL_messagebox.h:78:5: note: previous definition of ‘SDL_MESSAGEBOX_COLOR_MAX’ was here
  17534. SDL_MESSAGEBOX_COLOR_MAX
  17535. ^
  17536. In file included from /usr/include/SDL2/SDL.h:84:0,
  17537. from /usr/include/SDL2/SDL_image.h:27,
  17538. from src/../include/simple2d.h:92,
  17539. from src/controllers.c:3:
  17540. /usr/include/SDL2/SDL_messagebox.h:79:3: error: conflicting types for ‘SDL_MessageBoxColorType’
  17541. } SDL_MessageBoxColorType;
  17542. ^
  17543. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17544. from src/../include/simple2d.h:63,
  17545. from src/controllers.c:3:
  17546. /usr/local/include/SDL2/SDL_messagebox.h:79:3: note: previous declaration of ‘SDL_MessageBoxColorType’ was here
  17547. } SDL_MessageBoxColorType;
  17548. ^
  17549. In file included from /usr/include/SDL2/SDL.h:84:0,
  17550. from /usr/include/SDL2/SDL_image.h:27,
  17551. from src/../include/simple2d.h:92,
  17552. from src/controllers.c:3:
  17553. /usr/include/SDL2/SDL_messagebox.h:87:3: error: conflicting types for ‘SDL_MessageBoxColorScheme’
  17554. } SDL_MessageBoxColorScheme;
  17555. ^
  17556. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17557. from src/../include/simple2d.h:63,
  17558. from src/controllers.c:3:
  17559. /usr/local/include/SDL2/SDL_messagebox.h:87:3: note: previous declaration of ‘SDL_MessageBoxColorScheme’ was here
  17560. } SDL_MessageBoxColorScheme;
  17561. ^
  17562. In file included from /usr/include/SDL2/SDL.h:84:0,
  17563. from /usr/include/SDL2/SDL_image.h:27,
  17564. from src/../include/simple2d.h:92,
  17565. from src/controllers.c:3:
  17566. /usr/include/SDL2/SDL_messagebox.h:103:3: error: conflicting types for ‘SDL_MessageBoxData’
  17567. } SDL_MessageBoxData;
  17568. ^
  17569. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17570. from src/../include/simple2d.h:63,
  17571. from src/controllers.c:3:
  17572. /usr/local/include/SDL2/SDL_messagebox.h:103:3: note: previous declaration of ‘SDL_MessageBoxData’ was here
  17573. } SDL_MessageBoxData;
  17574. ^
  17575. In file included from /usr/include/SDL2/SDL.h:84:0,
  17576. from /usr/include/SDL2/SDL_image.h:27,
  17577. from src/../include/simple2d.h:92,
  17578. from src/controllers.c:3:
  17579. /usr/include/SDL2/SDL_messagebox.h:119:29: error: conflicting types for ‘SDL_ShowMessageBox’
  17580. extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  17581. ^
  17582. In file included from /usr/local/include/SDL2/SDL.h:49:0,
  17583. from src/../include/simple2d.h:63,
  17584. from src/controllers.c:3:
  17585. /usr/local/include/SDL2/SDL_messagebox.h:119:29: note: previous declaration of ‘SDL_ShowMessageBox’ was here
  17586. extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  17587. ^
  17588. In file included from /usr/include/SDL2/SDL.h:86:0,
  17589. from /usr/include/SDL2/SDL_image.h:27,
  17590. from src/../include/simple2d.h:92,
  17591. from src/controllers.c:3:
  17592. /usr/include/SDL2/SDL_power.h:44:5: error: redeclaration of enumerator ‘SDL_POWERSTATE_UNKNOWN’
  17593. SDL_POWERSTATE_UNKNOWN, /**< cannot determine power status */
  17594. ^
  17595. In file included from /usr/local/include/SDL2/SDL.h:51:0,
  17596. from src/../include/simple2d.h:63,
  17597. from src/controllers.c:3:
  17598. /usr/local/include/SDL2/SDL_power.h:44:5: note: previous definition of ‘SDL_POWERSTATE_UNKNOWN’ was here
  17599. SDL_POWERSTATE_UNKNOWN, /**< cannot determine power status */
  17600. ^
  17601. In file included from /usr/include/SDL2/SDL.h:86:0,
  17602. from /usr/include/SDL2/SDL_image.h:27,
  17603. from src/../include/simple2d.h:92,
  17604. from src/controllers.c:3:
  17605. /usr/include/SDL2/SDL_power.h:45:5: error: redeclaration of enumerator ‘SDL_POWERSTATE_ON_BATTERY’
  17606. SDL_POWERSTATE_ON_BATTERY, /**< Not plugged in, running on the battery */
  17607. ^
  17608. In file included from /usr/local/include/SDL2/SDL.h:51:0,
  17609. from src/../include/simple2d.h:63,
  17610. from src/controllers.c:3:
  17611. /usr/local/include/SDL2/SDL_power.h:45:5: note: previous definition of ‘SDL_POWERSTATE_ON_BATTERY’ was here
  17612. SDL_POWERSTATE_ON_BATTERY, /**< Not plugged in, running on the battery */
  17613. ^
  17614. In file included from /usr/include/SDL2/SDL.h:86:0,
  17615. from /usr/include/SDL2/SDL_image.h:27,
  17616. from src/../include/simple2d.h:92,
  17617. from src/controllers.c:3:
  17618. /usr/include/SDL2/SDL_power.h:46:5: error: redeclaration of enumerator ‘SDL_POWERSTATE_NO_BATTERY’
  17619. SDL_POWERSTATE_NO_BATTERY, /**< Plugged in, no battery available */
  17620. ^
  17621. In file included from /usr/local/include/SDL2/SDL.h:51:0,
  17622. from src/../include/simple2d.h:63,
  17623. from src/controllers.c:3:
  17624. /usr/local/include/SDL2/SDL_power.h:46:5: note: previous definition of ‘SDL_POWERSTATE_NO_BATTERY’ was here
  17625. SDL_POWERSTATE_NO_BATTERY, /**< Plugged in, no battery available */
  17626. ^
  17627. In file included from /usr/include/SDL2/SDL.h:86:0,
  17628. from /usr/include/SDL2/SDL_image.h:27,
  17629. from src/../include/simple2d.h:92,
  17630. from src/controllers.c:3:
  17631. /usr/include/SDL2/SDL_power.h:47:5: error: redeclaration of enumerator ‘SDL_POWERSTATE_CHARGING’
  17632. SDL_POWERSTATE_CHARGING, /**< Plugged in, charging battery */
  17633. ^
  17634. In file included from /usr/local/include/SDL2/SDL.h:51:0,
  17635. from src/../include/simple2d.h:63,
  17636. from src/controllers.c:3:
  17637. /usr/local/include/SDL2/SDL_power.h:47:5: note: previous definition of ‘SDL_POWERSTATE_CHARGING’ was here
  17638. SDL_POWERSTATE_CHARGING, /**< Plugged in, charging battery */
  17639. ^
  17640. In file included from /usr/include/SDL2/SDL.h:86:0,
  17641. from /usr/include/SDL2/SDL_image.h:27,
  17642. from src/../include/simple2d.h:92,
  17643. from src/controllers.c:3:
  17644. /usr/include/SDL2/SDL_power.h:48:5: error: redeclaration of enumerator ‘SDL_POWERSTATE_CHARGED’
  17645. SDL_POWERSTATE_CHARGED /**< Plugged in, battery charged */
  17646. ^
  17647. In file included from /usr/local/include/SDL2/SDL.h:51:0,
  17648. from src/../include/simple2d.h:63,
  17649. from src/controllers.c:3:
  17650. /usr/local/include/SDL2/SDL_power.h:48:5: note: previous definition of ‘SDL_POWERSTATE_CHARGED’ was here
  17651. SDL_POWERSTATE_CHARGED /**< Plugged in, battery charged */
  17652. ^
  17653. In file included from /usr/include/SDL2/SDL.h:86:0,
  17654. from /usr/include/SDL2/SDL_image.h:27,
  17655. from src/../include/simple2d.h:92,
  17656. from src/controllers.c:3:
  17657. /usr/include/SDL2/SDL_power.h:49:3: error: conflicting types for ‘SDL_PowerState’
  17658. } SDL_PowerState;
  17659. ^
  17660. In file included from /usr/local/include/SDL2/SDL.h:51:0,
  17661. from src/../include/simple2d.h:63,
  17662. from src/controllers.c:3:
  17663. /usr/local/include/SDL2/SDL_power.h:49:3: note: previous declaration of ‘SDL_PowerState’ was here
  17664. } SDL_PowerState;
  17665. ^
  17666. In file included from /usr/include/SDL2/SDL.h:86:0,
  17667. from /usr/include/SDL2/SDL_image.h:27,
  17668. from src/../include/simple2d.h:92,
  17669. from src/controllers.c:3:
  17670. /usr/include/SDL2/SDL_power.h:65:40: error: conflicting types for ‘SDL_GetPowerInfo’
  17671. extern DECLSPEC SDL_PowerState SDLCALL SDL_GetPowerInfo(int *secs, int *pct);
  17672. ^
  17673. In file included from /usr/local/include/SDL2/SDL.h:51:0,
  17674. from src/../include/simple2d.h:63,
  17675. from src/controllers.c:3:
  17676. /usr/local/include/SDL2/SDL_power.h:65:40: note: previous declaration of ‘SDL_GetPowerInfo’ was here
  17677. extern DECLSPEC SDL_PowerState SDLCALL SDL_GetPowerInfo(int *secs, int *pct);
  17678. ^
  17679. In file included from /usr/include/SDL2/SDL.h:87:0,
  17680. from /usr/include/SDL2/SDL_image.h:27,
  17681. from src/../include/simple2d.h:92,
  17682. from src/controllers.c:3:
  17683. /usr/include/SDL2/SDL_render.h:66:5: error: redeclaration of enumerator ‘SDL_RENDERER_SOFTWARE’
  17684. SDL_RENDERER_SOFTWARE = 0x00000001, /**< The renderer is a software fallback */
  17685. ^
  17686. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17687. from src/../include/simple2d.h:63,
  17688. from src/controllers.c:3:
  17689. /usr/local/include/SDL2/SDL_render.h:66:5: note: previous definition of ‘SDL_RENDERER_SOFTWARE’ was here
  17690. SDL_RENDERER_SOFTWARE = 0x00000001, /**< The renderer is a software fallback */
  17691. ^
  17692. In file included from /usr/include/SDL2/SDL.h:87:0,
  17693. from /usr/include/SDL2/SDL_image.h:27,
  17694. from src/../include/simple2d.h:92,
  17695. from src/controllers.c:3:
  17696. /usr/include/SDL2/SDL_render.h:67:5: error: redeclaration of enumerator ‘SDL_RENDERER_ACCELERATED’
  17697. SDL_RENDERER_ACCELERATED = 0x00000002, /**< The renderer uses hardware
  17698. ^
  17699. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17700. from src/../include/simple2d.h:63,
  17701. from src/controllers.c:3:
  17702. /usr/local/include/SDL2/SDL_render.h:67:5: note: previous definition of ‘SDL_RENDERER_ACCELERATED’ was here
  17703. SDL_RENDERER_ACCELERATED = 0x00000002, /**< The renderer uses hardware
  17704. ^
  17705. In file included from /usr/include/SDL2/SDL.h:87:0,
  17706. from /usr/include/SDL2/SDL_image.h:27,
  17707. from src/../include/simple2d.h:92,
  17708. from src/controllers.c:3:
  17709. /usr/include/SDL2/SDL_render.h:69:5: error: redeclaration of enumerator ‘SDL_RENDERER_PRESENTVSYNC’
  17710. SDL_RENDERER_PRESENTVSYNC = 0x00000004, /**< Present is synchronized
  17711. ^
  17712. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17713. from src/../include/simple2d.h:63,
  17714. from src/controllers.c:3:
  17715. /usr/local/include/SDL2/SDL_render.h:69:5: note: previous definition of ‘SDL_RENDERER_PRESENTVSYNC’ was here
  17716. SDL_RENDERER_PRESENTVSYNC = 0x00000004, /**< Present is synchronized
  17717. ^
  17718. In file included from /usr/include/SDL2/SDL.h:87:0,
  17719. from /usr/include/SDL2/SDL_image.h:27,
  17720. from src/../include/simple2d.h:92,
  17721. from src/controllers.c:3:
  17722. /usr/include/SDL2/SDL_render.h:71:5: error: redeclaration of enumerator ‘SDL_RENDERER_TARGETTEXTURE’
  17723. SDL_RENDERER_TARGETTEXTURE = 0x00000008 /**< The renderer supports
  17724. ^
  17725. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17726. from src/../include/simple2d.h:63,
  17727. from src/controllers.c:3:
  17728. /usr/local/include/SDL2/SDL_render.h:71:5: note: previous definition of ‘SDL_RENDERER_TARGETTEXTURE’ was here
  17729. SDL_RENDERER_TARGETTEXTURE = 0x00000008 /**< The renderer supports
  17730. ^
  17731. In file included from /usr/include/SDL2/SDL.h:87:0,
  17732. from /usr/include/SDL2/SDL_image.h:27,
  17733. from src/../include/simple2d.h:92,
  17734. from src/controllers.c:3:
  17735. /usr/include/SDL2/SDL_render.h:73:3: error: conflicting types for ‘SDL_RendererFlags’
  17736. } SDL_RendererFlags;
  17737. ^
  17738. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17739. from src/../include/simple2d.h:63,
  17740. from src/controllers.c:3:
  17741. /usr/local/include/SDL2/SDL_render.h:73:3: note: previous declaration of ‘SDL_RendererFlags’ was here
  17742. } SDL_RendererFlags;
  17743. ^
  17744. In file included from /usr/include/SDL2/SDL.h:87:0,
  17745. from /usr/include/SDL2/SDL_image.h:27,
  17746. from src/../include/simple2d.h:92,
  17747. from src/controllers.c:3:
  17748. /usr/include/SDL2/SDL_render.h:78:16: error: redefinition of ‘struct SDL_RendererInfo’
  17749. typedef struct SDL_RendererInfo
  17750. ^
  17751. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17752. from src/../include/simple2d.h:63,
  17753. from src/controllers.c:3:
  17754. /usr/local/include/SDL2/SDL_render.h:78:16: note: originally defined here
  17755. typedef struct SDL_RendererInfo
  17756. ^
  17757. In file included from /usr/include/SDL2/SDL.h:87:0,
  17758. from /usr/include/SDL2/SDL_image.h:27,
  17759. from src/../include/simple2d.h:92,
  17760. from src/controllers.c:3:
  17761. /usr/include/SDL2/SDL_render.h:86:3: error: conflicting types for ‘SDL_RendererInfo’
  17762. } SDL_RendererInfo;
  17763. ^
  17764. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17765. from src/../include/simple2d.h:63,
  17766. from src/controllers.c:3:
  17767. /usr/local/include/SDL2/SDL_render.h:86:3: note: previous declaration of ‘SDL_RendererInfo’ was here
  17768. } SDL_RendererInfo;
  17769. ^
  17770. In file included from /usr/include/SDL2/SDL.h:87:0,
  17771. from /usr/include/SDL2/SDL_image.h:27,
  17772. from src/../include/simple2d.h:92,
  17773. from src/controllers.c:3:
  17774. /usr/include/SDL2/SDL_render.h:93:5: error: redeclaration of enumerator ‘SDL_TEXTUREACCESS_STATIC’
  17775. SDL_TEXTUREACCESS_STATIC, /**< Changes rarely, not lockable */
  17776. ^
  17777. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17778. from src/../include/simple2d.h:63,
  17779. from src/controllers.c:3:
  17780. /usr/local/include/SDL2/SDL_render.h:93:5: note: previous definition of ‘SDL_TEXTUREACCESS_STATIC’ was here
  17781. SDL_TEXTUREACCESS_STATIC, /**< Changes rarely, not lockable */
  17782. ^
  17783. In file included from /usr/include/SDL2/SDL.h:87:0,
  17784. from /usr/include/SDL2/SDL_image.h:27,
  17785. from src/../include/simple2d.h:92,
  17786. from src/controllers.c:3:
  17787. /usr/include/SDL2/SDL_render.h:94:5: error: redeclaration of enumerator ‘SDL_TEXTUREACCESS_STREAMING’
  17788. SDL_TEXTUREACCESS_STREAMING, /**< Changes frequently, lockable */
  17789. ^
  17790. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17791. from src/../include/simple2d.h:63,
  17792. from src/controllers.c:3:
  17793. /usr/local/include/SDL2/SDL_render.h:94:5: note: previous definition of ‘SDL_TEXTUREACCESS_STREAMING’ was here
  17794. SDL_TEXTUREACCESS_STREAMING, /**< Changes frequently, lockable */
  17795. ^
  17796. In file included from /usr/include/SDL2/SDL.h:87:0,
  17797. from /usr/include/SDL2/SDL_image.h:27,
  17798. from src/../include/simple2d.h:92,
  17799. from src/controllers.c:3:
  17800. /usr/include/SDL2/SDL_render.h:95:5: error: redeclaration of enumerator ‘SDL_TEXTUREACCESS_TARGET’
  17801. SDL_TEXTUREACCESS_TARGET /**< Texture can be used as a render target */
  17802. ^
  17803. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17804. from src/../include/simple2d.h:63,
  17805. from src/controllers.c:3:
  17806. /usr/local/include/SDL2/SDL_render.h:95:5: note: previous definition of ‘SDL_TEXTUREACCESS_TARGET’ was here
  17807. SDL_TEXTUREACCESS_TARGET /**< Texture can be used as a render target */
  17808. ^
  17809. In file included from /usr/include/SDL2/SDL.h:87:0,
  17810. from /usr/include/SDL2/SDL_image.h:27,
  17811. from src/../include/simple2d.h:92,
  17812. from src/controllers.c:3:
  17813. /usr/include/SDL2/SDL_render.h:96:3: error: conflicting types for ‘SDL_TextureAccess’
  17814. } SDL_TextureAccess;
  17815. ^
  17816. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17817. from src/../include/simple2d.h:63,
  17818. from src/controllers.c:3:
  17819. /usr/local/include/SDL2/SDL_render.h:96:3: note: previous declaration of ‘SDL_TextureAccess’ was here
  17820. } SDL_TextureAccess;
  17821. ^
  17822. In file included from /usr/include/SDL2/SDL.h:87:0,
  17823. from /usr/include/SDL2/SDL_image.h:27,
  17824. from src/../include/simple2d.h:92,
  17825. from src/controllers.c:3:
  17826. /usr/include/SDL2/SDL_render.h:103:5: error: redeclaration of enumerator ‘SDL_TEXTUREMODULATE_NONE’
  17827. SDL_TEXTUREMODULATE_NONE = 0x00000000, /**< No modulation */
  17828. ^
  17829. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17830. from src/../include/simple2d.h:63,
  17831. from src/controllers.c:3:
  17832. /usr/local/include/SDL2/SDL_render.h:103:5: note: previous definition of ‘SDL_TEXTUREMODULATE_NONE’ was here
  17833. SDL_TEXTUREMODULATE_NONE = 0x00000000, /**< No modulation */
  17834. ^
  17835. In file included from /usr/include/SDL2/SDL.h:87:0,
  17836. from /usr/include/SDL2/SDL_image.h:27,
  17837. from src/../include/simple2d.h:92,
  17838. from src/controllers.c:3:
  17839. /usr/include/SDL2/SDL_render.h:104:5: error: redeclaration of enumerator ‘SDL_TEXTUREMODULATE_COLOR’
  17840. SDL_TEXTUREMODULATE_COLOR = 0x00000001, /**< srcC = srcC * color */
  17841. ^
  17842. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17843. from src/../include/simple2d.h:63,
  17844. from src/controllers.c:3:
  17845. /usr/local/include/SDL2/SDL_render.h:104:5: note: previous definition of ‘SDL_TEXTUREMODULATE_COLOR’ was here
  17846. SDL_TEXTUREMODULATE_COLOR = 0x00000001, /**< srcC = srcC * color */
  17847. ^
  17848. In file included from /usr/include/SDL2/SDL.h:87:0,
  17849. from /usr/include/SDL2/SDL_image.h:27,
  17850. from src/../include/simple2d.h:92,
  17851. from src/controllers.c:3:
  17852. /usr/include/SDL2/SDL_render.h:105:5: error: redeclaration of enumerator ‘SDL_TEXTUREMODULATE_ALPHA’
  17853. SDL_TEXTUREMODULATE_ALPHA = 0x00000002 /**< srcA = srcA * alpha */
  17854. ^
  17855. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17856. from src/../include/simple2d.h:63,
  17857. from src/controllers.c:3:
  17858. /usr/local/include/SDL2/SDL_render.h:105:5: note: previous definition of ‘SDL_TEXTUREMODULATE_ALPHA’ was here
  17859. SDL_TEXTUREMODULATE_ALPHA = 0x00000002 /**< srcA = srcA * alpha */
  17860. ^
  17861. In file included from /usr/include/SDL2/SDL.h:87:0,
  17862. from /usr/include/SDL2/SDL_image.h:27,
  17863. from src/../include/simple2d.h:92,
  17864. from src/controllers.c:3:
  17865. /usr/include/SDL2/SDL_render.h:106:3: error: conflicting types for ‘SDL_TextureModulate’
  17866. } SDL_TextureModulate;
  17867. ^
  17868. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17869. from src/../include/simple2d.h:63,
  17870. from src/controllers.c:3:
  17871. /usr/local/include/SDL2/SDL_render.h:106:3: note: previous declaration of ‘SDL_TextureModulate’ was here
  17872. } SDL_TextureModulate;
  17873. ^
  17874. In file included from /usr/include/SDL2/SDL.h:87:0,
  17875. from /usr/include/SDL2/SDL_image.h:27,
  17876. from src/../include/simple2d.h:92,
  17877. from src/controllers.c:3:
  17878. /usr/include/SDL2/SDL_render.h:113:5: error: redeclaration of enumerator ‘SDL_FLIP_NONE’
  17879. SDL_FLIP_NONE = 0x00000000, /**< Do not flip */
  17880. ^
  17881. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17882. from src/../include/simple2d.h:63,
  17883. from src/controllers.c:3:
  17884. /usr/local/include/SDL2/SDL_render.h:113:5: note: previous definition of ‘SDL_FLIP_NONE’ was here
  17885. SDL_FLIP_NONE = 0x00000000, /**< Do not flip */
  17886. ^
  17887. In file included from /usr/include/SDL2/SDL.h:87:0,
  17888. from /usr/include/SDL2/SDL_image.h:27,
  17889. from src/../include/simple2d.h:92,
  17890. from src/controllers.c:3:
  17891. /usr/include/SDL2/SDL_render.h:114:5: error: redeclaration of enumerator ‘SDL_FLIP_HORIZONTAL’
  17892. SDL_FLIP_HORIZONTAL = 0x00000001, /**< flip horizontally */
  17893. ^
  17894. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17895. from src/../include/simple2d.h:63,
  17896. from src/controllers.c:3:
  17897. /usr/local/include/SDL2/SDL_render.h:114:5: note: previous definition of ‘SDL_FLIP_HORIZONTAL’ was here
  17898. SDL_FLIP_HORIZONTAL = 0x00000001, /**< flip horizontally */
  17899. ^
  17900. In file included from /usr/include/SDL2/SDL.h:87:0,
  17901. from /usr/include/SDL2/SDL_image.h:27,
  17902. from src/../include/simple2d.h:92,
  17903. from src/controllers.c:3:
  17904. /usr/include/SDL2/SDL_render.h:115:5: error: redeclaration of enumerator ‘SDL_FLIP_VERTICAL’
  17905. SDL_FLIP_VERTICAL = 0x00000002 /**< flip vertically */
  17906. ^
  17907. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17908. from src/../include/simple2d.h:63,
  17909. from src/controllers.c:3:
  17910. /usr/local/include/SDL2/SDL_render.h:115:5: note: previous definition of ‘SDL_FLIP_VERTICAL’ was here
  17911. SDL_FLIP_VERTICAL = 0x00000002 /**< flip vertically */
  17912. ^
  17913. In file included from /usr/include/SDL2/SDL.h:87:0,
  17914. from /usr/include/SDL2/SDL_image.h:27,
  17915. from src/../include/simple2d.h:92,
  17916. from src/controllers.c:3:
  17917. /usr/include/SDL2/SDL_render.h:116:3: error: conflicting types for ‘SDL_RendererFlip’
  17918. } SDL_RendererFlip;
  17919. ^
  17920. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17921. from src/../include/simple2d.h:63,
  17922. from src/controllers.c:3:
  17923. /usr/local/include/SDL2/SDL_render.h:116:3: note: previous declaration of ‘SDL_RendererFlip’ was here
  17924. } SDL_RendererFlip;
  17925. ^
  17926. In file included from /usr/include/SDL2/SDL.h:87:0,
  17927. from /usr/include/SDL2/SDL_image.h:27,
  17928. from src/../include/simple2d.h:92,
  17929. from src/controllers.c:3:
  17930. /usr/include/SDL2/SDL_render.h:158:29: error: conflicting types for ‘SDL_GetRenderDriverInfo’
  17931. extern DECLSPEC int SDLCALL SDL_GetRenderDriverInfo(int index,
  17932. ^
  17933. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17934. from src/../include/simple2d.h:63,
  17935. from src/controllers.c:3:
  17936. /usr/local/include/SDL2/SDL_render.h:158:29: note: previous declaration of ‘SDL_GetRenderDriverInfo’ was here
  17937. extern DECLSPEC int SDLCALL SDL_GetRenderDriverInfo(int index,
  17938. ^
  17939. In file included from /usr/include/SDL2/SDL.h:87:0,
  17940. from /usr/include/SDL2/SDL_image.h:27,
  17941. from src/../include/simple2d.h:92,
  17942. from src/controllers.c:3:
  17943. /usr/include/SDL2/SDL_render.h:204:40: error: conflicting types for ‘SDL_CreateSoftwareRenderer’
  17944. extern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateSoftwareRenderer(SDL_Surface * surface);
  17945. ^
  17946. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17947. from src/../include/simple2d.h:63,
  17948. from src/controllers.c:3:
  17949. /usr/local/include/SDL2/SDL_render.h:204:40: note: previous declaration of ‘SDL_CreateSoftwareRenderer’ was here
  17950. extern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateSoftwareRenderer(SDL_Surface * surface);
  17951. ^
  17952. In file included from /usr/include/SDL2/SDL.h:87:0,
  17953. from /usr/include/SDL2/SDL_image.h:27,
  17954. from src/../include/simple2d.h:92,
  17955. from src/controllers.c:3:
  17956. /usr/include/SDL2/SDL_render.h:214:29: error: conflicting types for ‘SDL_GetRendererInfo’
  17957. extern DECLSPEC int SDLCALL SDL_GetRendererInfo(SDL_Renderer * renderer,
  17958. ^
  17959. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17960. from src/../include/simple2d.h:63,
  17961. from src/controllers.c:3:
  17962. /usr/local/include/SDL2/SDL_render.h:214:29: note: previous declaration of ‘SDL_GetRendererInfo’ was here
  17963. extern DECLSPEC int SDLCALL SDL_GetRendererInfo(SDL_Renderer * renderer,
  17964. ^
  17965. In file included from /usr/include/SDL2/SDL.h:87:0,
  17966. from /usr/include/SDL2/SDL_image.h:27,
  17967. from src/../include/simple2d.h:92,
  17968. from src/controllers.c:3:
  17969. /usr/include/SDL2/SDL_render.h:258:39: error: conflicting types for ‘SDL_CreateTextureFromSurface’
  17970. extern DECLSPEC SDL_Texture * SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer * renderer, SDL_Surface * surface);
  17971. ^
  17972. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17973. from src/../include/simple2d.h:63,
  17974. from src/controllers.c:3:
  17975. /usr/local/include/SDL2/SDL_render.h:260:39: note: previous declaration of ‘SDL_CreateTextureFromSurface’ was here
  17976. extern DECLSPEC SDL_Texture * SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer * renderer, SDL_Surface * surface);
  17977. ^
  17978. In file included from /usr/include/SDL2/SDL.h:87:0,
  17979. from /usr/include/SDL2/SDL_image.h:27,
  17980. from src/../include/simple2d.h:92,
  17981. from src/controllers.c:3:
  17982. /usr/include/SDL2/SDL_render.h:351:29: error: conflicting types for ‘SDL_SetTextureBlendMode’
  17983. extern DECLSPEC int SDLCALL SDL_SetTextureBlendMode(SDL_Texture * texture,
  17984. ^
  17985. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17986. from src/../include/simple2d.h:63,
  17987. from src/controllers.c:3:
  17988. /usr/local/include/SDL2/SDL_render.h:353:29: note: previous declaration of ‘SDL_SetTextureBlendMode’ was here
  17989. extern DECLSPEC int SDLCALL SDL_SetTextureBlendMode(SDL_Texture * texture,
  17990. ^
  17991. In file included from /usr/include/SDL2/SDL.h:87:0,
  17992. from /usr/include/SDL2/SDL_image.h:27,
  17993. from src/../include/simple2d.h:92,
  17994. from src/controllers.c:3:
  17995. /usr/include/SDL2/SDL_render.h:364:29: error: conflicting types for ‘SDL_GetTextureBlendMode’
  17996. extern DECLSPEC int SDLCALL SDL_GetTextureBlendMode(SDL_Texture * texture,
  17997. ^
  17998. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  17999. from src/../include/simple2d.h:63,
  18000. from src/controllers.c:3:
  18001. /usr/local/include/SDL2/SDL_render.h:366:29: note: previous declaration of ‘SDL_GetTextureBlendMode’ was here
  18002. extern DECLSPEC int SDLCALL SDL_GetTextureBlendMode(SDL_Texture * texture,
  18003. ^
  18004. In file included from /usr/include/SDL2/SDL.h:87:0,
  18005. from /usr/include/SDL2/SDL_image.h:27,
  18006. from src/../include/simple2d.h:92,
  18007. from src/controllers.c:3:
  18008. /usr/include/SDL2/SDL_render.h:380:29: error: conflicting types for ‘SDL_UpdateTexture’
  18009. extern DECLSPEC int SDLCALL SDL_UpdateTexture(SDL_Texture * texture,
  18010. ^
  18011. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18012. from src/../include/simple2d.h:63,
  18013. from src/controllers.c:3:
  18014. /usr/local/include/SDL2/SDL_render.h:385:29: note: previous declaration of ‘SDL_UpdateTexture’ was here
  18015. extern DECLSPEC int SDLCALL SDL_UpdateTexture(SDL_Texture * texture,
  18016. ^
  18017. In file included from /usr/include/SDL2/SDL.h:87:0,
  18018. from /usr/include/SDL2/SDL_image.h:27,
  18019. from src/../include/simple2d.h:92,
  18020. from src/controllers.c:3:
  18021. /usr/include/SDL2/SDL_render.h:403:29: error: conflicting types for ‘SDL_UpdateYUVTexture’
  18022. extern DECLSPEC int SDLCALL SDL_UpdateYUVTexture(SDL_Texture * texture,
  18023. ^
  18024. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18025. from src/../include/simple2d.h:63,
  18026. from src/controllers.c:3:
  18027. /usr/local/include/SDL2/SDL_render.h:408:29: note: previous declaration of ‘SDL_UpdateYUVTexture’ was here
  18028. extern DECLSPEC int SDLCALL SDL_UpdateYUVTexture(SDL_Texture * texture,
  18029. ^
  18030. In file included from /usr/include/SDL2/SDL.h:87:0,
  18031. from /usr/include/SDL2/SDL_image.h:27,
  18032. from src/../include/simple2d.h:92,
  18033. from src/controllers.c:3:
  18034. /usr/include/SDL2/SDL_render.h:424:29: error: conflicting types for ‘SDL_LockTexture’
  18035. extern DECLSPEC int SDLCALL SDL_LockTexture(SDL_Texture * texture,
  18036. ^
  18037. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18038. from src/../include/simple2d.h:63,
  18039. from src/controllers.c:3:
  18040. /usr/local/include/SDL2/SDL_render.h:429:29: note: previous declaration of ‘SDL_LockTexture’ was here
  18041. extern DECLSPEC int SDLCALL SDL_LockTexture(SDL_Texture * texture,
  18042. ^
  18043. In file included from /usr/include/SDL2/SDL.h:87:0,
  18044. from /usr/include/SDL2/SDL_image.h:27,
  18045. from src/../include/simple2d.h:92,
  18046. from src/controllers.c:3:
  18047. /usr/include/SDL2/SDL_render.h:442:34: error: conflicting types for ‘SDL_RenderTargetSupported’
  18048. extern DECLSPEC SDL_bool SDLCALL SDL_RenderTargetSupported(SDL_Renderer *renderer);
  18049. ^
  18050. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18051. from src/../include/simple2d.h:63,
  18052. from src/controllers.c:3:
  18053. /usr/local/include/SDL2/SDL_render.h:447:34: note: previous declaration of ‘SDL_RenderTargetSupported’ was here
  18054. extern DECLSPEC SDL_bool SDLCALL SDL_RenderTargetSupported(SDL_Renderer *renderer);
  18055. ^
  18056. In file included from /usr/include/SDL2/SDL.h:87:0,
  18057. from /usr/include/SDL2/SDL_image.h:27,
  18058. from src/../include/simple2d.h:92,
  18059. from src/controllers.c:3:
  18060. /usr/include/SDL2/SDL_render.h:517:29: error: conflicting types for ‘SDL_RenderSetViewport’
  18061. extern DECLSPEC int SDLCALL SDL_RenderSetViewport(SDL_Renderer * renderer,
  18062. ^
  18063. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18064. from src/../include/simple2d.h:63,
  18065. from src/controllers.c:3:
  18066. /usr/local/include/SDL2/SDL_render.h:546:29: note: previous declaration of ‘SDL_RenderSetViewport’ was here
  18067. extern DECLSPEC int SDLCALL SDL_RenderSetViewport(SDL_Renderer * renderer,
  18068. ^
  18069. In file included from /usr/include/SDL2/SDL.h:87:0,
  18070. from /usr/include/SDL2/SDL_image.h:27,
  18071. from src/../include/simple2d.h:92,
  18072. from src/controllers.c:3:
  18073. /usr/include/SDL2/SDL_render.h:525:30: error: conflicting types for ‘SDL_RenderGetViewport’
  18074. extern DECLSPEC void SDLCALL SDL_RenderGetViewport(SDL_Renderer * renderer,
  18075. ^
  18076. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18077. from src/../include/simple2d.h:63,
  18078. from src/controllers.c:3:
  18079. /usr/local/include/SDL2/SDL_render.h:554:30: note: previous declaration of ‘SDL_RenderGetViewport’ was here
  18080. extern DECLSPEC void SDLCALL SDL_RenderGetViewport(SDL_Renderer * renderer,
  18081. ^
  18082. In file included from /usr/include/SDL2/SDL.h:87:0,
  18083. from /usr/include/SDL2/SDL_image.h:27,
  18084. from src/../include/simple2d.h:92,
  18085. from src/controllers.c:3:
  18086. /usr/include/SDL2/SDL_render.h:539:29: error: conflicting types for ‘SDL_RenderSetClipRect’
  18087. extern DECLSPEC int SDLCALL SDL_RenderSetClipRect(SDL_Renderer * renderer,
  18088. ^
  18089. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18090. from src/../include/simple2d.h:63,
  18091. from src/controllers.c:3:
  18092. /usr/local/include/SDL2/SDL_render.h:568:29: note: previous declaration of ‘SDL_RenderSetClipRect’ was here
  18093. extern DECLSPEC int SDLCALL SDL_RenderSetClipRect(SDL_Renderer * renderer,
  18094. ^
  18095. In file included from /usr/include/SDL2/SDL.h:87:0,
  18096. from /usr/include/SDL2/SDL_image.h:27,
  18097. from src/../include/simple2d.h:92,
  18098. from src/controllers.c:3:
  18099. /usr/include/SDL2/SDL_render.h:551:30: error: conflicting types for ‘SDL_RenderGetClipRect’
  18100. extern DECLSPEC void SDLCALL SDL_RenderGetClipRect(SDL_Renderer * renderer,
  18101. ^
  18102. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18103. from src/../include/simple2d.h:63,
  18104. from src/controllers.c:3:
  18105. /usr/local/include/SDL2/SDL_render.h:580:30: note: previous declaration of ‘SDL_RenderGetClipRect’ was here
  18106. extern DECLSPEC void SDLCALL SDL_RenderGetClipRect(SDL_Renderer * renderer,
  18107. ^
  18108. In file included from /usr/include/SDL2/SDL.h:87:0,
  18109. from /usr/include/SDL2/SDL_image.h:27,
  18110. from src/../include/simple2d.h:92,
  18111. from src/controllers.c:3:
  18112. /usr/include/SDL2/SDL_render.h:632:29: error: conflicting types for ‘SDL_SetRenderDrawBlendMode’
  18113. extern DECLSPEC int SDLCALL SDL_SetRenderDrawBlendMode(SDL_Renderer * renderer,
  18114. ^
  18115. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18116. from src/../include/simple2d.h:63,
  18117. from src/controllers.c:3:
  18118. /usr/local/include/SDL2/SDL_render.h:671:29: note: previous declaration of ‘SDL_SetRenderDrawBlendMode’ was here
  18119. extern DECLSPEC int SDLCALL SDL_SetRenderDrawBlendMode(SDL_Renderer * renderer,
  18120. ^
  18121. In file included from /usr/include/SDL2/SDL.h:87:0,
  18122. from /usr/include/SDL2/SDL_image.h:27,
  18123. from src/../include/simple2d.h:92,
  18124. from src/controllers.c:3:
  18125. /usr/include/SDL2/SDL_render.h:645:29: error: conflicting types for ‘SDL_GetRenderDrawBlendMode’
  18126. extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(SDL_Renderer * renderer,
  18127. ^
  18128. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18129. from src/../include/simple2d.h:63,
  18130. from src/controllers.c:3:
  18131. /usr/local/include/SDL2/SDL_render.h:684:29: note: previous declaration of ‘SDL_GetRenderDrawBlendMode’ was here
  18132. extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(SDL_Renderer * renderer,
  18133. ^
  18134. In file included from /usr/include/SDL2/SDL.h:87:0,
  18135. from /usr/include/SDL2/SDL_image.h:27,
  18136. from src/../include/simple2d.h:92,
  18137. from src/controllers.c:3:
  18138. /usr/include/SDL2/SDL_render.h:678:29: error: conflicting types for ‘SDL_RenderDrawPoints’
  18139. extern DECLSPEC int SDLCALL SDL_RenderDrawPoints(SDL_Renderer * renderer,
  18140. ^
  18141. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18142. from src/../include/simple2d.h:63,
  18143. from src/controllers.c:3:
  18144. /usr/local/include/SDL2/SDL_render.h:718:29: note: previous declaration of ‘SDL_RenderDrawPoints’ was here
  18145. extern DECLSPEC int SDLCALL SDL_RenderDrawPoints(SDL_Renderer * renderer,
  18146. ^
  18147. In file included from /usr/include/SDL2/SDL.h:87:0,
  18148. from /usr/include/SDL2/SDL_image.h:27,
  18149. from src/../include/simple2d.h:92,
  18150. from src/controllers.c:3:
  18151. /usr/include/SDL2/SDL_render.h:705:29: error: conflicting types for ‘SDL_RenderDrawLines’
  18152. extern DECLSPEC int SDLCALL SDL_RenderDrawLines(SDL_Renderer * renderer,
  18153. ^
  18154. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18155. from src/../include/simple2d.h:63,
  18156. from src/controllers.c:3:
  18157. /usr/local/include/SDL2/SDL_render.h:745:29: note: previous declaration of ‘SDL_RenderDrawLines’ was here
  18158. extern DECLSPEC int SDLCALL SDL_RenderDrawLines(SDL_Renderer * renderer,
  18159. ^
  18160. In file included from /usr/include/SDL2/SDL.h:87:0,
  18161. from /usr/include/SDL2/SDL_image.h:27,
  18162. from src/../include/simple2d.h:92,
  18163. from src/controllers.c:3:
  18164. /usr/include/SDL2/SDL_render.h:717:29: error: conflicting types for ‘SDL_RenderDrawRect’
  18165. extern DECLSPEC int SDLCALL SDL_RenderDrawRect(SDL_Renderer * renderer,
  18166. ^
  18167. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18168. from src/../include/simple2d.h:63,
  18169. from src/controllers.c:3:
  18170. /usr/local/include/SDL2/SDL_render.h:757:29: note: previous declaration of ‘SDL_RenderDrawRect’ was here
  18171. extern DECLSPEC int SDLCALL SDL_RenderDrawRect(SDL_Renderer * renderer,
  18172. ^
  18173. In file included from /usr/include/SDL2/SDL.h:87:0,
  18174. from /usr/include/SDL2/SDL_image.h:27,
  18175. from src/../include/simple2d.h:92,
  18176. from src/controllers.c:3:
  18177. /usr/include/SDL2/SDL_render.h:729:29: error: conflicting types for ‘SDL_RenderDrawRects’
  18178. extern DECLSPEC int SDLCALL SDL_RenderDrawRects(SDL_Renderer * renderer,
  18179. ^
  18180. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18181. from src/../include/simple2d.h:63,
  18182. from src/controllers.c:3:
  18183. /usr/local/include/SDL2/SDL_render.h:769:29: note: previous declaration of ‘SDL_RenderDrawRects’ was here
  18184. extern DECLSPEC int SDLCALL SDL_RenderDrawRects(SDL_Renderer * renderer,
  18185. ^
  18186. In file included from /usr/include/SDL2/SDL.h:87:0,
  18187. from /usr/include/SDL2/SDL_image.h:27,
  18188. from src/../include/simple2d.h:92,
  18189. from src/controllers.c:3:
  18190. /usr/include/SDL2/SDL_render.h:742:29: error: conflicting types for ‘SDL_RenderFillRect’
  18191. extern DECLSPEC int SDLCALL SDL_RenderFillRect(SDL_Renderer * renderer,
  18192. ^
  18193. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18194. from src/../include/simple2d.h:63,
  18195. from src/controllers.c:3:
  18196. /usr/local/include/SDL2/SDL_render.h:782:29: note: previous declaration of ‘SDL_RenderFillRect’ was here
  18197. extern DECLSPEC int SDLCALL SDL_RenderFillRect(SDL_Renderer * renderer,
  18198. ^
  18199. In file included from /usr/include/SDL2/SDL.h:87:0,
  18200. from /usr/include/SDL2/SDL_image.h:27,
  18201. from src/../include/simple2d.h:92,
  18202. from src/controllers.c:3:
  18203. /usr/include/SDL2/SDL_render.h:754:29: error: conflicting types for ‘SDL_RenderFillRects’
  18204. extern DECLSPEC int SDLCALL SDL_RenderFillRects(SDL_Renderer * renderer,
  18205. ^
  18206. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18207. from src/../include/simple2d.h:63,
  18208. from src/controllers.c:3:
  18209. /usr/local/include/SDL2/SDL_render.h:794:29: note: previous declaration of ‘SDL_RenderFillRects’ was here
  18210. extern DECLSPEC int SDLCALL SDL_RenderFillRects(SDL_Renderer * renderer,
  18211. ^
  18212. In file included from /usr/include/SDL2/SDL.h:87:0,
  18213. from /usr/include/SDL2/SDL_image.h:27,
  18214. from src/../include/simple2d.h:92,
  18215. from src/controllers.c:3:
  18216. /usr/include/SDL2/SDL_render.h:770:29: error: conflicting types for ‘SDL_RenderCopy’
  18217. extern DECLSPEC int SDLCALL SDL_RenderCopy(SDL_Renderer * renderer,
  18218. ^
  18219. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18220. from src/../include/simple2d.h:63,
  18221. from src/controllers.c:3:
  18222. /usr/local/include/SDL2/SDL_render.h:810:29: note: previous declaration of ‘SDL_RenderCopy’ was here
  18223. extern DECLSPEC int SDLCALL SDL_RenderCopy(SDL_Renderer * renderer,
  18224. ^
  18225. In file included from /usr/include/SDL2/SDL.h:87:0,
  18226. from /usr/include/SDL2/SDL_image.h:27,
  18227. from src/../include/simple2d.h:92,
  18228. from src/controllers.c:3:
  18229. /usr/include/SDL2/SDL_render.h:790:29: error: conflicting types for ‘SDL_RenderCopyEx’
  18230. extern DECLSPEC int SDLCALL SDL_RenderCopyEx(SDL_Renderer * renderer,
  18231. ^
  18232. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18233. from src/../include/simple2d.h:63,
  18234. from src/controllers.c:3:
  18235. /usr/local/include/SDL2/SDL_render.h:830:29: note: previous declaration of ‘SDL_RenderCopyEx’ was here
  18236. extern DECLSPEC int SDLCALL SDL_RenderCopyEx(SDL_Renderer * renderer,
  18237. ^
  18238. In file included from /usr/include/SDL2/SDL.h:87:0,
  18239. from /usr/include/SDL2/SDL_image.h:27,
  18240. from src/../include/simple2d.h:92,
  18241. from src/controllers.c:3:
  18242. /usr/include/SDL2/SDL_render.h:813:29: error: conflicting types for ‘SDL_RenderReadPixels’
  18243. extern DECLSPEC int SDLCALL SDL_RenderReadPixels(SDL_Renderer * renderer,
  18244. ^
  18245. In file included from /usr/local/include/SDL2/SDL.h:52:0,
  18246. from src/../include/simple2d.h:63,
  18247. from src/controllers.c:3:
  18248. /usr/local/include/SDL2/SDL_render.h:853:29: note: previous declaration of ‘SDL_RenderReadPixels’ was here
  18249. extern DECLSPEC int SDLCALL SDL_RenderReadPixels(SDL_Renderer * renderer,
  18250. ^
  18251. In file included from /usr/include/SDL2/SDL.h:91:0,
  18252. from /usr/include/SDL2/SDL_image.h:27,
  18253. from src/../include/simple2d.h:92,
  18254. from src/controllers.c:3:
  18255. /usr/include/SDL2/SDL_timer.h:104:34: error: conflicting types for ‘SDL_RemoveTimer’
  18256. extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id);
  18257. ^
  18258. In file included from /usr/local/include/SDL2/SDL.h:57:0,
  18259. from src/../include/simple2d.h:63,
  18260. from src/controllers.c:3:
  18261. /usr/local/include/SDL2/SDL_timer.h:104:34: note: previous declaration of ‘SDL_RemoveTimer’ was here
  18262. extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id);
  18263. ^
  18264. In file included from /usr/include/SDL2/SDL.h:92:0,
  18265. from /usr/include/SDL2/SDL_image.h:27,
  18266. from src/../include/simple2d.h:92,
  18267. from src/controllers.c:3:
  18268. /usr/include/SDL2/SDL_version.h:51:16: error: redefinition of ‘struct SDL_version’
  18269. typedef struct SDL_version
  18270. ^
  18271. In file included from /usr/local/include/SDL2/SDL.h:58:0,
  18272. from src/../include/simple2d.h:63,
  18273. from src/controllers.c:3:
  18274. /usr/local/include/SDL2/SDL_version.h:51:16: note: originally defined here
  18275. typedef struct SDL_version
  18276. ^
  18277. In file included from /usr/include/SDL2/SDL.h:92:0,
  18278. from /usr/include/SDL2/SDL_image.h:27,
  18279. from src/../include/simple2d.h:92,
  18280. from src/controllers.c:3:
  18281. /usr/include/SDL2/SDL_version.h:56:3: error: conflicting types for ‘SDL_version’
  18282. } SDL_version;
  18283. ^
  18284. In file included from /usr/local/include/SDL2/SDL.h:58:0,
  18285. from src/../include/simple2d.h:63,
  18286. from src/controllers.c:3:
  18287. /usr/local/include/SDL2/SDL_version.h:56:3: note: previous declaration of ‘SDL_version’ was here
  18288. } SDL_version;
  18289. ^
  18290. In file included from /usr/include/SDL2/SDL.h:92:0,
  18291. from /usr/include/SDL2/SDL_image.h:27,
  18292. from src/../include/simple2d.h:92,
  18293. from src/controllers.c:3:
  18294. /usr/include/SDL2/SDL_version.h:133:30: error: conflicting types for ‘SDL_GetVersion’
  18295. extern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver);
  18296. ^
  18297. In file included from /usr/local/include/SDL2/SDL.h:58:0,
  18298. from src/../include/simple2d.h:63,
  18299. from src/controllers.c:3:
  18300. /usr/local/include/SDL2/SDL_version.h:133:30: note: previous declaration of ‘SDL_GetVersion’ was here
  18301. extern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver);
  18302. ^
  18303. make: *** [controllers.c] Error 1
  18304. cp: cannot stat ‘build/libsimple2d.a’: No such file or directory
  18305. make: *** [install] Error 1
Add Comment
Please, Sign In to add comment