Advertisement
Guest User

Untitled

a guest
Oct 18th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.64 KB | None | 0 0
  1. Kompilator: Default compiler
  2. Wykonywanie make...
  3. make.exe -f "Makefile.win" all
  4. g++.exe -c Source/actions.cpp -o Source/actions.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -I"C:/Dev-Cpp/others/LUA 5.1/include" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -I"C:/Dev-Cpp/others/REGEX/lib" -D__WINDOWS__ -DEXCEPTION_TRACER -DTLM_BUY_SELL -DTLM_SERVER_SAVE -DTLM_HOUSE_SYSTEM -DBDB_UTEVO_LUX -DWOLV_LOAD_NPC -DBD_HOUSE_WINDOW -DTR_ANTI_AFK -DELEM_VIP_LIST -DTR_SUMMONS -DTRS_GM_INVISIBLE -DTLM_SKULLS_PARTY -DBRN_EXIVA -DSD_BURST_ARROW -DBDB_REPLACE_SPEARS -DBD_ITEM_LOOK -DSM_RELOAD_CONFIG -DJD_DEATH_LIST -DCT_EXANI_TERA -DCVS_DAY_CYCLE -DTJ_MONSTER_BLOOD -DJD_WANDS -D__DEBUG_PLAYERS__ -DYUR_CVS_MODS -DYUR_ICE_RAPIER -DYUR_AOL -DYUR_LOGIN_QUEUE -DYUR_MULTIPLIERS -DYUR_BOH -DYUR_NPC_EXT -DYUR_GUILD_SYSTEM -DYUR_CMD_EXT -DYUR_ITEM_EXT -DYUR_ACT_EXT -DYUR_NO_MONSTER_HEAL -DYUR_PVP_ARENA -DYUR_RINGS_AMULETS -DYUR_CONFIG_CAP -DYUR_FIGHT_MODE -DYUR_READABLES -DYUR_LEARN_SPELLS -DYUR_HEAL_EXHAUST -DYUR_SHUTDOWN -DYUR_ROOKGARD -DYUR_LIGHT_ITEM -DYUR_CLEAN_MAP -D__KIRO_ANTY_LURE__ -DYUR_GM_LOOK -D__KIRO_AKT__ -DYUR_HIGH_LEVELS -DYUR_PREMIUM_PROMOTION -DYUR_INVISIBLE -DYUR_DRAINS -DYUR_BUILTIN_AAC -DGOLD_BOLT -DSILVER_WAND -D_NG_BBK_PVP__ -DCHANGE_SEX -DANTY_DDOS -D_BDD_REPUTACJA_ -DMAGIC_BOLT -DHUCZU_LOOT_INFO -D__MIZIAK_EFFECTS__ -D__MIZIAK_ADDS__ -D__MIZIAK_LVL_BLOCK__
  5.  
  6. In file included from Source/actions.cpp:28:
  7. Source/actions.h:70: error: `Container' has not been declared
  8.  
  9. Source/actions.h:70: error: ISO C++ forbids declaration of `container' with no type
  10.  
  11. Source/actions.h:113: error: ISO C++ forbids declaration of `Thing' with no type
  12.  
  13. Source/actions.h:113: error: expected `;' before '*' token
  14.  
  15. Source/actions.h:146: error: `Thing' has not been declared
  16.  
  17. Source/actions.h:146: error: ISO C++ forbids declaration of `thing' with no type
  18.  
  19. Source/actions.h:148: error: `Thing' has not been declared
  20.  
  21. Source/actions.h:148: error: ISO C++ forbids declaration of `thing' with no type
  22.  
  23. Source/actions.h:231: error: expected `,' or `...' before '*' token
  24.  
  25. Source/actions.h:231: error: ISO C++ forbids declaration of `Thing' with no type
  26.  
  27. Source/actions.cpp: In member function `int Actions::canUse(const Player*, const Position&) const':
  28. Source/actions.cpp:164: error: invalid use of undefined type `const struct Player'
  29.  
  30. Source/actions.h:41: error: forward declaration of `const struct Player'
  31.  
  32. Source/actions.cpp:165: error: invalid use of undefined type `const struct Player'
  33.  
  34. Source/actions.h:41: error: forward declaration of `const struct Player'
  35.  
  36. Source/actions.cpp:166: error: invalid use of undefined type `const struct Player'
  37.  
  38. Source/actions.h:41: error: forward declaration of `const struct Player'
  39.  
  40. Source/actions.cpp: In member function `int Actions::canUseFar(const Player*, const Position&, bool) const':
  41. Source/actions.cpp:178: error: invalid use of undefined type `const struct Player'
  42.  
  43. Source/actions.h:41: error: forward declaration of `const struct Player'
  44.  
  45. Source/actions.cpp:178: error: invalid use of undefined type `const struct Player'
  46.  
  47. Source/actions.h:41: error: forward declaration of `const struct Player'
  48.  
  49. Source/actions.cpp:178: error: invalid use of undefined type `const struct Player'
  50.  
  51. Source/actions.h:41: error: forward declaration of `const struct Player'
  52.  
  53. Source/actions.cpp:183: error: invalid use of undefined type `struct Game'
  54.  
  55. Source/actions.h:45: error: forward declaration of `struct Game'
  56.  
  57. Source/actions.cpp:183: error: invalid use of undefined type `const struct Player'
  58.  
  59. Source/actions.h:41: error: forward declaration of `const struct Player'
  60.  
  61. Source/actions.cpp:183: error: `BLOCK_PROJECTILE' was not declared in this scope
  62.  
  63. Source/actions.cpp:183: error: `RET_NOERROR' was not declared in this scope
  64.  
  65. Source/actions.cpp: In member function `Action* Actions::getAction(const Item*)':
  66. Source/actions.cpp:192: error: invalid use of undefined type `const struct Item'
  67.  
  68. Source/actions.h:44: error: forward declaration of `const struct Item'
  69.  
  70. Source/actions.cpp:193: error: invalid use of undefined type `const struct Item'
  71.  
  72. Source/actions.h:44: error: forward declaration of `const struct Item'
  73.  
  74. Source/actions.cpp:198: error: invalid use of undefined type `const struct Item'
  75.  
  76. Source/actions.h:44: error: forward declaration of `const struct Item'
  77.  
  78. Source/actions.cpp:199: error: invalid use of undefined type `const struct Item'
  79.  
  80. Source/actions.h:44: error: forward declaration of `const struct Item'
  81.  
  82. Source/actions.cpp:204: error: invalid use of undefined type `const struct Item'
  83.  
  84. Source/actions.h:44: error: forward declaration of `const struct Item'
  85.  
  86. Source/actions.cpp: In member function `bool Actions::UseItem(Player*, const Position&, unsigned char, short unsigned int, unsigned char)':
  87. Source/actions.cpp:216: error: invalid use of undefined type `struct Player'
  88.  
  89. Source/actions.h:41: error: forward declaration of `struct Player'
  90.  
  91. Source/actions.cpp:219: error: invalid use of undefined type `struct Game'
  92. Source/actions.h:45: error: forward declaration of `struct Game'
  93. Source/actions.cpp:224: error: invalid use of undefined type `struct Player'
  94. Source/actions.h:41: error: forward declaration of `struct Player'
  95.  
  96. Source/actions.cpp:228: error: invalid use of undefined type `struct Item'
  97. Source/actions.h:44: error: forward declaration of `struct Item'
  98. Source/actions.cpp:232: error: invalid use of undefined type `struct Player'
  99. Source/actions.h:41: error: forward declaration of `struct Player'
  100.  
  101. Source/actions.cpp:237: error: incomplete type `Item' used in nested name specifier
  102. Source/actions.cpp:239: error: `Tile' was not declared in this scope
  103. Source/actions.cpp:239: error: `tile' was not declared in this scope
  104. Source/actions.cpp:239: error: invalid use of undefined type `struct Game'
  105. Source/actions.h:45: error: forward declaration of `struct Game'
  106. Source/actions.cpp:240: error: `House' was not declared in this scope
  107. Source/actions.cpp:240: error: `house' was not declared in this scope
  108. Source/actions.cpp:242: error: invalid use of undefined type `struct Player'
  109. Source/actions.h:41: error: forward declaration of `struct Player'
  110. Source/actions.cpp:242: error: `g_config' was not declared in this scope
  111. Source/actions.cpp:242: error: invalid use of undefined type `struct Player'
  112. Source/actions.h:41: error: forward declaration of `struct Player'
  113. Source/actions.cpp:242: error: `HOUSE_GUEST' was not declared in this scope
  114. Source/actions.cpp:244: error: invalid use of undefined type `struct Player'
  115. Source/actions.h:41: error: forward declaration of `struct Player'
  116. Source/actions.cpp:255: error: invalid use of undefined type `struct Game'
  117. Source/actions.h:45: error: forward declaration of `struct Game'
  118. Source/actions.cpp:256: error: invalid use of undefined type `struct Game'
  119. Source/actions.h:45: error: forward declaration of `struct Game'
  120. Source/actions.cpp:264: error: `Container' has not been declared
  121. Source/actions.cpp:264: error: expected `>' before '*' token
  122. Source/actions.cpp:264: error: expected `(' before '*' token
  123. Source/actions.cpp:264: error: expected primary-expression before '>' token
  124. Source/actions.cpp:264: error: expected `)' before '{' token
  125. Source/actions.cpp: At global scope:
  126. Source/actions.cpp:274: error: `Container' has not been declared
  127. Source/actions.cpp:274: error: ISO C++ forbids declaration of `container' with no type
  128. Source/actions.cpp: In member function `bool Actions::openContainer(Player*, int*, unsigned char)':
  129. Source/actions.cpp:275: error: request for member `depot' in `*container', which is of non-class type `int'
  130. Source/actions.cpp:276: error: invalid use of undefined type `struct Player'
  131. Source/actions.h:41: error: forward declaration of `struct Player'
  132. Source/actions.cpp:278: error: invalid use of undefined type `struct Player'
  133. Source/actions.h:41: error: forward declaration of `struct Player'
  134. Source/actions.cpp:279: error: invalid use of undefined type `struct Player'
  135. Source/actions.h:41: error: forward declaration of `struct Player'
  136. Source/actions.cpp:282: error: invalid use of undefined type `struct Player'
  137. Source/actions.h:41: error: forward declaration of `struct Player'
  138. Source/actions.cpp:286: error: `Container' was not declared in this scope
  139. Source/actions.cpp:286: error: `container2' was not declared in this scope
  140.  
  141. Source/actions.cpp:286: error: invalid use of undefined type `struct Player'
  142. Source/actions.h:41: error: forward declaration of `struct Player'
  143. Source/actions.cpp:286: error: request for member `depot' in `*container', which is of non-class type `int'
  144. Source/actions.cpp:289: error: request for member `pos' in `*container', which is of non-class type `int'
  145. Source/actions.cpp:290: error: invalid use of undefined type `struct Player'
  146. Source/actions.h:41: error: forward declaration of `struct Player'
  147. Source/actions.cpp: In member function `bool Actions::UseItemEx(Player*, const Position&, unsigned char, const Position&, unsigned char, short unsigned int)':
  148. Source/actions.cpp:304: error: invalid use of undefined type `struct Player'
  149. Source/actions.h:41: error: forward declaration of `struct Player'
  150. Source/actions.cpp:308: error: invalid use of undefined type `struct Game'
  151. Source/actions.h:45: error: forward declaration of `struct Game'
  152. Source/actions.cpp:312: error: invalid use of undefined type `struct Item'
  153. Source/actions.h:44: error: forward declaration of `struct Item'
  154. Source/actions.cpp:315: error: invalid use of undefined type `struct Item'
  155. Source/actions.h:44: error: forward declaration of `struct Item'
  156. Source/actions.cpp:323: error: invalid use of undefined type `struct Player'
  157. Source/actions.h:41: error: forward declaration of `struct Player'
  158. Source/actions.cpp:328: error: invalid use of undefined type `struct Player'
  159. Source/actions.h:41: error: forward declaration of `struct Player'
  160. Source/actions.cpp:332: error: invalid use of undefined type `struct Player'
  161. Source/actions.h:41: error: forward declaration of `struct Player'
  162. Source/actions.cpp:336: error: invalid use of undefined type `struct Game'
  163. Source/actions.h:45: error: forward declaration of `struct Game'
  164. Source/actions.cpp:337: error: invalid use of undefined type `struct Game'
  165. Source/actions.h:45: error: forward declaration of `struct Game'
  166. Source/actions.cpp:345: error: invalid use of undefined type `struct Player'
  167. Source/actions.h:41: error: forward declaration of `struct Player'
  168. Source/actions.cpp: In member function `bool Action::executeUse(Player*, Item*, PositionEx&, PositionEx&)':
  169. Source/actions.cpp:389: error: invalid use of undefined type `struct Player'
  170. Source/actions.h:41: error: forward declaration of `struct Player'
  171. Source/actions.cpp:390: error: `Thing' was not declared in this scope
  172. Source/actions.cpp:390: error: expected primary-expression before ')' token
  173. Source/actions.cpp:391: error: no matching function for call to `ActionScript::AddThingToMap(Item*&, PositionEx&)'
  174. Source/actions.h:148: note: candidates are: unsigned int ActionScript::AddThingToMap(int*, PositionEx&)
  175. Source/actions.cpp:398: error: no matching function for call to `ActionScript::internalAddThing(lua_State*&, Item*&, unsigned int&)'
  176. Source/actions.h:231: note: candidates are: static void ActionScript::internalAddThing(lua_State*, int)
  177. Source/actions.cpp:401: error: `thing' was not declared in this scope
  178. Source/actions.cpp:401: error: invalid use of undefined type `struct Game'
  179. Source/actions.h:45: error: forward declaration of `struct Game'
  180.  
  181. Source/actions.cpp:408: error: no matching function for call to `ActionScript::internalAddThing(lua_State*&, NULL, int)'
  182. Source/actions.h:231: note: candidates are: static void ActionScript::internalAddThing(lua_State*, int)
  183. Source/actions.cpp: In constructor `ActionScript::ActionScript(Game*, const std::string&, const std::string&)':
  184. Source/actions.cpp:432: error: `luaopen_loadlib' was not declared in this scope
  185. Source/actions.cpp:437: error: `lua_dofile' was not declared in this scope
  186. Source/actions.cpp: At global scope:
  187. Source/actions.cpp:480: error: variable or field `AddThingToMapUnique' declared void
  188. Source/actions.cpp:480: error: `int ActionScript::AddThingToMapUnique' is not a static member of `class ActionScript'
  189. Source/actions.cpp:480: error: `Thing' was not declared in this scope
  190. Source/actions.cpp:480: error: `thing' was not declared in this scope
  191. Source/actions.cpp:480: error: expected `,' or `;' before '{' token
  192. Source/actions.cpp:504: error: `unsigned int ActionScript::AddThingToMap' is not a static member of `class ActionScript'
  193. Source/actions.cpp:504: error: `Thing' was not declared in this scope
  194. Source/actions.cpp:504: error: `thing' was not declared in this scope
  195. Source/actions.cpp:504: error: expected primary-expression before '&' token
  196. Source/actions.cpp:504: error: `pos' was not declared in this scope
  197. Source/actions.cpp:505: error: initializer expression list treated as compound expression
  198. Source/actions.cpp:505: error: expected `,' or `;' before '{' token
  199. Source/actions.cpp: In member function `const KnownThing* ActionScript::GetThingByUID(int)':
  200. Source/actions.cpp:557: error: 'struct KnownThing' has no member named 'thing'
  201. Source/actions.cpp:559: error: 'struct KnownThing' has no member named 'thing'
  202. Source/actions.cpp:559: error: 'struct KnownThing' has no member named 'thing'
  203. Source/actions.cpp:561: error: 'struct KnownThing' has no member named 'thing'
  204. Source/actions.cpp: In static member function `static Position ActionScript::internalGetRealPosition(ActionScript*, Player*, const Position&)':
  205.  
  206. Source/actions.cpp:721: error: invalid use of undefined type `struct Game'
  207. Source/actions.h:45: error: forward declaration of `struct Game'
  208. Source/actions.cpp: At global scope:
  209. Source/actions.cpp:728: error: expected `,' or `...' before '*' token
  210. Source/actions.cpp:729: error: ISO C++ forbids declaration of `Thing' with no type
  211. Source/actions.cpp: In static member function `static void ActionScript::internalAddThing(lua_State*, int)':
  212. Source/actions.cpp:731: error: `thing' was not declared in this scope
  213. Source/actions.cpp:732: error: cannot dynamic_cast `thing' (of type `<type error>') to type `const struct Item*' (target is not pointer or reference to complete type)
  214. Source/actions.cpp:733: error: `thingid' was not declared in this scope
  215. Source/actions.cpp:734: error: invalid use of undefined type `const struct Item'
  216. Source/actions.h:44: error: forward declaration of `const struct Item'
  217. Source/actions.cpp:735: error: invalid use of undefined type `const struct Item'
  218. Source/actions.h:44: error: forward declaration of `const struct Item'
  219. Source/actions.cpp:736: error: invalid use of undefined type `const struct Item'
  220. Source/actions.h:44: error: forward declaration of `const struct Item'
  221. Source/actions.cpp:738: error: ISO C++ forbids declaration of `type name' with no type
  222. Source/actions.cpp:738: error: expected `>' before "Creature"
  223. Source/actions.cpp:738: error: expected `(' before "Creature"
  224. Source/actions.cpp:738: error: `Creature' was not declared in this scope
  225. Source/actions.cpp:738: error: expected primary-expression before '>' token
  226.  
  227. Source/actions.cpp:738: error: expected `)' before '{' token
  228. Source/actions.cpp:760: error: expected primary-expression before '}' token
  229. Source/actions.cpp:760: error: expected `;' before '}' token
  230. Source/actions.cpp: In static member function `static int ActionScript::internalGetPlayerInfo(lua_State*, ePlayerInfo)':
  231. Source/actions.cpp:800: error: `Tile' was not declared in this scope
  232. Source/actions.cpp:800: error: `tile' was not declared in this scope
  233. Source/actions.cpp:801: error: 'const struct KnownThing' has no member named 'thing'
  234. Source/actions.cpp:804: error: invalid use of undefined type `struct Player'
  235. Source/actions.h:41: error: forward declaration of `struct Player'
  236. Source/actions.cpp:807: error: invalid use of undefined type `struct Player'
  237. Source/actions.h:41: error: forward declaration of `struct Player'
  238. Source/actions.cpp:810: error: invalid use of undefined type `struct Player'
  239. Source/actions.h:41: error: forward declaration of `struct Player'
  240. Source/actions.cpp:813: error: invalid use of undefined type `struct Player'
  241. Source/actions.h:41: error: forward declaration of `struct Player'
  242. Source/actions.cpp:816: error: invalid use of undefined type `struct Player'
  243. Source/actions.h:41: error: forward declaration of `struct Player'
  244. Source/actions.cpp:819: error: invalid use of undefined type `struct Player'
  245. Source/actions.h:41: error: forward declaration of `struct Player'
  246. Source/actions.cpp:823: error: invalid use of undefined type `struct Player'
  247. Source/actions.h:41: error: forward declaration of `struct Player'
  248. Source/actions.cpp:825: error: invalid use of undefined type `struct Game'
  249. Source/actions.h:45: error: forward declaration of `struct Game'
  250. Source/actions.cpp:825: error: invalid use of undefined type `struct Player'
  251. Source/actions.h:41: error: forward declaration of `struct Player'
  252. Source/actions.cpp:832: error: invalid use of undefined type `struct Player'
  253. Source/actions.h:41: error: forward declaration of `struct Player'
  254. Source/actions.cpp:837: error: invalid use of undefined type `struct Player'
  255. Source/actions.h:41: error: forward declaration of `struct Player'
  256. Source/actions.cpp:840: error: invalid use of undefined type `struct Player'
  257. Source/actions.h:41: error: forward declaration of `struct Player'
  258. Source/actions.cpp:843: error: invalid use of undefined type `struct Player'
  259. Source/actions.h:41: error: forward declaration of `struct Player'
  260. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoRemoveItem(lua_State*)':
  261. Source/actions.cpp:909: error: 'const struct KnownThing' has no member named 'thing'
  262. Source/actions.cpp:911: error: invalid use of undefined type `struct Item'
  263. Source/actions.h:44: error: forward declaration of `struct Item'
  264. Source/actions.cpp:923: error: invalid use of undefined type `struct Item'
  265. Source/actions.h:44: error: forward declaration of `struct Item'
  266. Source/actions.cpp:923: error: invalid use of undefined type `struct Item'
  267. Source/actions.h:44: error: forward declaration of `struct Item'
  268. Source/actions.cpp:924: error: invalid use of undefined type `struct Item'
  269. Source/actions.h:44: error: forward declaration of `struct Item'
  270. Source/actions.cpp:924: error: invalid use of undefined type `struct Item'
  271. Source/actions.h:44: error: forward declaration of `struct Item'
  272. Source/actions.cpp:925: error: invalid use of undefined type `struct Game'
  273.  
  274. Source/actions.h:45: error: forward declaration of `struct Game'
  275. Source/actions.cpp:928: error: invalid use of undefined type `struct Game'
  276. Source/actions.h:45: error: forward declaration of `struct Game'
  277.  
  278. Source/actions.cpp:929: error: invalid use of undefined type `struct Game'
  279. Source/actions.h:45: error: forward declaration of `struct Game'
  280. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerRemoveItem(lua_State*)':
  281. Source/actions.cpp:948: error: 'const struct KnownThing' has no member named 'thing'
  282. Source/actions.cpp:949: error: invalid use of undefined type `struct Player'
  283. Source/actions.h:41: error: forward declaration of `struct Player'
  284. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoFeedPlayer(lua_State*)':
  285. Source/actions.cpp:975: error: 'const struct KnownThing' has no member named 'thing'
  286. Source/actions.cpp:976: error: invalid use of undefined type `struct Player'
  287. Source/actions.h:41: error: forward declaration of `struct Player'
  288. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoSendCancel(lua_State*)':
  289. Source/actions.cpp:998: error: 'const struct KnownThing' has no member named 'thing'
  290. Source/actions.cpp:999: error: invalid use of undefined type `struct Player'
  291. Source/actions.h:41: error: forward declaration of `struct Player'
  292. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoTeleportThing(lua_State*)':
  293. Source/actions.cpp:1019: error: `Thing' was not declared in this scope
  294. Source/actions.cpp:1019: error: `tmpthing' was not declared in this scope
  295. Source/actions.cpp:1023: error: 'const struct KnownThing' has no member named 'thing'
  296. Source/actions.cpp:1033: error: 'const struct KnownThing' has no member named 'thing'
  297. Source/actions.cpp:1040: error: invalid use of undefined type `struct Game'
  298. Source/actions.h:45: error: forward declaration of `struct Game'
  299. Source/actions.cpp:1042: error: `Tile' was not declared in this scope
  300. Source/actions.cpp:1042: error: `tile' was not declared in this scope
  301. Source/actions.cpp:1042: error: invalid use of undefined type `struct Game'
  302. Source/actions.h:45: error: forward declaration of `struct Game'
  303.  
  304. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoTransformItem(lua_State*)':
  305.  
  306. Source/actions.cpp:1068: error: 'const struct KnownThing' has no member named 'thing'
  307. Source/actions.cpp:1077: error: invalid use of undefined type `struct Item'
  308. Source/actions.h:44: error: forward declaration of `struct Item'
  309. Source/actions.cpp:1079: error: invalid use of undefined type `struct Game'
  310. Source/actions.h:45: error: forward declaration of `struct Game'
  311. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerSay(lua_State*)':
  312. Source/actions.cpp:1096: error: 'const struct KnownThing' has no member named 'thing'
  313. Source/actions.cpp:1097: error: invalid use of undefined type `struct Game'
  314. Source/actions.h:45: error: forward declaration of `struct Game'
  315. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoSendMagicEffect(lua_State*)':
  316. Source/actions.cpp:1119: error: `SpectatorVec' was not declared in this scope
  317. Source/actions.cpp:1119: error: expected `;' before "list"
  318. Source/actions.cpp:1120: error: `SpectatorVec' is not a class or namespace
  319.  
  320. Source/actions.cpp:1120: error: `iterator' was not declared in this scope
  321. Source/actions.cpp:1120: error: expected `;' before "it"
  322. Source/actions.cpp:1122: error: invalid use of undefined type `struct Game'
  323. Source/actions.h:45: error: forward declaration of `struct Game'
  324. Source/actions.cpp:1122: error: `Range' was not declared in this scope
  325. Source/actions.cpp:1122: error: `list' was not declared in this scope
  326. Source/actions.cpp:1124: error: `it' was not declared in this scope
  327. Source/actions.cpp:1127: error: invalid use of undefined type `struct Player'
  328. Source/actions.h:41: error: forward declaration of `struct Player'
  329. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoChangeTypeItem(lua_State*)':
  330. Source/actions.cpp:1146: error: 'const struct KnownThing' has no member named 'thing'
  331. Source/actions.cpp:1155: error: invalid use of undefined type `struct Item'
  332.  
  333. Source/actions.h:44: error: forward declaration of `struct Item'
  334. Source/actions.cpp:1157: error: invalid use of undefined type `struct Game'
  335. Source/actions.h:45: error: forward declaration of `struct Game'
  336. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerAddSkillTry(lua_State*)':
  337. Source/actions.cpp:1175: error: 'const struct KnownThing' has no member named 'thing'
  338. Source/actions.cpp:1176: error: invalid use of undefined type `struct Player'
  339. Source/actions.h:41: error: forward declaration of `struct Player'
  340. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerAddHealth(lua_State*)':
  341. Source/actions.cpp:1199: error: 'const struct KnownThing' has no member named 'thing'
  342. Source/actions.cpp:1200: error: invalid use of undefined type `struct Player'
  343. Source/actions.h:41: error: forward declaration of `struct Player'
  344. Source/actions.cpp:1202: error: invalid use of undefined type `struct Player'
  345. Source/actions.h:41: error: forward declaration of `struct Player'
  346. Source/actions.cpp:1204: error: invalid use of undefined type `struct Player'
  347. Source/actions.h:41: error: forward declaration of `struct Player'
  348. Source/actions.cpp:1205: error: invalid use of undefined type `struct Player'
  349.  
  350. Source/actions.h:41: error: forward declaration of `struct Player'
  351. Source/actions.cpp:1205: error: invalid use of undefined type `struct Player'
  352. Source/actions.h:41: error: forward declaration of `struct Player'
  353. Source/actions.cpp:1208: error: invalid use of undefined type `struct Player'
  354. Source/actions.h:41: error: forward declaration of `struct Player'
  355. Source/actions.cpp:1210: error: invalid use of undefined type `struct Player'
  356. Source/actions.h:41: error: forward declaration of `struct Player'
  357. Source/actions.cpp:1212: error: `SpectatorVec' was not declared in this scope
  358. Source/actions.cpp:1212: error: expected `;' before "list"
  359. Source/actions.cpp:1213: error: `SpectatorVec' is not a class or namespace
  360. Source/actions.cpp:1213: error: `iterator' was not declared in this scope
  361. Source/actions.cpp:1213: error: expected `;' before "it"
  362. Source/actions.cpp:1215: error: invalid use of undefined type `struct Game'
  363. Source/actions.h:45: error: forward declaration of `struct Game'
  364. Source/actions.cpp:1215: error: invalid use of undefined type `struct Player'
  365. Source/actions.h:41: error: forward declaration of `struct Player'
  366. Source/actions.cpp:1215: error: `Range' was not declared in this scope
  367. Source/actions.cpp:1215: error: `list' was not declared in this scope
  368. Source/actions.cpp:1216: error: `it' was not declared in this scope
  369. Source/actions.cpp:1219: error: invalid use of undefined type `struct Player'
  370. Source/actions.h:41: error: forward declaration of `struct Player'
  371. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerAddMana(lua_State*)':
  372. Source/actions.cpp:1242: error: 'const struct KnownThing' has no member named 'thing'
  373. Source/actions.cpp:1243: error: invalid use of undefined type `struct Player'
  374. Source/actions.h:41: error: forward declaration of `struct Player'
  375. Source/actions.cpp:1243: error: invalid use of undefined type `struct Player'
  376. Source/actions.h:41: error: forward declaration of `struct Player'
  377. Source/actions.cpp:1243: error: invalid use of undefined type `struct Player'
  378. Source/actions.h:41: error: forward declaration of `struct Player'
  379. Source/actions.cpp:1244: error: invalid use of undefined type `struct Player'
  380. Source/actions.h:41: error: forward declaration of `struct Player'
  381. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerAddItem(lua_State*)':
  382. Source/actions.cpp:1268: error: 'const struct KnownThing' has no member named 'thing'
  383. Source/actions.cpp:1269: error: incomplete type `Item' used in nested name specifier
  384. Source/actions.cpp:1270: error: invalid use of undefined type `struct Player'
  385. Source/actions.h:41: error: forward declaration of `struct Player'
  386. Source/actions.cpp:1272: error: invalid use of undefined type `struct Game'
  387. Source/actions.h:45: error: forward declaration of `struct Game'
  388. Source/actions.cpp:1272: error: invalid use of undefined type `struct Player'
  389. Source/actions.h:41: error: forward declaration of `struct Player'
  390. Source/actions.cpp:1274: error: `Tile' was not declared in this scope
  391. Source/actions.cpp:1274: error: `tile' was not declared in this scope
  392. Source/actions.cpp:1274: error: invalid use of undefined type `struct Game'
  393. Source/actions.h:45: error: forward declaration of `struct Game'
  394. Source/actions.cpp:1274: error: invalid use of undefined type `struct Item'
  395. Source/actions.h:44: error: forward declaration of `struct Item'
  396. Source/actions.cpp:1282: error: invalid use of undefined type `struct Item'
  397.  
  398. Source/actions.h:44: error: forward declaration of `struct Item'
  399. Source/actions.cpp:1283: error: invalid use of undefined type `struct Item'
  400. Source/actions.h:44: error: forward declaration of `struct Item'
  401. Source/actions.cpp:1284: error: invalid use of undefined type `struct Item'
  402. Source/actions.h:44: error: forward declaration of `struct Item'
  403.  
  404. Source/actions.cpp:1285: error: `Thing' was not declared in this scope
  405. Source/actions.cpp:1285: error: expected primary-expression before ')' token
  406. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerSendTextMessage(lua_State*)':
  407. Source/actions.cpp:1309: error: 'const struct KnownThing' has no member named 'thing'
  408. Source/actions.cpp:1310: error: invalid use of undefined type `struct Player'
  409. Source/actions.h:41: error: forward declaration of `struct Player'
  410. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoSendAnimatedText(lua_State*)':
  411. Source/actions.cpp:1332: error: `SpectatorVec' was not declared in this scope
  412. Source/actions.cpp:1332: error: expected `;' before "list"
  413. Source/actions.cpp:1333: error: `SpectatorVec' is not a class or namespace
  414. Source/actions.cpp:1333: error: `iterator' was not declared in this scope
  415. Source/actions.cpp:1333: error: expected `;' before "it"
  416. Source/actions.cpp:1335: error: invalid use of undefined type `struct Game'
  417. Source/actions.h:45: error: forward declaration of `struct Game'
  418. Source/actions.cpp:1335: error: `Range' was not declared in this scope
  419. Source/actions.cpp:1335: error: `list' was not declared in this scope
  420. Source/actions.cpp:1337: error: `it' was not declared in this scope
  421. Source/actions.cpp:1340: error: invalid use of undefined type `struct Player'
  422. Source/actions.h:41: error: forward declaration of `struct Player'
  423. Source/actions.cpp: In static member function `static int ActionScript::luaActionGetPlayerSkill(lua_State*)':
  424. Source/actions.cpp:1362: error: 'const struct KnownThing' has no member named 'thing'
  425. Source/actions.cpp:1363: error: invalid use of undefined type `struct Player'
  426. Source/actions.h:41: error: forward declaration of `struct Player'
  427. Source/actions.cpp:1363: error: `SKILL_LEVEL' was not declared in this scope
  428. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoShowTextWindow(lua_State*)':
  429. Source/actions.cpp:1385: error: 'const struct KnownThing' has no member named 'thing'
  430. Source/actions.cpp:1393: error: invalid use of undefined type `struct Player'
  431. Source/actions.h:41: error: forward declaration of `struct Player'
  432. Source/actions.cpp: In static member function `static int ActionScript::luaActionGetItemRWInfo(lua_State*)':
  433. Source/actions.cpp:1409: error: 'const struct KnownThing' has no member named 'thing'
  434. Source/actions.cpp:1417: error: invalid use of undefined type `struct Item'
  435. Source/actions.h:44: error: forward declaration of `struct Item'
  436. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoDecayItem(lua_State*)':
  437. Source/actions.cpp:1432: error: 'const struct KnownThing' has no member named 'thing'
  438. Source/actions.cpp:1440: error: invalid use of undefined type `struct Game'
  439. Source/actions.h:45: error: forward declaration of `struct Game'
  440. Source/actions.cpp: In static member function `static int ActionScript::luaActionGetThingfromPos(lua_State*)':
  441. Source/actions.cpp:1460: error: `Tile' was not declared in this scope
  442. Source/actions.cpp:1460: error: `tile' was not declared in this scope
  443. Source/actions.cpp:1460: error: invalid use of undefined type `struct Game'
  444.  
  445. Source/actions.h:45: error: forward declaration of `struct Game'
  446. Source/actions.cpp:1462: error: `Thing' was not declared in this scope
  447. Source/actions.cpp:1462: error: `thing' was not declared in this scope
  448. Source/actions.cpp:1486: error: no matching function for call to `ActionScript::internalAddThing(lua_State*&, NULL, int)'
  449. Source/actions.cpp:729: note: candidates are: static void ActionScript::internalAddThing(lua_State*, int)
  450. Source/actions.cpp:1493: error: no matching function for call to `ActionScript::internalAddThing(lua_State*&, NULL, int)'
  451. Source/actions.cpp:729: note: candidates are: static void ActionScript::internalAddThing(lua_State*, int)
  452. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoCreateItem(lua_State*)':
  453. Source/actions.cpp:1507: error: incomplete type `Item' used in nested name specifier
  454. Source/actions.cpp:1508: error: invalid use of undefined type `struct Game'
  455. Source/actions.h:45: error: forward declaration of `struct Game'
  456.  
  457. Source/actions.cpp:1510: error: `Tile' was not declared in this scope
  458. Source/actions.cpp:1510: error: `tile' was not declared in this scope
  459. Source/actions.cpp:1510: error: invalid use of undefined type `struct Game'
  460. Source/actions.h:45: error: forward declaration of `struct Game'
  461. Source/actions.cpp:1518: error: `Thing' was not declared in this scope
  462. Source/actions.cpp:1518: error: expected primary-expression before ')' token
  463. Source/actions.cpp: In static member function `static int ActionScript::luaActionGetPlayerStorageValue(lua_State*)':
  464. Source/actions.cpp:1534: error: 'const struct KnownThing' has no member named 'thing'
  465.  
  466. Source/actions.cpp:1536: error: invalid use of undefined type `struct Player'
  467. Source/actions.h:41: error: forward declaration of `struct Player'
  468. Source/actions.cpp: In static member function `static int ActionScript::luaActionSetPlayerStorageValue(lua_State*)':
  469. Source/actions.cpp:1562: error: 'const struct KnownThing' has no member named 'thing'
  470.  
  471. Source/actions.cpp:1563: error: invalid use of undefined type `struct Player'
  472. Source/actions.h:41: error: forward declaration of `struct Player'
  473. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoSetItemActionId(lua_State*)':
  474. Source/actions.cpp:1586: error: 'const struct KnownThing' has no member named 'thing'
  475. Source/actions.cpp:1594: error: invalid use of undefined type `struct Item'
  476. Source/actions.h:44: error: forward declaration of `struct Item'
  477. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoSetItemText(lua_State*)':
  478. Source/actions.cpp:1612: error: 'const struct KnownThing' has no member named 'thing'
  479.  
  480. Source/actions.cpp:1620: error: invalid use of undefined type `struct Item'
  481. Source/actions.h:44: error: forward declaration of `struct Item'
  482. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoSetItemSpecialDescription(lua_State*)':
  483. Source/actions.cpp:1638: error: 'const struct KnownThing' has no member named 'thing'
  484. Source/actions.cpp:1646: error: invalid use of undefined type `struct Item'
  485. Source/actions.h:44: error: forward declaration of `struct Item'
  486. Source/actions.cpp: In static member function `static int ActionScript::luaActionGetTilePzInfo(lua_State*)':
  487. Source/actions.cpp:1661: error: `Tile' was not declared in this scope
  488. Source/actions.cpp:1661: error: `tile' was not declared in this scope
  489. Source/actions.cpp:1661: error: invalid use of undefined type `struct Game'
  490. Source/actions.h:45: error: forward declaration of `struct Game'
  491. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoSummonCreature(lua_State*)':
  492. Source/actions.cpp:1687: error: incomplete type `Monster' used in nested name specifier
  493. Source/actions.cpp:1696: error: invalid use of undefined type `struct Game'
  494. Source/actions.h:45: error: forward declaration of `struct Game'
  495. Source/actions.cpp:1697: warning: possible problem detected in invocation of delete operator:
  496. Source/actions.cpp:1687: warning: `monster' has incomplete type
  497. Source/actions.h:43: warning: forward declaration of `struct Monster'
  498. Source/actions.cpp:1697: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
  499. Source/actions.cpp:1703: error: `Thing' was not declared in this scope
  500. Source/actions.cpp:1703: error: expected primary-expression before ')' token
  501. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerRemoveMoney(lua_State*)':
  502. Source/actions.cpp:1720: error: 'const struct KnownThing' has no member named 'thing'
  503.  
  504. Source/actions.cpp:1721: error: invalid use of undefined type `struct Player'
  505. Source/actions.h:41: error: forward declaration of `struct Player'
  506. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerSetMasterPos(lua_State*)':
  507. Source/actions.cpp:1748: error: 'const struct KnownThing' has no member named 'thing'
  508. Source/actions.cpp:1749: error: invalid use of undefined type `struct Player'
  509. Source/actions.h:41: error: forward declaration of `struct Player'
  510. Source/actions.cpp: In static member function `static int ActionScript::luaActionDoPlayerSetVocation(lua_State*)':
  511. Source/actions.cpp:1770: error: 'const struct KnownThing' has no member named 'thing'
  512. Source/actions.cpp:1771: error: invalid use of undefined type `struct Player'
  513. Source/actions.h:41: error: forward declaration of `struct Player'
  514.  
  515. Source/actions.cpp:1771: error: `playervoc_t' was not declared in this scope
  516. Source/actions.cpp:1771: error: expected `;' before "voc"
  517. Source/actions.cpp: In static member function `static int ActionScript::luaActionGetItemName(lua_State*)':
  518. Source/actions.cpp:1788: error: incomplete type `Item' used in nested name specifier
  519.  
  520. make.exe: *** [Source/actions.o] Error 1
  521.  
  522. Wykonanie zakończone
  523.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement