Advertisement
Guest User

error

a guest
Aug 12th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.15 KB | None | 0 0
  1. PS C:\Users\Overlord Gaia\Desktop\Intro-BPRE-master> make
  2. Compiling src/intro.c
  3. In file included from pokeagb/build/include/pokeagb/types.h:6,
  4. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  5. from src/headers/important.h:6,
  6. from src/intro.c:2:
  7. pokeagb/build/include/pokeagb/common.h:23:2: error: #error "No static assert available for this platform"
  8. 23 | #error "No static assert available for this platform"
  9. | ^~~~~
  10. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  11. 32 | STATIC_ASSERT(sizeof(type) == size, \
  12. | ^~~~~~
  13. pokeagb/build/include/pokeagb/graphics/sprites.h:49:1: note: in expansion of macro 'ASSERT_SIZEOF'
  14. 49 | ASSERT_SIZEOF(struct Frame, 4);
  15. | ^~~~~~~~~~~~~
  16. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  17. 33 | "Expected size of `" \
  18. | ^~~~~~~~~~~~~~~~~~~~
  19. pokeagb/build/include/pokeagb/graphics/sprites.h:49:1: note: in expansion of macro 'ASSERT_SIZEOF'
  20. 49 | ASSERT_SIZEOF(struct Frame, 4);
  21. | ^~~~~~~~~~~~~
  22. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  23. 32 | STATIC_ASSERT(sizeof(type) == size, \
  24. | ^~~~~~
  25. pokeagb/build/include/pokeagb/core/string.h:60:1: note: in expansion of macro 'ASSERT_SIZEOF'
  26. 60 | ASSERT_SIZEOF(struct Textbox, 12);
  27. | ^~~~~~~~~~~~~
  28. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  29. 33 | "Expected size of `" \
  30. | ^~~~~~~~~~~~~~~~~~~~
  31. pokeagb/build/include/pokeagb/core/string.h:60:1: note: in expansion of macro 'ASSERT_SIZEOF'
  32. 60 | ASSERT_SIZEOF(struct Textbox, 12);
  33. | ^~~~~~~~~~~~~
  34. In file included from pokeagb/build/include/pokeagb/common.h:4,
  35. from pokeagb/build/include/pokeagb/types.h:6,
  36. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  37. from src/headers/important.h:6,
  38. from src/intro.c:2:
  39. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  40. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  41. | ^~~~~~~~
  42. pokeagb/build/include/pokeagb/core/string.h:61:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  43. 61 | ASSERT_OFFSETOF(struct Textbox, bg_id, 0);
  44. | ^~~~~~~~~~~~~~~
  45. In file included from pokeagb/build/include/pokeagb/types.h:6,
  46. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  47. from src/headers/important.h:6,
  48. from src/intro.c:2:
  49. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  50. 41 | "Expected `" #member "` in `" \
  51. | ^~~~~~~~~~~~
  52. pokeagb/build/include/pokeagb/core/string.h:61:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  53. 61 | ASSERT_OFFSETOF(struct Textbox, bg_id, 0);
  54. | ^~~~~~~~~~~~~~~
  55. In file included from pokeagb/build/include/pokeagb/common.h:4,
  56. from pokeagb/build/include/pokeagb/types.h:6,
  57. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  58. from src/headers/important.h:6,
  59. from src/intro.c:2:
  60. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  61. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  62. | ^~~~~~~~
  63. pokeagb/build/include/pokeagb/core/string.h:62:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  64. 62 | ASSERT_OFFSETOF(struct Textbox, x, 1);
  65. | ^~~~~~~~~~~~~~~
  66. In file included from pokeagb/build/include/pokeagb/types.h:6,
  67. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  68. from src/headers/important.h:6,
  69. from src/intro.c:2:
  70. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  71. 41 | "Expected `" #member "` in `" \
  72. | ^~~~~~~~~~~~
  73. pokeagb/build/include/pokeagb/core/string.h:62:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  74. 62 | ASSERT_OFFSETOF(struct Textbox, x, 1);
  75. | ^~~~~~~~~~~~~~~
  76. In file included from pokeagb/build/include/pokeagb/common.h:4,
  77. from pokeagb/build/include/pokeagb/types.h:6,
  78. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  79. from src/headers/important.h:6,
  80. from src/intro.c:2:
  81. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  82. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  83. | ^~~~~~~~
  84. pokeagb/build/include/pokeagb/core/string.h:63:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  85. 63 | ASSERT_OFFSETOF(struct Textbox, y, 2);
  86. | ^~~~~~~~~~~~~~~
  87. In file included from pokeagb/build/include/pokeagb/types.h:6,
  88. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  89. from src/headers/important.h:6,
  90. from src/intro.c:2:
  91. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  92. 41 | "Expected `" #member "` in `" \
  93. | ^~~~~~~~~~~~
  94. pokeagb/build/include/pokeagb/core/string.h:63:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  95. 63 | ASSERT_OFFSETOF(struct Textbox, y, 2);
  96. | ^~~~~~~~~~~~~~~
  97. In file included from pokeagb/build/include/pokeagb/common.h:4,
  98. from pokeagb/build/include/pokeagb/types.h:6,
  99. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  100. from src/headers/important.h:6,
  101. from src/intro.c:2:
  102. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  103. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  104. | ^~~~~~~~
  105. pokeagb/build/include/pokeagb/core/string.h:64:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  106. 64 | ASSERT_OFFSETOF(struct Textbox, width, 3);
  107. | ^~~~~~~~~~~~~~~
  108. In file included from pokeagb/build/include/pokeagb/types.h:6,
  109. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  110. from src/headers/important.h:6,
  111. from src/intro.c:2:
  112. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  113. 41 | "Expected `" #member "` in `" \
  114. | ^~~~~~~~~~~~
  115. pokeagb/build/include/pokeagb/core/string.h:64:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  116. 64 | ASSERT_OFFSETOF(struct Textbox, width, 3);
  117. | ^~~~~~~~~~~~~~~
  118. In file included from pokeagb/build/include/pokeagb/common.h:4,
  119. from pokeagb/build/include/pokeagb/types.h:6,
  120. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  121. from src/headers/important.h:6,
  122. from src/intro.c:2:
  123. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  124. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  125. | ^~~~~~~~
  126. pokeagb/build/include/pokeagb/core/string.h:65:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  127. 65 | ASSERT_OFFSETOF(struct Textbox, height, 4);
  128. | ^~~~~~~~~~~~~~~
  129. In file included from pokeagb/build/include/pokeagb/types.h:6,
  130. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  131. from src/headers/important.h:6,
  132. from src/intro.c:2:
  133. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  134. 41 | "Expected `" #member "` in `" \
  135. | ^~~~~~~~~~~~
  136. pokeagb/build/include/pokeagb/core/string.h:65:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  137. 65 | ASSERT_OFFSETOF(struct Textbox, height, 4);
  138. | ^~~~~~~~~~~~~~~
  139. In file included from pokeagb/build/include/pokeagb/common.h:4,
  140. from pokeagb/build/include/pokeagb/types.h:6,
  141. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  142. from src/headers/important.h:6,
  143. from src/intro.c:2:
  144. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  145. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  146. | ^~~~~~~~
  147. pokeagb/build/include/pokeagb/core/string.h:66:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  148. 66 | ASSERT_OFFSETOF(struct Textbox, charbase, 6);
  149. | ^~~~~~~~~~~~~~~
  150. In file included from pokeagb/build/include/pokeagb/types.h:6,
  151. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  152. from src/headers/important.h:6,
  153. from src/intro.c:2:
  154. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  155. 41 | "Expected `" #member "` in `" \
  156. | ^~~~~~~~~~~~
  157. pokeagb/build/include/pokeagb/core/string.h:66:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  158. 66 | ASSERT_OFFSETOF(struct Textbox, charbase, 6);
  159. | ^~~~~~~~~~~~~~~
  160. In file included from pokeagb/build/include/pokeagb/common.h:4,
  161. from pokeagb/build/include/pokeagb/types.h:6,
  162. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  163. from src/headers/important.h:6,
  164. from src/intro.c:2:
  165. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  166. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  167. | ^~~~~~~~
  168. pokeagb/build/include/pokeagb/core/string.h:67:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  169. 67 | ASSERT_OFFSETOF(struct Textbox, pixels, 8);
  170. | ^~~~~~~~~~~~~~~
  171. In file included from pokeagb/build/include/pokeagb/types.h:6,
  172. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  173. from src/headers/important.h:6,
  174. from src/intro.c:2:
  175. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  176. 41 | "Expected `" #member "` in `" \
  177. | ^~~~~~~~~~~~
  178. pokeagb/build/include/pokeagb/core/string.h:67:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  179. 67 | ASSERT_OFFSETOF(struct Textbox, pixels, 8);
  180. | ^~~~~~~~~~~~~~~
  181. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  182. 32 | STATIC_ASSERT(sizeof(type) == size, \
  183. | ^~~~~~
  184. pokeagb/build/include/pokeagb/core/string.h:128:1: note: in expansion of macro 'ASSERT_SIZEOF'
  185. 128 | ASSERT_SIZEOF(struct ScrollArrows, 16);
  186. | ^~~~~~~~~~~~~
  187. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  188. 33 | "Expected size of `" \
  189. | ^~~~~~~~~~~~~~~~~~~~
  190. pokeagb/build/include/pokeagb/core/string.h:128:1: note: in expansion of macro 'ASSERT_SIZEOF'
  191. 128 | ASSERT_SIZEOF(struct ScrollArrows, 16);
  192. | ^~~~~~~~~~~~~
  193. In file included from pokeagb/build/include/pokeagb/common.h:4,
  194. from pokeagb/build/include/pokeagb/types.h:6,
  195. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  196. from src/headers/important.h:6,
  197. from src/intro.c:2:
  198. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  199. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  200. | ^~~~~~~~
  201. pokeagb/build/include/pokeagb/core/string.h:129:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  202. 129 | ASSERT_OFFSETOF(struct ScrollArrows, positions, 0);
  203. | ^~~~~~~~~~~~~~~
  204. In file included from pokeagb/build/include/pokeagb/types.h:6,
  205. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  206. from src/headers/important.h:6,
  207. from src/intro.c:2:
  208. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  209. 41 | "Expected `" #member "` in `" \
  210. | ^~~~~~~~~~~~
  211. pokeagb/build/include/pokeagb/core/string.h:129:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  212. 129 | ASSERT_OFFSETOF(struct ScrollArrows, positions, 0);
  213. | ^~~~~~~~~~~~~~~
  214. In file included from pokeagb/build/include/pokeagb/common.h:4,
  215. from pokeagb/build/include/pokeagb/types.h:6,
  216. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  217. from src/headers/important.h:6,
  218. from src/intro.c:2:
  219. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  220. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  221. | ^~~~~~~~
  222. pokeagb/build/include/pokeagb/core/string.h:130:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  223. 130 | ASSERT_OFFSETOF(struct ScrollArrows, ids, 6);
  224. | ^~~~~~~~~~~~~~~
  225. In file included from pokeagb/build/include/pokeagb/types.h:6,
  226. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  227. from src/headers/important.h:6,
  228. from src/intro.c:2:
  229. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  230. 41 | "Expected `" #member "` in `" \
  231. | ^~~~~~~~~~~~
  232. pokeagb/build/include/pokeagb/core/string.h:130:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  233. 130 | ASSERT_OFFSETOF(struct ScrollArrows, ids, 6);
  234. | ^~~~~~~~~~~~~~~
  235. In file included from pokeagb/build/include/pokeagb/common.h:4,
  236. from pokeagb/build/include/pokeagb/types.h:6,
  237. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  238. from src/headers/important.h:6,
  239. from src/intro.c:2:
  240. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  241. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  242. | ^~~~~~~~
  243. pokeagb/build/include/pokeagb/core/string.h:131:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  244. 131 | ASSERT_OFFSETOF(struct ScrollArrows, tiles_tag, 10);
  245. | ^~~~~~~~~~~~~~~
  246. In file included from pokeagb/build/include/pokeagb/types.h:6,
  247. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  248. from src/headers/important.h:6,
  249. from src/intro.c:2:
  250. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  251. 41 | "Expected `" #member "` in `" \
  252. | ^~~~~~~~~~~~
  253. pokeagb/build/include/pokeagb/core/string.h:131:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  254. 131 | ASSERT_OFFSETOF(struct ScrollArrows, tiles_tag, 10);
  255. | ^~~~~~~~~~~~~~~
  256. In file included from pokeagb/build/include/pokeagb/common.h:4,
  257. from pokeagb/build/include/pokeagb/types.h:6,
  258. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  259. from src/headers/important.h:6,
  260. from src/intro.c:2:
  261. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  262. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  263. | ^~~~~~~~
  264. pokeagb/build/include/pokeagb/core/string.h:132:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  265. 132 | ASSERT_OFFSETOF(struct ScrollArrows, palette_tag, 12);
  266. | ^~~~~~~~~~~~~~~
  267. In file included from pokeagb/build/include/pokeagb/types.h:6,
  268. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  269. from src/headers/important.h:6,
  270. from src/intro.c:2:
  271. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  272. 41 | "Expected `" #member "` in `" \
  273. | ^~~~~~~~~~~~
  274. pokeagb/build/include/pokeagb/core/string.h:132:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  275. 132 | ASSERT_OFFSETOF(struct ScrollArrows, palette_tag, 12);
  276. | ^~~~~~~~~~~~~~~
  277. In file included from pokeagb/build/include/pokeagb/common.h:4,
  278. from pokeagb/build/include/pokeagb/types.h:6,
  279. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  280. from src/headers/important.h:6,
  281. from src/intro.c:2:
  282. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  283. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  284. | ^~~~~~~~
  285. pokeagb/build/include/pokeagb/core/string.h:133:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  286. 133 | ASSERT_OFFSETOF(struct ScrollArrows, palette_index, 14);
  287. | ^~~~~~~~~~~~~~~
  288. In file included from pokeagb/build/include/pokeagb/types.h:6,
  289. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  290. from src/headers/important.h:6,
  291. from src/intro.c:2:
  292. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  293. 41 | "Expected `" #member "` in `" \
  294. | ^~~~~~~~~~~~
  295. pokeagb/build/include/pokeagb/core/string.h:133:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  296. 133 | ASSERT_OFFSETOF(struct ScrollArrows, palette_index, 14);
  297. | ^~~~~~~~~~~~~~~
  298. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  299. 32 | STATIC_ASSERT(sizeof(type) == size, \
  300. | ^~~~~~
  301. pokeagb/build/include/pokeagb/overworld/item.h:355:1: note: in expansion of macro 'ASSERT_SIZEOF'
  302. 355 | ASSERT_SIZEOF(enum Item, 2);
  303. | ^~~~~~~~~~~~~
  304. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  305. 33 | "Expected size of `" \
  306. | ^~~~~~~~~~~~~~~~~~~~
  307. pokeagb/build/include/pokeagb/overworld/item.h:355:1: note: in expansion of macro 'ASSERT_SIZEOF'
  308. 355 | ASSERT_SIZEOF(enum Item, 2);
  309. | ^~~~~~~~~~~~~
  310. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  311. 32 | STATIC_ASSERT(sizeof(type) == size, \
  312. | ^~~~~~
  313. pokeagb/build/include/pokeagb/overworld/item.h:366:1: note: in expansion of macro 'ASSERT_SIZEOF'
  314. 366 | ASSERT_SIZEOF(enum ItemPocket, 1);
  315. | ^~~~~~~~~~~~~
  316. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  317. 33 | "Expected size of `" \
  318. | ^~~~~~~~~~~~~~~~~~~~
  319. pokeagb/build/include/pokeagb/overworld/item.h:366:1: note: in expansion of macro 'ASSERT_SIZEOF'
  320. 366 | ASSERT_SIZEOF(enum ItemPocket, 1);
  321. | ^~~~~~~~~~~~~
  322. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  323. 32 | STATIC_ASSERT(sizeof(type) == size, \
  324. | ^~~~~~
  325. pokeagb/build/include/pokeagb/overworld/item.h:385:1: note: in expansion of macro 'ASSERT_SIZEOF'
  326. 385 | ASSERT_SIZEOF(enum ItemGenericType, 1);
  327. | ^~~~~~~~~~~~~
  328. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  329. 33 | "Expected size of `" \
  330. | ^~~~~~~~~~~~~~~~~~~~
  331. pokeagb/build/include/pokeagb/overworld/item.h:385:1: note: in expansion of macro 'ASSERT_SIZEOF'
  332. 385 | ASSERT_SIZEOF(enum ItemGenericType, 1);
  333. | ^~~~~~~~~~~~~
  334. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  335. 32 | STATIC_ASSERT(sizeof(type) == size, \
  336. | ^~~~~~
  337. pokeagb/build/include/pokeagb/overworld/item.h:402:1: note: in expansion of macro 'ASSERT_SIZEOF'
  338. 402 | ASSERT_SIZEOF(enum ItemBallType, 1);
  339. | ^~~~~~~~~~~~~
  340. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  341. 33 | "Expected size of `" \
  342. | ^~~~~~~~~~~~~~~~~~~~
  343. pokeagb/build/include/pokeagb/overworld/item.h:402:1: note: in expansion of macro 'ASSERT_SIZEOF'
  344. 402 | ASSERT_SIZEOF(enum ItemBallType, 1);
  345. | ^~~~~~~~~~~~~
  346. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  347. 32 | STATIC_ASSERT(sizeof(type) == size, \
  348. | ^~~~~~
  349. pokeagb/build/include/pokeagb/overworld/item.h:409:1: note: in expansion of macro 'ASSERT_SIZEOF'
  350. 409 | ASSERT_SIZEOF(union ItemType, 1);
  351. | ^~~~~~~~~~~~~
  352. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  353. 33 | "Expected size of `" \
  354. | ^~~~~~~~~~~~~~~~~~~~
  355. pokeagb/build/include/pokeagb/overworld/item.h:409:1: note: in expansion of macro 'ASSERT_SIZEOF'
  356. 409 | ASSERT_SIZEOF(union ItemType, 1);
  357. | ^~~~~~~~~~~~~
  358. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  359. 32 | STATIC_ASSERT(sizeof(type) == size, \
  360. | ^~~~~~
  361. pokeagb/build/include/pokeagb/overworld/item.h:430:1: note: in expansion of macro 'ASSERT_SIZEOF'
  362. 430 | ASSERT_SIZEOF(struct ItemData, 0x2C);
  363. | ^~~~~~~~~~~~~
  364. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  365. 33 | "Expected size of `" \
  366. | ^~~~~~~~~~~~~~~~~~~~
  367. pokeagb/build/include/pokeagb/overworld/item.h:430:1: note: in expansion of macro 'ASSERT_SIZEOF'
  368. 430 | ASSERT_SIZEOF(struct ItemData, 0x2C);
  369. | ^~~~~~~~~~~~~
  370. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  371. 32 | STATIC_ASSERT(sizeof(type) == size, \
  372. | ^~~~~~
  373. pokeagb/build/include/pokeagb/overworld/script.h:108:1: note: in expansion of macro 'ASSERT_SIZEOF'
  374. 108 | ASSERT_SIZEOF(struct ScriptEnvironment, 0x78);
  375. | ^~~~~~~~~~~~~
  376. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  377. 33 | "Expected size of `" \
  378. | ^~~~~~~~~~~~~~~~~~~~
  379. pokeagb/build/include/pokeagb/overworld/script.h:108:1: note: in expansion of macro 'ASSERT_SIZEOF'
  380. 108 | ASSERT_SIZEOF(struct ScriptEnvironment, 0x78);
  381. | ^~~~~~~~~~~~~
  382. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  383. 32 | STATIC_ASSERT(sizeof(type) == size, \
  384. | ^~~~~~
  385. pokeagb/build/include/pokeagb/overworld/map.h:53:1: note: in expansion of macro 'ASSERT_SIZEOF'
  386. 53 | ASSERT_SIZEOF(struct MapTile, 2);
  387. | ^~~~~~~~~~~~~
  388. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  389. 33 | "Expected size of `" \
  390. | ^~~~~~~~~~~~~~~~~~~~
  391. pokeagb/build/include/pokeagb/overworld/map.h:53:1: note: in expansion of macro 'ASSERT_SIZEOF'
  392. 53 | ASSERT_SIZEOF(struct MapTile, 2);
  393. | ^~~~~~~~~~~~~
  394. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  395. 32 | STATIC_ASSERT(sizeof(type) == size, \
  396. | ^~~~~~
  397. pokeagb/build/include/pokeagb/overworld/map.h:120:1: note: in expansion of macro 'ASSERT_SIZEOF'
  398. 120 | ASSERT_SIZEOF(struct MapBlockBehavior, 4);
  399. | ^~~~~~~~~~~~~
  400. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  401. 33 | "Expected size of `" \
  402. | ^~~~~~~~~~~~~~~~~~~~
  403. pokeagb/build/include/pokeagb/overworld/map.h:120:1: note: in expansion of macro 'ASSERT_SIZEOF'
  404. 120 | ASSERT_SIZEOF(struct MapBlockBehavior, 4);
  405. | ^~~~~~~~~~~~~
  406. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  407. 32 | STATIC_ASSERT(sizeof(type) == size, \
  408. | ^~~~~~
  409. pokeagb/build/include/pokeagb/overworld/map.h:129:1: note: in expansion of macro 'ASSERT_SIZEOF'
  410. 129 | ASSERT_SIZEOF(struct MapBlock, 0x10);
  411. | ^~~~~~~~~~~~~
  412. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  413. 33 | "Expected size of `" \
  414. | ^~~~~~~~~~~~~~~~~~~~
  415. pokeagb/build/include/pokeagb/overworld/map.h:129:1: note: in expansion of macro 'ASSERT_SIZEOF'
  416. 129 | ASSERT_SIZEOF(struct MapBlock, 0x10);
  417. | ^~~~~~~~~~~~~
  418. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  419. 32 | STATIC_ASSERT(sizeof(type) == size, \
  420. | ^~~~~~
  421. pokeagb/build/include/pokeagb/overworld/map.h:172:1: note: in expansion of macro 'ASSERT_SIZEOF'
  422. 172 | ASSERT_SIZEOF(struct MapBlockset, 0x18);
  423. | ^~~~~~~~~~~~~
  424. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  425. 33 | "Expected size of `" \
  426. | ^~~~~~~~~~~~~~~~~~~~
  427. pokeagb/build/include/pokeagb/overworld/map.h:172:1: note: in expansion of macro 'ASSERT_SIZEOF'
  428. 172 | ASSERT_SIZEOF(struct MapBlockset, 0x18);
  429. | ^~~~~~~~~~~~~
  430. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  431. 32 | STATIC_ASSERT(sizeof(type) == size, \
  432. | ^~~~~~
  433. pokeagb/build/include/pokeagb/overworld/map.h:192:1: note: in expansion of macro 'ASSERT_SIZEOF'
  434. 192 | ASSERT_SIZEOF(struct MapData, 0x18);
  435. | ^~~~~~~~~~~~~
  436. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  437. 33 | "Expected size of `" \
  438. | ^~~~~~~~~~~~~~~~~~~~
  439. pokeagb/build/include/pokeagb/overworld/map.h:192:1: note: in expansion of macro 'ASSERT_SIZEOF'
  440. 192 | ASSERT_SIZEOF(struct MapData, 0x18);
  441. | ^~~~~~~~~~~~~
  442. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  443. 32 | STATIC_ASSERT(sizeof(type) == size, \
  444. | ^~~~~~
  445. pokeagb/build/include/pokeagb/overworld/map.h:220:1: note: in expansion of macro 'ASSERT_SIZEOF'
  446. 220 | ASSERT_SIZEOF(struct WarpData, 8);
  447. | ^~~~~~~~~~~~~
  448. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  449. 33 | "Expected size of `" \
  450. | ^~~~~~~~~~~~~~~~~~~~
  451. pokeagb/build/include/pokeagb/overworld/map.h:220:1: note: in expansion of macro 'ASSERT_SIZEOF'
  452. 220 | ASSERT_SIZEOF(struct WarpData, 8);
  453. | ^~~~~~~~~~~~~
  454. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  455. 32 | STATIC_ASSERT(sizeof(type) == size, \
  456. | ^~~~~~
  457. pokeagb/build/include/pokeagb/overworld/map.h:253:1: note: in expansion of macro 'ASSERT_SIZEOF'
  458. 253 | ASSERT_SIZEOF(struct TriggerData, 0x10);
  459. | ^~~~~~~~~~~~~
  460. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  461. 33 | "Expected size of `" \
  462. | ^~~~~~~~~~~~~~~~~~~~
  463. pokeagb/build/include/pokeagb/overworld/map.h:253:1: note: in expansion of macro 'ASSERT_SIZEOF'
  464. 253 | ASSERT_SIZEOF(struct TriggerData, 0x10);
  465. | ^~~~~~~~~~~~~
  466. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  467. 32 | STATIC_ASSERT(sizeof(type) == size, \
  468. | ^~~~~~
  469. pokeagb/build/include/pokeagb/overworld/map.h:343:1: note: in expansion of macro 'ASSERT_SIZEOF'
  470. 343 | ASSERT_SIZEOF(struct SignpostData, 0xC);
  471. | ^~~~~~~~~~~~~
  472. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  473. 33 | "Expected size of `" \
  474. | ^~~~~~~~~~~~~~~~~~~~
  475. pokeagb/build/include/pokeagb/overworld/map.h:343:1: note: in expansion of macro 'ASSERT_SIZEOF'
  476. 343 | ASSERT_SIZEOF(struct SignpostData, 0xC);
  477. | ^~~~~~~~~~~~~
  478. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  479. 32 | STATIC_ASSERT(sizeof(type) == size, \
  480. | ^~~~~~
  481. pokeagb/build/include/pokeagb/overworld/map.h:359:1: note: in expansion of macro 'ASSERT_SIZEOF'
  482. 359 | ASSERT_SIZEOF(struct MapEvents, 0x14);
  483. | ^~~~~~~~~~~~~
  484. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  485. 33 | "Expected size of `" \
  486. | ^~~~~~~~~~~~~~~~~~~~
  487. pokeagb/build/include/pokeagb/overworld/map.h:359:1: note: in expansion of macro 'ASSERT_SIZEOF'
  488. 359 | ASSERT_SIZEOF(struct MapEvents, 0x14);
  489. | ^~~~~~~~~~~~~
  490. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  491. 32 | STATIC_ASSERT(sizeof(type) == size, \
  492. | ^~~~~~
  493. pokeagb/build/include/pokeagb/overworld/map.h:382:1: note: in expansion of macro 'ASSERT_SIZEOF'
  494. 382 | ASSERT_SIZEOF(struct MapConnection, 0xC);
  495. | ^~~~~~~~~~~~~
  496. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  497. 33 | "Expected size of `" \
  498. | ^~~~~~~~~~~~~~~~~~~~
  499. pokeagb/build/include/pokeagb/overworld/map.h:382:1: note: in expansion of macro 'ASSERT_SIZEOF'
  500. 382 | ASSERT_SIZEOF(struct MapConnection, 0xC);
  501. | ^~~~~~~~~~~~~
  502. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  503. 32 | STATIC_ASSERT(sizeof(type) == size, \
  504. | ^~~~~~
  505. pokeagb/build/include/pokeagb/overworld/map.h:409:1: note: in expansion of macro 'ASSERT_SIZEOF'
  506. 409 | ASSERT_SIZEOF(struct MapHeader, 0x1C);
  507. | ^~~~~~~~~~~~~
  508. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  509. 33 | "Expected size of `" \
  510. | ^~~~~~~~~~~~~~~~~~~~
  511. pokeagb/build/include/pokeagb/overworld/map.h:409:1: note: in expansion of macro 'ASSERT_SIZEOF'
  512. 409 | ASSERT_SIZEOF(struct MapHeader, 0x1C);
  513. | ^~~~~~~~~~~~~
  514. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  515. 32 | STATIC_ASSERT(sizeof(type) == size, \
  516. | ^~~~~~
  517. pokeagb/build/include/pokeagb/pokemon/ability.h:97:1: note: in expansion of macro 'ASSERT_SIZEOF'
  518. 97 | ASSERT_SIZEOF(enum PokemonAbility, 1);
  519. | ^~~~~~~~~~~~~
  520. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  521. 33 | "Expected size of `" \
  522. | ^~~~~~~~~~~~~~~~~~~~
  523. pokeagb/build/include/pokeagb/pokemon/ability.h:97:1: note: in expansion of macro 'ASSERT_SIZEOF'
  524. 97 | ASSERT_SIZEOF(enum PokemonAbility, 1);
  525. | ^~~~~~~~~~~~~
  526. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  527. 32 | STATIC_ASSERT(sizeof(type) == size, \
  528. | ^~~~~~
  529. pokeagb/build/include/pokeagb/pokemon/type.h:38:1: note: in expansion of macro 'ASSERT_SIZEOF'
  530. 38 | ASSERT_SIZEOF(enum PokemonType, 1);
  531. | ^~~~~~~~~~~~~
  532. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  533. 33 | "Expected size of `" \
  534. | ^~~~~~~~~~~~~~~~~~~~
  535. pokeagb/build/include/pokeagb/pokemon/type.h:38:1: note: in expansion of macro 'ASSERT_SIZEOF'
  536. 38 | ASSERT_SIZEOF(enum PokemonType, 1);
  537. | ^~~~~~~~~~~~~
  538. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  539. 32 | STATIC_ASSERT(sizeof(type) == size, \
  540. | ^~~~~~
  541. pokeagb/build/include/pokeagb/pokemon/species.h:404:1: note: in expansion of macro 'ASSERT_SIZEOF'
  542. 404 | ASSERT_SIZEOF(enum PokemonSpecies, 2);
  543. | ^~~~~~~~~~~~~
  544. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  545. 33 | "Expected size of `" \
  546. | ^~~~~~~~~~~~~~~~~~~~
  547. pokeagb/build/include/pokeagb/pokemon/species.h:404:1: note: in expansion of macro 'ASSERT_SIZEOF'
  548. 404 | ASSERT_SIZEOF(enum PokemonSpecies, 2);
  549. | ^~~~~~~~~~~~~
  550. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  551. 32 | STATIC_ASSERT(sizeof(type) == size, \
  552. | ^~~~~~
  553. pokeagb/build/include/pokeagb/pokemon/base.h:40:1: note: in expansion of macro 'ASSERT_SIZEOF'
  554. 40 | ASSERT_SIZEOF(enum PokemonEggGroup, 1);
  555. | ^~~~~~~~~~~~~
  556. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  557. 33 | "Expected size of `" \
  558. | ^~~~~~~~~~~~~~~~~~~~
  559. pokeagb/build/include/pokeagb/pokemon/base.h:40:1: note: in expansion of macro 'ASSERT_SIZEOF'
  560. 40 | ASSERT_SIZEOF(enum PokemonEggGroup, 1);
  561. | ^~~~~~~~~~~~~
  562. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  563. 32 | STATIC_ASSERT(sizeof(type) == size, \
  564. | ^~~~~~
  565. pokeagb/build/include/pokeagb/pokemon/base.h:68:1: note: in expansion of macro 'ASSERT_SIZEOF'
  566. 68 | ASSERT_SIZEOF(enum PokemonExpGrowth, 1);
  567. | ^~~~~~~~~~~~~
  568. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  569. 33 | "Expected size of `" \
  570. | ^~~~~~~~~~~~~~~~~~~~
  571. pokeagb/build/include/pokeagb/pokemon/base.h:68:1: note: in expansion of macro 'ASSERT_SIZEOF'
  572. 68 | ASSERT_SIZEOF(enum PokemonExpGrowth, 1);
  573. | ^~~~~~~~~~~~~
  574. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  575. 32 | STATIC_ASSERT(sizeof(type) == size, \
  576. | ^~~~~~
  577. pokeagb/build/include/pokeagb/pokemon/base.h:83:1: note: in expansion of macro 'ASSERT_SIZEOF'
  578. 83 | ASSERT_SIZEOF(enum PokemonColor, 1);
  579. | ^~~~~~~~~~~~~
  580. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  581. 33 | "Expected size of `" \
  582. | ^~~~~~~~~~~~~~~~~~~~
  583. pokeagb/build/include/pokeagb/pokemon/base.h:83:1: note: in expansion of macro 'ASSERT_SIZEOF'
  584. 83 | ASSERT_SIZEOF(enum PokemonColor, 1);
  585. | ^~~~~~~~~~~~~
  586. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  587. 32 | STATIC_ASSERT(sizeof(type) == size, \
  588. | ^~~~~~
  589. pokeagb/build/include/pokeagb/pokemon/base.h:108:1: note: in expansion of macro 'ASSERT_SIZEOF'
  590. 108 | ASSERT_SIZEOF(struct PokemonBaseStat, 0x1C);
  591. | ^~~~~~~~~~~~~
  592. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  593. 33 | "Expected size of `" \
  594. | ^~~~~~~~~~~~~~~~~~~~
  595. pokeagb/build/include/pokeagb/pokemon/base.h:108:1: note: in expansion of macro 'ASSERT_SIZEOF'
  596. 108 | ASSERT_SIZEOF(struct PokemonBaseStat, 0x1C);
  597. | ^~~~~~~~~~~~~
  598. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  599. 32 | STATIC_ASSERT(sizeof(type) == size, \
  600. | ^~~~~~
  601. pokeagb/build/include/pokeagb/pokemon/move.h:375:1: note: in expansion of macro 'ASSERT_SIZEOF'
  602. 375 | ASSERT_SIZEOF(enum Move, 2);
  603. | ^~~~~~~~~~~~~
  604. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  605. 33 | "Expected size of `" \
  606. | ^~~~~~~~~~~~~~~~~~~~
  607. pokeagb/build/include/pokeagb/pokemon/move.h:375:1: note: in expansion of macro 'ASSERT_SIZEOF'
  608. 375 | ASSERT_SIZEOF(enum Move, 2);
  609. | ^~~~~~~~~~~~~
  610. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  611. 32 | STATIC_ASSERT(sizeof(type) == size, \
  612. | ^~~~~~
  613. pokeagb/build/include/pokeagb/pokemon/move.h:411:1: note: in expansion of macro 'ASSERT_SIZEOF'
  614. 411 | ASSERT_SIZEOF(struct MoveData, 0xC);
  615. | ^~~~~~~~~~~~~
  616. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  617. 33 | "Expected size of `" \
  618. | ^~~~~~~~~~~~~~~~~~~~
  619. pokeagb/build/include/pokeagb/pokemon/move.h:411:1: note: in expansion of macro 'ASSERT_SIZEOF'
  620. 411 | ASSERT_SIZEOF(struct MoveData, 0xC);
  621. | ^~~~~~~~~~~~~
  622. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  623. 32 | STATIC_ASSERT(sizeof(type) == size, \
  624. | ^~~~~~
  625. pokeagb/build/include/pokeagb/pokemon/move.h:439:1: note: in expansion of macro 'ASSERT_SIZEOF'
  626. 439 | ASSERT_SIZEOF(struct LearnsetEntry, 2);
  627. | ^~~~~~~~~~~~~
  628. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  629. 33 | "Expected size of `" \
  630. | ^~~~~~~~~~~~~~~~~~~~
  631. pokeagb/build/include/pokeagb/pokemon/move.h:439:1: note: in expansion of macro 'ASSERT_SIZEOF'
  632. 439 | ASSERT_SIZEOF(struct LearnsetEntry, 2);
  633. | ^~~~~~~~~~~~~
  634. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  635. 32 | STATIC_ASSERT(sizeof(type) == size, \
  636. | ^~~~~~
  637. pokeagb/build/include/pokeagb/pokemon/data.h:81:1: note: in expansion of macro 'ASSERT_SIZEOF'
  638. 81 | ASSERT_SIZEOF(struct PokemonSubstructureGrowth, 12);
  639. | ^~~~~~~~~~~~~
  640. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  641. 33 | "Expected size of `" \
  642. | ^~~~~~~~~~~~~~~~~~~~
  643. pokeagb/build/include/pokeagb/pokemon/data.h:81:1: note: in expansion of macro 'ASSERT_SIZEOF'
  644. 81 | ASSERT_SIZEOF(struct PokemonSubstructureGrowth, 12);
  645. | ^~~~~~~~~~~~~
  646. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  647. 32 | STATIC_ASSERT(sizeof(type) == size, \
  648. | ^~~~~~
  649. pokeagb/build/include/pokeagb/pokemon/data.h:91:1: note: in expansion of macro 'ASSERT_SIZEOF'
  650. 91 | ASSERT_SIZEOF(struct PokemonSubstructureAttacks, 12);
  651. | ^~~~~~~~~~~~~
  652. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  653. 33 | "Expected size of `" \
  654. | ^~~~~~~~~~~~~~~~~~~~
  655. pokeagb/build/include/pokeagb/pokemon/data.h:91:1: note: in expansion of macro 'ASSERT_SIZEOF'
  656. 91 | ASSERT_SIZEOF(struct PokemonSubstructureAttacks, 12);
  657. | ^~~~~~~~~~~~~
  658. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  659. 32 | STATIC_ASSERT(sizeof(type) == size, \
  660. | ^~~~~~
  661. pokeagb/build/include/pokeagb/pokemon/data.h:111:1: note: in expansion of macro 'ASSERT_SIZEOF'
  662. 111 | ASSERT_SIZEOF(struct PokemonSubstructureCondition, 12);
  663. | ^~~~~~~~~~~~~
  664. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  665. 33 | "Expected size of `" \
  666. | ^~~~~~~~~~~~~~~~~~~~
  667. pokeagb/build/include/pokeagb/pokemon/data.h:111:1: note: in expansion of macro 'ASSERT_SIZEOF'
  668. 111 | ASSERT_SIZEOF(struct PokemonSubstructureCondition, 12);
  669. | ^~~~~~~~~~~~~
  670. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  671. 32 | STATIC_ASSERT(sizeof(type) == size, \
  672. | ^~~~~~
  673. pokeagb/build/include/pokeagb/pokemon/data.h:124:1: note: in expansion of macro 'ASSERT_SIZEOF'
  674. 124 | ASSERT_SIZEOF(struct PokemonSubstructureMisc, 12);
  675. | ^~~~~~~~~~~~~
  676. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  677. 33 | "Expected size of `" \
  678. | ^~~~~~~~~~~~~~~~~~~~
  679. pokeagb/build/include/pokeagb/pokemon/data.h:124:1: note: in expansion of macro 'ASSERT_SIZEOF'
  680. 124 | ASSERT_SIZEOF(struct PokemonSubstructureMisc, 12);
  681. | ^~~~~~~~~~~~~
  682. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  683. 32 | STATIC_ASSERT(sizeof(type) == size, \
  684. | ^~~~~~
  685. pokeagb/build/include/pokeagb/pokemon/data.h:207:1: note: in expansion of macro 'ASSERT_SIZEOF'
  686. 207 | ASSERT_SIZEOF(struct PokemonBase, 80);
  687. | ^~~~~~~~~~~~~
  688. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  689. 33 | "Expected size of `" \
  690. | ^~~~~~~~~~~~~~~~~~~~
  691. pokeagb/build/include/pokeagb/pokemon/data.h:207:1: note: in expansion of macro 'ASSERT_SIZEOF'
  692. 207 | ASSERT_SIZEOF(struct PokemonBase, 80);
  693. | ^~~~~~~~~~~~~
  694. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  695. 32 | STATIC_ASSERT(sizeof(type) == size, \
  696. | ^~~~~~
  697. pokeagb/build/include/pokeagb/pokemon/data.h:236:1: note: in expansion of macro 'ASSERT_SIZEOF'
  698. 236 | ASSERT_SIZEOF(struct Pokemon, 100);
  699. | ^~~~~~~~~~~~~
  700. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  701. 33 | "Expected size of `" \
  702. | ^~~~~~~~~~~~~~~~~~~~
  703. pokeagb/build/include/pokeagb/pokemon/data.h:236:1: note: in expansion of macro 'ASSERT_SIZEOF'
  704. 236 | ASSERT_SIZEOF(struct Pokemon, 100);
  705. | ^~~~~~~~~~~~~
  706. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  707. 32 | STATIC_ASSERT(sizeof(type) == size, \
  708. | ^~~~~~
  709. pokeagb/build/include/pokeagb/pokemon/evolution.h:124:1: note: in expansion of macro 'ASSERT_SIZEOF'
  710. 124 | ASSERT_SIZEOF(struct EvolutionEntry, 8);
  711. | ^~~~~~~~~~~~~
  712. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  713. 33 | "Expected size of `" \
  714. | ^~~~~~~~~~~~~~~~~~~~
  715. pokeagb/build/include/pokeagb/pokemon/evolution.h:124:1: note: in expansion of macro 'ASSERT_SIZEOF'
  716. 124 | ASSERT_SIZEOF(struct EvolutionEntry, 8);
  717. | ^~~~~~~~~~~~~
  718. In file included from pokeagb/build/include/pokeagb/common.h:4,
  719. from pokeagb/build/include/pokeagb/types.h:6,
  720. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  721. from src/headers/important.h:6,
  722. from src/intro.c:2:
  723. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  724. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  725. | ^~~~~~~~
  726. pokeagb/build/include/pokeagb/pokemon/evolution.h:125:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  727. 125 | ASSERT_OFFSETOF(struct EvolutionEntry, type, 0);
  728. | ^~~~~~~~~~~~~~~
  729. In file included from pokeagb/build/include/pokeagb/types.h:6,
  730. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  731. from src/headers/important.h:6,
  732. from src/intro.c:2:
  733. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  734. 41 | "Expected `" #member "` in `" \
  735. | ^~~~~~~~~~~~
  736. pokeagb/build/include/pokeagb/pokemon/evolution.h:125:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  737. 125 | ASSERT_OFFSETOF(struct EvolutionEntry, type, 0);
  738. | ^~~~~~~~~~~~~~~
  739. In file included from pokeagb/build/include/pokeagb/common.h:4,
  740. from pokeagb/build/include/pokeagb/types.h:6,
  741. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  742. from src/headers/important.h:6,
  743. from src/intro.c:2:
  744. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  745. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  746. | ^~~~~~~~
  747. pokeagb/build/include/pokeagb/pokemon/evolution.h:126:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  748. 126 | ASSERT_OFFSETOF(struct EvolutionEntry, argument, 2);
  749. | ^~~~~~~~~~~~~~~
  750. In file included from pokeagb/build/include/pokeagb/types.h:6,
  751. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  752. from src/headers/important.h:6,
  753. from src/intro.c:2:
  754. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  755. 41 | "Expected `" #member "` in `" \
  756. | ^~~~~~~~~~~~
  757. pokeagb/build/include/pokeagb/pokemon/evolution.h:126:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  758. 126 | ASSERT_OFFSETOF(struct EvolutionEntry, argument, 2);
  759. | ^~~~~~~~~~~~~~~
  760. In file included from pokeagb/build/include/pokeagb/common.h:4,
  761. from pokeagb/build/include/pokeagb/types.h:6,
  762. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  763. from src/headers/important.h:6,
  764. from src/intro.c:2:
  765. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  766. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  767. | ^~~~~~~~
  768. pokeagb/build/include/pokeagb/pokemon/evolution.h:127:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  769. 127 | ASSERT_OFFSETOF(struct EvolutionEntry, species, 4);
  770. | ^~~~~~~~~~~~~~~
  771. In file included from pokeagb/build/include/pokeagb/types.h:6,
  772. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  773. from src/headers/important.h:6,
  774. from src/intro.c:2:
  775. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  776. 41 | "Expected `" #member "` in `" \
  777. | ^~~~~~~~~~~~
  778. pokeagb/build/include/pokeagb/pokemon/evolution.h:127:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  779. 127 | ASSERT_OFFSETOF(struct EvolutionEntry, species, 4);
  780. | ^~~~~~~~~~~~~~~
  781. In file included from pokeagb/build/include/pokeagb/common.h:4,
  782. from pokeagb/build/include/pokeagb/types.h:6,
  783. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  784. from src/headers/important.h:6,
  785. from src/intro.c:2:
  786. pokeagb/build/include/pokeagb/common.h:40:19: error: expected declaration specifiers or '...' before '__builtin_offsetof'
  787. 40 | STATIC_ASSERT(offsetof(type, member) == offset, \
  788. | ^~~~~~~~
  789. pokeagb/build/include/pokeagb/pokemon/evolution.h:128:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  790. 128 | ASSERT_OFFSETOF(struct EvolutionEntry, unknown, 6);
  791. | ^~~~~~~~~~~~~~~
  792. In file included from pokeagb/build/include/pokeagb/types.h:6,
  793. from pokeagb/build/include/pokeagb/pokeagb.h:4,
  794. from src/headers/important.h:6,
  795. from src/intro.c:2:
  796. pokeagb/build/include/pokeagb/common.h:41:19: error: expected declaration specifiers or '...' before string constant
  797. 41 | "Expected `" #member "` in `" \
  798. | ^~~~~~~~~~~~
  799. pokeagb/build/include/pokeagb/pokemon/evolution.h:128:1: note: in expansion of macro 'ASSERT_OFFSETOF'
  800. 128 | ASSERT_OFFSETOF(struct EvolutionEntry, unknown, 6);
  801. | ^~~~~~~~~~~~~~~
  802. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  803. 32 | STATIC_ASSERT(sizeof(type) == size, \
  804. | ^~~~~~
  805. pokeagb/build/include/pokeagb/save/block.h:30:1: note: in expansion of macro 'ASSERT_SIZEOF'
  806. 30 | ASSERT_SIZEOF(struct QuestLogStory, 0x668);
  807. | ^~~~~~~~~~~~~
  808. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  809. 33 | "Expected size of `" \
  810. | ^~~~~~~~~~~~~~~~~~~~
  811. pokeagb/build/include/pokeagb/save/block.h:30:1: note: in expansion of macro 'ASSERT_SIZEOF'
  812. 30 | ASSERT_SIZEOF(struct QuestLogStory, 0x668);
  813. | ^~~~~~~~~~~~~
  814. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  815. 32 | STATIC_ASSERT(sizeof(type) == size, \
  816. | ^~~~~~
  817. pokeagb/build/include/pokeagb/save/block.h:98:1: note: in expansion of macro 'ASSERT_SIZEOF'
  818. 98 | ASSERT_SIZEOF(struct SaveBlock1, 0x3DE8);
  819. | ^~~~~~~~~~~~~
  820. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  821. 33 | "Expected size of `" \
  822. | ^~~~~~~~~~~~~~~~~~~~
  823. pokeagb/build/include/pokeagb/save/block.h:98:1: note: in expansion of macro 'ASSERT_SIZEOF'
  824. 98 | ASSERT_SIZEOF(struct SaveBlock1, 0x3DE8);
  825. | ^~~~~~~~~~~~~
  826. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  827. 32 | STATIC_ASSERT(sizeof(type) == size, \
  828. | ^~~~~~
  829. pokeagb/build/include/pokeagb/save/block.h:166:1: note: in expansion of macro 'ASSERT_SIZEOF'
  830. 166 | ASSERT_SIZEOF(struct SaveBlock2, 0xFA4);
  831. | ^~~~~~~~~~~~~
  832. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  833. 33 | "Expected size of `" \
  834. | ^~~~~~~~~~~~~~~~~~~~
  835. pokeagb/build/include/pokeagb/save/block.h:166:1: note: in expansion of macro 'ASSERT_SIZEOF'
  836. 166 | ASSERT_SIZEOF(struct SaveBlock2, 0xFA4);
  837. | ^~~~~~~~~~~~~
  838. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  839. 32 | STATIC_ASSERT(sizeof(type) == size, \
  840. | ^~~~~~
  841. pokeagb/build/include/pokeagb/save/block.h:178:1: note: in expansion of macro 'ASSERT_SIZEOF'
  842. 178 | ASSERT_SIZEOF(struct SaveBlock3, 0x83C2);
  843. | ^~~~~~~~~~~~~
  844. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  845. 33 | "Expected size of `" \
  846. | ^~~~~~~~~~~~~~~~~~~~
  847. pokeagb/build/include/pokeagb/save/block.h:178:1: note: in expansion of macro 'ASSERT_SIZEOF'
  848. 178 | ASSERT_SIZEOF(struct SaveBlock3, 0x83C2);
  849. | ^~~~~~~~~~~~~
  850. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  851. 32 | STATIC_ASSERT(sizeof(type) == size, \
  852. | ^~~~~~
  853. pokeagb/build/include/pokeagb/save/flash.h:30:1: note: in expansion of macro 'ASSERT_SIZEOF'
  854. 30 | ASSERT_SIZEOF(struct SaveSector, FLASH_SECTOR_SIZE);
  855. | ^~~~~~~~~~~~~
  856. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  857. 33 | "Expected size of `" \
  858. | ^~~~~~~~~~~~~~~~~~~~
  859. pokeagb/build/include/pokeagb/save/flash.h:30:1: note: in expansion of macro 'ASSERT_SIZEOF'
  860. 30 | ASSERT_SIZEOF(struct SaveSector, FLASH_SECTOR_SIZE);
  861. | ^~~~~~~~~~~~~
  862. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  863. 32 | STATIC_ASSERT(sizeof(type) == size, \
  864. | ^~~~~~
  865. pokeagb/build/include/pokeagb/battle/data.h:71:1: note: in expansion of macro 'ASSERT_SIZEOF'
  866. 71 | ASSERT_SIZEOF(struct BattlePokemon, 0x58);
  867. | ^~~~~~~~~~~~~
  868. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  869. 33 | "Expected size of `" \
  870. | ^~~~~~~~~~~~~~~~~~~~
  871. pokeagb/build/include/pokeagb/battle/data.h:71:1: note: in expansion of macro 'ASSERT_SIZEOF'
  872. 71 | ASSERT_SIZEOF(struct BattlePokemon, 0x58);
  873. | ^~~~~~~~~~~~~
  874. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  875. 32 | STATIC_ASSERT(sizeof(type) == size, \
  876. | ^~~~~~
  877. pokeagb/build/include/pokeagb/battle/trainer.h:74:1: note: in expansion of macro 'ASSERT_SIZEOF'
  878. 74 | ASSERT_SIZEOF(struct Trainer, 0x28);
  879. | ^~~~~~~~~~~~~
  880. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  881. 33 | "Expected size of `" \
  882. | ^~~~~~~~~~~~~~~~~~~~
  883. pokeagb/build/include/pokeagb/battle/trainer.h:74:1: note: in expansion of macro 'ASSERT_SIZEOF'
  884. 74 | ASSERT_SIZEOF(struct Trainer, 0x28);
  885. | ^~~~~~~~~~~~~
  886. pokeagb/build/include/pokeagb/common.h:32:19: error: expected declaration specifiers or '...' before 'sizeof'
  887. 32 | STATIC_ASSERT(sizeof(type) == size, \
  888. | ^~~~~~
  889. pokeagb/build/include/pokeagb/battle/script.h:88:1: note: in expansion of macro 'ASSERT_SIZEOF'
  890. 88 | ASSERT_SIZEOF(struct BattleStuff, 0x200);
  891. | ^~~~~~~~~~~~~
  892. pokeagb/build/include/pokeagb/common.h:33:20: error: expected declaration specifiers or '...' before string constant
  893. 33 | "Expected size of `" \
  894. | ^~~~~~~~~~~~~~~~~~~~
  895. pokeagb/build/include/pokeagb/battle/script.h:88:1: note: in expansion of macro 'ASSERT_SIZEOF'
  896. 88 | ASSERT_SIZEOF(struct BattleStuff, 0x200);
  897. | ^~~~~~~~~~~~~
  898. make: *** [Makefile:75: build/BPRE/src/intro.c.o] Error 1
  899. PS C:\Users\Overlord Gaia\Desktop\HGSS-Intro-BPRE-master>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement