Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 44.74 KB | None | 0 0
  1. Last login: Tue Mar 13 21:02:12 on ttys000
  2. ✔ ~
  3. 21:15 $ cd Desktop/zCatch/
  4. ✔ ~/Desktop/zCatch [teehistorian|]
  5. 21:15 $ ./rebuild.sh
  6. [ 1/34] #1 c++ src/engine/server/server.cpp
  7. src/engine/server/server.cpp:995:18: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
  8.                                 if(ChunkSize < 0)
  9.                                    ~~~~~~~~~ ^ ~
  10. src/engine/server/server.cpp:1957:2: error: use of undeclared identifier 'init_rand'
  11.         init_rand();
  12.         ^
  13. 1 warning and 1 error generated.
  14. bam: 'objs/engine/server/server_x86_64.o' error 256
  15. [ 2/34] #1 c++ src/game/server/player.cpp
  16. In file included from src/game/server/player.cpp:7:
  17. In file included from src/game/server/player.h:8:
  18. In file included from src/game/server/gamecontext.h:25:
  19. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  20.                 CUuid m_GameUuid;
  21.                 ^
  22. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  23.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  24.                         ^
  25. In file included from src/game/server/player.cpp:7:
  26. In file included from src/game/server/player.h:8:
  27. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  28.         CUuid m_GameUuid;
  29.         ^
  30. 3 errors generated.
  31. bam: 'objs/game/server/player_x86_64.o' error 256
  32. [ 3/34] #1 c++ src/game/server/entity.cpp
  33. In file included from src/game/server/entity.cpp:5:
  34. In file included from src/game/server/gamecontext.h:25:
  35. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  36.                 CUuid m_GameUuid;
  37.                 ^
  38. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  39.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  40.                         ^
  41. In file included from src/game/server/entity.cpp:5:
  42. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  43.         CUuid m_GameUuid;
  44.         ^
  45. 3 errors generated.
  46. bam: 'objs/game/server/entity_x86_64.o' error 256
  47. [ 4/34] #1 c++ src/game/server/gameworld.cpp
  48. In file included from src/game/server/gameworld.cpp:6:
  49. In file included from src/game/server/gamecontext.h:25:
  50. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  51.                 CUuid m_GameUuid;
  52.                 ^
  53. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  54.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  55.                         ^
  56. In file included from src/game/server/gameworld.cpp:6:
  57. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  58.         CUuid m_GameUuid;
  59.         ^
  60. 3 errors generated.
  61. bam: 'objs/game/server/gameworld_x86_64.o' error 256
  62. [ 5/34] #1 c++ src/game/server/gamemodes/ctf.cpp
  63. In file included from src/game/server/gamemodes/ctf.cpp:9:
  64. In file included from src/game/server/player.h:8:
  65. In file included from src/game/server/gamecontext.h:25:
  66. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  67.                 CUuid m_GameUuid;
  68.                 ^
  69. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  70.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  71.                         ^
  72. In file included from src/game/server/gamemodes/ctf.cpp:9:
  73. In file included from src/game/server/player.h:8:
  74. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  75.         CUuid m_GameUuid;
  76.         ^
  77. 3 errors generated.
  78. bam: 'objs/game/server/gamemodes/ctf_x86_64.o' error 256
  79. [ 6/34] #1 c++ src/game/server/gamemodes/zcatch.cpp
  80. In file included from src/game/server/gamemodes/zcatch.cpp:7:
  81. In file included from src/game/server/gamecontext.h:25:
  82. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  83.                 CUuid m_GameUuid;
  84.                 ^
  85. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  86.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  87.                         ^
  88. In file included from src/game/server/gamemodes/zcatch.cpp:7:
  89. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  90.         CUuid m_GameUuid;
  91.         ^
  92. src/game/server/gamemodes/zcatch.cpp:822:25: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [32]' [-Wsizeof-array-argument]
  93.                 str_format(buf, sizeof(buf), "%.*f", value % 100 ? 2 : 0, value / 100.0);
  94.                                       ^
  95. src/game/server/gamemodes/zcatch.cpp:819:75: note: declared here
  96. void CGameController_zCatch::FormatRankingColumn(const char* column, char buf[32], int value)
  97.                                                                           ^
  98. src/game/server/gamemodes/zcatch.cpp:824:25: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [32]' [-Wsizeof-array-argument]
  99.                 str_format(buf, sizeof(buf), "%d:%02dh", value / 3600, value / 60 % 60);
  100.                                       ^
  101. src/game/server/gamemodes/zcatch.cpp:819:75: note: declared here
  102. void CGameController_zCatch::FormatRankingColumn(const char* column, char buf[32], int value)
  103.                                                                           ^
  104. src/game/server/gamemodes/zcatch.cpp:826:25: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [32]' [-Wsizeof-array-argument]
  105.                 str_format(buf, sizeof(buf), "%d", value);
  106.                                       ^
  107. src/game/server/gamemodes/zcatch.cpp:819:75: note: declared here
  108. void CGameController_zCatch::FormatRankingColumn(const char* column, char buf[32], int value)
  109.                                                                           ^
  110. 3 warnings and 3 errors generated.
  111. bam: 'objs/game/server/gamemodes/zcatch_x86_64.o' error 256
  112. [ 7/34] #1 c++ src/game/server/gamemodes/tdm.cpp
  113. In file included from src/game/server/gamemodes/tdm.cpp:6:
  114. In file included from src/game/server/player.h:8:
  115. In file included from src/game/server/gamecontext.h:25:
  116. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  117.                 CUuid m_GameUuid;
  118.                 ^
  119. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  120.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  121.                         ^
  122. In file included from src/game/server/gamemodes/tdm.cpp:6:
  123. In file included from src/game/server/player.h:8:
  124. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  125.         CUuid m_GameUuid;
  126.         ^
  127. 3 errors generated.
  128. bam: 'objs/game/server/gamemodes/tdm_x86_64.o' error 256
  129. [ 8/34] #1 c++ src/game/server/gamecontroller.cpp
  130. In file included from src/game/server/gamecontroller.cpp:10:
  131. In file included from src/game/server/gamecontext.h:25:
  132. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  133.                 CUuid m_GameUuid;
  134.                 ^
  135. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  136.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  137.                         ^
  138. In file included from src/game/server/gamecontroller.cpp:10:
  139. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  140.         CUuid m_GameUuid;
  141.         ^
  142. 3 errors generated.
  143. bam: 'objs/game/server/gamecontroller_x86_64.o' error 256
  144. [ 9/34] #1 c++ src/game/server/gamecontext.cpp
  145. In file included from src/game/server/gamecontext.cpp:9:
  146. In file included from src/game/server/gamecontext.h:25:
  147. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  148.                 CUuid m_GameUuid;
  149.                 ^
  150. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  151.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  152.                         ^
  153. In file included from src/game/server/gamecontext.cpp:9:
  154. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  155.         CUuid m_GameUuid;
  156.         ^
  157. src/game/server/gamecontext.cpp:540:37: error: no member named 'GetCore' in 'CCharacter'
  158.                                 m_apPlayers[i]->GetCharacter()->GetCore().Write(&Char);
  159.                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
  160. src/game/server/gamecontext.cpp:2421:14: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  161.         m_pServer = Kernel()->RequestInterface<IServer>();
  162.                     ^~~~~~
  163. src/game/server/gamecontext.cpp:2421:41: error: 'IServer' does not refer to a value
  164.         m_pServer = Kernel()->RequestInterface<IServer>();
  165.                                                ^
  166. src/engine/server.h:11:7: note: declared here
  167. class IServer : public IInterface
  168.       ^
  169. src/game/server/gamecontext.cpp:2421:50: error: expected expression
  170.         m_pServer = Kernel()->RequestInterface<IServer>();
  171.                                                         ^
  172. src/game/server/gamecontext.cpp:2422:15: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  173.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  174.                      ^~~~~~
  175. src/game/server/gamecontext.cpp:2422:42: error: 'IConsole' does not refer to a value
  176.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  177.                                                 ^
  178. src/engine/console.h:8:7: note: declared here
  179. class IConsole : public IInterface
  180.       ^
  181. src/game/server/gamecontext.cpp:2422:52: error: expected expression
  182.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  183.                                                           ^
  184. src/game/server/gamecontext.cpp:2462:14: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  185.         m_pServer = Kernel()->RequestInterface<IServer>();
  186.                     ^~~~~~
  187. src/game/server/gamecontext.cpp:2462:41: error: 'IServer' does not refer to a value
  188.         m_pServer = Kernel()->RequestInterface<IServer>();
  189.                                                ^
  190. src/engine/server.h:11:7: note: declared here
  191. class IServer : public IInterface
  192.       ^
  193. src/game/server/gamecontext.cpp:2462:50: error: expected expression
  194.         m_pServer = Kernel()->RequestInterface<IServer>();
  195.                                                         ^
  196. src/game/server/gamecontext.cpp:2463:15: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  197.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  198.                      ^~~~~~
  199. src/game/server/gamecontext.cpp:2463:42: error: 'IConsole' does not refer to a value
  200.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  201.                                                 ^
  202. src/engine/console.h:8:7: note: declared here
  203. class IConsole : public IInterface
  204.       ^
  205. src/game/server/gamecontext.cpp:2463:52: error: expected expression
  206.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  207.                                                           ^
  208. src/game/server/gamecontext.cpp:2477:16: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  209.         m_Layers.Init(Kernel());
  210.                       ^~~~~~
  211. src/game/server/gamecontext.cpp:2504:18: error: use of undeclared identifier 'UUID_MAXSTRSIZE'
  212.                 char aGameUuid[UUID_MAXSTRSIZE];
  213.                                ^
  214. src/game/server/gamecontext.cpp:2510:24: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  215.                 m_TeeHistorianFile = Kernel()->RequestInterface<IStorage>()->OpenFile(aFilename, IOFLAG_WRITE, IStorage::TYPE_SAVE);
  216.                                      ^~~~~~
  217. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  218. 20 errors generated.
  219. bam: 'objs/game/server/gamecontext_x86_64.o' error 256
  220. [10/34] #1 c++ src/game/server/teehistorian.cpp
  221. In file included from src/game/server/teehistorian.cpp:1:
  222. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  223.                 CUuid m_GameUuid;
  224.                 ^
  225. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  226.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  227.                         ^
  228. src/game/server/teehistorian.cpp:8:14: error: unknown type name 'CUuid'
  229. static const CUuid TEEHISTORIAN_UUID = CalculateUuid(TEEHISTORIAN_NAME);
  230.              ^
  231. src/game/server/teehistorian.cpp:8:40: error: use of undeclared identifier 'CalculateUuid'
  232. static const CUuid TEEHISTORIAN_UUID = CalculateUuid(TEEHISTORIAN_NAME);
  233.                                        ^
  234. In file included from src/game/server/teehistorian.cpp:12:
  235. src/engine/shared/teehistorian_ex_chunks.h:1:1: error: unknown type name 'CUuid'
  236. UUID(TEEHISTORIAN_TEST,         "teehistorian-test@ddnet.tw")
  237. ^
  238. src/game/server/teehistorian.cpp:11:37: note: expanded from macro 'UUID'
  239. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  240.                                     ^
  241. In file included from src/game/server/teehistorian.cpp:12:
  242. src/engine/shared/teehistorian_ex_chunks.h:1:1: error: use of undeclared identifier 'CalculateUuid'
  243. src/game/server/teehistorian.cpp:11:57: note: expanded from macro 'UUID'
  244. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  245.                                                         ^
  246. In file included from src/game/server/teehistorian.cpp:12:
  247. src/engine/shared/teehistorian_ex_chunks.h:2:1: error: unknown type name 'CUuid'
  248. UUID(TEEHISTORIAN_AUTH_INIT,    "teehistorian-auth-init@ddnet.tw")
  249. ^
  250. src/game/server/teehistorian.cpp:11:37: note: expanded from macro 'UUID'
  251. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  252.                                     ^
  253. In file included from src/game/server/teehistorian.cpp:12:
  254. src/engine/shared/teehistorian_ex_chunks.h:2:1: error: use of undeclared identifier 'CalculateUuid'
  255. src/game/server/teehistorian.cpp:11:57: note: expanded from macro 'UUID'
  256. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  257.                                                         ^
  258. In file included from src/game/server/teehistorian.cpp:12:
  259. src/engine/shared/teehistorian_ex_chunks.h:3:1: error: unknown type name 'CUuid'
  260. UUID(TEEHISTORIAN_AUTH_LOGIN,   "teehistorian-auth-login@ddnet.tw")
  261. ^
  262. src/game/server/teehistorian.cpp:11:37: note: expanded from macro 'UUID'
  263. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  264.                                     ^
  265. In file included from src/game/server/teehistorian.cpp:12:
  266. src/engine/shared/teehistorian_ex_chunks.h:3:1: error: use of undeclared identifier 'CalculateUuid'
  267. src/game/server/teehistorian.cpp:11:57: note: expanded from macro 'UUID'
  268. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  269.                                                         ^
  270. In file included from src/game/server/teehistorian.cpp:12:
  271. src/engine/shared/teehistorian_ex_chunks.h:4:1: error: unknown type name 'CUuid'
  272. UUID(TEEHISTORIAN_AUTH_LOGOUT,  "teehistorian-auth-logout@ddnet.tw")
  273. ^
  274. src/game/server/teehistorian.cpp:11:37: note: expanded from macro 'UUID'
  275. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  276.                                     ^
  277. In file included from src/game/server/teehistorian.cpp:12:
  278. src/engine/shared/teehistorian_ex_chunks.h:4:1: error: use of undeclared identifier 'CalculateUuid'
  279. src/game/server/teehistorian.cpp:11:57: note: expanded from macro 'UUID'
  280. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  281.                                                         ^
  282. src/game/server/teehistorian.cpp:124:17: error: use of undeclared identifier 'UUID_MAXSTRSIZE'
  283.         char aGameUuid[UUID_MAXSTRSIZE];
  284.                        ^
  285. In file included from src/game/server/teehistorian.cpp:181:
  286. src/engine/shared/config_variables.h:92:185: error: expected ';' after expression
  287.   ...sv_rcon_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
  288.                                                                                                                                                 ^
  289.                                                                                                                                                 ;
  290. src/engine/shared/config_variables.h:92:30: error: use of undeclared identifier 'SvRconPassword'
  291. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password (full access)", IConsole::ACCES...
  292.                              ^
  293. src/engine/shared/config_variables.h:92:46: error: use of undeclared identifier 'sv_rcon_password'
  294. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password (full access)", IConsole::ACCES...
  295.                                              ^
  296. src/engine/shared/config_variables.h:93:210: error: expected ';' after expression
  297.   ...sv_rcon_mod_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password for moderators (limited access)", IConsole::ACCESS_LEVEL_ADMIN)
  298.                                                                                                                                                                       ^
  299.                                                                                                                                                                       ;
  300. src/engine/shared/config_variables.h:93:30: error: use of undeclared identifier 'SvRconModPassword'
  301. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password for moderators (limited ...
  302.                             ^
  303. src/engine/shared/config_variables.h:93:49: error: use of undeclared identifier 'sv_rcon_mod_password'
  304. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password for moderators (limited ...
  305.                                                 ^
  306. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  307. 20 errors generated.
  308. bam: 'objs/game/server/teehistorian_x86_64.o' error 256
  309. [11/34] #1 c++ src/game/server/entities/character.cpp
  310. In file included from src/game/server/entities/character.cpp:5:
  311. In file included from src/game/server/gamecontext.h:25:
  312. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  313.                 CUuid m_GameUuid;
  314.                 ^
  315. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  316.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  317.                         ^
  318. In file included from src/game/server/entities/character.cpp:5:
  319. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  320.         CUuid m_GameUuid;
  321.         ^
  322. 3 errors generated.
  323. bam: 'objs/game/server/entities/character_x86_64.o' error 256
  324. [12/34] #1 c++ src/game/server/entities/projectile.cpp
  325. In file included from src/game/server/entities/projectile.cpp:4:
  326. In file included from src/game/server/gamecontext.h:25:
  327. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  328.                 CUuid m_GameUuid;
  329.                 ^
  330. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  331.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  332.                         ^
  333. In file included from src/game/server/entities/projectile.cpp:4:
  334. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  335.         CUuid m_GameUuid;
  336.         ^
  337. 3 errors generated.
  338. bam: 'objs/game/server/entities/projectile_x86_64.o' error 256
  339. [13/34] #1 c++ src/game/server/entities/laser.cpp
  340. In file included from src/game/server/entities/laser.cpp:4:
  341. In file included from src/game/server/gamecontext.h:25:
  342. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  343.                 CUuid m_GameUuid;
  344.                 ^
  345. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  346.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  347.                         ^
  348. In file included from src/game/server/entities/laser.cpp:4:
  349. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  350.         CUuid m_GameUuid;
  351.         ^
  352. 3 errors generated.
  353. bam: 'objs/game/server/entities/laser_x86_64.o' error 256
  354. [14/34] #1 c++ src/game/server/entities/flag.cpp
  355. In file included from src/game/server/entities/flag.cpp:3:
  356. In file included from src/game/server/gamecontext.h:25:
  357. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  358.                 CUuid m_GameUuid;
  359.                 ^
  360. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  361.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  362.                         ^
  363. In file included from src/game/server/entities/flag.cpp:3:
  364. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  365.         CUuid m_GameUuid;
  366.         ^
  367. 3 errors generated.
  368. bam: 'objs/game/server/entities/flag_x86_64.o' error 256
  369. [15/34] #1 c++ src/game/server/entities/pickup.cpp
  370. In file included from src/game/server/entities/pickup.cpp:4:
  371. In file included from src/game/server/gamecontext.h:25:
  372. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  373.                 CUuid m_GameUuid;
  374.                 ^
  375. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  376.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  377.                         ^
  378. In file included from src/game/server/entities/pickup.cpp:4:
  379. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  380.         CUuid m_GameUuid;
  381.         ^
  382. 3 errors generated.
  383. bam: 'objs/game/server/entities/pickup_x86_64.o' error 256
  384. [16/34] #1 c++ src/game/server/eventhandler.cpp
  385. In file included from src/game/server/eventhandler.cpp:4:
  386. In file included from src/game/server/gamecontext.h:25:
  387. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  388.                 CUuid m_GameUuid;
  389.                 ^
  390. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  391.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  392.                         ^
  393. In file included from src/game/server/eventhandler.cpp:4:
  394. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  395.         CUuid m_GameUuid;
  396.         ^
  397. 3 errors generated.
  398. bam: 'objs/game/server/eventhandler_x86_64.o' error 256
  399. [17/34] #1 c++ src/engine/server/server.cpp
  400. src/engine/server/server.cpp:995:18: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
  401.                                 if(ChunkSize < 0)
  402.                                    ~~~~~~~~~ ^ ~
  403. src/engine/server/server.cpp:1957:2: error: use of undeclared identifier 'init_rand'
  404.         init_rand();
  405.         ^
  406. 1 warning and 1 error generated.
  407. bam: 'objs/engine/server/server_x86.o' error 256
  408. [18/34] #1 c++ src/game/server/player.cpp
  409. In file included from src/game/server/player.cpp:7:
  410. In file included from src/game/server/player.h:8:
  411. In file included from src/game/server/gamecontext.h:25:
  412. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  413.                 CUuid m_GameUuid;
  414.                 ^
  415. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  416.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  417.                         ^
  418. In file included from src/game/server/player.cpp:7:
  419. In file included from src/game/server/player.h:8:
  420. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  421.         CUuid m_GameUuid;
  422.         ^
  423. 3 errors generated.
  424. bam: 'objs/game/server/player_x86.o' error 256
  425. [19/34] #1 c++ src/game/server/entity.cpp
  426. In file included from src/game/server/entity.cpp:5:
  427. In file included from src/game/server/gamecontext.h:25:
  428. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  429.                 CUuid m_GameUuid;
  430.                 ^
  431. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  432.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  433.                         ^
  434. In file included from src/game/server/entity.cpp:5:
  435. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  436.         CUuid m_GameUuid;
  437.         ^
  438. 3 errors generated.
  439. bam: 'objs/game/server/entity_x86.o' error 256
  440. [20/34] #1 c++ src/game/server/gameworld.cpp
  441. In file included from src/game/server/gameworld.cpp:6:
  442. In file included from src/game/server/gamecontext.h:25:
  443. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  444.                 CUuid m_GameUuid;
  445.                 ^
  446. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  447.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  448.                         ^
  449. In file included from src/game/server/gameworld.cpp:6:
  450. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  451.         CUuid m_GameUuid;
  452.         ^
  453. 3 errors generated.
  454. bam: 'objs/game/server/gameworld_x86.o' error 256
  455. [21/34] #1 c++ src/game/server/gamemodes/ctf.cpp
  456. In file included from src/game/server/gamemodes/ctf.cpp:9:
  457. In file included from src/game/server/player.h:8:
  458. In file included from src/game/server/gamecontext.h:25:
  459. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  460.                 CUuid m_GameUuid;
  461.                 ^
  462. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  463.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  464.                         ^
  465. In file included from src/game/server/gamemodes/ctf.cpp:9:
  466. In file included from src/game/server/player.h:8:
  467. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  468.         CUuid m_GameUuid;
  469.         ^
  470. 3 errors generated.
  471. bam: 'objs/game/server/gamemodes/ctf_x86.o' error 256
  472. [22/34] #1 c++ src/game/server/gamemodes/zcatch.cpp
  473. In file included from src/game/server/gamemodes/zcatch.cpp:7:
  474. In file included from src/game/server/gamecontext.h:25:
  475. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  476.                 CUuid m_GameUuid;
  477.                 ^
  478. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  479.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  480.                         ^
  481. In file included from src/game/server/gamemodes/zcatch.cpp:7:
  482. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  483.         CUuid m_GameUuid;
  484.         ^
  485. src/game/server/gamemodes/zcatch.cpp:822:25: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [32]' [-Wsizeof-array-argument]
  486.                 str_format(buf, sizeof(buf), "%.*f", value % 100 ? 2 : 0, value / 100.0);
  487.                                       ^
  488. src/game/server/gamemodes/zcatch.cpp:819:75: note: declared here
  489. void CGameController_zCatch::FormatRankingColumn(const char* column, char buf[32], int value)
  490.                                                                           ^
  491. src/game/server/gamemodes/zcatch.cpp:824:25: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [32]' [-Wsizeof-array-argument]
  492.                 str_format(buf, sizeof(buf), "%d:%02dh", value / 3600, value / 60 % 60);
  493.                                       ^
  494. src/game/server/gamemodes/zcatch.cpp:819:75: note: declared here
  495. void CGameController_zCatch::FormatRankingColumn(const char* column, char buf[32], int value)
  496.                                                                           ^
  497. src/game/server/gamemodes/zcatch.cpp:826:25: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [32]' [-Wsizeof-array-argument]
  498.                 str_format(buf, sizeof(buf), "%d", value);
  499.                                       ^
  500. src/game/server/gamemodes/zcatch.cpp:819:75: note: declared here
  501. void CGameController_zCatch::FormatRankingColumn(const char* column, char buf[32], int value)
  502.                                                                           ^
  503. 3 warnings and 3 errors generated.
  504. bam: 'objs/game/server/gamemodes/zcatch_x86.o' error 256
  505. [23/34] #1 c++ src/game/server/gamemodes/tdm.cpp
  506. In file included from src/game/server/gamemodes/tdm.cpp:6:
  507. In file included from src/game/server/player.h:8:
  508. In file included from src/game/server/gamecontext.h:25:
  509. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  510.                 CUuid m_GameUuid;
  511.                 ^
  512. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  513.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  514.                         ^
  515. In file included from src/game/server/gamemodes/tdm.cpp:6:
  516. In file included from src/game/server/player.h:8:
  517. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  518.         CUuid m_GameUuid;
  519.         ^
  520. 3 errors generated.
  521. bam: 'objs/game/server/gamemodes/tdm_x86.o' error 256
  522. [24/34] #1 c++ src/game/server/gamecontroller.cpp
  523. In file included from src/game/server/gamecontroller.cpp:10:
  524. In file included from src/game/server/gamecontext.h:25:
  525. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  526.                 CUuid m_GameUuid;
  527.                 ^
  528. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  529.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  530.                         ^
  531. In file included from src/game/server/gamecontroller.cpp:10:
  532. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  533.         CUuid m_GameUuid;
  534.         ^
  535. 3 errors generated.
  536. bam: 'objs/game/server/gamecontroller_x86.o' error 256
  537. [25/34] #1 c++ src/game/server/gamecontext.cpp
  538. In file included from src/game/server/gamecontext.cpp:9:
  539. In file included from src/game/server/gamecontext.h:25:
  540. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  541.                 CUuid m_GameUuid;
  542.                 ^
  543. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  544.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  545.                         ^
  546. In file included from src/game/server/gamecontext.cpp:9:
  547. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  548.         CUuid m_GameUuid;
  549.         ^
  550. src/game/server/gamecontext.cpp:540:37: error: no member named 'GetCore' in 'CCharacter'
  551.                                 m_apPlayers[i]->GetCharacter()->GetCore().Write(&Char);
  552.                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
  553. src/game/server/gamecontext.cpp:2421:14: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  554.         m_pServer = Kernel()->RequestInterface<IServer>();
  555.                     ^~~~~~
  556. src/game/server/gamecontext.cpp:2421:41: error: 'IServer' does not refer to a value
  557.         m_pServer = Kernel()->RequestInterface<IServer>();
  558.                                                ^
  559. src/engine/server.h:11:7: note: declared here
  560. class IServer : public IInterface
  561.       ^
  562. src/game/server/gamecontext.cpp:2421:50: error: expected expression
  563.         m_pServer = Kernel()->RequestInterface<IServer>();
  564.                                                         ^
  565. src/game/server/gamecontext.cpp:2422:15: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  566.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  567.                      ^~~~~~
  568. src/game/server/gamecontext.cpp:2422:42: error: 'IConsole' does not refer to a value
  569.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  570.                                                 ^
  571. src/engine/console.h:8:7: note: declared here
  572. class IConsole : public IInterface
  573.       ^
  574. src/game/server/gamecontext.cpp:2422:52: error: expected expression
  575.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  576.                                                           ^
  577. src/game/server/gamecontext.cpp:2462:14: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  578.         m_pServer = Kernel()->RequestInterface<IServer>();
  579.                     ^~~~~~
  580. src/game/server/gamecontext.cpp:2462:41: error: 'IServer' does not refer to a value
  581.         m_pServer = Kernel()->RequestInterface<IServer>();
  582.                                                ^
  583. src/engine/server.h:11:7: note: declared here
  584. class IServer : public IInterface
  585.       ^
  586. src/game/server/gamecontext.cpp:2462:50: error: expected expression
  587.         m_pServer = Kernel()->RequestInterface<IServer>();
  588.                                                         ^
  589. src/game/server/gamecontext.cpp:2463:15: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  590.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  591.                      ^~~~~~
  592. src/game/server/gamecontext.cpp:2463:42: error: 'IConsole' does not refer to a value
  593.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  594.                                                 ^
  595. src/engine/console.h:8:7: note: declared here
  596. class IConsole : public IInterface
  597.       ^
  598. src/game/server/gamecontext.cpp:2463:52: error: expected expression
  599.         m_pConsole = Kernel()->RequestInterface<IConsole>();
  600.                                                           ^
  601. src/game/server/gamecontext.cpp:2477:16: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  602.         m_Layers.Init(Kernel());
  603.                       ^~~~~~
  604. src/game/server/gamecontext.cpp:2504:18: error: use of undeclared identifier 'UUID_MAXSTRSIZE'
  605.                 char aGameUuid[UUID_MAXSTRSIZE];
  606.                                ^
  607. src/game/server/gamecontext.cpp:2510:24: error: cannot initialize object parameter of type 'IInterface' with an expression of type 'CGameContext'
  608.                 m_TeeHistorianFile = Kernel()->RequestInterface<IStorage>()->OpenFile(aFilename, IOFLAG_WRITE, IStorage::TYPE_SAVE);
  609.                                      ^~~~~~
  610. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  611. 20 errors generated.
  612. bam: 'objs/game/server/gamecontext_x86.o' error 256
  613. [26/34] #1 c++ src/game/server/teehistorian.cpp
  614. In file included from src/game/server/teehistorian.cpp:1:
  615. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  616.                 CUuid m_GameUuid;
  617.                 ^
  618. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  619.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  620.                         ^
  621. src/game/server/teehistorian.cpp:8:14: error: unknown type name 'CUuid'
  622. static const CUuid TEEHISTORIAN_UUID = CalculateUuid(TEEHISTORIAN_NAME);
  623.              ^
  624. src/game/server/teehistorian.cpp:8:40: error: use of undeclared identifier 'CalculateUuid'
  625. static const CUuid TEEHISTORIAN_UUID = CalculateUuid(TEEHISTORIAN_NAME);
  626.                                        ^
  627. In file included from src/game/server/teehistorian.cpp:12:
  628. src/engine/shared/teehistorian_ex_chunks.h:1:1: error: unknown type name 'CUuid'
  629. UUID(TEEHISTORIAN_TEST,         "teehistorian-test@ddnet.tw")
  630. ^
  631. src/game/server/teehistorian.cpp:11:37: note: expanded from macro 'UUID'
  632. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  633.                                     ^
  634. In file included from src/game/server/teehistorian.cpp:12:
  635. src/engine/shared/teehistorian_ex_chunks.h:1:1: error: use of undeclared identifier 'CalculateUuid'
  636. src/game/server/teehistorian.cpp:11:57: note: expanded from macro 'UUID'
  637. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  638.                                                         ^
  639. In file included from src/game/server/teehistorian.cpp:12:
  640. src/engine/shared/teehistorian_ex_chunks.h:2:1: error: unknown type name 'CUuid'
  641. UUID(TEEHISTORIAN_AUTH_INIT,    "teehistorian-auth-init@ddnet.tw")
  642. ^
  643. src/game/server/teehistorian.cpp:11:37: note: expanded from macro 'UUID'
  644. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  645.                                     ^
  646. In file included from src/game/server/teehistorian.cpp:12:
  647. src/engine/shared/teehistorian_ex_chunks.h:2:1: error: use of undeclared identifier 'CalculateUuid'
  648. src/game/server/teehistorian.cpp:11:57: note: expanded from macro 'UUID'
  649. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  650.                                                         ^
  651. In file included from src/game/server/teehistorian.cpp:12:
  652. src/engine/shared/teehistorian_ex_chunks.h:3:1: error: unknown type name 'CUuid'
  653. UUID(TEEHISTORIAN_AUTH_LOGIN,   "teehistorian-auth-login@ddnet.tw")
  654. ^
  655. src/game/server/teehistorian.cpp:11:37: note: expanded from macro 'UUID'
  656. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  657.                                     ^
  658. In file included from src/game/server/teehistorian.cpp:12:
  659. src/engine/shared/teehistorian_ex_chunks.h:3:1: error: use of undeclared identifier 'CalculateUuid'
  660. src/game/server/teehistorian.cpp:11:57: note: expanded from macro 'UUID'
  661. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  662.                                                         ^
  663. In file included from src/game/server/teehistorian.cpp:12:
  664. src/engine/shared/teehistorian_ex_chunks.h:4:1: error: unknown type name 'CUuid'
  665. UUID(TEEHISTORIAN_AUTH_LOGOUT,  "teehistorian-auth-logout@ddnet.tw")
  666. ^
  667. src/game/server/teehistorian.cpp:11:37: note: expanded from macro 'UUID'
  668. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  669.                                     ^
  670. In file included from src/game/server/teehistorian.cpp:12:
  671. src/engine/shared/teehistorian_ex_chunks.h:4:1: error: use of undeclared identifier 'CalculateUuid'
  672. src/game/server/teehistorian.cpp:11:57: note: expanded from macro 'UUID'
  673. #define UUID(id, name) static const CUuid UUID_ ## id = CalculateUuid(name);
  674.                                                         ^
  675. src/game/server/teehistorian.cpp:124:17: error: use of undeclared identifier 'UUID_MAXSTRSIZE'
  676.         char aGameUuid[UUID_MAXSTRSIZE];
  677.                        ^
  678. In file included from src/game/server/teehistorian.cpp:181:
  679. src/engine/shared/config_variables.h:92:185: error: expected ';' after expression
  680.   ...sv_rcon_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
  681.                                                                                                                                                 ^
  682.                                                                                                                                                 ;
  683. src/engine/shared/config_variables.h:92:30: error: use of undeclared identifier 'SvRconPassword'
  684. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password (full access)", IConsole::ACCES...
  685.                              ^
  686. src/engine/shared/config_variables.h:92:46: error: use of undeclared identifier 'sv_rcon_password'
  687. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password (full access)", IConsole::ACCES...
  688.                                              ^
  689. src/engine/shared/config_variables.h:93:210: error: expected ';' after expression
  690.   ...sv_rcon_mod_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password for moderators (limited access)", IConsole::ACCESS_LEVEL_ADMIN)
  691.                                                                                                                                                                       ^
  692.                                                                                                                                                                       ;
  693. src/engine/shared/config_variables.h:93:30: error: use of undeclared identifier 'SvRconModPassword'
  694. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password for moderators (limited ...
  695.                             ^
  696. src/engine/shared/config_variables.h:93:49: error: use of undeclared identifier 'sv_rcon_mod_password'
  697. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER/*|CFGFLAG_NONTEEHISTORIC*/, "Remote console password for moderators (limited ...
  698.                                                 ^
  699. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  700. 20 errors generated.
  701. bam: 'objs/game/server/teehistorian_x86.o' error 256
  702. [27/34] #1 c++ src/game/server/entities/character.cpp
  703. In file included from src/game/server/entities/character.cpp:5:
  704. In file included from src/game/server/gamecontext.h:25:
  705. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  706.                 CUuid m_GameUuid;
  707.                 ^
  708. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  709.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  710.                         ^
  711. In file included from src/game/server/entities/character.cpp:5:
  712. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  713.         CUuid m_GameUuid;
  714.         ^
  715. 3 errors generated.
  716. bam: 'objs/game/server/entities/character_x86.o' error 256
  717. [28/34] #1 c++ src/game/server/entities/projectile.cpp
  718. In file included from src/game/server/entities/projectile.cpp:4:
  719. In file included from src/game/server/gamecontext.h:25:
  720. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  721.                 CUuid m_GameUuid;
  722.                 ^
  723. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  724.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  725.                         ^
  726. In file included from src/game/server/entities/projectile.cpp:4:
  727. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  728.         CUuid m_GameUuid;
  729.         ^
  730. 3 errors generated.
  731. bam: 'objs/game/server/entities/projectile_x86.o' error 256
  732. [29/34] #1 c++ src/game/server/entities/laser.cpp
  733. In file included from src/game/server/entities/laser.cpp:4:
  734. In file included from src/game/server/gamecontext.h:25:
  735. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  736.                 CUuid m_GameUuid;
  737.                 ^
  738. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  739.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  740.                         ^
  741. In file included from src/game/server/entities/laser.cpp:4:
  742. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  743.         CUuid m_GameUuid;
  744.         ^
  745. 3 errors generated.
  746. bam: 'objs/game/server/entities/laser_x86.o' error 256
  747. [30/34] #1 c++ src/game/server/entities/flag.cpp
  748. In file included from src/game/server/entities/flag.cpp:3:
  749. In file included from src/game/server/gamecontext.h:25:
  750. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  751.                 CUuid m_GameUuid;
  752.                 ^
  753. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  754.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  755.                         ^
  756. In file included from src/game/server/entities/flag.cpp:3:
  757. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  758.         CUuid m_GameUuid;
  759.         ^
  760. 3 errors generated.
  761. bam: 'objs/game/server/entities/flag_x86.o' error 256
  762. [31/34] #1 c++ src/game/server/entities/pickup.cpp
  763. In file included from src/game/server/entities/pickup.cpp:4:
  764. In file included from src/game/server/gamecontext.h:25:
  765. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  766.                 CUuid m_GameUuid;
  767.                 ^
  768. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  769.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  770.                         ^
  771. In file included from src/game/server/entities/pickup.cpp:4:
  772. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  773.         CUuid m_GameUuid;
  774.         ^
  775. 3 errors generated.
  776. bam: 'objs/game/server/entities/pickup_x86.o' error 256
  777. [32/34] #1 c++ src/game/server/eventhandler.cpp
  778. In file included from src/game/server/eventhandler.cpp:4:
  779. In file included from src/game/server/gamecontext.h:25:
  780. src/game/server/teehistorian.h:19:3: error: unknown type name 'CUuid'
  781.                 CUuid m_GameUuid;
  782.                 ^
  783. src/game/server/teehistorian.h:69:18: error: unknown type name 'CUuid'
  784.         void WriteExtra(CUuid Uuid, const void *pData, int DataSize);
  785.                         ^
  786. In file included from src/game/server/eventhandler.cpp:4:
  787. src/game/server/gamecontext.h:65:2: error: unknown type name 'CUuid'
  788.         CUuid m_GameUuid;
  789.         ^
  790. 3 errors generated.
  791. bam: 'objs/game/server/eventhandler_x86.o' error 256
  792. bam: error: a build step failed
  793. ✔ ~/Desktop/zCatch [teehistorian|]
  794. 21:15 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement