Advertisement
jxsl13

Untitled

Aug 9th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.25 KB | None | 0 0
  1.  
  2. Johns-MBP:Workspace john$ cd hclient-mac/
  3. Johns-MBP:hclient-mac john$ ls
  4. InitVC2010Env.bat data other storage.cfg
  5. bam.lua datasrc readme.md twinstall.sh
  6. circle.yml docs scripts twuninstall.sh
  7. configure.lua license.txt src
  8. Johns-MBP:hclient-mac john$ ../bam/bam release
  9. auto configuration
  10.  
  11. configuration:
  12. AUTO compiler gcc
  13. AUTO stackprotector yes
  14. AUTO minmacosxsdk no
  15. AUTO macosxppc no
  16. AUTO zlib (in system path)
  17. AUTO sdl using osx framework
  18. AUTO freetype using freetype-config
  19.  
  20. notes:
  21. saved configuration to 'config.lua'
  22.  
  23. [ 1/371] [1] network_header > src/game/generated/protocol.h
  24. [ 2/371] [2] client_content_header > src/game/generated/client_data.h
  25. [ 3/371] [3] server_content_header > src/game/generated/server_data.h
  26. [ 4/371] [4] c src/engine/external/zlib/infback.c
  27. [ 5/371] [5] c++ src/engine/shared/filecollection.cpp
  28. [ 6/371] [6] c src/engine/external/zlib/inftrees.c
  29. [ 7/371] [7] c src/engine/external/zlib/inflate.c
  30. [ 8/371] [8] c src/engine/external/zlib/inffast.c
  31. [ 9/371] [1] cmd5 src/game/generated/nethash.cpp
  32. [ 10/371] [2] c++ src/engine/shared/snapshot.cpp
  33. [ 11/371] [3] c++ src/engine/shared/ringbuffer.cpp
  34. [ 12/371] [4] c++ src/engine/shared/packer.cpp
  35. [ 13/371] [5] c++ src/engine/shared/network_server.cpp
  36. [ 14/371] [6] c++ src/engine/shared/network_console_conn.cpp
  37. [ 15/371] [7] c++ src/engine/shared/network_console.cpp
  38. [ 16/371] [8] c++ src/engine/shared/network_conn.cpp
  39. [ 17/371] [1] c++ src/engine/shared/network_client.cpp
  40. [ 18/371] [2] c++ src/engine/shared/network.cpp
  41. In file included from src/engine/shared/ringbuffer.cpp:5:
  42. src/engine/shared/ringbuffer.h:25:8: warning: private field 'm_pMemory' is not used
  43. [-Wunused-private-field]
  44. void *m_pMemory;
  45. ^
  46. 1 warning generated.
  47. [ 19/371] [3] c++ src/engine/shared/netban.cpp
  48. [ 20/371] [4] c++ src/engine/shared/memheap.cpp
  49. [ 21/371] [5] c++ src/engine/shared/masterserver.cpp
  50. [ 22/371] [6] c++ src/engine/shared/mapchecker.cpp
  51. [ 23/371] [7] c++ src/engine/shared/map.cpp
  52. [ 24/371] [8] c++ src/engine/shared/linereader.cpp
  53. In file included from src/engine/shared/network_client.cpp:4:
  54. src/engine/shared/network.h:334:10: warning: private field 'm_ServerAddr' is not used
  55. [-Wunused-private-field]
  56. NETADDR m_ServerAddr;
  57. ^
  58. 1 warning generated.
  59. [ 25/371] [1] c++ src/engine/shared/kernel.cpp
  60. [ 26/371] [2] c++ src/engine/shared/jobs.cpp
  61. [ 27/371] [3] c++ src/engine/shared/huffman.cpp
  62. src/engine/shared/memheap.cpp:6:18: warning: unused variable 'CHUNK_SIZE'
  63. [-Wunused-const-variable]
  64. static const int CHUNK_SIZE = 1024*64;
  65. ^
  66. 1 warning generated.
  67. [ 28/371] [4] c src/engine/external/zlib/trees.c
  68. [ 29/371] [5] c src/engine/external/zlib/gzwrite.c
  69. [ 30/371] [6] c src/engine/external/zlib/gzread.c
  70. [ 31/371] [7] c++ src/engine/shared/compression.cpp
  71. [ 32/371] [8] c src/engine/external/zlib/gzlib.c
  72. [ 33/371] [1] c++ src/engine/shared/config.cpp
  73. In file included from src/engine/shared/jobs.cpp:4:
  74. src/engine/shared/jobs.h:13:12: warning: private field 'm_pPool' is not used
  75. [-Wunused-private-field]
  76. CJobPool *m_pPool;
  77. ^
  78. 1 warning generated.
  79. [ 34/371] [2] c src/engine/external/zlib/gzclose.c
  80. [ 35/371] [3] c++ src/engine/shared/console.cpp
  81. [ 36/371] [4] c src/engine/external/zlib/deflate.c
  82. src/engine/external/zlib/gzwrite.c:84:15: warning: implicit declaration of function 'write' is
  83. invalid in C99 [-Wimplicit-function-declaration]
  84. got = write(state->fd, strm->next_in, strm->avail_in);
  85. ^
  86. src/engine/external/zlib/gzwrite.c:573:9: warning: implicit declaration of function 'close' is
  87. invalid in C99 [-Wimplicit-function-declaration]
  88. if (close(state->fd) == -1)
  89. ^
  90. 2 warnings generated.
  91. [ 37/371] [5] c++ src/engine/shared/datafile.cpp
  92. src/engine/external/zlib/gzread.c:30:15: warning: implicit declaration of function 'read' is
  93. invalid in C99 [-Wimplicit-function-declaration]
  94. ret = read(state->fd, buf + *have, len - *have);
  95. ^
  96. src/engine/external/zlib/gzread.c:591:11: warning: implicit declaration of function 'close' is
  97. invalid in C99 [-Wimplicit-function-declaration]
  98. ret = close(state->fd);
  99. ^
  100. 2 warnings generated.
  101. [ 38/371] [6] c src/engine/external/zlib/crc32.c
  102. [ 39/371] [7] c++ src/engine/shared/demo.cpp
  103. src/engine/external/zlib/gzlib.c:256:24: warning: implicit declaration of function 'lseek' is
  104. invalid in C99 [-Wimplicit-function-declaration]
  105. state->start = LSEEK(state->fd, 0, SEEK_CUR);
  106. ^
  107. src/engine/external/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK'
  108. # define LSEEK lseek
  109. ^
  110. 1 warning generated.
  111. [ 40/371] [8] c src/engine/external/zlib/compress.c
  112. [ 41/371] [1] c src/engine/external/zlib/adler32.c
  113. [ 42/371] [2] c src/base/system.c
  114. [ 43/371] [3] c++ src/engine/shared/storage.cpp
  115. [ 44/371] [4] c++ src/engine/shared/snapshot.cpp
  116. [ 45/371] [5] c++ src/engine/shared/ringbuffer.cpp
  117. [ 46/371] [6] c++ src/engine/shared/packer.cpp
  118. [ 47/371] [7] c++ src/engine/shared/network_server.cpp
  119. [ 48/371] [8] c++ src/engine/shared/network_console_conn.cpp
  120. [ 49/371] [1] c++ src/engine/shared/network_console.cpp
  121. src/base/system.c:1970:2: warning: implicit declaration of function 'CreateStandardAlert' is
  122. invalid in C99 [-Wimplicit-function-declaration]
  123. CreateStandardAlert(kAlertStopAlert,
  124. ^
  125. src/base/system.c:1976:2: warning: implicit declaration of function 'RunStandardAlert' is
  126. invalid in C99 [-Wimplicit-function-declaration]
  127. RunStandardAlert(theItem, NULL, &itemIndex);
  128. ^
  129. 2 warnings generated.
  130. [ 50/371] [2] c++ src/engine/shared/network_conn.cpp
  131. [ 51/371] [3] c++ src/engine/shared/network_client.cpp
  132. [ 52/371] [4] c++ src/engine/shared/network.cpp
  133. In file included from src/engine/shared/ringbuffer.cpp:5:
  134. src/engine/shared/ringbuffer.h:25:8: warning: private field 'm_pMemory' is not used
  135. [-Wunused-private-field]
  136. void *m_pMemory;
  137. ^
  138. 1 warning generated.
  139. [ 53/371] [5] c++ src/engine/shared/netban.cpp
  140. [ 54/371] [6] c++ src/engine/shared/memheap.cpp
  141. [ 55/371] [7] c++ src/engine/shared/masterserver.cpp
  142. [ 56/371] [8] c++ src/engine/shared/mapchecker.cpp
  143. [ 57/371] [1] c++ src/engine/shared/map.cpp
  144. [ 58/371] [2] c++ src/engine/shared/econ.cpp
  145. In file included from src/engine/shared/network_client.cpp:4:
  146. src/engine/shared/network.h:334:10: warning: private field 'm_ServerAddr' is not used
  147. [-Wunused-private-field]
  148. NETADDR m_ServerAddr;
  149. ^
  150. 1 warning generated.
  151. [ 59/371] [3] c++ src/engine/shared/linereader.cpp
  152. [ 60/371] [4] c++ src/engine/shared/kernel.cpp
  153. [ 61/371] [5] c++ src/engine/shared/jobs.cpp
  154. src/engine/shared/memheap.cpp:6:18: warning: unused variable 'CHUNK_SIZE'
  155. [-Wunused-const-variable]
  156. static const int CHUNK_SIZE = 1024*64;
  157. ^
  158. 1 warning generated.
  159. [ 62/371] [6] c++ src/engine/shared/huffman.cpp
  160. [ 63/371] [7] c++ src/engine/shared/filecollection.cpp
  161. [ 64/371] [8] c++ src/engine/shared/engine.cpp
  162. [ 65/371] [1] c++ src/engine/shared/econ.cpp
  163. [ 66/371] [2] c++ src/engine/shared/demo.cpp
  164. [ 67/371] [3] c++ src/engine/shared/datafile.cpp
  165. [ 68/371] [4] c++ src/engine/shared/console.cpp
  166. In file included from src/engine/shared/jobs.cpp:4:
  167. src/engine/shared/jobs.h:13:12: warning: private field 'm_pPool' is not used
  168. [-Wunused-private-field]
  169. CJobPool *m_pPool;
  170. ^
  171. 1 warning generated.
  172. [ 69/371] [5] c++ src/engine/shared/config.cpp
  173. [ 70/371] [6] c++ src/engine/shared/compression.cpp
  174. [ 71/371] [7] c src/engine/external/zlib/zutil.c
  175. [ 72/371] [8] c src/engine/external/zlib/uncompr.c
  176. [ 73/371] [1] c++ src/engine/shared/engine.cpp
  177. [ 74/371] [2] c src/engine/external/zlib/zutil.c
  178. [ 75/371] [3] c src/engine/external/zlib/uncompr.c
  179. [ 76/371] [4] c src/engine/external/zlib/trees.c
  180. [ 77/371] [5] c src/engine/external/zlib/inftrees.c
  181. [ 78/371] [6] c src/engine/external/zlib/inflate.c
  182. [ 79/371] [7] c src/engine/external/zlib/inffast.c
  183. [ 80/371] [8] c src/engine/external/zlib/infback.c
  184. [ 81/371] [1] c src/engine/external/zlib/gzwrite.c
  185. [ 82/371] [2] c src/engine/external/zlib/gzread.c
  186. [ 83/371] [3] c src/engine/external/zlib/gzlib.c
  187. [ 84/371] [4] c src/engine/external/zlib/gzclose.c
  188. [ 85/371] [5] c src/engine/external/zlib/deflate.c
  189. [ 86/371] [6] c src/engine/external/zlib/crc32.c
  190. [ 87/371] [7] c src/engine/external/zlib/compress.c
  191. [ 88/371] [8] c src/engine/external/zlib/adler32.c
  192. src/engine/external/zlib/gzwrite.c:84:15: warning: implicit declaration of function 'write' is
  193. invalid in C99 [-Wimplicit-function-declaration]
  194. got = write(state->fd, strm->next_in, strm->avail_in);
  195. ^
  196. src/engine/external/zlib/gzwrite.c:573:9: warning: implicit declaration of function 'close' is
  197. invalid in C99 [-Wimplicit-function-declaration]
  198. if (close(state->fd) == -1)
  199. ^
  200. 2 warnings generated.
  201. [ 89/371] [1] c src/base/system.c
  202. src/engine/external/zlib/gzread.c:30:15: warning: implicit declaration of function 'read' is
  203. invalid in C99 [-Wimplicit-function-declaration]
  204. ret = read(state->fd, buf + *have, len - *have);
  205. ^
  206. src/engine/external/zlib/gzread.c:591:11: warning: implicit declaration of function 'close' is
  207. invalid in C99 [-Wimplicit-function-declaration]
  208. ret = close(state->fd);
  209. ^
  210. 2 warnings generated.
  211. [ 90/371] [2] c++ src/engine/shared/storage.cpp
  212. src/engine/external/zlib/gzlib.c:256:24: warning: implicit declaration of function 'lseek' is
  213. invalid in C99 [-Wimplicit-function-declaration]
  214. state->start = LSEEK(state->fd, 0, SEEK_CUR);
  215. ^
  216. src/engine/external/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK'
  217. # define LSEEK lseek
  218. ^
  219. 1 warning generated.
  220. [ 91/371] [3] c src/engine/external/pnglite/pnglite.c
  221. [ 92/371] [4] c src/engine/external/pnglite/pnglite.c
  222. [ 93/371] [5] client_content_source > src/game/generated/client_data.cpp
  223. [ 94/371] [6] network_source > src/game/generated/protocol.cpp
  224. [ 95/371] [7] server_content_source > src/game/generated/server_data.cpp
  225. [ 96/371] [8] c++ src/game/localization.cpp
  226. [ 97/371] [1] c++ src/game/layers.cpp
  227. [ 98/371] [2] c++ src/game/generated/nethash.cpp
  228. [ 99/371] [3] c++ src/game/teamscore.cpp
  229. [100/371] [4] c++ src/game/localization.cpp
  230. [101/371] [5] c++ src/game/layers.cpp
  231. [102/371] [6] c++ src/game/generated/protocol.cpp
  232. [103/371] [7] c++ src/game/gamecore.cpp
  233. [104/371] [8] c++ src/game/generated/nethash.cpp
  234. [105/371] [1] c++ src/game/gamecore.cpp
  235. [106/371] [2] c++ src/game/teamscore.cpp
  236. [107/371] [3] c++ src/game/collision.cpp
  237. [108/371] [4] c++ src/game/generated/protocol.cpp
  238. [109/371] [5] c++ src/game/collision.cpp
  239. [110/371] [6] c++ src/game/client/components/countryflags.cpp
  240. src/game/gamecore.cpp:419:9: warning: using integer absolute value function 'abs' when argument
  241. is of floating point type [-Wabsolute-value]
  242. if(abs(SpeedLeft) > Force && SpeedLeft > 0.0000001f)
  243. ^
  244. src/game/gamecore.cpp:419:9: note: use function 'std::abs' instead
  245. if(abs(SpeedLeft) > Force && SpeedLeft > 0.0000001f)
  246. ^~~
  247. std::abs
  248. src/game/gamecore.cpp:419:9: note: include the header <cmath> or explicitly provide a
  249. declaration for 'std::abs'
  250. src/game/gamecore.cpp:421:14: warning: using integer absolute value function 'abs' when argument
  251. is of floating point type [-Wabsolute-value]
  252. else if(abs(SpeedLeft) > Force)
  253. ^
  254. src/game/gamecore.cpp:421:14: note: use function 'std::abs' instead
  255. else if(abs(SpeedLeft) > Force)
  256. ^~~
  257. std::abs
  258. src/game/gamecore.cpp:421:14: note: include the header <cmath> or explicitly provide a
  259. declaration for 'std::abs'
  260. In file included from src/game/gamecore.cpp:3:
  261. src/game/gamecore.h:238:17: warning: private field 'm_pTeams' is not used
  262. [-Wunused-private-field]
  263. CTeamsCore* m_pTeams;
  264. ^
  265. 3 warnings generated.
  266. [111/371] [7] c++ src/game/client/components/controls.cpp
  267. [112/371] [8] c++ src/game/client/components/console.cpp
  268. src/game/gamecore.cpp:419:9: warning: using integer absolute value function 'abs' when argument
  269. is of floating point type [-Wabsolute-value]
  270. if(abs(SpeedLeft) > Force && SpeedLeft > 0.0000001f)
  271. ^
  272. src/game/gamecore.cpp:419:9: note: use function 'std::abs' instead
  273. if(abs(SpeedLeft) > Force && SpeedLeft > 0.0000001f)
  274. ^~~
  275. std::abs
  276. src/game/gamecore.cpp:419:9: note: include the header <cmath> or explicitly provide a
  277. declaration for 'std::abs'
  278. src/game/gamecore.cpp:421:14: warning: using integer absolute value function 'abs' when argument
  279. is of floating point type [-Wabsolute-value]
  280. else if(abs(SpeedLeft) > Force)
  281. ^
  282. src/game/gamecore.cpp:421:14: note: use function 'std::abs' instead
  283. else if(abs(SpeedLeft) > Force)
  284. ^~~
  285. std::abs
  286. src/game/gamecore.cpp:421:14: note: include the header <cmath> or explicitly provide a
  287. declaration for 'std::abs'
  288. In file included from src/game/gamecore.cpp:3:
  289. src/game/gamecore.h:238:17: warning: private field 'm_pTeams' is not used
  290. [-Wunused-private-field]
  291. CTeamsCore* m_pTeams;
  292. ^
  293. 3 warnings generated.
  294. [113/371] [1] c++ src/game/client/components/chat.cpp
  295. [114/371] [2] c++ src/game/client/components/camera.cpp
  296. [115/371] [3] c++ src/game/client/components/broadcast.cpp
  297. [116/371] [4] c++ src/game/client/components/binds.cpp
  298. [117/371] [5] c++ src/game/client/animstate.cpp
  299. [118/371] [6] c++ src/engine/client/input.cpp
  300. [119/371] [7] c++ src/tools/tileset_borderset.cpp
  301. [120/371] [8] c++ src/tools/tileset_borderrem.cpp
  302. [121/371] [1] c++ src/tools/tileset_borderfix.cpp
  303. [122/371] [2] c++ src/tools/tileset_borderadd.cpp
  304. [123/371] [3] c++ src/tools/packetgen.cpp
  305. [124/371] [4] c++ src/tools/map_version.cpp
  306. [125/371] [5] c++ src/tools/map_resave.cpp
  307. [126/371] [6] c++ src/tools/fake_server.cpp
  308. [127/371] [7] c++ src/tools/dilate.cpp
  309. [128/371] [8] c++ src/tools/crapnet.cpp
  310. [129/371] [1] c++ src/mastersrv/mastersrv.cpp
  311. [130/371] [2] c++ src/versionsrv/versionsrv.cpp
  312. [131/371] [3] c src/osxlaunch/server.m
  313. [132/371] [4] c++ src/game/generated/server_data.cpp
  314. [133/371] [5] c++ src/game/server/player.cpp
  315. [134/371] [6] c++ src/game/server/gameworld.cpp
  316. [135/371] [7] c++ src/game/server/gamemodes/tdm.cpp
  317. [136/371] [8] c++ src/game/server/gamemodes/mod.cpp
  318. [137/371] [1] c++ src/game/server/gamemodes/dm.cpp
  319. [138/371] [2] c++ src/game/server/gamemodes/ctf.cpp
  320. src/osxlaunch/server.m:93:23: warning: sending 'ServerView *' to parameter of incompatible type
  321. 'id<NSWindowDelegate>'
  322. [window setDelegate: view];
  323. ^~~~
  324. /System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: passing argument to
  325. parameter 'delegate' here
  326. @property (assign) id<NSWindowDelegate> delegate;
  327. ^
  328. 1 warning generated.
  329. [139/371] [3] c++ src/game/server/gamecontroller.cpp
  330. [140/371] [4] c++ src/game/server/gamecontext.cpp
  331. [141/371] [5] c++ src/game/server/eventhandler.cpp
  332. [142/371] [6] c++ src/game/server/entity.cpp
  333. [143/371] [7] c++ src/game/server/entities/projectile.cpp
  334. [144/371] [8] c++ src/game/server/entities/pickup.cpp
  335. [145/371] [1] c++ src/game/server/entities/laser.cpp
  336. [146/371] [2] c++ src/game/server/entities/flag.cpp
  337. [147/371] [3] c++ src/game/server/entities/character.cpp
  338. [148/371] [4] c++ src/engine/server/server.cpp
  339. [149/371] [5] c++ src/engine/server/register.cpp
  340. [150/371] [6] c src/osxlaunch/notification.m
  341. [151/371] [7] c src/osxlaunch/client.m
  342. [152/371] [8] c src/engine/external/json-parser/json.c
  343. [153/371] [1] c src/engine/external/wavpack/write_words.c
  344. [154/371] [2] c src/engine/external/wavpack/unpack_utils.c
  345. [155/371] [3] c src/engine/external/wavpack/unpack_seek.c
  346. [156/371] [4] c src/engine/external/wavpack/unpack_floats.c
  347. [157/371] [5] c src/engine/external/wavpack/unpack3_seek.c
  348. [158/371] [6] c src/engine/external/wavpack/unpack3_open.c
  349. src/osxlaunch/client.m:216:21: warning: sending 'SDLMain *' to parameter of incompatible type
  350. 'id<NSFileManagerDelegate>'
  351. [NSApp setDelegate:sdlMain];
  352. ^~~~~~~
  353. /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:109:47: note: passing
  354. argument to parameter 'delegate' here
  355. @property (assign) id <NSFileManagerDelegate> delegate NS_AVAILABLE(10_5, 2_0);
  356. ^
  357. 1 warning generated.
  358. [159/371] [7] c src/engine/external/wavpack/unpack3.c
  359. [160/371] [8] c src/engine/external/wavpack/unpack.c
  360. [161/371] [1] c src/engine/external/wavpack/tags.c
  361. [162/371] [2] c src/engine/external/wavpack/tag_utils.c
  362. [163/371] [3] c src/engine/external/wavpack/read_words.c
  363. [164/371] [4] c src/engine/external/wavpack/pack_utils.c
  364. src/engine/external/wavpack/unpack3_seek.c:179:13: warning: add explicit braces to avoid
  365. dangling else [-Wdangling-else]
  366. else {
  367. ^
  368. 1 warning generated.
  369. [165/371] [5] c src/engine/external/wavpack/pack_floats.c
  370. [166/371] [6] c src/engine/external/wavpack/pack_dns.c
  371. src/engine/external/wavpack/unpack3.c:149:13: warning: add explicit braces to avoid dangling
  372. else [-Wdangling-else]
  373. else {
  374. ^
  375. src/engine/external/wavpack/unpack3.c:231:13: warning: add explicit braces to avoid dangling
  376. else [-Wdangling-else]
  377. else {
  378. ^
  379. 2 warnings generated.
  380. [167/371] [7] c src/engine/external/wavpack/pack.c
  381. [168/371] [8] c src/engine/external/wavpack/open_utils.c
  382. [169/371] [1] c src/engine/external/wavpack/extra2.c
  383. [170/371] [2] c src/engine/external/wavpack/extra1.c
  384. [171/371] [3] c src/engine/external/wavpack/entropy_utils.c
  385. [172/371] [4] c src/engine/external/wavpack/decorr_utils.c
  386. [173/371] [5] c src/engine/external/wavpack/common_utils.c
  387. [174/371] [6] c++ src/game/editor/popups.cpp
  388. [175/371] [7] c++ src/game/editor/particle_generator.cpp
  389. [176/371] [8] c++ src/game/editor/layer_tiles.cpp
  390. [177/371] [1] c++ src/game/editor/layer_quads.cpp
  391. [178/371] [2] c++ src/game/editor/layer_game.cpp
  392. [179/371] [3] c++ src/game/editor/io.cpp
  393. [180/371] [4] c++ src/game/editor/editor.cpp
  394. [181/371] [5] c++ src/game/editor/auto_map.cpp
  395. [182/371] [6] c++ src/engine/client/updater.cpp
  396. [183/371] [7] c++ src/engine/client/texturepack.cpp
  397. [184/371] [8] c++ src/engine/client/text.cpp
  398. [185/371] [1] c++ src/engine/client/stats.cpp
  399. [186/371] [2] c++ src/engine/client/sound.cpp
  400. [187/371] [3] c++ src/engine/client/serverbrowser.cpp
  401. [188/371] [4] c++ src/engine/client/irc.cpp
  402. [189/371] [5] c++ src/engine/client/input.cpp
  403. [190/371] [6] c++ src/engine/client/graphics_threaded.cpp
  404. [191/371] [7] c++ src/engine/client/graphics.cpp
  405. [192/371] [8] c++ src/engine/client/geoip.cpp
  406. [193/371] [1] c++ src/engine/client/friends.cpp
  407. [194/371] [2] c++ src/engine/client/client.cpp
  408. [195/371] [3] c++ src/engine/client/backend_sdl.cpp
  409. src/engine/client/irc.cpp:47:15: warning: comparison of unsigned expression < 0 is always false
  410. [-Wtautological-compare]
  411. if (index < 0 || index >= m_IrcComs.size())
  412. ~~~~~ ^ ~
  413. src/engine/client/irc.cpp:71:15: warning: comparison of unsigned expression < 0 is always false
  414. [-Wtautological-compare]
  415. if (index < 0 || index >= m_IrcComs.size())
  416. ~~~~~ ^ ~
  417. 2 warnings generated.
  418. [196/371] [4] c++ src/game/generated/client_data.cpp
  419. [197/371] [5] c++ src/game/client/ui.cpp
  420. [198/371] [6] c++ src/game/client/render_map.cpp
  421. In file included from src/engine/client/graphics.cpp:10:
  422. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3124:22: error: typedef redefinition with
  423. different types ('unsigned int' vs 'void *')
  424. typedef unsigned int GLhandleARB; /* shader object handle */
  425. ^
  426. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:28:18: note: previous definition
  427. is here
  428. typedef void *GLhandleARB;
  429. ^
  430. 1 error generated.
  431. bam: 'c++ src/engine/client/graphics.cpp' error 256
  432. [199/371] [7] c++ src/game/client/render.cpp
  433. [200/371] [8] c++ src/game/client/lineinput.cpp
  434. [201/371] [1] c++ src/game/client/gameclient.cpp
  435. In file included from src/engine/client/client.cpp:7:
  436. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3124:22: error: typedef redefinition with
  437. different types ('unsigned int' vs 'void *')
  438. typedef unsigned int GLhandleARB; /* shader object handle */
  439. ^
  440. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:28:18: note: previous definition
  441. is here
  442. typedef void *GLhandleARB;
  443. ^
  444. In file included from src/engine/client/client.cpp:54:
  445. src/engine/client/client.h:36:8: warning: private field 'm_RLast' is not used
  446. [-Wunused-private-field]
  447. int64 m_RLast;
  448. ^
  449. src/engine/client/client.h:37:8: warning: private field 'm_TLast' is not used
  450. [-Wunused-private-field]
  451. int64 m_TLast;
  452. ^
  453. 2 warnings and 1 error generated.
  454. bam: 'c++ src/engine/client/client.cpp' error 256
  455. [202/371] [2] c++ src/game/client/components/voting.cpp
  456. In file included from src/engine/client/backend_sdl.cpp:3:
  457. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3124:22: error: typedef redefinition with
  458. different types ('unsigned int' vs 'void *')
  459. typedef unsigned int GLhandleARB; /* shader object handle */
  460. ^
  461. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:28:18: note: previous definition
  462. is here
  463. typedef void *GLhandleARB;
  464. ^
  465. 1 error generated.
  466. bam: 'c++ src/engine/client/backend_sdl.cpp' error 256
  467. [203/371] [3] c++ src/game/client/components/spectator.cpp
  468. [204/371] [4] c++ src/game/client/components/sounds.cpp
  469. [205/371] [5] c++ src/game/client/components/skins.cpp
  470. [206/371] [6] c++ src/game/client/components/scoreboard.cpp
  471. [207/371] [7] c++ src/game/client/components/players.cpp
  472. [208/371] [8] c++ src/game/client/components/particles.cpp
  473. [209/371] [1] c++ src/game/client/components/nameplates.cpp
  474. [210/371] [2] c++ src/game/client/components/motd.cpp
  475. [211/371] [3] c++ src/game/client/components/menus_settings.cpp
  476. [212/371] [4] c++ src/game/client/components/menus_ingame.cpp
  477. [213/371] [5] c++ src/game/client/components/menus_demo.cpp
  478. [214/371] [6] c++ src/game/client/components/menus_browser.cpp
  479. [215/371] [7] c++ src/game/client/components/menus.cpp
  480. [216/371] [8] c++ src/game/client/components/maplayers.cpp
  481. [217/371] [1] c++ src/game/client/components/mapimages.cpp
  482. [218/371] [2] c++ src/game/client/components/killmessages.cpp
  483. [219/371] [3] c++ src/game/client/components/items.cpp
  484. [220/371] [4] c++ src/game/client/components/hud.cpp
  485. [221/371] [5] c++ src/game/client/components/ghost.cpp
  486. [222/371] [6] c++ src/game/client/components/flow.cpp
  487. [223/371] [7] c++ src/game/client/components/emoticon.cpp
  488. [224/371] [8] c++ src/game/client/components/effects.cpp
  489. [225/371] [1] c++ src/game/client/components/debughud.cpp
  490. [226/371] [2] c++ src/game/client/components/damageind.cpp
  491. src/game/client/components/items.cpp:276:7: warning: using integer absolute value function 'abs'
  492. when argument is of floating point type [-Wabsolute-value]
  493. if (abs(Vel.x) <= 0.15f)
  494. ^
  495. src/game/client/components/items.cpp:276:7: note: use function 'std::abs' instead
  496. if (abs(Vel.x) <= 0.15f)
  497. ^~~
  498. std::abs
  499. src/game/client/components/items.cpp:276:7: note: include the header <cmath> or explicitly
  500. provide a declaration for 'std::abs'
  501. src/game/client/components/items.cpp:278:12: warning: using integer absolute value function
  502. 'abs' when argument is of floating point type [-Wabsolute-value]
  503. else if (abs(Vel.x) > 0.15f && abs(Vel.x) <= 2.0f)
  504. ^
  505. src/game/client/components/items.cpp:278:12: note: use function 'std::abs' instead
  506. else if (abs(Vel.x) > 0.15f && abs(Vel.x) <= 2.0f)
  507. ^~~
  508. std::abs
  509. src/game/client/components/items.cpp:278:12: note: include the header <cmath> or explicitly
  510. provide a declaration for 'std::abs'
  511. src/game/client/components/items.cpp:278:34: warning: using integer absolute value function
  512. 'abs' when argument is of floating point type [-Wabsolute-value]
  513. else if (abs(Vel.x) > 0.15f && abs(Vel.x) <= 2.0f)
  514. ^
  515. src/game/client/components/items.cpp:278:34: note: use function 'std::abs' instead
  516. else if (abs(Vel.x) > 0.15f && abs(Vel.x) <= 2.0f)
  517. ^~~
  518. std::abs
  519. src/game/client/components/items.cpp:278:34: note: include the header <cmath> or explicitly
  520. provide a declaration for 'std::abs'
  521. 3 warnings generated.
  522. [227/371] [3] c++ src/game/client/components/skins.cpp
  523. [228/371] [4] c++ src/game/client/components/scoreboard.cpp
  524. src/game/client/components/ghost.cpp:74:2: warning: add explicit braces to avoid dangling else
  525. [-Wdangling-else]
  526. else
  527. ^
  528. 1 warning generated.
  529. [229/371] [5] c++ src/game/client/components/players.cpp
  530. [230/371] [6] c++ src/game/client/components/particles.cpp
  531. [231/371] [7] c++ src/game/client/components/nameplates.cpp
  532. [232/371] [8] c++ src/game/client/components/motd.cpp
  533. [233/371] [1] c++ src/game/client/components/menus_settings.cpp
  534. [234/371] [2] c++ src/game/client/components/menus_ingame.cpp
  535. [235/371] [3] c++ src/game/client/components/menus_demo.cpp
  536. [236/371] [4] c++ src/game/client/components/menus_browser.cpp
  537. [237/371] [5] c++ src/game/client/components/menus.cpp
  538. [238/371] [6] c++ src/game/client/components/maplayers.cpp
  539. [239/371] [7] c++ src/game/client/components/mapimages.cpp
  540. [240/371] [8] c++ src/game/client/components/killmessages.cpp
  541. [241/371] [1] c++ src/game/client/components/items.cpp
  542. [242/371] [2] c++ src/game/client/components/hud.cpp
  543. [243/371] [3] c++ src/game/client/components/ghost.cpp
  544. [244/371] [4] c++ src/game/client/components/flow.cpp
  545. [245/371] [5] c++ src/game/client/components/emoticon.cpp
  546. [246/371] [6] c++ src/game/client/components/effects.cpp
  547. [247/371] [7] c++ src/game/client/components/debughud.cpp
  548. [248/371] [8] c++ src/game/client/components/damageind.cpp
  549. src/game/client/components/items.cpp:276:7: warning: using integer absolute value function 'abs'
  550. when argument is of floating point type [-Wabsolute-value]
  551. if (abs(Vel.x) <= 0.15f)
  552. ^
  553. src/game/client/components/items.cpp:276:7: note: use function 'std::abs' instead
  554. if (abs(Vel.x) <= 0.15f)
  555. ^~~
  556. std::abs
  557. src/game/client/components/items.cpp:276:7: note: include the header <cmath> or explicitly
  558. provide a declaration for 'std::abs'
  559. src/game/client/components/items.cpp:278:12: warning: using integer absolute value function
  560. 'abs' when argument is of floating point type [-Wabsolute-value]
  561. else if (abs(Vel.x) > 0.15f && abs(Vel.x) <= 2.0f)
  562. ^
  563. src/game/client/components/items.cpp:278:12: note: use function 'std::abs' instead
  564. else if (abs(Vel.x) > 0.15f && abs(Vel.x) <= 2.0f)
  565. ^~~
  566. std::abs
  567. src/game/client/components/items.cpp:278:12: note: include the header <cmath> or explicitly
  568. provide a declaration for 'std::abs'
  569. src/game/client/components/items.cpp:278:34: warning: using integer absolute value function
  570. 'abs' when argument is of floating point type [-Wabsolute-value]
  571. else if (abs(Vel.x) > 0.15f && abs(Vel.x) <= 2.0f)
  572. ^
  573. src/game/client/components/items.cpp:278:34: note: use function 'std::abs' instead
  574. else if (abs(Vel.x) > 0.15f && abs(Vel.x) <= 2.0f)
  575. ^~~
  576. std::abs
  577. src/game/client/components/items.cpp:278:34: note: include the header <cmath> or explicitly
  578. provide a declaration for 'std::abs'
  579. 3 warnings generated.
  580. [249/371] [1] c++ src/game/client/components/countryflags.cpp
  581. [250/371] [2] c++ src/game/client/components/controls.cpp
  582. src/game/client/components/ghost.cpp:74:2: warning: add explicit braces to avoid dangling else
  583. [-Wdangling-else]
  584. else
  585. ^
  586. 1 warning generated.
  587. [251/371] [3] c++ src/game/client/components/console.cpp
  588. [252/371] [4] c++ src/game/client/components/chat.cpp
  589. [253/371] [5] c++ src/game/client/components/camera.cpp
  590. [254/371] [6] c++ src/game/client/components/broadcast.cpp
  591. [255/371] [7] c++ src/game/client/components/binds.cpp
  592. [256/371] [8] c++ src/game/client/animstate.cpp
  593. [257/371] [1] c++ src/tools/tileset_borderset.cpp
  594. [258/371] [2] c++ src/tools/tileset_borderrem.cpp
  595. [259/371] [3] c++ src/tools/tileset_borderfix.cpp
  596. [260/371] [4] c++ src/tools/tileset_borderadd.cpp
  597. [261/371] [5] c++ src/tools/packetgen.cpp
  598. [262/371] [6] c++ src/tools/map_version.cpp
  599. [263/371] [7] c++ src/tools/map_resave.cpp
  600. [264/371] [8] c++ src/tools/fake_server.cpp
  601. [265/371] [1] c++ src/tools/dilate.cpp
  602. [266/371] [2] c++ src/tools/crapnet.cpp
  603. [267/371] [3] c++ src/mastersrv/mastersrv.cpp
  604. [268/371] [4] c++ src/versionsrv/versionsrv.cpp
  605. [269/371] [5] c src/osxlaunch/server.m
  606. [270/371] [6] c++ src/game/generated/server_data.cpp
  607. [271/371] [7] c++ src/game/server/player.cpp
  608. [272/371] [8] c++ src/game/server/gameworld.cpp
  609. [273/371] [1] c++ src/game/server/gamemodes/tdm.cpp
  610. [274/371] [2] c++ src/game/server/gamemodes/mod.cpp
  611. [275/371] [3] c++ src/game/server/gamemodes/dm.cpp
  612. [276/371] [4] c++ src/game/server/gamemodes/ctf.cpp
  613. src/osxlaunch/server.m:93:23: warning: sending 'ServerView *' to parameter of incompatible type
  614. 'id<NSWindowDelegate>'
  615. [window setDelegate: view];
  616. ^~~~
  617. /System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:307:41: note: passing argument to
  618. parameter 'delegate' here
  619. @property (assign) id<NSWindowDelegate> delegate;
  620. ^
  621. 1 warning generated.
  622. [277/371] [5] c++ src/game/server/gamecontroller.cpp
  623. [278/371] [6] c++ src/game/server/gamecontext.cpp
  624. [279/371] [7] c++ src/game/server/eventhandler.cpp
  625. [280/371] [8] c++ src/game/server/entity.cpp
  626. [281/371] [1] c++ src/game/server/entities/projectile.cpp
  627. [282/371] [2] c++ src/game/server/entities/pickup.cpp
  628. [283/371] [3] c++ src/game/server/entities/laser.cpp
  629. [284/371] [4] c++ src/game/server/entities/flag.cpp
  630. [285/371] [5] c++ src/game/server/entities/character.cpp
  631. [286/371] [6] c++ src/engine/server/server.cpp
  632. [287/371] [7] c++ src/engine/server/register.cpp
  633. [288/371] [8] c src/osxlaunch/notification.m
  634. [289/371] [1] c src/osxlaunch/client.m
  635. [290/371] [2] c src/engine/external/json-parser/json.c
  636. [291/371] [3] c src/engine/external/wavpack/write_words.c
  637. [292/371] [4] c src/engine/external/wavpack/unpack_utils.c
  638. [293/371] [5] c src/engine/external/wavpack/unpack_seek.c
  639. [294/371] [6] c src/engine/external/wavpack/unpack_floats.c
  640. [295/371] [7] c src/engine/external/wavpack/unpack3_seek.c
  641. [296/371] [8] c src/engine/external/wavpack/unpack3_open.c
  642. src/osxlaunch/client.m:216:21: warning: sending 'SDLMain *' to parameter of incompatible type
  643. 'id<NSFileManagerDelegate>'
  644. [NSApp setDelegate:sdlMain];
  645. ^~~~~~~
  646. /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:109:47: note: passing
  647. argument to parameter 'delegate' here
  648. @property (assign) id <NSFileManagerDelegate> delegate NS_AVAILABLE(10_5, 2_0);
  649. ^
  650. 1 warning generated.
  651. [297/371] [1] c src/engine/external/wavpack/unpack3.c
  652. [298/371] [2] c src/engine/external/wavpack/unpack.c
  653. [299/371] [3] c src/engine/external/wavpack/tags.c
  654. [300/371] [4] c src/engine/external/wavpack/tag_utils.c
  655. [301/371] [5] c src/engine/external/wavpack/read_words.c
  656. [302/371] [6] c src/engine/external/wavpack/pack_utils.c
  657. src/engine/external/wavpack/unpack3_seek.c:179:13: warning: add explicit braces to avoid
  658. dangling else [-Wdangling-else]
  659. else {
  660. ^
  661. 1 warning generated.
  662. [303/371] [7] c src/engine/external/wavpack/pack_floats.c
  663. [304/371] [8] c src/engine/external/wavpack/pack_dns.c
  664. src/engine/external/wavpack/unpack3.c:149:13: warning: add explicit braces to avoid dangling
  665. else [-Wdangling-else]
  666. else {
  667. ^
  668. src/engine/external/wavpack/unpack3.c:231:13: warning: add explicit braces to avoid dangling
  669. else [-Wdangling-else]
  670. else {
  671. ^
  672. 2 warnings generated.
  673. [305/371] [1] c src/engine/external/wavpack/pack.c
  674. [306/371] [2] c src/engine/external/wavpack/open_utils.c
  675. [307/371] [3] c src/engine/external/wavpack/extra2.c
  676. [308/371] [4] c src/engine/external/wavpack/extra1.c
  677. [309/371] [5] c src/engine/external/wavpack/entropy_utils.c
  678. [310/371] [6] c src/engine/external/wavpack/decorr_utils.c
  679. [311/371] [7] c src/engine/external/wavpack/common_utils.c
  680. [312/371] [8] c++ src/game/editor/popups.cpp
  681. [313/371] [1] c++ src/game/editor/particle_generator.cpp
  682. [314/371] [2] c++ src/game/editor/layer_tiles.cpp
  683. [315/371] [3] c++ src/game/editor/layer_quads.cpp
  684. [316/371] [4] c++ src/game/editor/layer_game.cpp
  685. [317/371] [5] c++ src/game/editor/io.cpp
  686. [318/371] [6] c++ src/game/editor/editor.cpp
  687. [319/371] [7] c++ src/game/editor/auto_map.cpp
  688. [320/371] [8] c++ src/engine/client/updater.cpp
  689. [321/371] [1] c++ src/engine/client/texturepack.cpp
  690. [322/371] [2] c++ src/engine/client/text.cpp
  691. [323/371] [3] c++ src/engine/client/stats.cpp
  692. [324/371] [4] c++ src/engine/client/sound.cpp
  693. [325/371] [5] c++ src/engine/client/serverbrowser.cpp
  694. [326/371] [6] c++ src/engine/client/irc.cpp
  695. [327/371] [7] c++ src/engine/client/graphics_threaded.cpp
  696. [328/371] [8] c++ src/engine/client/graphics.cpp
  697. [329/371] [1] c++ src/engine/client/geoip.cpp
  698. [330/371] [2] c++ src/engine/client/friends.cpp
  699. [331/371] [3] c++ src/engine/client/client.cpp
  700. [332/371] [4] c++ src/engine/client/backend_sdl.cpp
  701. [333/371] [5] c++ src/game/generated/client_data.cpp
  702. src/engine/client/irc.cpp:47:15: warning: comparison of unsigned expression < 0 is always false
  703. [-Wtautological-compare]
  704. if (index < 0 || index >= m_IrcComs.size())
  705. ~~~~~ ^ ~
  706. src/engine/client/irc.cpp:71:15: warning: comparison of unsigned expression < 0 is always false
  707. [-Wtautological-compare]
  708. if (index < 0 || index >= m_IrcComs.size())
  709. ~~~~~ ^ ~
  710. 2 warnings generated.
  711. [334/371] [6] c++ src/game/client/ui.cpp
  712. [335/371] [7] c++ src/game/client/render_map.cpp
  713. In file included from src/engine/client/graphics.cpp:10:
  714. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3117:19: error: typedef redefinition with
  715. different types ('ptrdiff_t' (aka 'int') vs 'intptr_t' (aka 'long'))
  716. typedef ptrdiff_t GLintptrARB;
  717. ^
  718. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:55:18: note: previous definition
  719. is here
  720. typedef intptr_t GLintptrARB;
  721. ^
  722. In file included from src/engine/client/graphics.cpp:10:
  723. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3118:19: error: typedef redefinition with
  724. different types ('ptrdiff_t' (aka 'int') vs 'intptr_t' (aka 'long'))
  725. typedef ptrdiff_t GLsizeiptrARB;
  726. ^
  727. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:56:18: note: previous definition
  728. is here
  729. typedef intptr_t GLsizeiptrARB;
  730. ^
  731. In file included from src/engine/client/graphics.cpp:10:
  732. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3124:22: error: typedef redefinition with
  733. different types ('unsigned int' vs 'void *')
  734. typedef unsigned int GLhandleARB; /* shader object handle */
  735. ^
  736. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:28:18: note: previous definition
  737. is here
  738. typedef void *GLhandleARB;
  739. ^
  740. 3 errors generated.
  741. bam: 'c++ src/engine/client/graphics.cpp' error 256
  742. [336/371] [8] c++ src/game/client/render.cpp
  743. [337/371] [1] c++ src/game/client/lineinput.cpp
  744. [338/371] [2] c++ src/game/client/gameclient.cpp
  745. In file included from src/engine/client/client.cpp:7:
  746. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3117:19: error: typedef redefinition with
  747. different types ('ptrdiff_t' (aka 'int') vs 'intptr_t' (aka 'long'))
  748. typedef ptrdiff_t GLintptrARB;
  749. ^
  750. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:55:18: note: previous definition
  751. is here
  752. typedef intptr_t GLintptrARB;
  753. ^
  754. In file included from src/engine/client/client.cpp:7:
  755. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3118:19: error: typedef redefinition with
  756. different types ('ptrdiff_t' (aka 'int') vs 'intptr_t' (aka 'long'))
  757. typedef ptrdiff_t GLsizeiptrARB;
  758. ^
  759. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:56:18: note: previous definition
  760. is here
  761. typedef intptr_t GLsizeiptrARB;
  762. ^
  763. In file included from src/engine/client/client.cpp:7:
  764. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3124:22: error: typedef redefinition with
  765. different types ('unsigned int' vs 'void *')
  766. typedef unsigned int GLhandleARB; /* shader object handle */
  767. ^
  768. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:28:18: note: previous definition
  769. is here
  770. typedef void *GLhandleARB;
  771. ^
  772. In file included from src/engine/client/client.cpp:54:
  773. src/engine/client/client.h:36:8: warning: private field 'm_RLast' is not used
  774. [-Wunused-private-field]
  775. int64 m_RLast;
  776. ^
  777. src/engine/client/client.h:37:8: warning: private field 'm_TLast' is not used
  778. [-Wunused-private-field]
  779. int64 m_TLast;
  780. ^
  781. 2 warnings and 3 errors generated.
  782. bam: 'c++ src/engine/client/client.cpp' error 256
  783. [339/371] [3] c++ src/game/client/components/voting.cpp
  784. In file included from src/engine/client/backend_sdl.cpp:3:
  785. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3117:19: error: typedef redefinition with
  786. different types ('ptrdiff_t' (aka 'int') vs 'intptr_t' (aka 'long'))
  787. typedef ptrdiff_t GLintptrARB;
  788. ^
  789. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:55:18: note: previous definition
  790. is here
  791. typedef intptr_t GLintptrARB;
  792. ^
  793. In file included from src/engine/client/backend_sdl.cpp:3:
  794. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3118:19: error: typedef redefinition with
  795. different types ('ptrdiff_t' (aka 'int') vs 'intptr_t' (aka 'long'))
  796. typedef ptrdiff_t GLsizeiptrARB;
  797. ^
  798. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:56:18: note: previous definition
  799. is here
  800. typedef intptr_t GLsizeiptrARB;
  801. ^
  802. In file included from src/engine/client/backend_sdl.cpp:3:
  803. /Library/Frameworks/SDL.framework/Headers/SDL_opengl.h:3124:22: error: typedef redefinition with
  804. different types ('unsigned int' vs 'void *')
  805. typedef unsigned int GLhandleARB; /* shader object handle */
  806. ^
  807. /System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h:28:18: note: previous definition
  808. is here
  809. typedef void *GLhandleARB;
  810. ^
  811. 3 errors generated.
  812. bam: 'c++ src/engine/client/backend_sdl.cpp' error 256
  813. [340/371] [4] c++ src/game/client/components/spectator.cpp
  814. [341/371] [5] c++ src/game/client/components/sounds.cpp
  815. [342/371] [6] link map_version_x86_64
  816. [343/371] [7] link teeworlds_srv_x86_64
  817. [344/371] [8] link serverlaunch_x86_64
  818. [345/371] [1] link versionsrv_x86_64
  819. [346/371] [2] link mastersrv_x86_64
  820. [347/371] [3] link crapnet_x86_64
  821. [348/371] [4] link dilate_x86_64
  822. [349/371] [5] link versionsrv_x86
  823. [350/371] [6] link tileset_borderset_x86
  824. [351/371] [7] link packetgen_x86_64
  825. [352/371] [8] link tileset_borderrem_x86
  826. [353/371] [1] link serverlaunch_x86
  827. Undefined symbols for architecture x86_64:
  828. "CNetBan::CBanPool<NETADDR, 1>::Reset()", referenced from:
  829. ReloadBans() in mastersrv_x86_64.o
  830. _main in mastersrv_x86_64.o
  831. "CNetBan::CBanPool<CNetRange, 16>::Reset()", referenced from:
  832. ReloadBans() in mastersrv_x86_64.o
  833. _main in mastersrv_x86_64.o
  834. ld: symbol(s) not found for architecture x86_64
  835. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  836. bam: 'link mastersrv_x86_64' error 256
  837. [354/371] [2] link tileset_borderfix_x86
  838. [355/371] [3] link tileset_borderadd_x86_64
  839. [356/371] [4] link tileset_borderadd_x86
  840. [357/371] [5] link tileset_borderfix_x86_64
  841. [358/371] [6] link packetgen_x86
  842. [359/371] [7] link tileset_borderrem_x86_64
  843. [360/371] [8] link map_version_x86
  844. [361/371] [1] link map_resave_x86
  845. [362/371] [2] link tileset_borderset_x86_64
  846. [363/371] [3] link fake_server_x86
  847. [364/371] [4] link teeworlds_srv_x86
  848. [365/371] [5] link dilate_x86
  849. [366/371] [6] link fake_server_x86_64
  850. [367/371] [7] link crapnet_x86
  851. [368/371] [8] link map_resave_x86_64
  852. [369/371] [1] link mastersrv_x86
  853. Undefined symbols for architecture i386:
  854. "CNetBan::CBanPool<NETADDR, 1>::Reset()", referenced from:
  855. ReloadBans() in mastersrv_x86.o
  856. _main in mastersrv_x86.o
  857. "CNetBan::CBanPool<CNetRange, 16>::Reset()", referenced from:
  858. ReloadBans() in mastersrv_x86.o
  859. _main in mastersrv_x86.o
  860. ld: symbol(s) not found for architecture i386
  861. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  862. bam: 'link mastersrv_x86' error 256
  863. bam: error: a build step failed
  864. Johns-MBP:hclient-mac john$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement