Advertisement
Guest User

Teeworlds

a guest
Apr 23rd, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 463.31 KB | None | 0 0
  1. [code]Last login: Tue Apr 23 19:13:50 on ttys000
  2. francis:~ Francis$ cs
  3. -bash: cs: command not found
  4. francis:~ Francis$ cd
  5. francis:~ Francis$ cd /Users/Francis/Desktop/teeworlds-b177-r50edfd37-source
  6. francis:teeworlds-b177-r50edfd37-source Francis$ ../bam/bam release
  7. [ 1/108] #1 c++ src/tools/crapnet.cpp
  8. src/tools/crapnet.cpp:5:19: error: cstdlib: No such file or directory
  9. src/tools/crapnet.cpp: In function ‘void Run(int, NETADDR)’:
  10. src/tools/crapnet.cpp:74: error: ‘rand’ was not declared in this scope
  11. src/tools/crapnet.cpp:112: error: ‘rand’ was not declared in this scope
  12. src/tools/crapnet.cpp:153: error: ‘rand’ was not declared in this scope
  13. src/tools/crapnet.cpp:181: error: ‘rand’ was not declared in this scope
  14. src/tools/crapnet.cpp:181: error: ‘RAND_MAX’ was not declared in this scope
  15. bam: 'objs/tools/crapnet.o' error 256
  16. [ 2/108] #1 c++ src/engine/shared/console.cpp
  17. src/engine/shared/console.cpp:3:15: error: new: No such file or directory
  18. In file included from src/engine/shared/console.cpp:5:
  19. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  20. In file included from src/engine/shared/console.cpp:5:
  21. src/base/math.h: In function ‘float frandom()’:
  22. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  23. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  24. In file included from src/engine/shared/console.cpp:12:
  25. src/engine/shared/console.h: In member function ‘void CConsole::CExecutionQueue::AddEntry()’:
  26. src/engine/shared/console.h:144: error: no matching function for call to ‘operator new(long unsigned int, CConsole::CResult*)’
  27. <built-in>:0: note: candidates are: void* operator new(long unsigned int)
  28. src/engine/shared/console.cpp: In member function ‘virtual void CConsole::Register(const char*, const char*, int, void (*)(IConsole::IResult*, void*), void*, const char*)’:
  29. src/engine/shared/console.cpp:661: error: no matching function for call to ‘operator new(long unsigned int, void*)’
  30. <built-in>:0: note: candidates are: void* operator new(long unsigned int)
  31. src/engine/shared/console.cpp: In member function ‘virtual void CConsole::RegisterTemp(const char*, const char*, int, const char*)’:
  32. src/engine/shared/console.cpp:689: error: no matching function for call to ‘operator new(long unsigned int, void*)’
  33. <built-in>:0: note: candidates are: void* operator new(long unsigned int)
  34. bam: 'objs/engine/shared/console.o' error 256
  35. [ 3/108] #1 c++ src/engine/shared/datafile.cpp
  36. In file included from src/engine/shared/datafile.cpp:3:
  37. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  38. In file included from src/engine/shared/datafile.cpp:3:
  39. src/base/math.h: In function ‘float frandom()’:
  40. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  41. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  42. bam: 'objs/engine/shared/datafile.o' error 256
  43. [ 4/108] #1 c++ src/engine/shared/demo.cpp
  44. In file included from src/engine/shared/demo.cpp:3:
  45. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  46. In file included from src/engine/shared/demo.cpp:3:
  47. src/base/math.h: In function ‘float frandom()’:
  48. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  49. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  50. bam: 'objs/engine/shared/demo.o' error 256
  51. [ 5/108] #1 c++ src/engine/shared/filecollection.cpp
  52. In file included from src/engine/shared/filecollection.cpp:4:
  53. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  54. In file included from src/engine/shared/filecollection.cpp:4:
  55. src/base/math.h: In function ‘float frandom()’:
  56. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  57. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  58. bam: 'objs/engine/shared/filecollection.o' error 256
  59. [ 6/108] #1 c++ src/engine/shared/mapchecker.cpp
  60. In file included from src/engine/shared/mapchecker.cpp:3:
  61. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  62. In file included from src/engine/shared/mapchecker.cpp:3:
  63. src/base/math.h: In function ‘float frandom()’:
  64. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  65. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  66. bam: 'objs/engine/shared/mapchecker.o' error 256
  67. [ 7/108] #1 c++ src/engine/shared/masterserver.cpp
  68. src/engine/shared/masterserver.cpp:3:29: error: stdio.h: No such file or directory
  69. src/engine/shared/masterserver.cpp: In member function ‘virtual int CMasterServer::Load()’:
  70. src/engine/shared/masterserver.cpp:149: error: ‘sscanf’ was not declared in this scope
  71. bam: 'objs/engine/shared/masterserver.o' error 256
  72. [ 8/108] #1 c src/base/system.c
  73. src/base/system.c:3:20: error: stdlib.h: No such file or directory
  74. src/base/system.c:4:19: error: stdio.h: No such file or directory
  75. src/base/system.c:6:20: error: string.h: No such file or directory
  76. src/base/system.c:7:19: error: ctype.h: No such file or directory
  77. src/base/system.c:8:18: error: time.h: No such file or directory
  78. src/base/system.c:15:23: error: sys/time.h: No such file or directory
  79. src/base/system.c:16:21: error: unistd.h: No such file or directory
  80. src/base/system.c:19:23: error: sys/stat.h: No such file or directory
  81. src/base/system.c:20:24: error: sys/types.h: No such file or directory
  82. src/base/system.c:21:25: error: sys/socket.h: No such file or directory
  83. src/base/system.c:22:24: error: sys/ioctl.h: No such file or directory
  84. src/base/system.c:23:20: error: errno.h: No such file or directory
  85. src/base/system.c:24:20: error: netdb.h: No such file or directory
  86. src/base/system.c:25:25: error: netinet/in.h: No such file or directory
  87. src/base/system.c:26:20: error: fcntl.h: No such file or directory
  88. src/base/system.c:27:22: error: pthread.h: No such file or directory
  89. src/base/system.c:28:24: error: arpa/inet.h: No such file or directory
  90. src/base/system.c:30:21: error: dirent.h: No such file or directory
  91. src/base/system.c:33:29: error: Carbon/Carbon.h: No such file or directory
  92. src/base/system.c: In function ‘io_stdin’:
  93. src/base/system.c:53: error: ‘stdin’ undeclared (first use in this function)
  94. src/base/system.c:53: error: (Each undeclared identifier is reported only once
  95. src/base/system.c:53: error: for each function it appears in.)
  96. src/base/system.c: In function ‘io_stdout’:
  97. src/base/system.c:54: error: ‘stdout’ undeclared (first use in this function)
  98. src/base/system.c: In function ‘io_stderr’:
  99. src/base/system.c:55: error: ‘stderr’ undeclared (first use in this function)
  100. src/base/system.c: In function ‘dbg_msg’:
  101. src/base/system.c:91: warning: implicit declaration of function ‘time’
  102. src/base/system.c:92: warning: implicit declaration of function ‘strlen’
  103. src/base/system.c:92: warning: incompatible implicit declaration of built-in function ‘strlen’
  104. src/base/system.c:99: warning: implicit declaration of function ‘vsnprintf’
  105. src/base/system.c: In function ‘logger_stdout’:
  106. src/base/system.c:109: warning: implicit declaration of function ‘printf’
  107. src/base/system.c:109: warning: incompatible implicit declaration of built-in function ‘printf’
  108. src/base/system.c:110: warning: implicit declaration of function ‘fflush’
  109. src/base/system.c:110: error: ‘stdout’ undeclared (first use in this function)
  110. src/base/system.c: In function ‘logger_file’:
  111. src/base/system.c:125: warning: incompatible implicit declaration of built-in function ‘strlen’
  112. src/base/system.c: In function ‘mem_alloc_debug’:
  113. src/base/system.c:166: warning: implicit declaration of function ‘malloc’
  114. src/base/system.c:166: warning: incompatible implicit declaration of built-in function ‘malloc’
  115. src/base/system.c: In function ‘mem_free’:
  116. src/base/system.c:208: warning: implicit declaration of function ‘free’
  117. src/base/system.c: In function ‘mem_debug_dump’:
  118. src/base/system.c:224: warning: incompatible implicit declaration of built-in function ‘strlen’
  119. src/base/system.c: In function ‘mem_copy’:
  120. src/base/system.c:235: warning: implicit declaration of function ‘memcpy’
  121. src/base/system.c:235: warning: incompatible implicit declaration of built-in function ‘memcpy’
  122. src/base/system.c: In function ‘mem_move’:
  123. src/base/system.c:240: warning: implicit declaration of function ‘memmove’
  124. src/base/system.c:240: warning: incompatible implicit declaration of built-in function ‘memmove’
  125. src/base/system.c: In function ‘mem_zero’:
  126. src/base/system.c:245: warning: implicit declaration of function ‘memset’
  127. src/base/system.c:245: warning: incompatible implicit declaration of built-in function ‘memset’
  128. src/base/system.c: In function ‘io_open’:
  129. src/base/system.c:283: warning: implicit declaration of function ‘fopen’
  130. src/base/system.c:283: warning: cast to pointer from integer of different size
  131. src/base/system.c:286: warning: cast to pointer from integer of different size
  132. src/base/system.c: In function ‘io_read’:
  133. src/base/system.c:292: warning: implicit declaration of function ‘fread’
  134. src/base/system.c:292: error: ‘FILE’ undeclared (first use in this function)
  135. src/base/system.c:292: error: expected expression before ‘)’ token
  136. src/base/system.c: In function ‘io_skip’:
  137. src/base/system.c:297: warning: implicit declaration of function ‘fseek’
  138. src/base/system.c:297: error: ‘FILE’ undeclared (first use in this function)
  139. src/base/system.c:297: error: expected expression before ‘)’ token
  140. src/base/system.c: In function ‘io_seek’:
  141. src/base/system.c:308: error: ‘SEEK_SET’ undeclared (first use in this function)
  142. src/base/system.c:311: error: ‘SEEK_CUR’ undeclared (first use in this function)
  143. src/base/system.c:314: error: ‘SEEK_END’ undeclared (first use in this function)
  144. src/base/system.c:320: error: ‘FILE’ undeclared (first use in this function)
  145. src/base/system.c:320: error: expected expression before ‘)’ token
  146. src/base/system.c: In function ‘io_tell’:
  147. src/base/system.c:325: warning: implicit declaration of function ‘ftell’
  148. src/base/system.c:325: error: ‘FILE’ undeclared (first use in this function)
  149. src/base/system.c:325: error: expected expression before ‘)’ token
  150. src/base/system.c: In function ‘io_write’:
  151. src/base/system.c:339: warning: implicit declaration of function ‘fwrite’
  152. src/base/system.c:339: warning: incompatible implicit declaration of built-in function ‘fwrite’
  153. src/base/system.c:339: error: ‘FILE’ undeclared (first use in this function)
  154. src/base/system.c:339: error: expected expression before ‘)’ token
  155. src/base/system.c: In function ‘io_close’:
  156. src/base/system.c:344: warning: implicit declaration of function ‘fclose’
  157. src/base/system.c:344: error: ‘FILE’ undeclared (first use in this function)
  158. src/base/system.c:344: error: expected expression before ‘)’ token
  159. src/base/system.c: In function ‘io_flush’:
  160. src/base/system.c:350: error: ‘FILE’ undeclared (first use in this function)
  161. src/base/system.c:350: error: expected expression before ‘)’ token
  162. src/base/system.c: In function ‘thread_create’:
  163. src/base/system.c:357: error: ‘pthread_t’ undeclared (first use in this function)
  164. src/base/system.c:357: error: expected ‘;’ before ‘id’
  165. src/base/system.c:358: warning: implicit declaration of function ‘pthread_create’
  166. src/base/system.c:358: error: ‘id’ undeclared (first use in this function)
  167. src/base/system.c:358: error: ‘NULL’ undeclared (first use in this function)
  168. src/base/system.c: In function ‘thread_wait’:
  169. src/base/system.c:370: warning: implicit declaration of function ‘pthread_join’
  170. src/base/system.c:370: error: ‘pthread_t’ undeclared (first use in this function)
  171. src/base/system.c:370: error: expected ‘)’ before ‘thread’
  172. src/base/system.c: In function ‘thread_destroy’:
  173. src/base/system.c:382: error: ‘pthread_t’ undeclared (first use in this function)
  174. src/base/system.c:382: error: expected ‘)’ before ‘thread’
  175. src/base/system.c:381: warning: unused variable ‘r’
  176. src/base/system.c: In function ‘thread_yield’:
  177. src/base/system.c:391: warning: implicit declaration of function ‘sched_yield’
  178. src/base/system.c: In function ‘thread_sleep’:
  179. src/base/system.c:402: warning: implicit declaration of function ‘usleep’
  180. src/base/system.c: In function ‘thread_detach’:
  181. src/base/system.c:413: warning: implicit declaration of function ‘pthread_detach’
  182. src/base/system.c:413: error: ‘pthread_t’ undeclared (first use in this function)
  183. src/base/system.c: At top level:
  184. src/base/system.c:425: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LOCKINTERNAL’
  185. src/base/system.c: In function ‘lock_create’:
  186. src/base/system.c:434: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
  187. src/base/system.c:434: error: ‘lock’ undeclared (first use in this function)
  188. src/base/system.c:434: error: expected expression before ‘)’ token
  189. src/base/system.c:437: warning: implicit declaration of function ‘pthread_mutex_init’
  190. src/base/system.c: In function ‘lock_destroy’:
  191. src/base/system.c:449: warning: implicit declaration of function ‘pthread_mutex_destroy’
  192. src/base/system.c:449: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
  193. src/base/system.c:449: error: expected expression before ‘)’ token
  194. src/base/system.c: In function ‘lock_try’:
  195. src/base/system.c:461: warning: implicit declaration of function ‘pthread_mutex_trylock’
  196. src/base/system.c:461: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
  197. src/base/system.c:461: error: expected expression before ‘)’ token
  198. src/base/system.c: In function ‘lock_wait’:
  199. src/base/system.c:472: warning: implicit declaration of function ‘pthread_mutex_lock’
  200. src/base/system.c:472: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
  201. src/base/system.c:472: error: expected expression before ‘)’ token
  202. src/base/system.c: In function ‘lock_release’:
  203. src/base/system.c:483: warning: implicit declaration of function ‘pthread_mutex_unlock’
  204. src/base/system.c:483: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
  205. src/base/system.c:483: error: expected expression before ‘)’ token
  206. src/base/system.c: In function ‘time_get’:
  207. src/base/system.c:495: error: storage size of ‘val’ isn’t known
  208. src/base/system.c:496: warning: implicit declaration of function ‘gettimeofday’
  209. src/base/system.c:496: error: ‘NULL’ undeclared (first use in this function)
  210. src/base/system.c:495: warning: unused variable ‘val’
  211. src/base/system.c: At top level:
  212. src/base/system.c:525: warning: ‘struct sockaddr_in’ declared inside parameter list
  213. src/base/system.c:525: warning: its scope is only this definition or declaration, which is probably not what you want
  214. src/base/system.c: In function ‘netaddr_to_sockaddr_in’:
  215. src/base/system.c:527: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_in’
  216. src/base/system.c:534: error: dereferencing pointer to incomplete type
  217. src/base/system.c:534: error: ‘AF_INET’ undeclared (first use in this function)
  218. src/base/system.c:535: error: dereferencing pointer to incomplete type
  219. src/base/system.c:535: warning: implicit declaration of function ‘htons’
  220. src/base/system.c:536: error: dereferencing pointer to incomplete type
  221. src/base/system.c: At top level:
  222. src/base/system.c:539: warning: ‘struct sockaddr_in6’ declared inside parameter list
  223. src/base/system.c: In function ‘netaddr_to_sockaddr_in6’:
  224. src/base/system.c:541: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_in6’
  225. src/base/system.c:548: error: dereferencing pointer to incomplete type
  226. src/base/system.c:548: error: ‘AF_INET6’ undeclared (first use in this function)
  227. src/base/system.c:549: error: dereferencing pointer to incomplete type
  228. src/base/system.c:550: error: dereferencing pointer to incomplete type
  229. src/base/system.c: At top level:
  230. src/base/system.c:553: warning: ‘struct sockaddr’ declared inside parameter list
  231. src/base/system.c: In function ‘sockaddr_to_netaddr’:
  232. src/base/system.c:555: error: dereferencing pointer to incomplete type
  233. src/base/system.c:555: error: ‘AF_INET’ undeclared (first use in this function)
  234. src/base/system.c:559: error: dereferencing pointer to incomplete type
  235. src/base/system.c:560: error: dereferencing pointer to incomplete type
  236. src/base/system.c:562: error: dereferencing pointer to incomplete type
  237. src/base/system.c:562: error: ‘AF_INET6’ undeclared (first use in this function)
  238. src/base/system.c:566: error: dereferencing pointer to incomplete type
  239. src/base/system.c:567: error: dereferencing pointer to incomplete type
  240. src/base/system.c:571: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr’
  241. src/base/system.c:572: error: dereferencing pointer to incomplete type
  242. src/base/system.c: In function ‘priv_net_extract’:
  243. src/base/system.c:624: warning: implicit declaration of function ‘atol’
  244. src/base/system.c: In function ‘net_host_lookup’:
  245. src/base/system.c:642: error: storage size of ‘hints’ isn’t known
  246. src/base/system.c:656: error: ‘AF_UNSPEC’ undeclared (first use in this function)
  247. src/base/system.c:659: error: ‘AF_INET’ undeclared (first use in this function)
  248. src/base/system.c:661: error: ‘AF_INET6’ undeclared (first use in this function)
  249. src/base/system.c:663: warning: implicit declaration of function ‘getaddrinfo’
  250. src/base/system.c:663: error: ‘NULL’ undeclared (first use in this function)
  251. src/base/system.c:667: error: dereferencing pointer to incomplete type
  252. src/base/system.c:668: warning: implicit declaration of function ‘freeaddrinfo’
  253. src/base/system.c:642: warning: unused variable ‘hints’
  254. src/base/system.c: In function ‘net_addr_from_str’:
  255. src/base/system.c:731: error: storage size of ‘sa6’ isn’t known
  256. src/base/system.c:748: warning: implicit declaration of function ‘inet_pton’
  257. src/base/system.c:748: error: ‘AF_INET6’ undeclared (first use in this function)
  258. src/base/system.c:731: warning: unused variable ‘sa6’
  259. src/base/system.c: In function ‘priv_net_close_socket’:
  260. src/base/system.c:795: warning: implicit declaration of function ‘close’
  261. src/base/system.c: At top level:
  262. src/base/system.c:819: warning: ‘struct sockaddr’ declared inside parameter list
  263. src/base/system.c: In function ‘priv_net_create_socket’:
  264. src/base/system.c:824: warning: implicit declaration of function ‘socket’
  265. src/base/system.c:827: error: ‘errno’ undeclared (first use in this function)
  266. src/base/system.c:827: warning: implicit declaration of function ‘strerror’
  267. src/base/system.c:841: warning: implicit declaration of function ‘bind’
  268. src/base/system.c: In function ‘net_udp_create’:
  269. src/base/system.c:861: error: storage size of ‘addr’ isn’t known
  270. src/base/system.c:867: error: ‘AF_INET’ undeclared (first use in this function)
  271. src/base/system.c:867: error: ‘SOCK_DGRAM’ undeclared (first use in this function)
  272. src/base/system.c:878: warning: implicit declaration of function ‘setsockopt’
  273. src/base/system.c:878: error: ‘SOL_SOCKET’ undeclared (first use in this function)
  274. src/base/system.c:878: error: ‘SO_BROADCAST’ undeclared (first use in this function)
  275. src/base/system.c:861: warning: unused variable ‘addr’
  276. src/base/system.c:883: error: storage size of ‘addr’ isn’t known
  277. src/base/system.c:889: error: ‘AF_INET6’ undeclared (first use in this function)
  278. src/base/system.c:883: warning: unused variable ‘addr’
  279. src/base/system.c: In function ‘net_udp_send’:
  280. src/base/system.c:915: error: storage size of ‘sa’ isn’t known
  281. src/base/system.c:920: error: ‘AF_INET’ undeclared (first use in this function)
  282. src/base/system.c:921: error: ‘INADDR_BROADCAST’ undeclared (first use in this function)
  283. src/base/system.c:926: warning: implicit declaration of function ‘sendto’
  284. src/base/system.c:915: warning: unused variable ‘sa’
  285. src/base/system.c:936: error: storage size of ‘sa’ isn’t known
  286. src/base/system.c:941: error: ‘AF_INET6’ undeclared (first use in this function)
  287. src/base/system.c:936: warning: unused variable ‘sa’
  288. src/base/system.c: In function ‘net_udp_recv’:
  289. src/base/system.c:978: error: ‘socklen_t’ undeclared (first use in this function)
  290. src/base/system.c:978: error: expected ‘;’ before ‘fromlen’
  291. src/base/system.c:983: error: ‘fromlen’ undeclared (first use in this function)
  292. src/base/system.c:983: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_in’
  293. src/base/system.c:984: warning: implicit declaration of function ‘recvfrom’
  294. src/base/system.c:989: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_in6’
  295. src/base/system.c:995: warning: passing argument 1 of ‘sockaddr_to_netaddr’ from incompatible pointer type
  296. src/base/system.c: In function ‘net_tcp_create’:
  297. src/base/system.c:1017: error: storage size of ‘addr’ isn’t known
  298. src/base/system.c:1023: error: ‘AF_INET’ undeclared (first use in this function)
  299. src/base/system.c:1023: error: ‘SOCK_STREAM’ undeclared (first use in this function)
  300. src/base/system.c:1017: warning: unused variable ‘addr’
  301. src/base/system.c:1033: error: storage size of ‘addr’ isn’t known
  302. src/base/system.c:1039: error: ‘AF_INET6’ undeclared (first use in this function)
  303. src/base/system.c:1033: warning: unused variable ‘addr’
  304. src/base/system.c: In function ‘net_set_non_blocking’:
  305. src/base/system.c:1059: warning: implicit declaration of function ‘ioctl’
  306. src/base/system.c:1059: error: ‘FIONBIO’ undeclared (first use in this function)
  307. src/base/system.c: In function ‘net_set_blocking’:
  308. src/base/system.c:1083: error: ‘FIONBIO’ undeclared (first use in this function)
  309. src/base/system.c: In function ‘net_tcp_listen’:
  310. src/base/system.c:1103: warning: implicit declaration of function ‘listen’
  311. src/base/system.c: In function ‘net_tcp_accept’:
  312. src/base/system.c:1112: error: ‘socklen_t’ undeclared (first use in this function)
  313. src/base/system.c:1112: error: expected ‘;’ before ‘sockaddr_len’
  314. src/base/system.c:1118: error: storage size of ‘addr’ isn’t known
  315. src/base/system.c:1119: error: ‘sockaddr_len’ undeclared (first use in this function)
  316. src/base/system.c:1121: warning: implicit declaration of function ‘accept’
  317. src/base/system.c:1118: warning: unused variable ‘addr’
  318. src/base/system.c:1134: error: storage size of ‘addr’ isn’t known
  319. src/base/system.c:1134: warning: unused variable ‘addr’
  320. src/base/system.c: In function ‘net_tcp_connect’:
  321. src/base/system.c:1155: error: storage size of ‘addr’ isn’t known
  322. src/base/system.c:1157: warning: implicit declaration of function ‘connect’
  323. src/base/system.c:1155: warning: unused variable ‘addr’
  324. src/base/system.c:1162: error: storage size of ‘addr’ isn’t known
  325. src/base/system.c:1162: warning: unused variable ‘addr’
  326. src/base/system.c: In function ‘net_tcp_send’:
  327. src/base/system.c:1186: warning: implicit declaration of function ‘send’
  328. src/base/system.c: In function ‘net_tcp_recv’:
  329. src/base/system.c:1198: warning: implicit declaration of function ‘recv’
  330. src/base/system.c: In function ‘net_errno’:
  331. src/base/system.c:1215: error: ‘errno’ undeclared (first use in this function)
  332. src/base/system.c: In function ‘net_would_block’:
  333. src/base/system.c:1224: error: ‘EWOULDBLOCK’ undeclared (first use in this function)
  334. src/base/system.c: In function ‘fs_listdir’:
  335. src/base/system.c:1272: error: ‘DIR’ undeclared (first use in this function)
  336. src/base/system.c:1272: error: ‘d’ undeclared (first use in this function)
  337. src/base/system.c:1272: warning: implicit declaration of function ‘opendir’
  338. src/base/system.c:1280: warning: implicit declaration of function ‘readdir’
  339. src/base/system.c:1280: warning: assignment makes pointer from integer without a cast
  340. src/base/system.c:1280: error: ‘NULL’ undeclared (first use in this function)
  341. src/base/system.c:1282: error: dereferencing pointer to incomplete type
  342. src/base/system.c:1283: error: dereferencing pointer to incomplete type
  343. src/base/system.c:1288: warning: implicit declaration of function ‘closedir’
  344. src/base/system.c: In function ‘fs_storage_path’:
  345. src/base/system.c:1302: warning: implicit declaration of function ‘getenv’
  346. src/base/system.c:1302: warning: initialization makes pointer from integer without a cast
  347. src/base/system.c:1310: warning: implicit declaration of function ‘snprintf’
  348. src/base/system.c:1310: warning: incompatible implicit declaration of built-in function ‘snprintf’
  349. src/base/system.c: In function ‘fs_makedir’:
  350. src/base/system.c:1330: warning: implicit declaration of function ‘mkdir’
  351. src/base/system.c:1332: error: ‘errno’ undeclared (first use in this function)
  352. src/base/system.c:1332: error: ‘EEXIST’ undeclared (first use in this function)
  353. src/base/system.c: In function ‘fs_is_dir’:
  354. src/base/system.c:1353: error: storage size of ‘sb’ isn’t known
  355. src/base/system.c:1354: warning: implicit declaration of function ‘stat’
  356. src/base/system.c:1357: warning: implicit declaration of function ‘S_ISDIR’
  357. src/base/system.c:1353: warning: unused variable ‘sb’
  358. src/base/system.c: In function ‘fs_chdir’:
  359. src/base/system.c:1368: warning: implicit declaration of function ‘chdir’
  360. src/base/system.c: In function ‘fs_getcwd’:
  361. src/base/system.c:1384: warning: implicit declaration of function ‘getcwd’
  362. src/base/system.c:1384: warning: return makes pointer from integer without a cast
  363. src/base/system.c: In function ‘fs_remove’:
  364. src/base/system.c:1407: warning: implicit declaration of function ‘remove’
  365. src/base/system.c: In function ‘fs_rename’:
  366. src/base/system.c:1414: warning: implicit declaration of function ‘rename’
  367. src/base/system.c: In function ‘net_socket_read_wait’:
  368. src/base/system.c:1447: error: storage size of ‘tv’ isn’t known
  369. src/base/system.c:1448: error: ‘fd_set’ undeclared (first use in this function)
  370. src/base/system.c:1448: error: expected ‘;’ before ‘readfds’
  371. src/base/system.c:1455: warning: implicit declaration of function ‘FD_ZERO’
  372. src/base/system.c:1455: error: ‘readfds’ undeclared (first use in this function)
  373. src/base/system.c:1458: warning: implicit declaration of function ‘FD_SET’
  374. src/base/system.c:1469: warning: implicit declaration of function ‘select’
  375. src/base/system.c:1469: error: ‘NULL’ undeclared (first use in this function)
  376. src/base/system.c:1471: warning: implicit declaration of function ‘FD_ISSET’
  377. src/base/system.c:1447: warning: unused variable ‘tv’
  378. src/base/system.c: In function ‘str_append’:
  379. src/base/system.c:1487: warning: incompatible implicit declaration of built-in function ‘strlen’
  380. src/base/system.c: In function ‘str_copy’:
  381. src/base/system.c:1503: warning: implicit declaration of function ‘strncpy’
  382. src/base/system.c:1503: warning: incompatible implicit declaration of built-in function ‘strncpy’
  383. src/base/system.c: In function ‘str_length’:
  384. src/base/system.c:1509: warning: incompatible implicit declaration of built-in function ‘strlen’
  385. src/base/system.c: In function ‘str_comp_nocase’:
  386. src/base/system.c:1588: warning: implicit declaration of function ‘strcasecmp’
  387. src/base/system.c: In function ‘str_comp_nocase_num’:
  388. src/base/system.c:1597: warning: implicit declaration of function ‘strncasecmp’
  389. src/base/system.c: In function ‘str_comp’:
  390. src/base/system.c:1603: warning: implicit declaration of function ‘strcmp’
  391. src/base/system.c: In function ‘str_comp_num’:
  392. src/base/system.c:1608: warning: implicit declaration of function ‘strncmp’
  393. src/base/system.c: In function ‘str_find_nocase’:
  394. src/base/system.c:1648: warning: implicit declaration of function ‘tolower’
  395. src/base/system.c: In function ‘str_timestamp’:
  396. src/base/system.c:1697: error: ‘time_t’ undeclared (first use in this function)
  397. src/base/system.c:1697: error: expected ‘;’ before ‘time_data’
  398. src/base/system.c:1700: error: ‘time_data’ undeclared (first use in this function)
  399. src/base/system.c:1701: warning: implicit declaration of function ‘localtime’
  400. src/base/system.c:1701: warning: assignment makes pointer from integer without a cast
  401. src/base/system.c:1702: warning: implicit declaration of function ‘strftime’
  402. src/base/system.c:1702: warning: incompatible implicit declaration of built-in function ‘strftime’
  403. src/base/system.c: In function ‘mem_comp’:
  404. src/base/system.c:1708: warning: implicit declaration of function ‘memcmp’
  405. src/base/system.c: In function ‘gui_messagebox’:
  406. src/base/system.c:1724: error: ‘DialogRef’ undeclared (first use in this function)
  407. src/base/system.c:1724: error: expected ‘;’ before ‘theItem’
  408. src/base/system.c:1725: error: ‘DialogItemIndex’ undeclared (first use in this function)
  409. src/base/system.c:1725: error: expected ‘;’ before ‘itemIndex’
  410. src/base/system.c:1729: error: ‘ProcessSerialNumber’ undeclared (first use in this function)
  411. src/base/system.c:1729: error: expected ‘;’ before ‘psn’
  412. src/base/system.c:1730: warning: implicit declaration of function ‘GetCurrentProcess’
  413. src/base/system.c:1730: error: ‘psn’ undeclared (first use in this function)
  414. src/base/system.c:1731: warning: implicit declaration of function ‘TransformProcessType’
  415. src/base/system.c:1731: error: ‘kProcessTransformToForegroundApplication’ undeclared (first use in this function)
  416. src/base/system.c:1732: warning: implicit declaration of function ‘SetFrontProcess’
  417. src/base/system.c:1735: warning: implicit declaration of function ‘CreateStandardAlert’
  418. src/base/system.c:1735: error: ‘kAlertStopAlert’ undeclared (first use in this function)
  419. src/base/system.c:1736: warning: implicit declaration of function ‘CFStringCreateWithCString’
  420. src/base/system.c:1736: error: ‘NULL’ undeclared (first use in this function)
  421. src/base/system.c:1736: error: ‘kCFStringEncodingASCII’ undeclared (first use in this function)
  422. src/base/system.c:1739: error: ‘theItem’ undeclared (first use in this function)
  423. src/base/system.c:1741: warning: implicit declaration of function ‘RunStandardAlert’
  424. src/base/system.c:1741: error: ‘itemIndex’ undeclared (first use in this function)
  425. src/base/system.c: In function ‘str_toint’:
  426. src/base/system.c:1772: warning: implicit declaration of function ‘atoi’
  427. src/base/system.c: In function ‘str_tofloat’:
  428. src/base/system.c:1773: warning: implicit declaration of function ‘atof’
  429. bam: 'objs/base/system.o' error 256
  430. [ 9/108] #1 c src/engine/external/zlib/crc32.c
  431. In file included from src/engine/external/zlib/crc32.c:29:
  432. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  433. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  434. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  435. In file included from /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15,
  436. from src/engine/external/zlib/crc32.c:36:
  437. /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  438. bam: 'objs/engine/external/zlib/crc32.o' error 256
  439. [ 10/108] #1 c src/engine/external/zlib/deflate.c
  440. In file included from src/engine/external/zlib/deflate.h:16,
  441. from src/engine/external/zlib/deflate.c:52:
  442. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  443. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  444. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  445. src/engine/external/zlib/deflate.c: In function ‘deflateSetDictionary’:
  446. src/engine/external/zlib/deflate.c:339: warning: implicit declaration of function ‘memcpy’
  447. src/engine/external/zlib/deflate.c:339: warning: incompatible implicit declaration of built-in function ‘memcpy’
  448. src/engine/external/zlib/deflate.c: In function ‘flush_pending’:
  449. src/engine/external/zlib/deflate.c:540: warning: incompatible implicit declaration of built-in function ‘memcpy’
  450. src/engine/external/zlib/deflate.c: In function ‘deflate’:
  451. src/engine/external/zlib/deflate.c:817: warning: implicit declaration of function ‘memset’
  452. src/engine/external/zlib/deflate.c:817: warning: incompatible implicit declaration of built-in function ‘memset’
  453. src/engine/external/zlib/deflate.c: In function ‘deflateCopy’:
  454. src/engine/external/zlib/deflate.c:912: warning: incompatible implicit declaration of built-in function ‘memcpy’
  455. src/engine/external/zlib/deflate.c: In function ‘read_buf’:
  456. src/engine/external/zlib/deflate.c:976: warning: incompatible implicit declaration of built-in function ‘memcpy’
  457. src/engine/external/zlib/deflate.c: In function ‘lm_init’:
  458. src/engine/external/zlib/deflate.c:991: warning: incompatible implicit declaration of built-in function ‘memset’
  459. src/engine/external/zlib/deflate.c: In function ‘fill_window’:
  460. src/engine/external/zlib/deflate.c:1295: warning: incompatible implicit declaration of built-in function ‘memcpy’
  461. bam: 'objs/engine/external/zlib/deflate.o' error 256
  462. [ 11/108] #1 c src/engine/external/zlib/gzio.c
  463. src/engine/external/zlib/gzio.c:10:19: error: stdio.h: No such file or directory
  464. In file included from src/engine/external/zlib/gzio.c:12:
  465. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  466. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  467. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  468. src/engine/external/zlib/gzio.c:60: error: expected specifier-qualifier-list before ‘FILE’
  469. src/engine/external/zlib/gzio.c:81: error: expected ‘)’ before ‘*’ token
  470. src/engine/external/zlib/gzio.c: In function ‘gz_open’:
  471. src/engine/external/zlib/gzio.c:108: warning: implicit declaration of function ‘malloc’
  472. src/engine/external/zlib/gzio.c:108: warning: incompatible implicit declaration of built-in function ‘malloc’
  473. src/engine/external/zlib/gzio.c:114: error: ‘gz_stream’ has no member named ‘inbuf’
  474. src/engine/external/zlib/gzio.c:115: error: ‘gz_stream’ has no member named ‘outbuf’
  475. src/engine/external/zlib/gzio.c:117: error: ‘gz_stream’ has no member named ‘file’
  476. src/engine/external/zlib/gzio.c:120: error: ‘gz_stream’ has no member named ‘in’
  477. src/engine/external/zlib/gzio.c:121: error: ‘gz_stream’ has no member named ‘out’
  478. src/engine/external/zlib/gzio.c:122: error: ‘gz_stream’ has no member named ‘back’
  479. src/engine/external/zlib/gzio.c:122: error: ‘EOF’ undeclared (first use in this function)
  480. src/engine/external/zlib/gzio.c:122: error: (Each undeclared identifier is reported only once
  481. src/engine/external/zlib/gzio.c:122: error: for each function it appears in.)
  482. src/engine/external/zlib/gzio.c:123: error: ‘gz_stream’ has no member named ‘crc’
  483. src/engine/external/zlib/gzio.c:124: error: ‘gz_stream’ has no member named ‘msg’
  484. src/engine/external/zlib/gzio.c:125: error: ‘gz_stream’ has no member named ‘transparent’
  485. src/engine/external/zlib/gzio.c:127: error: ‘gz_stream’ has no member named ‘path’
  486. src/engine/external/zlib/gzio.c:127: warning: implicit declaration of function ‘strlen’
  487. src/engine/external/zlib/gzio.c:127: warning: incompatible implicit declaration of built-in function ‘strlen’
  488. src/engine/external/zlib/gzio.c:128: error: ‘gz_stream’ has no member named ‘path’
  489. src/engine/external/zlib/gzio.c:131: warning: implicit declaration of function ‘strcpy’
  490. src/engine/external/zlib/gzio.c:131: warning: incompatible implicit declaration of built-in function ‘strcpy’
  491. src/engine/external/zlib/gzio.c:131: error: ‘gz_stream’ has no member named ‘path’
  492. src/engine/external/zlib/gzio.c:133: error: ‘gz_stream’ has no member named ‘mode’
  493. src/engine/external/zlib/gzio.c:135: error: ‘gz_stream’ has no member named ‘mode’
  494. src/engine/external/zlib/gzio.c:136: error: ‘gz_stream’ has no member named ‘mode’
  495. src/engine/external/zlib/gzio.c:149: error: ‘gz_stream’ has no member named ‘mode’
  496. src/engine/external/zlib/gzio.c:151: error: ‘gz_stream’ has no member named ‘mode’
  497. src/engine/external/zlib/gzio.c:159: error: ‘gz_stream’ has no member named ‘outbuf’
  498. src/engine/external/zlib/gzio.c:161: error: ‘gz_stream’ has no member named ‘outbuf’
  499. src/engine/external/zlib/gzio.c:165: error: ‘gz_stream’ has no member named ‘inbuf’
  500. src/engine/external/zlib/gzio.c:174: error: ‘gz_stream’ has no member named ‘inbuf’
  501. src/engine/external/zlib/gzio.c:180: error: ‘errno’ undeclared (first use in this function)
  502. src/engine/external/zlib/gzio.c:181: error: ‘gz_stream’ has no member named ‘file’
  503. src/engine/external/zlib/gzio.c:181: warning: implicit declaration of function ‘fopen’
  504. src/engine/external/zlib/gzio.c:181: error: ‘FILE’ undeclared (first use in this function)
  505. src/engine/external/zlib/gzio.c:181: error: expected expression before ‘)’ token
  506. src/engine/external/zlib/gzio.c:183: error: ‘gz_stream’ has no member named ‘file’
  507. src/engine/external/zlib/gzio.c:186: error: ‘gz_stream’ has no member named ‘mode’
  508. src/engine/external/zlib/gzio.c:189: warning: implicit declaration of function ‘fprintf’
  509. src/engine/external/zlib/gzio.c:189: warning: incompatible implicit declaration of built-in function ‘fprintf’
  510. src/engine/external/zlib/gzio.c:189: error: ‘gz_stream’ has no member named ‘file’
  511. src/engine/external/zlib/gzio.c:191: error: ‘gz_stream’ has no member named ‘start’
  512. src/engine/external/zlib/gzio.c:199: error: ‘gz_stream’ has no member named ‘start’
  513. src/engine/external/zlib/gzio.c:199: warning: implicit declaration of function ‘ftell’
  514. src/engine/external/zlib/gzio.c:199: error: ‘gz_stream’ has no member named ‘file’
  515. src/engine/external/zlib/gzio.c: In function ‘gzdopen’:
  516. src/engine/external/zlib/gzio.c:226: warning: implicit declaration of function ‘sprintf’
  517. src/engine/external/zlib/gzio.c:226: warning: incompatible implicit declaration of built-in function ‘sprintf’
  518. src/engine/external/zlib/gzio.c: In function ‘gzsetparams’:
  519. src/engine/external/zlib/gzio.c:241: error: ‘gz_stream’ has no member named ‘mode’
  520. src/engine/external/zlib/gzio.c:246: error: ‘gz_stream’ has no member named ‘outbuf’
  521. src/engine/external/zlib/gzio.c:247: warning: implicit declaration of function ‘fwrite’
  522. src/engine/external/zlib/gzio.c:247: warning: incompatible implicit declaration of built-in function ‘fwrite’
  523. src/engine/external/zlib/gzio.c:247: error: ‘gz_stream’ has no member named ‘outbuf’
  524. src/engine/external/zlib/gzio.c:247: error: ‘gz_stream’ has no member named ‘file’
  525. src/engine/external/zlib/gzio.c: In function ‘get_byte’:
  526. src/engine/external/zlib/gzio.c:264: error: ‘EOF’ undeclared (first use in this function)
  527. src/engine/external/zlib/gzio.c:266: error: ‘errno’ undeclared (first use in this function)
  528. src/engine/external/zlib/gzio.c:267: warning: implicit declaration of function ‘fread’
  529. src/engine/external/zlib/gzio.c:267: error: ‘gz_stream’ has no member named ‘inbuf’
  530. src/engine/external/zlib/gzio.c:267: error: ‘gz_stream’ has no member named ‘file’
  531. src/engine/external/zlib/gzio.c:270: warning: implicit declaration of function ‘ferror’
  532. src/engine/external/zlib/gzio.c:270: error: ‘gz_stream’ has no member named ‘file’
  533. src/engine/external/zlib/gzio.c:273: error: ‘gz_stream’ has no member named ‘inbuf’
  534. src/engine/external/zlib/gzio.c: In function ‘check_header’:
  535. src/engine/external/zlib/gzio.c:301: error: ‘gz_stream’ has no member named ‘inbuf’
  536. src/engine/external/zlib/gzio.c:302: error: ‘errno’ undeclared (first use in this function)
  537. src/engine/external/zlib/gzio.c:303: error: ‘gz_stream’ has no member named ‘inbuf’
  538. src/engine/external/zlib/gzio.c:303: error: ‘gz_stream’ has no member named ‘file’
  539. src/engine/external/zlib/gzio.c:304: error: ‘gz_stream’ has no member named ‘file’
  540. src/engine/external/zlib/gzio.c:306: error: ‘gz_stream’ has no member named ‘inbuf’
  541. src/engine/external/zlib/gzio.c:308: error: ‘gz_stream’ has no member named ‘transparent’
  542. src/engine/external/zlib/gzio.c:316: error: ‘gz_stream’ has no member named ‘transparent’
  543. src/engine/external/zlib/gzio.c:337: error: ‘EOF’ undeclared (first use in this function)
  544. src/engine/external/zlib/gzio.c: In function ‘destroy’:
  545. src/engine/external/zlib/gzio.c:362: error: ‘gz_stream’ has no member named ‘msg’
  546. src/engine/external/zlib/gzio.c:362: warning: implicit declaration of function ‘free’
  547. src/engine/external/zlib/gzio.c:362: error: ‘gz_stream’ has no member named ‘msg’
  548. src/engine/external/zlib/gzio.c:365: error: ‘gz_stream’ has no member named ‘mode’
  549. src/engine/external/zlib/gzio.c:371: error: ‘gz_stream’ has no member named ‘mode’
  550. src/engine/external/zlib/gzio.c:375: error: ‘gz_stream’ has no member named ‘file’
  551. src/engine/external/zlib/gzio.c:375: warning: implicit declaration of function ‘fclose’
  552. src/engine/external/zlib/gzio.c:375: error: ‘gz_stream’ has no member named ‘file’
  553. src/engine/external/zlib/gzio.c:383: error: ‘gz_stream’ has no member named ‘inbuf’
  554. src/engine/external/zlib/gzio.c:383: error: ‘gz_stream’ has no member named ‘inbuf’
  555. src/engine/external/zlib/gzio.c:384: error: ‘gz_stream’ has no member named ‘outbuf’
  556. src/engine/external/zlib/gzio.c:384: error: ‘gz_stream’ has no member named ‘outbuf’
  557. src/engine/external/zlib/gzio.c:385: error: ‘gz_stream’ has no member named ‘path’
  558. src/engine/external/zlib/gzio.c:385: error: ‘gz_stream’ has no member named ‘path’
  559. src/engine/external/zlib/gzio.c: In function ‘gzread’:
  560. src/engine/external/zlib/gzio.c:403: error: ‘gz_stream’ has no member named ‘mode’
  561. src/engine/external/zlib/gzio.c:412: error: ‘gz_stream’ has no member named ‘back’
  562. src/engine/external/zlib/gzio.c:412: error: ‘EOF’ undeclared (first use in this function)
  563. src/engine/external/zlib/gzio.c:413: error: ‘gz_stream’ has no member named ‘back’
  564. src/engine/external/zlib/gzio.c:416: error: ‘gz_stream’ has no member named ‘back’
  565. src/engine/external/zlib/gzio.c:417: error: ‘gz_stream’ has no member named ‘out’
  566. src/engine/external/zlib/gzio.c:419: error: ‘gz_stream’ has no member named ‘last’
  567. src/engine/external/zlib/gzio.c:427: error: ‘gz_stream’ has no member named ‘transparent’
  568. src/engine/external/zlib/gzio.c:432: warning: implicit declaration of function ‘memcpy’
  569. src/engine/external/zlib/gzio.c:432: warning: incompatible implicit declaration of built-in function ‘memcpy’
  570. src/engine/external/zlib/gzio.c:441: error: ‘gz_stream’ has no member named ‘file’
  571. src/engine/external/zlib/gzio.c:444: error: ‘gz_stream’ has no member named ‘in’
  572. src/engine/external/zlib/gzio.c:445: error: ‘gz_stream’ has no member named ‘out’
  573. src/engine/external/zlib/gzio.c:451: error: ‘errno’ undeclared (first use in this function)
  574. src/engine/external/zlib/gzio.c:452: error: ‘gz_stream’ has no member named ‘inbuf’
  575. src/engine/external/zlib/gzio.c:452: error: ‘gz_stream’ has no member named ‘file’
  576. src/engine/external/zlib/gzio.c:455: error: ‘gz_stream’ has no member named ‘file’
  577. src/engine/external/zlib/gzio.c:460: error: ‘gz_stream’ has no member named ‘inbuf’
  578. src/engine/external/zlib/gzio.c:462: error: ‘gz_stream’ has no member named ‘in’
  579. src/engine/external/zlib/gzio.c:463: error: ‘gz_stream’ has no member named ‘out’
  580. src/engine/external/zlib/gzio.c:465: error: ‘gz_stream’ has no member named ‘in’
  581. src/engine/external/zlib/gzio.c:466: error: ‘gz_stream’ has no member named ‘out’
  582. src/engine/external/zlib/gzio.c:470: error: ‘gz_stream’ has no member named ‘crc’
  583. src/engine/external/zlib/gzio.c:470: error: ‘gz_stream’ has no member named ‘crc’
  584. src/engine/external/zlib/gzio.c:473: error: ‘gz_stream’ has no member named ‘crc’
  585. src/engine/external/zlib/gzio.c:484: error: ‘gz_stream’ has no member named ‘crc’
  586. src/engine/external/zlib/gzio.c:490: error: ‘gz_stream’ has no member named ‘crc’
  587. src/engine/external/zlib/gzio.c:490: error: ‘gz_stream’ has no member named ‘crc’
  588. src/engine/external/zlib/gzio.c: In function ‘gzungetc’:
  589. src/engine/external/zlib/gzio.c:521: error: ‘gz_stream’ has no member named ‘mode’
  590. src/engine/external/zlib/gzio.c:521: error: ‘EOF’ undeclared (first use in this function)
  591. src/engine/external/zlib/gzio.c:521: error: ‘gz_stream’ has no member named ‘back’
  592. src/engine/external/zlib/gzio.c:522: error: ‘gz_stream’ has no member named ‘back’
  593. src/engine/external/zlib/gzio.c:523: error: ‘gz_stream’ has no member named ‘out’
  594. src/engine/external/zlib/gzio.c:524: error: ‘gz_stream’ has no member named ‘last’
  595. src/engine/external/zlib/gzio.c:525: error: ‘gz_stream’ has no member named ‘last’
  596. src/engine/external/zlib/gzio.c: In function ‘gzwrite’:
  597. src/engine/external/zlib/gzio.c:566: error: ‘gz_stream’ has no member named ‘mode’
  598. src/engine/external/zlib/gzio.c:575: error: ‘gz_stream’ has no member named ‘outbuf’
  599. src/engine/external/zlib/gzio.c:576: warning: incompatible implicit declaration of built-in function ‘fwrite’
  600. src/engine/external/zlib/gzio.c:576: error: ‘gz_stream’ has no member named ‘outbuf’
  601. src/engine/external/zlib/gzio.c:576: error: ‘gz_stream’ has no member named ‘file’
  602. src/engine/external/zlib/gzio.c:582: error: ‘gz_stream’ has no member named ‘in’
  603. src/engine/external/zlib/gzio.c:583: error: ‘gz_stream’ has no member named ‘out’
  604. src/engine/external/zlib/gzio.c:585: error: ‘gz_stream’ has no member named ‘in’
  605. src/engine/external/zlib/gzio.c:586: error: ‘gz_stream’ has no member named ‘out’
  606. src/engine/external/zlib/gzio.c:589: error: ‘gz_stream’ has no member named ‘crc’
  607. src/engine/external/zlib/gzio.c:589: error: ‘gz_stream’ has no member named ‘crc’
  608. src/engine/external/zlib/gzio.c: In function ‘gzprintf’:
  609. src/engine/external/zlib/gzio.c:627: warning: implicit declaration of function ‘vsnprintf’
  610. src/engine/external/zlib/gzio.c: In function ‘gzputs’:
  611. src/engine/external/zlib/gzio.c:697: warning: incompatible implicit declaration of built-in function ‘strlen’
  612. src/engine/external/zlib/gzio.c: In function ‘do_flush’:
  613. src/engine/external/zlib/gzio.c:713: error: ‘gz_stream’ has no member named ‘mode’
  614. src/engine/external/zlib/gzio.c:721: warning: incompatible implicit declaration of built-in function ‘fwrite’
  615. src/engine/external/zlib/gzio.c:721: error: ‘gz_stream’ has no member named ‘outbuf’
  616. src/engine/external/zlib/gzio.c:721: error: ‘gz_stream’ has no member named ‘file’
  617. src/engine/external/zlib/gzio.c:725: error: ‘gz_stream’ has no member named ‘outbuf’
  618. src/engine/external/zlib/gzio.c:729: error: ‘gz_stream’ has no member named ‘out’
  619. src/engine/external/zlib/gzio.c:731: error: ‘gz_stream’ has no member named ‘out’
  620. src/engine/external/zlib/gzio.c: In function ‘gzflush’:
  621. src/engine/external/zlib/gzio.c:754: warning: implicit declaration of function ‘fflush’
  622. src/engine/external/zlib/gzio.c:754: error: ‘gz_stream’ has no member named ‘file’
  623. src/engine/external/zlib/gzio.c: In function ‘gzseek’:
  624. src/engine/external/zlib/gzio.c:779: error: ‘gz_stream’ has no member named ‘mode’
  625. src/engine/external/zlib/gzio.c:784: error: ‘gz_stream’ has no member named ‘in’
  626. src/engine/external/zlib/gzio.c:789: error: ‘gz_stream’ has no member named ‘inbuf’
  627. src/engine/external/zlib/gzio.c:790: error: ‘gz_stream’ has no member named ‘inbuf’
  628. src/engine/external/zlib/gzio.c:790: warning: incompatible implicit declaration of built-in function ‘malloc’
  629. src/engine/external/zlib/gzio.c:791: error: ‘gz_stream’ has no member named ‘inbuf’
  630. src/engine/external/zlib/gzio.c:792: warning: implicit declaration of function ‘memset’
  631. src/engine/external/zlib/gzio.c:792: warning: incompatible implicit declaration of built-in function ‘memset’
  632. src/engine/external/zlib/gzio.c:792: error: ‘gz_stream’ has no member named ‘inbuf’
  633. src/engine/external/zlib/gzio.c:798: error: ‘gz_stream’ has no member named ‘inbuf’
  634. src/engine/external/zlib/gzio.c:803: error: ‘gz_stream’ has no member named ‘in’
  635. src/engine/external/zlib/gzio.c:810: error: ‘gz_stream’ has no member named ‘out’
  636. src/engine/external/zlib/gzio.c:814: error: ‘gz_stream’ has no member named ‘transparent’
  637. src/engine/external/zlib/gzio.c:816: error: ‘gz_stream’ has no member named ‘back’
  638. src/engine/external/zlib/gzio.c:816: error: ‘EOF’ undeclared (first use in this function)
  639. src/engine/external/zlib/gzio.c:818: error: ‘gz_stream’ has no member named ‘inbuf’
  640. src/engine/external/zlib/gzio.c:819: warning: implicit declaration of function ‘fseek’
  641. src/engine/external/zlib/gzio.c:819: error: ‘gz_stream’ has no member named ‘file’
  642. src/engine/external/zlib/gzio.c:821: error: ‘gz_stream’ has no member named ‘in’
  643. src/engine/external/zlib/gzio.c:821: error: ‘gz_stream’ has no member named ‘out’
  644. src/engine/external/zlib/gzio.c:826: error: ‘gz_stream’ has no member named ‘out’
  645. src/engine/external/zlib/gzio.c:827: error: ‘gz_stream’ has no member named ‘out’
  646. src/engine/external/zlib/gzio.c:833: error: ‘gz_stream’ has no member named ‘outbuf’
  647. src/engine/external/zlib/gzio.c:834: error: ‘gz_stream’ has no member named ‘outbuf’
  648. src/engine/external/zlib/gzio.c:834: warning: incompatible implicit declaration of built-in function ‘malloc’
  649. src/engine/external/zlib/gzio.c:835: error: ‘gz_stream’ has no member named ‘outbuf’
  650. src/engine/external/zlib/gzio.c:837: error: ‘gz_stream’ has no member named ‘back’
  651. src/engine/external/zlib/gzio.c:838: error: ‘gz_stream’ has no member named ‘back’
  652. src/engine/external/zlib/gzio.c:839: error: ‘gz_stream’ has no member named ‘out’
  653. src/engine/external/zlib/gzio.c:841: error: ‘gz_stream’ has no member named ‘last’
  654. src/engine/external/zlib/gzio.c:847: error: ‘gz_stream’ has no member named ‘outbuf’
  655. src/engine/external/zlib/gzio.c:851: error: ‘gz_stream’ has no member named ‘out’
  656. src/engine/external/zlib/gzio.c: In function ‘gzrewind’:
  657. src/engine/external/zlib/gzio.c:862: error: ‘gz_stream’ has no member named ‘mode’
  658. src/engine/external/zlib/gzio.c:866: error: ‘gz_stream’ has no member named ‘back’
  659. src/engine/external/zlib/gzio.c:866: error: ‘EOF’ undeclared (first use in this function)
  660. src/engine/external/zlib/gzio.c:868: error: ‘gz_stream’ has no member named ‘inbuf’
  661. src/engine/external/zlib/gzio.c:869: error: ‘gz_stream’ has no member named ‘crc’
  662. src/engine/external/zlib/gzio.c:870: error: ‘gz_stream’ has no member named ‘transparent’
  663. src/engine/external/zlib/gzio.c:871: error: ‘gz_stream’ has no member named ‘in’
  664. src/engine/external/zlib/gzio.c:872: error: ‘gz_stream’ has no member named ‘out’
  665. src/engine/external/zlib/gzio.c:873: error: ‘gz_stream’ has no member named ‘file’
  666. src/engine/external/zlib/gzio.c:873: error: ‘gz_stream’ has no member named ‘start’
  667. src/engine/external/zlib/gzio.c: In function ‘gzeof’:
  668. src/engine/external/zlib/gzio.c:900: error: ‘gz_stream’ has no member named ‘mode’
  669. src/engine/external/zlib/gzio.c: In function ‘gzdirect’:
  670. src/engine/external/zlib/gzio.c:913: error: ‘gz_stream’ has no member named ‘mode’
  671. src/engine/external/zlib/gzio.c:914: error: ‘gz_stream’ has no member named ‘transparent’
  672. src/engine/external/zlib/gzio.c: In function ‘putLong’:
  673. src/engine/external/zlib/gzio.c:921: error: expected declaration specifiers before ‘FILE’
  674. src/engine/external/zlib/gzio.c:926: warning: implicit declaration of function ‘fputc’
  675. src/engine/external/zlib/gzio.c: In function ‘getLong’:
  676. src/engine/external/zlib/gzio.c:944: error: ‘EOF’ undeclared (first use in this function)
  677. src/engine/external/zlib/gzio.c: In function ‘gzclose’:
  678. src/engine/external/zlib/gzio.c:960: error: ‘gz_stream’ has no member named ‘mode’
  679. src/engine/external/zlib/gzio.c:967: error: ‘gz_stream’ has no member named ‘file’
  680. src/engine/external/zlib/gzio.c:967: error: ‘gz_stream’ has no member named ‘crc’
  681. src/engine/external/zlib/gzio.c:968: error: ‘gz_stream’ has no member named ‘file’
  682. src/engine/external/zlib/gzio.c:968: error: ‘gz_stream’ has no member named ‘in’
  683. src/engine/external/zlib/gzio.c: In function ‘gzerror’:
  684. src/engine/external/zlib/gzio.c:1001: warning: implicit declaration of function ‘strerror’
  685. src/engine/external/zlib/gzio.c:1001: error: ‘errno’ undeclared (first use in this function)
  686. src/engine/external/zlib/gzio.c:1001: warning: pointer/integer type mismatch in conditional expression
  687. src/engine/external/zlib/gzio.c:1005: error: ‘gz_stream’ has no member named ‘msg’
  688. src/engine/external/zlib/gzio.c:1005: error: ‘gz_stream’ has no member named ‘msg’
  689. src/engine/external/zlib/gzio.c:1006: error: ‘gz_stream’ has no member named ‘msg’
  690. src/engine/external/zlib/gzio.c:1006: warning: incompatible implicit declaration of built-in function ‘malloc’
  691. src/engine/external/zlib/gzio.c:1006: warning: incompatible implicit declaration of built-in function ‘strlen’
  692. src/engine/external/zlib/gzio.c:1006: error: ‘gz_stream’ has no member named ‘path’
  693. src/engine/external/zlib/gzio.c:1007: error: ‘gz_stream’ has no member named ‘msg’
  694. src/engine/external/zlib/gzio.c:1008: warning: incompatible implicit declaration of built-in function ‘strcpy’
  695. src/engine/external/zlib/gzio.c:1008: error: ‘gz_stream’ has no member named ‘msg’
  696. src/engine/external/zlib/gzio.c:1008: error: ‘gz_stream’ has no member named ‘path’
  697. src/engine/external/zlib/gzio.c:1009: warning: implicit declaration of function ‘strcat’
  698. src/engine/external/zlib/gzio.c:1009: warning: incompatible implicit declaration of built-in function ‘strcat’
  699. src/engine/external/zlib/gzio.c:1009: error: ‘gz_stream’ has no member named ‘msg’
  700. src/engine/external/zlib/gzio.c:1010: error: ‘gz_stream’ has no member named ‘msg’
  701. src/engine/external/zlib/gzio.c:1011: error: ‘gz_stream’ has no member named ‘msg’
  702. src/engine/external/zlib/gzio.c: In function ‘gzclearerr’:
  703. src/engine/external/zlib/gzio.c:1025: warning: implicit declaration of function ‘clearerr’
  704. src/engine/external/zlib/gzio.c:1025: error: ‘gz_stream’ has no member named ‘file’
  705. bam: 'objs/engine/external/zlib/gzio.o' error 256
  706. [ 12/108] #1 c src/engine/external/zlib/infback.c
  707. In file included from src/engine/external/zlib/infback.c:13:
  708. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  709. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  710. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  711. src/engine/external/zlib/infback.c: In function ‘inflateBack’:
  712. src/engine/external/zlib/infback.c:338: warning: implicit declaration of function ‘memcpy’
  713. src/engine/external/zlib/infback.c:338: warning: incompatible implicit declaration of built-in function ‘memcpy’
  714. bam: 'objs/engine/external/zlib/infback.o' error 256
  715. [ 13/108] #1 c src/engine/external/zlib/inffast.c
  716. In file included from src/engine/external/zlib/inffast.c:6:
  717. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  718. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  719. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  720. bam: 'objs/engine/external/zlib/inffast.o' error 256
  721. [ 14/108] #1 c src/engine/external/zlib/inflate.c
  722. In file included from src/engine/external/zlib/inflate.c:83:
  723. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  724. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  725. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  726. src/engine/external/zlib/inflate.c: In function ‘updatewindow’:
  727. src/engine/external/zlib/inflate.c:350: warning: implicit declaration of function ‘memcpy’
  728. src/engine/external/zlib/inflate.c:350: warning: incompatible implicit declaration of built-in function ‘memcpy’
  729. src/engine/external/zlib/inflate.c:357: warning: incompatible implicit declaration of built-in function ‘memcpy’
  730. src/engine/external/zlib/inflate.c: In function ‘inflate’:
  731. src/engine/external/zlib/inflate.c:688: warning: incompatible implicit declaration of built-in function ‘memcpy’
  732. src/engine/external/zlib/inflate.c:826: warning: incompatible implicit declaration of built-in function ‘memcpy’
  733. src/engine/external/zlib/inflate.c: In function ‘inflateSetDictionary’:
  734. src/engine/external/zlib/inflate.c:1197: warning: incompatible implicit declaration of built-in function ‘memcpy’
  735. src/engine/external/zlib/inflate.c:1202: warning: incompatible implicit declaration of built-in function ‘memcpy’
  736. src/engine/external/zlib/inflate.c: In function ‘inflateCopy’:
  737. src/engine/external/zlib/inflate.c:1353: warning: incompatible implicit declaration of built-in function ‘memcpy’
  738. bam: 'objs/engine/external/zlib/inflate.o' error 256
  739. [ 15/108] #1 c src/engine/external/zlib/inftrees.c
  740. In file included from src/engine/external/zlib/inftrees.c:6:
  741. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  742. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  743. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  744. bam: 'objs/engine/external/zlib/inftrees.o' error 256
  745. [ 16/108] #1 c src/engine/external/zlib/trees.c
  746. In file included from src/engine/external/zlib/deflate.h:16,
  747. from src/engine/external/zlib/trees.c:36:
  748. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  749. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  750. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  751. bam: 'objs/engine/external/zlib/trees.o' error 256
  752. [ 17/108] #1 c src/engine/external/zlib/zutil.c
  753. In file included from src/engine/external/zlib/zutil.c:8:
  754. src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
  755. src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
  756. src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
  757. src/engine/external/zlib/zutil.c: In function ‘zcalloc’:
  758. src/engine/external/zlib/zutil.c:306: warning: implicit declaration of function ‘malloc’
  759. src/engine/external/zlib/zutil.c:306: warning: incompatible implicit declaration of built-in function ‘malloc’
  760. src/engine/external/zlib/zutil.c:307: warning: implicit declaration of function ‘calloc’
  761. src/engine/external/zlib/zutil.c:307: warning: incompatible implicit declaration of built-in function ‘calloc’
  762. src/engine/external/zlib/zutil.c: In function ‘zcfree’:
  763. src/engine/external/zlib/zutil.c:314: warning: implicit declaration of function ‘free’
  764. bam: 'objs/engine/external/zlib/zutil.o' error 256
  765. [ 18/108] #1 c src/engine/external/pnglite/pnglite.c
  766. src/engine/external/pnglite/pnglite.c:13:19: error: stdio.h: No such file or directory
  767. src/engine/external/pnglite/pnglite.c:14:20: error: stdlib.h: No such file or directory
  768. src/engine/external/pnglite/pnglite.c:15:20: error: string.h: No such file or directory
  769. src/engine/external/pnglite/pnglite.c:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘file_read’
  770. src/engine/external/pnglite/pnglite.c:45: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘file_write’
  771. src/engine/external/pnglite/pnglite.c: In function ‘file_read_ul’:
  772. src/engine/external/pnglite/pnglite.c:65: warning: implicit declaration of function ‘file_read’
  773. src/engine/external/pnglite/pnglite.c: In function ‘file_write_ul’:
  774. src/engine/external/pnglite/pnglite.c:82: warning: implicit declaration of function ‘file_write’
  775. src/engine/external/pnglite/pnglite.c: In function ‘get_ul’:
  776. src/engine/external/pnglite/pnglite.c:94: warning: implicit declaration of function ‘memcpy’
  777. src/engine/external/pnglite/pnglite.c:94: warning: incompatible implicit declaration of built-in function ‘memcpy’
  778. src/engine/external/pnglite/pnglite.c: In function ‘png_init’:
  779. src/engine/external/pnglite/pnglite.c:116: error: ‘malloc’ undeclared (first use in this function)
  780. src/engine/external/pnglite/pnglite.c:116: error: (Each undeclared identifier is reported only once
  781. src/engine/external/pnglite/pnglite.c:116: error: for each function it appears in.)
  782. src/engine/external/pnglite/pnglite.c:121: error: ‘free’ undeclared (first use in this function)
  783. src/engine/external/pnglite/pnglite.c: In function ‘png_read_ihdr’:
  784. src/engine/external/pnglite/pnglite.c:164: warning: implicit declaration of function ‘printf’
  785. src/engine/external/pnglite/pnglite.c:164: warning: incompatible implicit declaration of built-in function ‘printf’
  786. src/engine/external/pnglite/pnglite.c: In function ‘png_print_info’:
  787. src/engine/external/pnglite/pnglite.c:236: warning: incompatible implicit declaration of built-in function ‘printf’
  788. src/engine/external/pnglite/pnglite.c: In function ‘png_open_read’:
  789. src/engine/external/pnglite/pnglite.c:272: warning: implicit declaration of function ‘memcmp’
  790. src/engine/external/pnglite/pnglite.c: In function ‘png_open_file_read’:
  791. src/engine/external/pnglite/pnglite.c:301: error: ‘FILE’ undeclared (first use in this function)
  792. src/engine/external/pnglite/pnglite.c:301: error: ‘fp’ undeclared (first use in this function)
  793. src/engine/external/pnglite/pnglite.c:301: warning: implicit declaration of function ‘fopen’
  794. src/engine/external/pnglite/pnglite.c: In function ‘png_open_file_write’:
  795. src/engine/external/pnglite/pnglite.c:311: error: ‘FILE’ undeclared (first use in this function)
  796. src/engine/external/pnglite/pnglite.c:311: error: ‘fp’ undeclared (first use in this function)
  797. src/engine/external/pnglite/pnglite.c: In function ‘png_close_file’:
  798. src/engine/external/pnglite/pnglite.c:326: warning: implicit declaration of function ‘fclose’
  799. src/engine/external/pnglite/pnglite.c: In function ‘png_init_deflate’:
  800. src/engine/external/pnglite/pnglite.c:341: warning: implicit declaration of function ‘memset’
  801. src/engine/external/pnglite/pnglite.c:341: warning: incompatible implicit declaration of built-in function ‘memset’
  802. src/engine/external/pnglite/pnglite.c: In function ‘png_init_inflate’:
  803. src/engine/external/pnglite/pnglite.c:370: warning: incompatible implicit declaration of built-in function ‘memset’
  804. src/engine/external/pnglite/pnglite.c: In function ‘png_end_inflate’:
  805. src/engine/external/pnglite/pnglite.c:416: warning: incompatible implicit declaration of built-in function ‘printf’
  806. src/engine/external/pnglite/pnglite.c: In function ‘png_inflate’:
  807. src/engine/external/pnglite/pnglite.c:448: warning: incompatible implicit declaration of built-in function ‘printf’
  808. src/engine/external/pnglite/pnglite.c: In function ‘png_deflate’:
  809. src/engine/external/pnglite/pnglite.c:477: warning: incompatible implicit declaration of built-in function ‘printf’
  810. src/engine/external/pnglite/pnglite.c: In function ‘png_write_idats’:
  811. src/engine/external/pnglite/pnglite.c:496: warning: incompatible implicit declaration of built-in function ‘memcpy’
  812. src/engine/external/pnglite/pnglite.c: In function ‘png_filter_up’:
  813. src/engine/external/pnglite/pnglite.c:652: warning: incompatible implicit declaration of built-in function ‘memcpy’
  814. src/engine/external/pnglite/pnglite.c: In function ‘png_paeth’:
  815. src/engine/external/pnglite/pnglite.c:680: warning: implicit declaration of function ‘abs’
  816. src/engine/external/pnglite/pnglite.c: In function ‘png_unfilter’:
  817. src/engine/external/pnglite/pnglite.c:763: warning: incompatible implicit declaration of built-in function ‘memcpy’
  818. src/engine/external/pnglite/pnglite.c: In function ‘png_set_data’:
  819. src/engine/external/pnglite/pnglite.c:834: warning: incompatible implicit declaration of built-in function ‘memcpy’
  820. bam: 'objs/engine/external/pnglite/pnglite.o' error 256
  821. [ 19/108] #1 c++ src/tools/dilate.cpp
  822. In file included from src/tools/dilate.cpp:4:
  823. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  824. In file included from src/tools/dilate.cpp:4:
  825. src/base/math.h: In function ‘float frandom()’:
  826. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  827. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  828. bam: 'objs/tools/dilate.o' error 256
  829. [ 20/108] #1 c++ src/tools/fake_server.cpp
  830. src/tools/fake_server.cpp:3:27: error: stdlib.h: No such file or directory
  831. src/tools/fake_server.cpp: In function ‘int Run()’:
  832. src/tools/fake_server.cpp:143: error: ‘rand’ was not declared in this scope
  833. bam: 'objs/tools/fake_server.o' error 256
  834. [ 21/108] #1 c++ src/tools/map_version.cpp
  835. In file included from src/tools/map_version.cpp:3:
  836. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  837. In file included from src/tools/map_version.cpp:3:
  838. src/base/math.h: In function ‘float frandom()’:
  839. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  840. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  841. bam: 'objs/tools/map_version.o' error 256
  842. [ 22/108] #1 c++ src/engine/server/server.cpp
  843. In file included from src/engine/server/server.cpp:4:
  844. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  845. In file included from src/engine/server/server.cpp:4:
  846. src/base/math.h: In function ‘float frandom()’:
  847. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  848. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  849. bam: 'objs/engine/server/server.o' error 256
  850. [ 23/108] #1 c++ src/game/collision.cpp
  851. In file included from src/game/collision.cpp:4:
  852. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  853. In file included from src/game/collision.cpp:5:
  854. src/base/vmath.h:6:18: error: math.h: No such file or directory
  855. In file included from src/game/collision.cpp:4:
  856. src/base/math.h: In function ‘float frandom()’:
  857. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  858. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  859. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  860. src/game/collision.cpp:154: instantiated from here
  861. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  862. bam: 'objs/game/collision.o' error 256
  863. [ 24/108] #1 c++ src/game/gamecore.cpp
  864. In file included from src/game/gamecore.h:7,
  865. from src/game/gamecore.cpp:3:
  866. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  867. In file included from src/game/gamecore.cpp:3:
  868. src/game/gamecore.h:9:18: error: math.h: No such file or directory
  869. In file included from src/game/gamecore.h:7,
  870. from src/game/gamecore.cpp:3:
  871. src/base/math.h: In function ‘float frandom()’:
  872. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  873. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  874. In file included from src/game/gamecore.cpp:3:
  875. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  876. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  877. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  878. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  879. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  880. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  881. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  882. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  883. src/game/gamecore.cpp: In function ‘float VelocityRamp(float, float, float, float)’:
  884. src/game/gamecore.cpp:55: error: ‘powf’ was not declared in this scope
  885. src/game/gamecore.cpp: In member function ‘void CCharacterCore::Tick(bool)’:
  886. src/game/gamecore.cpp:105: error: ‘atanf’ was not declared in this scope
  887. src/game/gamecore.cpp:107: error: ‘atanf’ was not declared in this scope
  888. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  889. src/game/gamecore.cpp:89: instantiated from here
  890. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  891. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  892. src/game/gamecore.cpp:290: instantiated from here
  893. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  894. bam: 'objs/game/gamecore.o' error 256
  895. [ 25/108] #1 c++ src/game/server/entities/character.cpp
  896. src/game/server/entities/character.cpp:3:15: error: new: No such file or directory
  897. In file included from src/game/server/gamecontroller.h:6,
  898. from src/game/server/gamecontext.h:14,
  899. from src/game/server/entities/character.cpp:5:
  900. src/base/vmath.h:6:18: error: math.h: No such file or directory
  901. In file included from src/game/gamecore.h:7,
  902. from src/game/server/gameworld.h:6,
  903. from src/game/server/gamecontext.h:15,
  904. from src/game/server/entities/character.cpp:5:
  905. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  906. In file included from src/game/gamecore.h:7,
  907. from src/game/server/gameworld.h:6,
  908. from src/game/server/gamecontext.h:15,
  909. from src/game/server/entities/character.cpp:5:
  910. src/base/math.h: In function ‘float frandom()’:
  911. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  912. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  913. In file included from src/game/server/gameworld.h:6,
  914. from src/game/server/gamecontext.h:15,
  915. from src/game/server/entities/character.cpp:5:
  916. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  917. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  918. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  919. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  920. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  921. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  922. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  923. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  924. In file included from src/game/server/entities/character.h:6,
  925. from src/game/server/player.h:7,
  926. from src/game/server/gamecontext.h:16,
  927. from src/game/server/entities/character.cpp:5:
  928. src/game/server/entity.h: At global scope:
  929. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  930. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  931. src/game/server/entity.h:59: error: expected `;' before ‘void’
  932. In file included from src/game/server/player.h:7,
  933. from src/game/server/gamecontext.h:16,
  934. from src/game/server/entities/character.cpp:5:
  935. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  936. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  937. In file included from src/game/server/gamecontext.h:16,
  938. from src/game/server/entities/character.cpp:5:
  939. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  940. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  941. src/game/server/entities/character.cpp:39: error: declaration of ‘operator new’ as non-function
  942. src/game/server/entities/character.cpp:39: error: ‘size_t’ was not declared in this scope
  943. src/game/server/entities/character.cpp:39: error: expected primary-expression before ‘int’
  944. src/game/server/entities/character.cpp: In member function ‘void CCharacter::FireWeapon()’:
  945. src/game/server/entities/character.cpp:296: error: ‘NULL’ was not declared in this scope
  946. src/game/server/entities/character.cpp:362: error: ‘cosf’ was not declared in this scope
  947. src/game/server/entities/character.cpp:362: error: ‘sinf’ was not declared in this scope
  948. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  949. src/game/server/entities/character.cpp:250: instantiated from here
  950. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  951. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  952. src/game/server/entities/character.cpp:300: instantiated from here
  953. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  954. bam: 'objs/game/server/entities/character.o' error 256
  955. [ 26/108] #1 c++ src/game/server/entities/flag.cpp
  956. In file included from src/game/server/gamecontroller.h:6,
  957. from src/game/server/gamecontext.h:14,
  958. from src/game/server/entities/flag.cpp:3:
  959. src/base/vmath.h:6:18: error: math.h: No such file or directory
  960. In file included from src/game/gamecore.h:7,
  961. from src/game/server/gameworld.h:6,
  962. from src/game/server/gamecontext.h:15,
  963. from src/game/server/entities/flag.cpp:3:
  964. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  965. In file included from src/game/server/entities/character.h:6,
  966. from src/game/server/player.h:7,
  967. from src/game/server/gamecontext.h:16,
  968. from src/game/server/entities/flag.cpp:3:
  969. src/game/server/entity.h:6:15: error: new: No such file or directory
  970. In file included from src/game/gamecore.h:7,
  971. from src/game/server/gameworld.h:6,
  972. from src/game/server/gamecontext.h:15,
  973. from src/game/server/entities/flag.cpp:3:
  974. src/base/math.h: In function ‘float frandom()’:
  975. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  976. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  977. In file included from src/game/server/gameworld.h:6,
  978. from src/game/server/gamecontext.h:15,
  979. from src/game/server/entities/flag.cpp:3:
  980. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  981. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  982. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  983. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  984. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  985. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  986. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  987. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  988. In file included from src/game/server/entities/character.h:6,
  989. from src/game/server/player.h:7,
  990. from src/game/server/gamecontext.h:16,
  991. from src/game/server/entities/flag.cpp:3:
  992. src/game/server/entity.h: At global scope:
  993. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  994. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  995. src/game/server/entity.h:59: error: expected `;' before ‘void’
  996. In file included from src/game/server/player.h:7,
  997. from src/game/server/gamecontext.h:16,
  998. from src/game/server/entities/flag.cpp:3:
  999. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1000. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1001. In file included from src/game/server/gamecontext.h:16,
  1002. from src/game/server/entities/flag.cpp:3:
  1003. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1004. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1005. src/game/server/entities/flag.cpp: In constructor ‘CFlag::CFlag(CGameWorld*, int)’:
  1006. src/game/server/entities/flag.cpp:11: error: ‘NULL’ was not declared in this scope
  1007. src/game/server/entities/flag.cpp: In member function ‘virtual void CFlag::Reset()’:
  1008. src/game/server/entities/flag.cpp:19: error: ‘NULL’ was not declared in this scope
  1009. bam: 'objs/game/server/entities/flag.o' error 256
  1010. [ 27/108] #1 c++ src/game/server/entities/laser.cpp
  1011. In file included from src/game/server/gamecontroller.h:6,
  1012. from src/game/server/gamecontext.h:14,
  1013. from src/game/server/entities/laser.cpp:4:
  1014. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1015. In file included from src/game/gamecore.h:7,
  1016. from src/game/server/gameworld.h:6,
  1017. from src/game/server/gamecontext.h:15,
  1018. from src/game/server/entities/laser.cpp:4:
  1019. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1020. In file included from src/game/server/entities/character.h:6,
  1021. from src/game/server/player.h:7,
  1022. from src/game/server/gamecontext.h:16,
  1023. from src/game/server/entities/laser.cpp:4:
  1024. src/game/server/entity.h:6:15: error: new: No such file or directory
  1025. In file included from src/game/gamecore.h:7,
  1026. from src/game/server/gameworld.h:6,
  1027. from src/game/server/gamecontext.h:15,
  1028. from src/game/server/entities/laser.cpp:4:
  1029. src/base/math.h: In function ‘float frandom()’:
  1030. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1031. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1032. In file included from src/game/server/gameworld.h:6,
  1033. from src/game/server/gamecontext.h:15,
  1034. from src/game/server/entities/laser.cpp:4:
  1035. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1036. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1037. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1038. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1039. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1040. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1041. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1042. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1043. In file included from src/game/server/entities/character.h:6,
  1044. from src/game/server/player.h:7,
  1045. from src/game/server/gamecontext.h:16,
  1046. from src/game/server/entities/laser.cpp:4:
  1047. src/game/server/entity.h: At global scope:
  1048. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1049. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1050. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1051. In file included from src/game/server/player.h:7,
  1052. from src/game/server/gamecontext.h:16,
  1053. from src/game/server/entities/laser.cpp:4:
  1054. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1055. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1056. In file included from src/game/server/gamecontext.h:16,
  1057. from src/game/server/entities/laser.cpp:4:
  1058. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1059. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1060. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  1061. src/game/server/entities/laser.cpp:61: instantiated from here
  1062. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  1063. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1064. src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
  1065. src/game/server/entities/laser.cpp:63: instantiated from here
  1066. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1067. bam: 'objs/game/server/entities/laser.o' error 256
  1068. [ 28/108] #1 c++ src/game/server/entities/pickup.cpp
  1069. In file included from src/game/server/gamecontroller.h:6,
  1070. from src/game/server/gamecontext.h:14,
  1071. from src/game/server/entities/pickup.cpp:4:
  1072. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1073. In file included from src/game/gamecore.h:7,
  1074. from src/game/server/gameworld.h:6,
  1075. from src/game/server/gamecontext.h:15,
  1076. from src/game/server/entities/pickup.cpp:4:
  1077. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1078. In file included from src/game/server/entities/character.h:6,
  1079. from src/game/server/player.h:7,
  1080. from src/game/server/gamecontext.h:16,
  1081. from src/game/server/entities/pickup.cpp:4:
  1082. src/game/server/entity.h:6:15: error: new: No such file or directory
  1083. In file included from src/game/gamecore.h:7,
  1084. from src/game/server/gameworld.h:6,
  1085. from src/game/server/gamecontext.h:15,
  1086. from src/game/server/entities/pickup.cpp:4:
  1087. src/base/math.h: In function ‘float frandom()’:
  1088. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1089. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1090. In file included from src/game/server/gameworld.h:6,
  1091. from src/game/server/gamecontext.h:15,
  1092. from src/game/server/entities/pickup.cpp:4:
  1093. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1094. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1095. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1096. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1097. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1098. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1099. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1100. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1101. In file included from src/game/server/entities/character.h:6,
  1102. from src/game/server/player.h:7,
  1103. from src/game/server/gamecontext.h:16,
  1104. from src/game/server/entities/pickup.cpp:4:
  1105. src/game/server/entity.h: At global scope:
  1106. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1107. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1108. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1109. In file included from src/game/server/player.h:7,
  1110. from src/game/server/gamecontext.h:16,
  1111. from src/game/server/entities/pickup.cpp:4:
  1112. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1113. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1114. In file included from src/game/server/gamecontext.h:16,
  1115. from src/game/server/entities/pickup.cpp:4:
  1116. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1117. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1118. bam: 'objs/game/server/entities/pickup.o' error 256
  1119. [ 29/108] #1 c++ src/game/server/entities/projectile.cpp
  1120. In file included from src/game/server/gamecontroller.h:6,
  1121. from src/game/server/gamecontext.h:14,
  1122. from src/game/server/entities/projectile.cpp:4:
  1123. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1124. In file included from src/game/gamecore.h:7,
  1125. from src/game/server/gameworld.h:6,
  1126. from src/game/server/gamecontext.h:15,
  1127. from src/game/server/entities/projectile.cpp:4:
  1128. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1129. In file included from src/game/server/entities/character.h:6,
  1130. from src/game/server/player.h:7,
  1131. from src/game/server/gamecontext.h:16,
  1132. from src/game/server/entities/projectile.cpp:4:
  1133. src/game/server/entity.h:6:15: error: new: No such file or directory
  1134. In file included from src/game/gamecore.h:7,
  1135. from src/game/server/gameworld.h:6,
  1136. from src/game/server/gamecontext.h:15,
  1137. from src/game/server/entities/projectile.cpp:4:
  1138. src/base/math.h: In function ‘float frandom()’:
  1139. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1140. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1141. In file included from src/game/server/gameworld.h:6,
  1142. from src/game/server/gamecontext.h:15,
  1143. from src/game/server/entities/projectile.cpp:4:
  1144. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1145. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1146. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1147. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1148. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1149. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1150. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1151. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1152. In file included from src/game/server/entities/character.h:6,
  1153. from src/game/server/player.h:7,
  1154. from src/game/server/gamecontext.h:16,
  1155. from src/game/server/entities/projectile.cpp:4:
  1156. src/game/server/entity.h: At global scope:
  1157. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1158. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1159. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1160. In file included from src/game/server/player.h:7,
  1161. from src/game/server/gamecontext.h:16,
  1162. from src/game/server/entities/projectile.cpp:4:
  1163. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1164. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1165. In file included from src/game/server/gamecontext.h:16,
  1166. from src/game/server/entities/projectile.cpp:4:
  1167. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1168. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1169. bam: 'objs/game/server/entities/projectile.o' error 256
  1170. [ 30/108] #1 c++ src/game/server/entity.cpp
  1171. In file included from src/game/server/entity.cpp:4:
  1172. src/game/server/entity.h:6:15: error: new: No such file or directory
  1173. In file included from src/game/server/entity.h:7,
  1174. from src/game/server/entity.cpp:4:
  1175. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1176. In file included from src/game/gamecore.h:7,
  1177. from src/game/server/gameworld.h:6,
  1178. from src/game/server/entity.h:8,
  1179. from src/game/server/entity.cpp:4:
  1180. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1181. In file included from src/game/gamecore.h:7,
  1182. from src/game/server/gameworld.h:6,
  1183. from src/game/server/entity.h:8,
  1184. from src/game/server/entity.cpp:4:
  1185. src/base/math.h: In function ‘float frandom()’:
  1186. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1187. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1188. In file included from src/game/server/gameworld.h:6,
  1189. from src/game/server/entity.h:8,
  1190. from src/game/server/entity.cpp:4:
  1191. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1192. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1193. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1194. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1195. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1196. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1197. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1198. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1199. In file included from src/game/server/entity.cpp:4:
  1200. src/game/server/entity.h: At global scope:
  1201. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1202. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1203. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1204. In file included from src/game/server/player.h:7,
  1205. from src/game/server/gamecontext.h:16,
  1206. from src/game/server/entity.cpp:5:
  1207. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1208. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1209. In file included from src/game/server/gamecontext.h:16,
  1210. from src/game/server/entity.cpp:5:
  1211. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1212. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1213. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1214. src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
  1215. src/game/server/entity.cpp:47: instantiated from here
  1216. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1217. bam: 'objs/game/server/entity.o' error 256
  1218. [ 31/108] #1 c++ src/game/server/eventhandler.cpp
  1219. In file included from src/game/server/gamecontroller.h:6,
  1220. from src/game/server/gamecontext.h:14,
  1221. from src/game/server/eventhandler.cpp:4:
  1222. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1223. In file included from src/game/gamecore.h:7,
  1224. from src/game/server/gameworld.h:6,
  1225. from src/game/server/gamecontext.h:15,
  1226. from src/game/server/eventhandler.cpp:4:
  1227. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1228. In file included from src/game/server/entities/character.h:6,
  1229. from src/game/server/player.h:7,
  1230. from src/game/server/gamecontext.h:16,
  1231. from src/game/server/eventhandler.cpp:4:
  1232. src/game/server/entity.h:6:15: error: new: No such file or directory
  1233. In file included from src/game/gamecore.h:7,
  1234. from src/game/server/gameworld.h:6,
  1235. from src/game/server/gamecontext.h:15,
  1236. from src/game/server/eventhandler.cpp:4:
  1237. src/base/math.h: In function ‘float frandom()’:
  1238. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1239. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1240. In file included from src/game/server/gameworld.h:6,
  1241. from src/game/server/gamecontext.h:15,
  1242. from src/game/server/eventhandler.cpp:4:
  1243. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1244. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1245. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1246. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1247. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1248. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1249. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1250. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1251. In file included from src/game/server/entities/character.h:6,
  1252. from src/game/server/player.h:7,
  1253. from src/game/server/gamecontext.h:16,
  1254. from src/game/server/eventhandler.cpp:4:
  1255. src/game/server/entity.h: At global scope:
  1256. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1257. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1258. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1259. In file included from src/game/server/player.h:7,
  1260. from src/game/server/gamecontext.h:16,
  1261. from src/game/server/eventhandler.cpp:4:
  1262. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1263. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1264. In file included from src/game/server/gamecontext.h:16,
  1265. from src/game/server/eventhandler.cpp:4:
  1266. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1267. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1268. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1269. src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
  1270. src/game/server/eventhandler.cpp:50: instantiated from here
  1271. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1272. bam: 'objs/game/server/eventhandler.o' error 256
  1273. [ 32/108] #1 c++ src/game/server/gamecontext.cpp
  1274. src/game/server/gamecontext.cpp:3:15: error: new: No such file or directory
  1275. In file included from src/game/server/gamecontext.cpp:4:
  1276. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1277. In file included from src/game/server/gamecontroller.h:6,
  1278. from src/game/server/gamecontext.h:14,
  1279. from src/game/server/gamecontext.cpp:8:
  1280. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1281. In file included from src/game/server/gamecontext.cpp:4:
  1282. src/base/math.h: In function ‘float frandom()’:
  1283. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1284. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1285. In file included from src/game/server/gameworld.h:6,
  1286. from src/game/server/gamecontext.h:15,
  1287. from src/game/server/gamecontext.cpp:8:
  1288. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1289. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1290. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1291. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1292. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1293. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1294. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1295. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1296. In file included from src/game/server/entities/character.h:6,
  1297. from src/game/server/player.h:7,
  1298. from src/game/server/gamecontext.h:16,
  1299. from src/game/server/gamecontext.cpp:8:
  1300. src/game/server/entity.h: At global scope:
  1301. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1302. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1303. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1304. In file included from src/game/server/player.h:7,
  1305. from src/game/server/gamecontext.h:16,
  1306. from src/game/server/gamecontext.cpp:8:
  1307. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1308. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1309. In file included from src/game/server/gamecontext.h:16,
  1310. from src/game/server/gamecontext.cpp:8:
  1311. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1312. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1313. src/game/server/gamecontext.cpp: In member function ‘void CGameContext::Clear()’:
  1314. src/game/server/gamecontext.cpp:70: error: no matching function for call to ‘operator new(long unsigned int, CGameContext* const)’
  1315. <built-in>:0: note: candidates are: void* operator new(long unsigned int)
  1316. src/game/server/gamecontext.cpp: In member function ‘virtual void CGameContext::OnClientConnected(int)’:
  1317. src/game/server/gamecontext.cpp:526: error: no matching function for call to ‘operator new(long unsigned int, int&)’
  1318. <built-in>:0: note: candidates are: void* operator new(long unsigned int)
  1319. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1320. src/game/server/gamecontext.cpp:139: instantiated from here
  1321. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1322. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  1323. src/game/server/gamecontext.cpp:141: instantiated from here
  1324. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  1325. bam: 'objs/game/server/gamecontext.o' error 256
  1326. [ 33/108] #1 c++ src/game/server/gamecontroller.cpp
  1327. In file included from src/game/server/entities/pickup.h:6,
  1328. from src/game/server/gamecontroller.cpp:8:
  1329. src/game/server/entity.h:6:15: error: new: No such file or directory
  1330. In file included from src/game/server/entity.h:7,
  1331. from src/game/server/entities/pickup.h:6,
  1332. from src/game/server/gamecontroller.cpp:8:
  1333. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1334. In file included from src/game/gamecore.h:7,
  1335. from src/game/server/gameworld.h:6,
  1336. from src/game/server/entity.h:8,
  1337. from src/game/server/entities/pickup.h:6,
  1338. from src/game/server/gamecontroller.cpp:8:
  1339. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1340. In file included from src/game/gamecore.h:7,
  1341. from src/game/server/gameworld.h:6,
  1342. from src/game/server/entity.h:8,
  1343. from src/game/server/entities/pickup.h:6,
  1344. from src/game/server/gamecontroller.cpp:8:
  1345. src/base/math.h: In function ‘float frandom()’:
  1346. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1347. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1348. In file included from src/game/server/gameworld.h:6,
  1349. from src/game/server/entity.h:8,
  1350. from src/game/server/entities/pickup.h:6,
  1351. from src/game/server/gamecontroller.cpp:8:
  1352. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1353. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1354. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1355. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1356. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1357. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1358. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1359. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1360. In file included from src/game/server/entities/pickup.h:6,
  1361. from src/game/server/gamecontroller.cpp:8:
  1362. src/game/server/entity.h: At global scope:
  1363. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1364. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1365. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1366. In file included from src/game/server/player.h:7,
  1367. from src/game/server/gamecontext.h:16,
  1368. from src/game/server/gamecontroller.cpp:10:
  1369. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1370. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1371. In file included from src/game/server/gamecontext.h:16,
  1372. from src/game/server/gamecontroller.cpp:10:
  1373. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1374. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1375. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1376. src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
  1377. src/game/server/gamecontroller.cpp:53: instantiated from here
  1378. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1379. bam: 'objs/game/server/gamecontroller.o' error 256
  1380. [ 34/108] #1 c++ src/game/server/gamemodes/ctf.cpp
  1381. In file included from src/game/server/entities/character.h:6,
  1382. from src/game/server/gamemodes/ctf.cpp:7:
  1383. src/game/server/entity.h:6:15: error: new: No such file or directory
  1384. In file included from src/game/server/entity.h:7,
  1385. from src/game/server/entities/character.h:6,
  1386. from src/game/server/gamemodes/ctf.cpp:7:
  1387. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1388. In file included from src/game/gamecore.h:7,
  1389. from src/game/server/gameworld.h:6,
  1390. from src/game/server/entity.h:8,
  1391. from src/game/server/entities/character.h:6,
  1392. from src/game/server/gamemodes/ctf.cpp:7:
  1393. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1394. In file included from src/game/gamecore.h:7,
  1395. from src/game/server/gameworld.h:6,
  1396. from src/game/server/entity.h:8,
  1397. from src/game/server/entities/character.h:6,
  1398. from src/game/server/gamemodes/ctf.cpp:7:
  1399. src/base/math.h: In function ‘float frandom()’:
  1400. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1401. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1402. In file included from src/game/server/gameworld.h:6,
  1403. from src/game/server/entity.h:8,
  1404. from src/game/server/entities/character.h:6,
  1405. from src/game/server/gamemodes/ctf.cpp:7:
  1406. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1407. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1408. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1409. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1410. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1411. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1412. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1413. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1414. In file included from src/game/server/entities/character.h:6,
  1415. from src/game/server/gamemodes/ctf.cpp:7:
  1416. src/game/server/entity.h: At global scope:
  1417. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1418. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1419. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1420. In file included from src/game/server/gamemodes/ctf.cpp:7:
  1421. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1422. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1423. In file included from src/game/server/gamemodes/ctf.cpp:9:
  1424. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1425. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1426. src/game/server/gamemodes/ctf.cpp: In member function ‘virtual void CGameControllerCTF::Tick()’:
  1427. src/game/server/gamemodes/ctf.cpp:209: error: ‘NULL’ was not declared in this scope
  1428. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1429. src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
  1430. src/game/server/gamemodes/ctf.cpp:174: instantiated from here
  1431. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1432. bam: 'objs/game/server/gamemodes/ctf.o' error 256
  1433. [ 35/108] #1 c++ src/game/server/gamemodes/dm.cpp
  1434. In file included from src/game/server/gamecontroller.h:6,
  1435. from src/game/server/gamemodes/dm.h:5,
  1436. from src/game/server/gamemodes/dm.cpp:3:
  1437. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1438. bam: 'objs/game/server/gamemodes/dm.o' error 256
  1439. [ 36/108] #1 c++ src/game/server/gamemodes/mod.cpp
  1440. In file included from src/game/server/gamecontroller.h:6,
  1441. from src/game/server/gamemodes/mod.h:5,
  1442. from src/game/server/gamemodes/mod.cpp:3:
  1443. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1444. bam: 'objs/game/server/gamemodes/mod.o' error 256
  1445. [ 37/108] #1 c++ src/game/server/gamemodes/tdm.cpp
  1446. In file included from src/game/server/entities/character.h:6,
  1447. from src/game/server/gamemodes/tdm.cpp:5:
  1448. src/game/server/entity.h:6:15: error: new: No such file or directory
  1449. In file included from src/game/server/entity.h:7,
  1450. from src/game/server/entities/character.h:6,
  1451. from src/game/server/gamemodes/tdm.cpp:5:
  1452. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1453. In file included from src/game/gamecore.h:7,
  1454. from src/game/server/gameworld.h:6,
  1455. from src/game/server/entity.h:8,
  1456. from src/game/server/entities/character.h:6,
  1457. from src/game/server/gamemodes/tdm.cpp:5:
  1458. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1459. In file included from src/game/gamecore.h:7,
  1460. from src/game/server/gameworld.h:6,
  1461. from src/game/server/entity.h:8,
  1462. from src/game/server/entities/character.h:6,
  1463. from src/game/server/gamemodes/tdm.cpp:5:
  1464. src/base/math.h: In function ‘float frandom()’:
  1465. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1466. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1467. In file included from src/game/server/gameworld.h:6,
  1468. from src/game/server/entity.h:8,
  1469. from src/game/server/entities/character.h:6,
  1470. from src/game/server/gamemodes/tdm.cpp:5:
  1471. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1472. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1473. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1474. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1475. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1476. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1477. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1478. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1479. In file included from src/game/server/entities/character.h:6,
  1480. from src/game/server/gamemodes/tdm.cpp:5:
  1481. src/game/server/entity.h: At global scope:
  1482. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1483. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1484. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1485. In file included from src/game/server/gamemodes/tdm.cpp:5:
  1486. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1487. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1488. In file included from src/game/server/gamemodes/tdm.cpp:6:
  1489. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1490. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1491. bam: 'objs/game/server/gamemodes/tdm.o' error 256
  1492. [ 38/108] #1 c++ src/game/server/gameworld.cpp
  1493. In file included from src/game/gamecore.h:7,
  1494. from src/game/server/gameworld.h:6,
  1495. from src/game/server/gameworld.cpp:4:
  1496. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1497. In file included from src/game/server/gameworld.h:6,
  1498. from src/game/server/gameworld.cpp:4:
  1499. src/game/gamecore.h:9:18: error: math.h: No such file or directory
  1500. In file included from src/game/server/gameworld.cpp:5:
  1501. src/game/server/entity.h:6:15: error: new: No such file or directory
  1502. In file included from src/game/gamecore.h:7,
  1503. from src/game/server/gameworld.h:6,
  1504. from src/game/server/gameworld.cpp:4:
  1505. src/base/math.h: In function ‘float frandom()’:
  1506. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1507. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1508. In file included from src/game/server/gameworld.h:6,
  1509. from src/game/server/gameworld.cpp:4:
  1510. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1511. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1512. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1513. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1514. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1515. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1516. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1517. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1518. In file included from src/game/server/gameworld.cpp:5:
  1519. src/game/server/entity.h: At global scope:
  1520. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1521. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1522. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1523. In file included from src/game/server/player.h:7,
  1524. from src/game/server/gamecontext.h:16,
  1525. from src/game/server/gameworld.cpp:6:
  1526. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1527. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1528. In file included from src/game/server/gamecontext.h:16,
  1529. from src/game/server/gameworld.cpp:6:
  1530. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1531. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1532. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1533. src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
  1534. src/game/server/gameworld.cpp:49: instantiated from here
  1535. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1536. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  1537. src/base/vmath.h:75: instantiated from ‘vector2_base<T> closest_point_on_line(vector2_base<T>, vector2_base<T>, vector2_base<T>) [with T = float]’
  1538. src/game/server/gameworld.cpp:194: instantiated from here
  1539. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  1540. bam: 'objs/game/server/gameworld.o' error 256
  1541. [ 39/108] #1 c++ src/game/server/player.cpp
  1542. src/game/server/player.cpp:3:15: error: new: No such file or directory
  1543. In file included from src/game/server/entity.h:7,
  1544. from src/game/server/entities/character.h:6,
  1545. from src/game/server/player.h:7,
  1546. from src/game/server/player.cpp:5:
  1547. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1548. In file included from src/game/gamecore.h:7,
  1549. from src/game/server/gameworld.h:6,
  1550. from src/game/server/entity.h:8,
  1551. from src/game/server/entities/character.h:6,
  1552. from src/game/server/player.h:7,
  1553. from src/game/server/player.cpp:5:
  1554. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1555. In file included from src/game/gamecore.h:7,
  1556. from src/game/server/gameworld.h:6,
  1557. from src/game/server/entity.h:8,
  1558. from src/game/server/entities/character.h:6,
  1559. from src/game/server/player.h:7,
  1560. from src/game/server/player.cpp:5:
  1561. src/base/math.h: In function ‘float frandom()’:
  1562. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1563. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1564. In file included from src/game/server/gameworld.h:6,
  1565. from src/game/server/entity.h:8,
  1566. from src/game/server/entities/character.h:6,
  1567. from src/game/server/player.h:7,
  1568. from src/game/server/player.cpp:5:
  1569. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1570. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1571. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1572. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1573. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1574. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1575. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1576. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1577. In file included from src/game/server/entities/character.h:6,
  1578. from src/game/server/player.h:7,
  1579. from src/game/server/player.cpp:5:
  1580. src/game/server/entity.h: At global scope:
  1581. src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
  1582. src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
  1583. src/game/server/entity.h:59: error: expected `;' before ‘void’
  1584. In file included from src/game/server/player.h:7,
  1585. from src/game/server/player.cpp:5:
  1586. src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
  1587. src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
  1588. In file included from src/game/server/player.cpp:5:
  1589. src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
  1590. src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
  1591. src/game/server/player.cpp:8: error: declaration of ‘operator new’ as non-function
  1592. src/game/server/player.cpp:8: error: ‘size_t’ was not declared in this scope
  1593. src/game/server/player.cpp:8: error: expected primary-expression before ‘int’
  1594. src/game/server/player.cpp: In member function ‘void CPlayer::TryRespawn()’:
  1595. src/game/server/player.cpp:274: error: no matching function for call to ‘operator new(long unsigned int, int&)’
  1596. <built-in>:0: note: candidates are: void* operator new(long unsigned int)
  1597. bam: 'objs/game/server/player.o' error 256
  1598. [ 40/108] #1 c src/osxlaunch/server.m
  1599. src/osxlaunch/server.m:1:24: error: Cocoa/Cocoa.h: No such file or directory
  1600. src/osxlaunch/server.m:4: error: cannot find interface declaration for ‘NSTextView’, superclass of ‘ServerView’
  1601. src/osxlaunch/server.m:5: error: expected specifier-qualifier-list before ‘NSTask’
  1602. src/osxlaunch/server.m:6: error: expected specifier-qualifier-list before ‘NSFileHandle’
  1603. src/osxlaunch/server.m:8: error: expected ‘)’ before ‘NSTask’
  1604. src/osxlaunch/server.m:12: error: expected ‘)’ before ‘NSTask’
  1605. src/osxlaunch/server.m: In function ‘-[ServerView listenTo:]’:
  1606. src/osxlaunch/server.m:14: error: ‘NSPipe’ undeclared (first use in this function)
  1607. src/osxlaunch/server.m:14: error: (Each undeclared identifier is reported only once
  1608. src/osxlaunch/server.m:14: error: for each function it appears in.)
  1609. src/osxlaunch/server.m:14: error: ‘pipe’ undeclared (first use in this function)
  1610. src/osxlaunch/server.m:15: error: ‘task’ undeclared (first use in this function)
  1611. src/osxlaunch/server.m:18: error: ‘file’ undeclared (first use in this function)
  1612. src/osxlaunch/server.m:20: error: ‘NSNotificationCenter’ undeclared (first use in this function)
  1613. src/osxlaunch/server.m:20: error: ‘NSFileHandleReadCompletionNotification’ undeclared (first use in this function)
  1614. src/osxlaunch/server.m: At top level:
  1615. src/osxlaunch/server.m:25: error: expected ‘)’ before ‘NSNotification’
  1616. src/osxlaunch/server.m: In function ‘-[ServerView outputNotification:]’:
  1617. src/osxlaunch/server.m:27: error: ‘NSData’ undeclared (first use in this function)
  1618. src/osxlaunch/server.m:27: error: ‘data’ undeclared (first use in this function)
  1619. src/osxlaunch/server.m:27: warning: no ‘-userInfo’ method found
  1620. src/osxlaunch/server.m:27: warning: (Messages without a matching method signature
  1621. src/osxlaunch/server.m:27: warning: will be assumed to return ‘id’ and accept
  1622. src/osxlaunch/server.m:27: warning: ‘...’ as arguments.)
  1623. src/osxlaunch/server.m:27: error: ‘NSFileHandleNotificationDataItem’ undeclared (first use in this function)
  1624. src/osxlaunch/server.m:27: warning: no ‘-objectForKey:’ method found
  1625. src/osxlaunch/server.m:27: warning: no ‘-retain’ method found
  1626. src/osxlaunch/server.m:28: error: ‘NSString’ undeclared (first use in this function)
  1627. src/osxlaunch/server.m:28: error: ‘string’ undeclared (first use in this function)
  1628. src/osxlaunch/server.m:28: error: ‘NSASCIIStringEncoding’ undeclared (first use in this function)
  1629. src/osxlaunch/server.m:29: error: ‘NSAttributedString’ undeclared (first use in this function)
  1630. src/osxlaunch/server.m:29: error: ‘attrstr’ undeclared (first use in this function)
  1631. src/osxlaunch/server.m:31: warning: ‘ServerView’ may not respond to ‘-textStorage’
  1632. src/osxlaunch/server.m:31: warning: no ‘-appendAttributedString:’ method found
  1633. src/osxlaunch/server.m:32: warning: ‘ServerView’ may not respond to ‘-textStorage’
  1634. src/osxlaunch/server.m:32: warning: no ‘-length’ method found
  1635. src/osxlaunch/server.m:32: warning: initialization makes integer from pointer without a cast
  1636. src/osxlaunch/server.m:33: error: ‘NSRange’ undeclared (first use in this function)
  1637. src/osxlaunch/server.m:33: error: expected ‘;’ before ‘range’
  1638. src/osxlaunch/server.m:34: error: ‘range’ undeclared (first use in this function)
  1639. src/osxlaunch/server.m:34: warning: ‘ServerView’ may not respond to ‘-scrollRangeToVisible:’
  1640. src/osxlaunch/server.m:38: error: ‘file’ undeclared (first use in this function)
  1641. src/osxlaunch/server.m:32: warning: unused variable ‘length’
  1642. src/osxlaunch/server.m: At top level:
  1643. src/osxlaunch/server.m:41: error: expected ‘)’ before ‘NSNotification’
  1644. src/osxlaunch/server.m: In function ‘-[ServerView windowWillClose:]’:
  1645. src/osxlaunch/server.m:43: error: ‘task’ undeclared (first use in this function)
  1646. src/osxlaunch/server.m:44: error: ‘NSApp’ undeclared (first use in this function)
  1647. src/osxlaunch/server.m: In function ‘runServer’:
  1648. src/osxlaunch/server.m:50: error: ‘NSAutoreleasePool’ undeclared (first use in this function)
  1649. src/osxlaunch/server.m:50: error: ‘pool’ undeclared (first use in this function)
  1650. src/osxlaunch/server.m:51: error: ‘NSApp’ undeclared (first use in this function)
  1651. src/osxlaunch/server.m:51: error: ‘NSApplication’ undeclared (first use in this function)
  1652. src/osxlaunch/server.m:52: error: ‘NSBundle’ undeclared (first use in this function)
  1653. src/osxlaunch/server.m:52: error: ‘mainBundle’ undeclared (first use in this function)
  1654. src/osxlaunch/server.m:53: error: ‘NSTask’ undeclared (first use in this function)
  1655. src/osxlaunch/server.m:53: error: ‘task’ undeclared (first use in this function)
  1656. src/osxlaunch/server.m:58: error: ‘NSOpenPanel’ undeclared (first use in this function)
  1657. src/osxlaunch/server.m:58: error: ‘openDlg’ undeclared (first use in this function)
  1658. src/osxlaunch/server.m:59: error: ‘YES’ undeclared (first use in this function)
  1659. src/osxlaunch/server.m:61: error: ‘nil’ undeclared (first use in this function)
  1660. src/osxlaunch/server.m:61: error: ‘NSOKButton’ undeclared (first use in this function)
  1661. src/osxlaunch/server.m:64: error: ‘NSArray’ undeclared (first use in this function)
  1662. src/osxlaunch/server.m:64: error: ‘filenames’ undeclared (first use in this function)
  1663. src/osxlaunch/server.m:68: error: ‘NSString’ undeclared (first use in this function)
  1664. src/osxlaunch/server.m:68: error: ‘filename’ undeclared (first use in this function)
  1665. src/osxlaunch/server.m:69: error: ‘arguments’ undeclared (first use in this function)
  1666. src/osxlaunch/server.m:72: error: ‘NSWindow’ undeclared (first use in this function)
  1667. src/osxlaunch/server.m:72: error: ‘window’ undeclared (first use in this function)
  1668. src/osxlaunch/server.m:74: error: ‘NSRect’ undeclared (first use in this function)
  1669. src/osxlaunch/server.m:74: error: expected ‘;’ before ‘graphicsRect’
  1670. src/osxlaunch/server.m:76: error: ‘graphicsRect’ undeclared (first use in this function)
  1671. src/osxlaunch/server.m:76: warning: implicit declaration of function ‘NSMakeRect’
  1672. src/osxlaunch/server.m:80: error: ‘NSTitledWindowMask’ undeclared (first use in this function)
  1673. src/osxlaunch/server.m:81: error: ‘NSClosableWindowMask’ undeclared (first use in this function)
  1674. src/osxlaunch/server.m:82: error: ‘NSMiniaturizableWindowMask’ undeclared (first use in this function)
  1675. src/osxlaunch/server.m:83: error: ‘NSBackingStoreBuffered’ undeclared (first use in this function)
  1676. src/osxlaunch/server.m:84: error: ‘NO’ undeclared (first use in this function)
  1677. src/osxlaunch/server.m:88: warning: ‘ServerView’ may not respond to ‘+alloc’
  1678. src/osxlaunch/server.m:88: warning: no ‘-initWithFrame:’ method found
  1679. src/osxlaunch/server.m:88: warning: no ‘-autorelease’ method found
  1680. src/osxlaunch/server.m:89: warning: ‘ServerView’ may not respond to ‘-setEditable:’
  1681. src/osxlaunch/server.m:90: warning: ‘ServerView’ may not respond to ‘-setRulerVisible:’
  1682. bam: 'objs/osxlaunch/server.o' error 256
  1683. [ 41/108] #1 c++ src/game/client/animstate.cpp
  1684. In file included from src/game/client/animstate.cpp:4:
  1685. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1686. In file included from src/game/client/animstate.cpp:4:
  1687. src/base/math.h: In function ‘float frandom()’:
  1688. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1689. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1690. bam: 'objs/game/client/animstate.o' error 256
  1691. [ 42/108] #1 c++ src/game/client/components/binds.cpp
  1692. In file included from src/game/client/gameclient.h:6,
  1693. from src/game/client/component.h:7,
  1694. from src/game/client/components/binds.h:5,
  1695. from src/game/client/components/binds.cpp:5:
  1696. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1697. In file included from src/game/gamecore.h:7,
  1698. from src/game/client/gameclient.h:10,
  1699. from src/game/client/component.h:7,
  1700. from src/game/client/components/binds.h:5,
  1701. from src/game/client/components/binds.cpp:5:
  1702. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1703. In file included from src/game/gamecore.h:7,
  1704. from src/game/client/gameclient.h:10,
  1705. from src/game/client/component.h:7,
  1706. from src/game/client/components/binds.h:5,
  1707. from src/game/client/components/binds.cpp:5:
  1708. src/base/math.h: In function ‘float frandom()’:
  1709. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1710. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1711. In file included from src/game/client/gameclient.h:10,
  1712. from src/game/client/component.h:7,
  1713. from src/game/client/components/binds.h:5,
  1714. from src/game/client/components/binds.cpp:5:
  1715. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1716. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1717. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1718. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1719. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1720. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1721. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1722. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1723. bam: 'objs/game/client/components/binds.o' error 256
  1724. [ 43/108] #1 c++ src/game/client/components/broadcast.cpp
  1725. In file included from src/game/client/gameclient.h:6,
  1726. from src/game/client/components/broadcast.cpp:9:
  1727. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1728. In file included from src/game/gamecore.h:7,
  1729. from src/game/client/gameclient.h:10,
  1730. from src/game/client/components/broadcast.cpp:9:
  1731. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1732. In file included from src/game/gamecore.h:7,
  1733. from src/game/client/gameclient.h:10,
  1734. from src/game/client/components/broadcast.cpp:9:
  1735. src/base/math.h: In function ‘float frandom()’:
  1736. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1737. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1738. In file included from src/game/client/gameclient.h:10,
  1739. from src/game/client/components/broadcast.cpp:9:
  1740. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1741. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1742. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1743. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1744. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1745. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1746. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1747. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1748. bam: 'objs/game/client/components/broadcast.o' error 256
  1749. [ 44/108] #1 c++ src/game/client/components/camera.cpp
  1750. In file included from src/game/client/components/camera.cpp:5:
  1751. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1752. In file included from src/game/collision.h:6,
  1753. from src/game/client/components/camera.cpp:6:
  1754. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1755. In file included from src/game/client/components/camera.cpp:5:
  1756. src/base/math.h: In function ‘float frandom()’:
  1757. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1758. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1759. In file included from src/game/client/gameclient.h:10,
  1760. from src/game/client/components/camera.cpp:7:
  1761. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1762. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1763. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1764. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1765. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1766. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1767. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1768. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1769. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1770. src/game/client/components/camera.cpp:44: instantiated from here
  1771. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1772. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  1773. src/game/client/components/camera.cpp:51: instantiated from here
  1774. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  1775. bam: 'objs/game/client/components/camera.o' error 256
  1776. [ 45/108] #1 c++ src/game/client/components/chat.cpp
  1777. In file included from src/game/client/gameclient.h:6,
  1778. from src/game/client/components/chat.cpp:13:
  1779. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1780. In file included from src/game/gamecore.h:7,
  1781. from src/game/client/gameclient.h:10,
  1782. from src/game/client/components/chat.cpp:13:
  1783. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1784. In file included from src/game/gamecore.h:7,
  1785. from src/game/client/gameclient.h:10,
  1786. from src/game/client/components/chat.cpp:13:
  1787. src/base/math.h: In function ‘float frandom()’:
  1788. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1789. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1790. In file included from src/game/client/gameclient.h:10,
  1791. from src/game/client/components/chat.cpp:13:
  1792. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1793. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1794. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1795. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1796. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1797. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1798. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1799. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1800. bam: 'objs/game/client/components/chat.o' error 256
  1801. [ 46/108] #1 c++ src/game/client/components/console.cpp
  1802. src/game/client/components/console.cpp:3:18: error: math.h: No such file or directory
  1803. src/game/client/components/console.cpp:17:19: error: cstring: No such file or directory
  1804. src/game/client/components/console.cpp:18:18: error: cstdio: No such file or directory
  1805. In file included from src/game/gamecore.h:7,
  1806. from src/game/client/gameclient.h:10,
  1807. from src/game/client/component.h:7,
  1808. from src/game/client/components/controls.h:6,
  1809. from src/game/client/components/console.cpp:26:
  1810. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1811. In file included from src/game/gamecore.h:7,
  1812. from src/game/client/gameclient.h:10,
  1813. from src/game/client/component.h:7,
  1814. from src/game/client/components/controls.h:6,
  1815. from src/game/client/components/console.cpp:26:
  1816. src/base/math.h: In function ‘float frandom()’:
  1817. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1818. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1819. In file included from src/game/client/gameclient.h:10,
  1820. from src/game/client/component.h:7,
  1821. from src/game/client/components/controls.h:6,
  1822. from src/game/client/components/console.cpp:26:
  1823. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1824. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1825. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1826. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1827. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1828. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1829. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1830. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1831. src/game/client/components/console.cpp: In function ‘float ConsoleScaleFunc(float)’:
  1832. src/game/client/components/console.cpp:253: error: ‘acosf’ was not declared in this scope
  1833. src/game/client/components/console.cpp:253: error: ‘sinf’ was not declared in this scope
  1834. bam: 'objs/game/client/components/console.o' error 256
  1835. [ 47/108] #1 c++ src/game/client/components/controls.cpp
  1836. In file included from src/game/client/components/controls.cpp:3:
  1837. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1838. In file included from src/game/collision.h:6,
  1839. from src/game/client/components/controls.cpp:7:
  1840. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1841. In file included from src/game/client/components/controls.cpp:3:
  1842. src/base/math.h: In function ‘float frandom()’:
  1843. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1844. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1845. In file included from src/game/client/gameclient.h:10,
  1846. from src/game/client/components/controls.cpp:8:
  1847. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1848. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1849. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1850. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1851. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1852. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1853. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1854. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1855. src/game/client/components/controls.cpp: In member function ‘int CControls::SnapInput(int*)’:
  1856. src/game/client/components/controls.cpp:170: error: ‘sinf’ was not declared in this scope
  1857. src/game/client/components/controls.cpp:171: error: ‘cosf’ was not declared in this scope
  1858. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1859. src/game/client/components/controls.cpp:235: instantiated from here
  1860. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1861. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  1862. src/game/client/components/controls.cpp:236: instantiated from here
  1863. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  1864. bam: 'objs/game/client/components/controls.o' error 256
  1865. [ 48/108] #1 c++ src/game/client/components/countryflags.cpp
  1866. In file included from src/game/client/components/countryflags.cpp:3:
  1867. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1868. In file included from src/game/client/components/countryflags.h:5,
  1869. from src/game/client/components/countryflags.cpp:11:
  1870. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1871. In file included from src/game/client/components/countryflags.cpp:3:
  1872. src/base/math.h: In function ‘float frandom()’:
  1873. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1874. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1875. In file included from src/game/client/gameclient.h:10,
  1876. from src/game/client/component.h:7,
  1877. from src/game/client/components/countryflags.h:7,
  1878. from src/game/client/components/countryflags.cpp:11:
  1879. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1880. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1881. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1882. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1883. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1884. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1885. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1886. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1887. bam: 'objs/game/client/components/countryflags.o' error 256
  1888. [ 49/108] #1 c++ src/game/client/components/damageind.cpp
  1889. In file included from src/game/gamecore.h:7,
  1890. from src/game/client/components/damageind.cpp:7:
  1891. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1892. In file included from src/game/client/components/damageind.cpp:7:
  1893. src/game/gamecore.h:9:18: error: math.h: No such file or directory
  1894. In file included from src/game/gamecore.h:7,
  1895. from src/game/client/components/damageind.cpp:7:
  1896. src/base/math.h: In function ‘float frandom()’:
  1897. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1898. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1899. In file included from src/game/client/components/damageind.cpp:7:
  1900. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1901. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1902. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1903. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1904. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1905. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1906. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1907. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1908. src/game/client/components/damageind.cpp: In member function ‘void CDamageInd::Create(vec2, vec2)’:
  1909. src/game/client/components/damageind.cpp:43: error: ‘rand’ was not declared in this scope
  1910. src/game/client/components/damageind.cpp:43: error: ‘RAND_MAX’ was not declared in this scope
  1911. bam: 'objs/game/client/components/damageind.o' error 256
  1912. [ 50/108] #1 c++ src/game/client/components/debughud.cpp
  1913. In file included from src/game/client/gameclient.h:6,
  1914. from src/game/client/components/debughud.cpp:12:
  1915. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1916. In file included from src/game/gamecore.h:7,
  1917. from src/game/client/gameclient.h:10,
  1918. from src/game/client/components/debughud.cpp:12:
  1919. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1920. In file included from src/game/gamecore.h:7,
  1921. from src/game/client/gameclient.h:10,
  1922. from src/game/client/components/debughud.cpp:12:
  1923. src/base/math.h: In function ‘float frandom()’:
  1924. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1925. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1926. In file included from src/game/client/gameclient.h:10,
  1927. from src/game/client/components/debughud.cpp:12:
  1928. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1929. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1930. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1931. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1932. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1933. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1934. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1935. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1936. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1937. src/game/client/components/debughud.cpp:31: instantiated from here
  1938. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1939. bam: 'objs/game/client/components/debughud.o' error 256
  1940. [ 51/108] #1 c++ src/game/client/components/effects.cpp
  1941. In file included from src/game/client/components/particles.h:5,
  1942. from src/game/client/components/effects.cpp:10:
  1943. src/base/vmath.h:6:18: error: math.h: No such file or directory
  1944. In file included from src/game/gamecore.h:7,
  1945. from src/game/client/gameclient.h:10,
  1946. from src/game/client/component.h:7,
  1947. from src/game/client/components/particles.h:6,
  1948. from src/game/client/components/effects.cpp:10:
  1949. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1950. In file included from src/game/gamecore.h:7,
  1951. from src/game/client/gameclient.h:10,
  1952. from src/game/client/component.h:7,
  1953. from src/game/client/components/particles.h:6,
  1954. from src/game/client/components/effects.cpp:10:
  1955. src/base/math.h: In function ‘float frandom()’:
  1956. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1957. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1958. In file included from src/game/client/gameclient.h:10,
  1959. from src/game/client/component.h:7,
  1960. from src/game/client/components/particles.h:6,
  1961. from src/game/client/components/effects.cpp:10:
  1962. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1963. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1964. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1965. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1966. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1967. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1968. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  1969. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  1970. src/game/client/components/effects.cpp: In member function ‘void CEffects::PlayerSpawn(vec2)’:
  1971. src/game/client/components/effects.cpp:138: error: ‘powf’ was not declared in this scope
  1972. src/game/client/components/effects.cpp: In member function ‘void CEffects::PlayerDeath(vec2, int)’:
  1973. src/game/client/components/effects.cpp:173: error: ‘rand’ was not declared in this scope
  1974. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  1975. src/game/client/components/effects.cpp:19: instantiated from here
  1976. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  1977. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  1978. src/game/client/components/effects.cpp:199: instantiated from here
  1979. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  1980. bam: 'objs/game/client/components/effects.o' error 256
  1981. [ 52/108] #1 c++ src/game/client/components/emoticon.cpp
  1982. In file included from src/game/gamecore.h:7,
  1983. from src/game/client/components/emoticon.cpp:8:
  1984. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  1985. In file included from src/game/client/components/emoticon.cpp:8:
  1986. src/game/gamecore.h:9:18: error: math.h: No such file or directory
  1987. In file included from src/game/gamecore.h:7,
  1988. from src/game/client/components/emoticon.cpp:8:
  1989. src/base/math.h: In function ‘float frandom()’:
  1990. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  1991. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  1992. In file included from src/game/client/components/emoticon.cpp:8:
  1993. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  1994. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  1995. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  1996. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  1997. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  1998. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  1999. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2000. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2001. src/game/client/components/emoticon.cpp: In member function ‘void CEmoticon::DrawCircle(float, float, float, int)’:
  2002. src/game/client/components/emoticon.cpp:72: error: ‘cosf’ was not declared in this scope
  2003. src/game/client/components/emoticon.cpp:75: error: ‘sinf’ was not declared in this scope
  2004. src/game/client/components/emoticon.cpp: In member function ‘virtual void CEmoticon::OnRender()’:
  2005. src/game/client/components/emoticon.cpp:149: error: ‘cosf’ was not declared in this scope
  2006. src/game/client/components/emoticon.cpp:150: error: ‘sinf’ was not declared in this scope
  2007. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  2008. src/game/client/components/emoticon.cpp:114: instantiated from here
  2009. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  2010. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  2011. src/game/client/components/emoticon.cpp:115: instantiated from here
  2012. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  2013. bam: 'objs/game/client/components/emoticon.o' error 256
  2014. [ 53/108] #1 c++ src/game/client/components/flow.cpp
  2015. In file included from src/game/client/components/flow.h:5,
  2016. from src/game/client/components/flow.cpp:6:
  2017. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2018. In file included from src/game/gamecore.h:7,
  2019. from src/game/client/gameclient.h:10,
  2020. from src/game/client/component.h:7,
  2021. from src/game/client/components/flow.h:6,
  2022. from src/game/client/components/flow.cpp:6:
  2023. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2024. In file included from src/game/gamecore.h:7,
  2025. from src/game/client/gameclient.h:10,
  2026. from src/game/client/component.h:7,
  2027. from src/game/client/components/flow.h:6,
  2028. from src/game/client/components/flow.cpp:6:
  2029. src/base/math.h: In function ‘float frandom()’:
  2030. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2031. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2032. In file included from src/game/client/gameclient.h:10,
  2033. from src/game/client/component.h:7,
  2034. from src/game/client/components/flow.h:6,
  2035. from src/game/client/components/flow.cpp:6:
  2036. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2037. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2038. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2039. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2040. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2041. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2042. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2043. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2044. bam: 'objs/game/client/components/flow.o' error 256
  2045. [ 54/108] #1 c++ src/game/client/components/hud.cpp
  2046. In file included from src/game/client/gameclient.h:6,
  2047. from src/game/client/components/hud.cpp:10:
  2048. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2049. In file included from src/game/gamecore.h:7,
  2050. from src/game/client/gameclient.h:10,
  2051. from src/game/client/components/hud.cpp:10:
  2052. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2053. In file included from src/game/gamecore.h:7,
  2054. from src/game/client/gameclient.h:10,
  2055. from src/game/client/components/hud.cpp:10:
  2056. src/base/math.h: In function ‘float frandom()’:
  2057. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2058. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2059. In file included from src/game/client/gameclient.h:10,
  2060. from src/game/client/components/hud.cpp:10:
  2061. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2062. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2063. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2064. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2065. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2066. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2067. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2068. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2069. bam: 'objs/game/client/components/hud.o' error 256
  2070. [ 55/108] #1 c++ src/game/client/components/items.cpp
  2071. In file included from src/game/gamecore.h:7,
  2072. from src/game/client/components/items.cpp:8:
  2073. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2074. In file included from src/game/client/components/items.cpp:8:
  2075. src/game/gamecore.h:9:18: error: math.h: No such file or directory
  2076. In file included from src/game/gamecore.h:7,
  2077. from src/game/client/components/items.cpp:8:
  2078. src/base/math.h: In function ‘float frandom()’:
  2079. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2080. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2081. In file included from src/game/client/components/items.cpp:8:
  2082. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2083. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2084. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2085. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2086. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2087. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2088. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2089. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2090. src/game/client/components/items.cpp: In member function ‘void CItems::RenderPickup(const CNetObj_Pickup*, const CNetObj_Pickup*)’:
  2091. src/game/client/components/items.cpp:146: error: ‘cosf’ was not declared in this scope
  2092. src/game/client/components/items.cpp:147: error: ‘sinf’ was not declared in this scope
  2093. src/game/client/components/items.cpp:153: error: ‘cosf’ was not declared in this scope
  2094. src/game/client/components/items.cpp:154: error: ‘sinf’ was not declared in this scope
  2095. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  2096. src/game/client/components/items.cpp:90: instantiated from here
  2097. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  2098. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  2099. src/game/client/components/items.cpp:203: instantiated from here
  2100. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  2101. bam: 'objs/game/client/components/items.o' error 256
  2102. [ 56/108] #1 c++ src/game/client/components/killmessages.cpp
  2103. In file included from src/game/client/gameclient.h:6,
  2104. from src/game/client/components/killmessages.cpp:8:
  2105. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2106. In file included from src/game/gamecore.h:7,
  2107. from src/game/client/gameclient.h:10,
  2108. from src/game/client/components/killmessages.cpp:8:
  2109. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2110. In file included from src/game/gamecore.h:7,
  2111. from src/game/client/gameclient.h:10,
  2112. from src/game/client/components/killmessages.cpp:8:
  2113. src/base/math.h: In function ‘float frandom()’:
  2114. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2115. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2116. In file included from src/game/client/gameclient.h:10,
  2117. from src/game/client/components/killmessages.cpp:8:
  2118. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2119. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2120. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2121. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2122. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2123. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2124. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2125. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2126. bam: 'objs/game/client/components/killmessages.o' error 256
  2127. [ 57/108] #1 c++ src/game/client/components/mapimages.cpp
  2128. In file included from src/game/client/gameclient.h:6,
  2129. from src/game/client/component.h:7,
  2130. from src/game/client/components/mapimages.cpp:6:
  2131. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2132. In file included from src/game/gamecore.h:7,
  2133. from src/game/client/gameclient.h:10,
  2134. from src/game/client/component.h:7,
  2135. from src/game/client/components/mapimages.cpp:6:
  2136. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2137. In file included from src/game/gamecore.h:7,
  2138. from src/game/client/gameclient.h:10,
  2139. from src/game/client/component.h:7,
  2140. from src/game/client/components/mapimages.cpp:6:
  2141. src/base/math.h: In function ‘float frandom()’:
  2142. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2143. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2144. In file included from src/game/client/gameclient.h:10,
  2145. from src/game/client/component.h:7,
  2146. from src/game/client/components/mapimages.cpp:6:
  2147. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2148. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2149. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2150. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2151. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2152. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2153. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2154. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2155. bam: 'objs/game/client/components/mapimages.o' error 256
  2156. [ 58/108] #1 c++ src/game/client/components/maplayers.cpp
  2157. In file included from src/game/client/gameclient.h:6,
  2158. from src/game/client/components/maplayers.cpp:11:
  2159. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2160. In file included from src/game/gamecore.h:7,
  2161. from src/game/client/gameclient.h:10,
  2162. from src/game/client/components/maplayers.cpp:11:
  2163. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2164. In file included from src/game/gamecore.h:7,
  2165. from src/game/client/gameclient.h:10,
  2166. from src/game/client/components/maplayers.cpp:11:
  2167. src/base/math.h: In function ‘float frandom()’:
  2168. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2169. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2170. In file included from src/game/client/gameclient.h:10,
  2171. from src/game/client/components/maplayers.cpp:11:
  2172. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2173. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2174. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2175. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2176. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2177. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2178. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2179. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2180. bam: 'objs/game/client/components/maplayers.o' error 256
  2181. [ 59/108] #1 c++ src/game/client/components/menus.cpp
  2182. src/game/client/components/menus.cpp:3:18: error: math.h: No such file or directory
  2183. In file included from src/game/client/components/menus.cpp:6:
  2184. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2185. In file included from src/game/client/components/menus.cpp:6:
  2186. src/base/math.h: In function ‘float frandom()’:
  2187. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2188. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2189. In file included from src/game/client/gameclient.h:10,
  2190. from src/game/client/component.h:7,
  2191. from src/game/client/components/sounds.h:5,
  2192. from src/game/client/components/menus.cpp:24:
  2193. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2194. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2195. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2196. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2197. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2198. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2199. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2200. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2201. src/game/client/components/menus.cpp: In member function ‘void CMenus::RenderBackground()’:
  2202. src/game/client/components/menus.cpp:1586: error: ‘fmod’ was not declared in this scope
  2203. bam: 'objs/game/client/components/menus.o' error 256
  2204. [ 60/108] #1 c++ src/game/client/components/menus_browser.cpp
  2205. In file included from src/game/client/render.h:6,
  2206. from src/game/client/components/menus_browser.cpp:16:
  2207. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2208. In file included from src/game/gamecore.h:7,
  2209. from src/game/client/gameclient.h:10,
  2210. from src/game/client/component.h:7,
  2211. from src/game/client/components/countryflags.h:7,
  2212. from src/game/client/components/menus_browser.cpp:18:
  2213. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2214. In file included from src/game/gamecore.h:7,
  2215. from src/game/client/gameclient.h:10,
  2216. from src/game/client/component.h:7,
  2217. from src/game/client/components/countryflags.h:7,
  2218. from src/game/client/components/menus_browser.cpp:18:
  2219. src/base/math.h: In function ‘float frandom()’:
  2220. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2221. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2222. In file included from src/game/client/gameclient.h:10,
  2223. from src/game/client/component.h:7,
  2224. from src/game/client/components/countryflags.h:7,
  2225. from src/game/client/components/menus_browser.cpp:18:
  2226. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2227. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2228. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2229. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2230. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2231. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2232. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2233. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2234. bam: 'objs/game/client/components/menus_browser.o' error 256
  2235. [ 61/108] #1 c++ src/game/client/components/menus_demo.cpp
  2236. In file included from src/game/client/components/menus_demo.cpp:4:
  2237. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2238. In file included from src/game/client/render.h:6,
  2239. from src/game/client/components/menus_demo.cpp:12:
  2240. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2241. In file included from src/game/client/components/menus_demo.cpp:4:
  2242. src/base/math.h: In function ‘float frandom()’:
  2243. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2244. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2245. In file included from src/game/client/gameclient.h:10,
  2246. from src/game/client/components/menus_demo.cpp:13:
  2247. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2248. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2249. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2250. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2251. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2252. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2253. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2254. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2255. bam: 'objs/game/client/components/menus_demo.o' error 256
  2256. [ 62/108] #1 c++ src/game/client/components/menus_ingame.cpp
  2257. In file included from src/game/client/components/menus_ingame.cpp:3:
  2258. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2259. In file included from src/game/client/gameclient.h:6,
  2260. from src/game/client/components/menus_ingame.cpp:18:
  2261. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2262. In file included from src/game/client/components/menus_ingame.cpp:3:
  2263. src/base/math.h: In function ‘float frandom()’:
  2264. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2265. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2266. In file included from src/game/client/gameclient.h:10,
  2267. from src/game/client/components/menus_ingame.cpp:18:
  2268. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2269. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2270. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2271. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2272. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2273. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2274. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2275. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2276. bam: 'objs/game/client/components/menus_ingame.o' error 256
  2277. [ 63/108] #1 c++ src/game/client/components/menus_settings.cpp
  2278. In file included from src/game/client/components/menus_settings.cpp:4:
  2279. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2280. In file included from src/game/client/gameclient.h:6,
  2281. from src/game/client/component.h:7,
  2282. from src/game/client/components/sounds.h:5,
  2283. from src/game/client/components/menus_settings.cpp:16:
  2284. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2285. In file included from src/game/client/components/menus_settings.cpp:4:
  2286. src/base/math.h: In function ‘float frandom()’:
  2287. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2288. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2289. In file included from src/game/client/gameclient.h:10,
  2290. from src/game/client/component.h:7,
  2291. from src/game/client/components/sounds.h:5,
  2292. from src/game/client/components/menus_settings.cpp:16:
  2293. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2294. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2295. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2296. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2297. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2298. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2299. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2300. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2301. bam: 'objs/game/client/components/menus_settings.o' error 256
  2302. [ 64/108] #1 c++ src/game/client/components/motd.cpp
  2303. In file included from src/game/client/gameclient.h:6,
  2304. from src/game/client/components/motd.cpp:10:
  2305. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2306. In file included from src/game/gamecore.h:7,
  2307. from src/game/client/gameclient.h:10,
  2308. from src/game/client/components/motd.cpp:10:
  2309. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2310. In file included from src/game/gamecore.h:7,
  2311. from src/game/client/gameclient.h:10,
  2312. from src/game/client/components/motd.cpp:10:
  2313. src/base/math.h: In function ‘float frandom()’:
  2314. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2315. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2316. In file included from src/game/client/gameclient.h:10,
  2317. from src/game/client/components/motd.cpp:10:
  2318. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2319. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2320. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2321. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2322. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2323. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2324. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2325. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2326. bam: 'objs/game/client/components/motd.o' error 256
  2327. [ 65/108] #1 c++ src/game/client/components/nameplates.cpp
  2328. In file included from src/game/client/gameclient.h:6,
  2329. from src/game/client/components/nameplates.cpp:8:
  2330. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2331. In file included from src/game/gamecore.h:7,
  2332. from src/game/client/gameclient.h:10,
  2333. from src/game/client/components/nameplates.cpp:8:
  2334. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2335. In file included from src/game/gamecore.h:7,
  2336. from src/game/client/gameclient.h:10,
  2337. from src/game/client/components/nameplates.cpp:8:
  2338. src/base/math.h: In function ‘float frandom()’:
  2339. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2340. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2341. In file included from src/game/client/gameclient.h:10,
  2342. from src/game/client/components/nameplates.cpp:8:
  2343. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2344. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2345. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2346. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2347. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2348. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2349. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2350. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2351. src/game/client/components/nameplates.cpp: In member function ‘void CNamePlates::RenderNameplate(const CNetObj_Character*, const CNetObj_Character*, const CNetObj_PlayerInfo*)’:
  2352. src/game/client/components/nameplates.cpp:30: error: ‘powf’ was not declared in this scope
  2353. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  2354. src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
  2355. src/game/client/components/nameplates.cpp:30: instantiated from here
  2356. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  2357. bam: 'objs/game/client/components/nameplates.o' error 256
  2358. [ 66/108] #1 c++ src/game/client/components/particles.cpp
  2359. In file included from src/game/client/components/particles.cpp:3:
  2360. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2361. In file included from src/game/client/render.h:6,
  2362. from src/game/client/components/particles.cpp:8:
  2363. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2364. In file included from src/game/client/components/particles.cpp:3:
  2365. src/base/math.h: In function ‘float frandom()’:
  2366. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2367. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2368. In file included from src/game/client/components/particles.cpp:9:
  2369. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2370. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2371. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2372. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2373. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2374. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2375. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2376. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2377. src/game/client/components/particles.cpp: In member function ‘void CParticles::Update(float)’:
  2378. src/game/client/components/particles.cpp:99: error: ‘NULL’ was not declared in this scope
  2379. bam: 'objs/game/client/components/particles.o' error 256
  2380. [ 67/108] #1 c++ src/game/client/components/players.cpp
  2381. In file included from src/game/gamecore.h:7,
  2382. from src/game/client/components/players.cpp:10:
  2383. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2384. In file included from src/game/client/components/players.cpp:10:
  2385. src/game/gamecore.h:9:18: error: math.h: No such file or directory
  2386. In file included from src/game/gamecore.h:7,
  2387. from src/game/client/components/players.cpp:10:
  2388. src/base/math.h: In function ‘float frandom()’:
  2389. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2390. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2391. In file included from src/game/client/components/players.cpp:10:
  2392. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2393. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2394. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2395. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2396. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2397. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2398. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2399. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2400. src/game/client/components/players.cpp: In function ‘float NormalizeAngular(float)’:
  2401. src/game/client/components/players.cpp:70: error: ‘fmod’ was not declared in this scope
  2402. src/game/client/components/players.cpp: In function ‘float AngularMixDirection(float, float)’:
  2403. src/game/client/components/players.cpp:73: error: ‘sinf’ was not declared in this scope
  2404. src/game/client/components/players.cpp: In function ‘float AngularDistance(float, float)’:
  2405. src/game/client/components/players.cpp:74: error: ‘sinf’ was not declared in this scope
  2406. src/game/client/components/players.cpp:74: error: ‘asinf’ was not declared in this scope
  2407. src/game/client/components/players.cpp: In member function ‘void CPlayers::RenderPlayer(const CNetObj_Character*, const CNetObj_Character*, const CNetObj_PlayerInfo*, const CNetObj_PlayerInfo*)’:
  2408. src/game/client/components/players.cpp:322: error: ‘fmod’ was not declared in this scope
  2409. src/game/client/components/players.cpp:411: error: ‘rand’ was not declared in this scope
  2410. src/game/client/components/players.cpp:443: error: ‘sinf’ was not declared in this scope
  2411. src/game/client/components/players.cpp:462: error: ‘rand’ was not declared in this scope
  2412. src/game/client/components/players.cpp:534: error: ‘sinf’ was not declared in this scope
  2413. src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
  2414. src/game/client/components/players.cpp:181: instantiated from here
  2415. src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
  2416. src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
  2417. src/game/client/components/players.cpp:345: instantiated from here
  2418. src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
  2419. bam: 'objs/game/client/components/players.o' error 256
  2420. [ 68/108] #1 c++ src/game/client/components/scoreboard.cpp
  2421. In file included from src/game/client/gameclient.h:6,
  2422. from src/game/client/components/scoreboard.cpp:13:
  2423. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2424. In file included from src/game/gamecore.h:7,
  2425. from src/game/client/gameclient.h:10,
  2426. from src/game/client/components/scoreboard.cpp:13:
  2427. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2428. In file included from src/game/gamecore.h:7,
  2429. from src/game/client/gameclient.h:10,
  2430. from src/game/client/components/scoreboard.cpp:13:
  2431. src/base/math.h: In function ‘float frandom()’:
  2432. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2433. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2434. In file included from src/game/client/gameclient.h:10,
  2435. from src/game/client/components/scoreboard.cpp:13:
  2436. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2437. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2438. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2439. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2440. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2441. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2442. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2443. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2444. bam: 'objs/game/client/components/scoreboard.o' error 256
  2445. [ 69/108] #1 c++ src/game/client/components/skins.cpp
  2446. src/game/client/components/skins.cpp:3:18: error: math.h: No such file or directory
  2447. In file included from src/game/client/components/skins.cpp:6:
  2448. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2449. In file included from src/game/client/components/skins.cpp:6:
  2450. src/base/math.h: In function ‘float frandom()’:
  2451. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2452. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2453. In file included from src/game/client/gameclient.h:10,
  2454. from src/game/client/component.h:7,
  2455. from src/game/client/components/skins.h:7,
  2456. from src/game/client/components/skins.cpp:11:
  2457. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2458. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2459. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2460. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2461. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2462. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2463. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2464. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2465. src/base/vmath.h: In function ‘vector3_base<T> normalize(const vector3_base<T>&) [with T = float]’:
  2466. src/game/client/components/skins.cpp:51: instantiated from here
  2467. src/base/vmath.h:141: error: ‘sqrtf’ was not declared in this scope
  2468. bam: 'objs/game/client/components/skins.o' error 256
  2469. [ 70/108] #1 c++ src/game/client/components/sounds.cpp
  2470. In file included from src/game/client/gameclient.h:6,
  2471. from src/game/client/components/sounds.cpp:7:
  2472. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2473. In file included from src/game/gamecore.h:7,
  2474. from src/game/client/gameclient.h:10,
  2475. from src/game/client/components/sounds.cpp:7:
  2476. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2477. In file included from src/game/gamecore.h:7,
  2478. from src/game/client/gameclient.h:10,
  2479. from src/game/client/components/sounds.cpp:7:
  2480. src/base/math.h: In function ‘float frandom()’:
  2481. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2482. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2483. In file included from src/game/client/gameclient.h:10,
  2484. from src/game/client/components/sounds.cpp:7:
  2485. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2486. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2487. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2488. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2489. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2490. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2491. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2492. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2493. src/game/client/components/sounds.cpp: In member function ‘void CSounds::Play(int, int, float, vec2)’:
  2494. src/game/client/components/sounds.cpp:162: error: ‘rand’ was not declared in this scope
  2495. bam: 'objs/game/client/components/sounds.o' error 256
  2496. [ 71/108] #1 c++ src/game/client/components/spectator.cpp
  2497. In file included from src/game/client/render.h:6,
  2498. from src/game/client/components/spectator.cpp:12:
  2499. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2500. In file included from src/game/gamecore.h:7,
  2501. from src/game/client/gameclient.h:10,
  2502. from src/game/client/component.h:7,
  2503. from src/game/client/components/spectator.h:7,
  2504. from src/game/client/components/spectator.cpp:14:
  2505. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2506. In file included from src/game/gamecore.h:7,
  2507. from src/game/client/gameclient.h:10,
  2508. from src/game/client/component.h:7,
  2509. from src/game/client/components/spectator.h:7,
  2510. from src/game/client/components/spectator.cpp:14:
  2511. src/base/math.h: In function ‘float frandom()’:
  2512. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2513. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2514. In file included from src/game/client/gameclient.h:10,
  2515. from src/game/client/component.h:7,
  2516. from src/game/client/components/spectator.h:7,
  2517. from src/game/client/components/spectator.cpp:14:
  2518. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2519. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2520. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2521. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2522. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2523. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2524. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2525. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2526. bam: 'objs/game/client/components/spectator.o' error 256
  2527. [ 72/108] #1 c++ src/game/client/components/voting.cpp
  2528. In file included from src/game/client/components/voting.cpp:6:
  2529. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2530. In file included from src/game/gamecore.h:7,
  2531. from src/game/client/gameclient.h:10,
  2532. from src/game/client/component.h:7,
  2533. from src/game/client/components/voting.h:9,
  2534. from src/game/client/components/voting.cpp:8:
  2535. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2536. In file included from src/game/gamecore.h:7,
  2537. from src/game/client/gameclient.h:10,
  2538. from src/game/client/component.h:7,
  2539. from src/game/client/components/voting.h:9,
  2540. from src/game/client/components/voting.cpp:8:
  2541. src/base/math.h: In function ‘float frandom()’:
  2542. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2543. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2544. In file included from src/game/client/gameclient.h:10,
  2545. from src/game/client/component.h:7,
  2546. from src/game/client/components/voting.h:9,
  2547. from src/game/client/components/voting.cpp:8:
  2548. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2549. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2550. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2551. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2552. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2553. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2554. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2555. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2556. bam: 'objs/game/client/components/voting.o' error 256
  2557. [ 73/108] #1 c++ src/game/client/gameclient.cpp
  2558. In file included from src/game/client/render.h:6,
  2559. from src/game/client/gameclient.cpp:21:
  2560. src/base/vmath.h:6:18: error: math.h: No such file or directory
  2561. In file included from src/game/gamecore.h:7,
  2562. from src/game/client/gameclient.h:10,
  2563. from src/game/client/gameclient.cpp:23:
  2564. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2565. In file included from src/game/gamecore.h:7,
  2566. from src/game/client/gameclient.h:10,
  2567. from src/game/client/gameclient.cpp:23:
  2568. src/base/math.h: In function ‘float frandom()’:
  2569. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2570. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2571. In file included from src/game/client/gameclient.h:10,
  2572. from src/game/client/gameclient.cpp:23:
  2573. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  2574. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  2575. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  2576. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  2577. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  2578. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  2579. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  2580. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  2581. src/game/client/gameclient.cpp: In member function ‘virtual void CGameClient::OnNewSnapshot()’:
  2582. src/game/client/gameclient.cpp:663: error: ‘rand’ was not declared in this scope
  2583. bam: 'objs/game/client/gameclient.o' error 256
  2584. [ 74/108] #1 c++ src/game/client/render.cpp
  2585. src/game/client/render.cpp:3:18: error: math.h: No such file or directory
  2586. In file included from src/game/client/render.cpp:5:
  2587. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2588. In file included from src/game/client/render.cpp:5:
  2589. src/base/math.h: In function ‘float frandom()’:
  2590. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2591. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2592. src/game/client/render.cpp: In member function ‘void CRenderTools::SelectSprite(CDataSprite*, int, int, int)’:
  2593. src/game/client/render.cpp:49: error: ‘sqrtf’ was not declared in this scope
  2594. src/game/client/render.cpp: In member function ‘void CRenderTools::DrawRoundRectExt(float, float, float, float, float, int)’:
  2595. src/game/client/render.cpp:99: error: ‘cosf’ was not declared in this scope
  2596. src/game/client/render.cpp:102: error: ‘sinf’ was not declared in this scope
  2597. src/game/client/render.cpp: In function ‘void CalcScreenParams(float, float, float, float, float*, float*)’:
  2598. src/game/client/render.cpp:267: error: ‘sqrtf’ was not declared in this scope
  2599. bam: 'objs/game/client/render.o' error 256
  2600. [ 75/108] #1 c++ src/game/client/render_map.cpp
  2601. src/game/client/render_map.cpp:3:18: error: math.h: No such file or directory
  2602. In file included from src/game/client/render_map.cpp:4:
  2603. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2604. In file included from src/game/client/render_map.cpp:4:
  2605. src/base/math.h: In function ‘float frandom()’:
  2606. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2607. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2608. src/game/client/render_map.cpp: In static member function ‘static void CRenderTools::RenderEvalEnvelope(CEnvPoint*, int, int, float, float*)’:
  2609. src/game/client/render_map.cpp:29: error: ‘fmod’ was not declared in this scope
  2610. src/game/client/render_map.cpp: In function ‘void Rotate(CPoint*, CPoint*, float)’:
  2611. src/game/client/render_map.cpp:77: error: ‘cosf’ was not declared in this scope
  2612. src/game/client/render_map.cpp:77: error: ‘sinf’ was not declared in this scope
  2613. bam: 'objs/game/client/render_map.o' error 256
  2614. [ 76/108] #1 c++ src/engine/client/client.cpp
  2615. src/engine/client/client.cpp:3:15: error: new: No such file or directory
  2616. src/engine/client/client.cpp:5:29: error: stdlib.h: No such file or directory
  2617. In file included from src/engine/client/client.cpp:8:
  2618. src/base/math.h: In function ‘float frandom()’:
  2619. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2620. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2621. src/engine/client/client.cpp: In member function ‘void CClient::ProcessConnlessPacket(CNetChunk*)’:
  2622. src/engine/client/client.cpp:981: error: ‘qsort’ was not declared in this scope
  2623. src/engine/client/client.cpp: In function ‘CClient* CreateClient()’:
  2624. src/engine/client/client.cpp:2173: error: no matching function for call to ‘operator new(long unsigned int, CClient*&)’
  2625. <built-in>:0: note: candidates are: void* operator new(long unsigned int)
  2626. bam: 'objs/engine/client/client.o' error 256
  2627. [ 77/108] #1 c++ src/engine/client/friends.cpp
  2628. In file included from src/engine/client/friends.cpp:3:
  2629. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2630. In file included from src/engine/client/friends.cpp:3:
  2631. src/base/math.h: In function ‘float frandom()’:
  2632. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2633. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2634. bam: 'objs/engine/client/friends.o' error 256
  2635. [ 78/108] #1 c++ src/engine/client/graphics.cpp
  2636. In file included from src/engine/client/graphics.cpp:5:
  2637. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  2638. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_config.h:34,
  2639. from /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:30,
  2640. from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  2641. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  2642. from src/engine/client/graphics.cpp:7:
  2643. /Library/Frameworks/SDL.framework/Headers/SDL_config_macosx.h:29:32: error: AvailabilityMacros.h: No such file or directory
  2644. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  2645. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  2646. from src/engine/client/graphics.cpp:7:
  2647. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:34:23: error: sys/types.h: No such file or directory
  2648. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:37:19: error: stdio.h: No such file or directory
  2649. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:60:21: error: string.h: No such file or directory
  2650. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:66:23: error: inttypes.h: No such file or directory
  2651. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:71:20: error: ctype.h: No such file or directory
  2652. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:187:22: error: alloca.h: No such file or directory
  2653. src/engine/client/graphics.cpp:15:24: error: OpenGL/gl.h: No such file or directory
  2654. src/engine/client/graphics.cpp:16:25: error: OpenGL/glu.h: No such file or directory
  2655. src/engine/client/graphics.cpp:31:32: error: math.h: No such file or directory
  2656. In file included from src/engine/client/graphics.cpp:5:
  2657. src/base/math.h: In function ‘float frandom()’:
  2658. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  2659. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  2660. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  2661. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  2662. from src/engine/client/graphics.cpp:7:
  2663. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h: At global scope:
  2664. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:98: error: ‘int8_t’ does not name a type
  2665. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:99: error: ‘uint8_t’ does not name a type
  2666. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:100: error: ‘int16_t’ does not name a type
  2667. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:101: error: ‘uint16_t’ does not name a type
  2668. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:102: error: ‘int32_t’ does not name a type
  2669. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:103: error: ‘uint32_t’ does not name a type
  2670. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:106: error: ‘int64_t’ does not name a type
  2671. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:108: error: ‘uint64_t’ does not name a type
  2672. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:125: error: ‘Uint8’ was not declared in this scope
  2673. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:126: error: ‘Sint8’ was not declared in this scope
  2674. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:127: error: ‘Uint16’ was not declared in this scope
  2675. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:128: error: ‘Sint16’ was not declared in this scope
  2676. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:129: error: ‘Uint32’ was not declared in this scope
  2677. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:130: error: ‘Sint32’ was not declared in this scope
  2678. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:131: error: ‘Uint64’ was not declared in this scope
  2679. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:132: error: ‘Sint64’ was not declared in this scope
  2680. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  2681. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  2682. from src/engine/client/graphics.cpp:7:
  2683. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: warning: ‘SDL_lltoa’ initialized and declared ‘extern’
  2684. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: ‘Sint64’ was not declared in this scope
  2685. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘char’
  2686. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘int’
  2687. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: initializer expression list treated as compound expression
  2688. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: warning: ‘SDL_ulltoa’ initialized and declared ‘extern’
  2689. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: ‘Uint64’ was not declared in this scope
  2690. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘char’
  2691. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘int’
  2692. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: initializer expression list treated as compound expression
  2693. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:33,
  2694. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  2695. from src/engine/client/graphics.cpp:7:
  2696. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:81: error: ‘Uint16’ does not name a type
  2697. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:114: error: ‘Uint32’ does not name a type
  2698. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:157: error: ‘Uint64’ does not name a type
  2699. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:34,
  2700. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  2701. from src/engine/client/graphics.cpp:7:
  2702. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: warning: ‘SDL_CreateSemaphore’ initialized and declared ‘extern’
  2703. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: error: ‘Uint32’ was not declared in this scope
  2704. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:115: error: ‘Uint32’ has not been declared
  2705. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:123: error: ‘Uint32’ does not name a type
  2706. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:166: error: ‘Uint32’ has not been declared
  2707. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:35,
  2708. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  2709. from src/engine/client/graphics.cpp:7:
  2710. /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:92: error: ‘Uint32’ does not name a type
  2711. /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:97: error: ‘Uint32’ does not name a type
  2712. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:36,
  2713. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  2714. from src/engine/client/graphics.cpp:7:
  2715. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:64: error: ‘Uint32’ does not name a type
  2716. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: ISO C++ forbids declaration of ‘FILE’ with no type
  2717. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: expected ‘;’ before ‘*’ token
  2718. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  2719. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: expected ‘;’ before ‘*’ token
  2720. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  2721. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: expected ‘;’ before ‘*’ token
  2722. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  2723. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: expected ‘;’ before ‘*’ token
  2724. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: warning: ‘SDL_RWFromFP’ initialized and declared ‘extern’
  2725. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘FILE’ was not declared in this scope
  2726. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘fp’ was not declared in this scope
  2727. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: expected primary-expression before ‘int’
  2728. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: initializer expression list treated as compound expression
  2729. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:131: error: ‘Uint16’ does not name a type
  2730. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:132: error: ‘Uint16’ does not name a type
  2731. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:133: error: ‘Uint32’ does not name a type
  2732. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:134: error: ‘Uint32’ does not name a type
  2733. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:135: error: ‘Uint64’ does not name a type
  2734. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:136: error: ‘Uint64’ does not name a type
  2735. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:141: error: ‘Uint16’ has not been declared
  2736. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:142: error: ‘Uint16’ has not been declared
  2737. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:143: error: ‘Uint32’ has not been declared
  2738. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:144: error: ‘Uint32’ has not been declared
  2739. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:145: error: ‘Uint64’ has not been declared
  2740. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:146: error: ‘Uint64’ has not been declared
  2741. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  2742. from src/engine/client/graphics.cpp:7:
  2743. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:76: error: ‘Uint16’ does not name a type
  2744. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:77: error: ‘Uint8’ does not name a type
  2745. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:78: error: ‘Uint8’ does not name a type
  2746. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:79: error: ‘Uint16’ does not name a type
  2747. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:80: error: ‘Uint16’ does not name a type
  2748. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:81: error: ‘Uint32’ does not name a type
  2749. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:91: error: ‘Uint8’ has not been declared
  2750. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:128: error: ‘Uint16’ does not name a type
  2751. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:129: error: ‘Uint16’ does not name a type
  2752. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  2753. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: expected ‘;’ before ‘*’ token
  2754. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:136: error: ‘Uint16’ has not been declared
  2755. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint8’ has not been declared
  2756. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint32’ has not been declared
  2757. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: warning: ‘SDL_FreeWAV’ initialized and declared ‘extern’
  2758. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: variable or field ‘SDL_FreeWAV’ declared void
  2759. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘Uint8’ was not declared in this scope
  2760. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘audio_buf’ was not declared in this scope
  2761. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint16’ has not been declared
  2762. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint8’ has not been declared
  2763. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint16’ has not been declared
  2764. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint8’ has not been declared
  2765. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: warning: ‘SDL_MixAudio’ initialized and declared ‘extern’
  2766. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: variable or field ‘SDL_MixAudio’ declared void
  2767. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint8’ was not declared in this scope
  2768. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘dst’ was not declared in this scope
  2769. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘const’
  2770. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint32’ was not declared in this scope
  2771. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘int’
  2772. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:33,
  2773. from src/engine/client/graphics.cpp:7:
  2774. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:71: error: ‘Uint8’ does not name a type
  2775. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:72: error: ‘Uint8’ does not name a type
  2776. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:73: error: ‘Uint16’ does not name a type
  2777. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:74: error: ‘Uint32’ does not name a type
  2778. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:75: error: ‘Uint32’ does not name a type
  2779. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:33,
  2780. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  2781. from src/engine/client/graphics.cpp:7:
  2782. /Library/Frameworks/SDL.framework/Headers/SDL_active.h:54: error: ‘Uint8’ does not name a type
  2783. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:34,
  2784. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  2785. from src/engine/client/graphics.cpp:7:
  2786. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:60: error: ‘Uint8’ does not name a type
  2787. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:63: error: ‘Uint16’ does not name a type
  2788. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:110: error: expected initializer before ‘*’ token
  2789. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:32,
  2790. from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
  2791. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  2792. from src/engine/client/graphics.cpp:7:
  2793. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:51: error: ‘Sint16’ does not name a type
  2794. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:52: error: ‘Uint16’ does not name a type
  2795. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:56: error: ‘Uint8’ does not name a type
  2796. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:57: error: ‘Uint8’ does not name a type
  2797. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:58: error: ‘Uint8’ does not name a type
  2798. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:59: error: ‘Uint8’ does not name a type
  2799. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:72: error: ‘Uint8’ does not name a type
  2800. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:73: error: ‘Uint8’ does not name a type
  2801. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:74: error: ‘Uint8’ does not name a type
  2802. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:75: error: ‘Uint8’ does not name a type
  2803. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:76: error: ‘Uint8’ does not name a type
  2804. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:77: error: ‘Uint8’ does not name a type
  2805. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:78: error: ‘Uint8’ does not name a type
  2806. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:79: error: ‘Uint8’ does not name a type
  2807. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:80: error: ‘Uint8’ does not name a type
  2808. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:81: error: ‘Uint8’ does not name a type
  2809. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:82: error: ‘Uint32’ does not name a type
  2810. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:83: error: ‘Uint32’ does not name a type
  2811. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:84: error: ‘Uint32’ does not name a type
  2812. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:85: error: ‘Uint32’ does not name a type
  2813. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:88: error: ‘Uint32’ does not name a type
  2814. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:90: error: ‘Uint8’ does not name a type
  2815. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:97: error: ‘Uint32’ does not name a type
  2816. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:100: error: ‘Uint16’ does not name a type
  2817. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:109: error: ‘Uint32’ does not name a type
  2818. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:112: error: ‘Uint32’ does not name a type
  2819. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:172: error: ‘Uint32’ does not name a type
  2820. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:173: error: ‘Uint32’ does not name a type
  2821. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:174: error: ‘Uint32’ does not name a type
  2822. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:175: error: ‘Uint32’ does not name a type
  2823. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:176: error: ‘Uint32’ does not name a type
  2824. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:177: error: ‘Uint32’ does not name a type
  2825. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:178: error: ‘Uint32’ does not name a type
  2826. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:179: error: ‘Uint32’ does not name a type
  2827. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:180: error: ‘Uint32’ does not name a type
  2828. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:181: error: ‘Uint32’ does not name a type
  2829. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:182: error: ‘Uint32’ does not name a type
  2830. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:183: error: ‘Uint32’ does not name a type
  2831. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:184: error: ‘Uint32’ does not name a type
  2832. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:209: error: ‘Uint32’ does not name a type
  2833. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: ISO C++ forbids declaration of ‘Uint16’ with no type
  2834. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: expected ‘;’ before ‘*’ token
  2835. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  2836. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: expected ‘;’ before ‘*’ token
  2837. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:223: error: ‘Uint32’ does not name a type
  2838. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:224: error: ‘Uint32’ does not name a type
  2839. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:275: error: ‘Uint32’ has not been declared
  2840. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:313: error: ‘Uint32’ has not been declared
  2841. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:324: error: ‘Uint32’ has not been declared
  2842. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:385: error: ‘Uint32’ has not been declared
  2843. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
  2844. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
  2845. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
  2846. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
  2847. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: expected ‘,’ or ‘...’ before ‘*’ token
  2848. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: ISO C++ forbids declaration of ‘Uint16’ with no type
  2849. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: warning: ‘SDL_GetGammaRamp’ initialized and declared ‘extern’
  2850. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  2851. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘red’ was not declared in this scope
  2852. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  2853. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘green’ was not declared in this scope
  2854. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  2855. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘blue’ was not declared in this scope
  2856. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: initializer expression list treated as compound expression
  2857. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:492: error: ‘Uint32’ does not name a type
  2858. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:499: error: ‘Uint32’ does not name a type
  2859. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: warning: ‘SDL_GetRGB’ initialized and declared ‘extern’
  2860. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: variable or field ‘SDL_GetRGB’ declared void
  2861. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: ‘Uint32’ was not declared in this scope
  2862. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:507: error: expected primary-expression before ‘const’
  2863. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  2864. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘r’ was not declared in this scope
  2865. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  2866. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘g’ was not declared in this scope
  2867. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  2868. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘b’ was not declared in this scope
  2869. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: warning: ‘SDL_GetRGBA’ initialized and declared ‘extern’
  2870. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: variable or field ‘SDL_GetRGBA’ declared void
  2871. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: ‘Uint32’ was not declared in this scope
  2872. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:514: error: expected primary-expression before ‘const’
  2873. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  2874. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘r’ was not declared in this scope
  2875. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  2876. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘g’ was not declared in this scope
  2877. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  2878. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘b’ was not declared in this scope
  2879. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  2880. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘a’ was not declared in this scope
  2881. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: warning: ‘SDL_CreateRGBSurface’ initialized and declared ‘extern’
  2882. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: ‘Uint32’ was not declared in this scope
  2883. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  2884. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  2885. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  2886. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  2887. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  2888. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  2889. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  2890. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: initializer expression list treated as compound expression
  2891. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  2892. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  2893. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  2894. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  2895. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
  2896. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
  2897. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint32’ has not been declared
  2898. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint8’ has not been declared
  2899. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:669: error: ‘Uint32’ has not been declared
  2900. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:768: error: ‘Uint32’ has not been declared
  2901. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:808: error: ‘Uint32’ has not been declared
  2902. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:897: error: ‘Uint8’ has not been declared
  2903. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
  2904. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  2905. from src/engine/client/graphics.cpp:7:
  2906. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:43: error: ‘Sint16’ does not name a type
  2907. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  2908. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: expected ‘;’ before ‘*’ token
  2909. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  2910. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: expected ‘;’ before ‘*’ token
  2911. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  2912. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: expected ‘;’ before ‘*’ token
  2913. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:57: error: ‘Uint8’ does not name a type
  2914. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:65: error: ‘Uint8’ does not name a type
  2915. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: warning: ‘SDL_WarpMouse’ initialized and declared ‘extern’
  2916. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: variable or field ‘SDL_WarpMouse’ declared void
  2917. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
  2918. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
  2919. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: warning: ‘SDL_CreateCursor’ initialized and declared ‘extern’
  2920. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
  2921. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘data’ was not declared in this scope
  2922. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
  2923. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘mask’ was not declared in this scope
  2924. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  2925. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  2926. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  2927. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  2928. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: initializer expression list treated as compound expression
  2929. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:36,
  2930. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  2931. from src/engine/client/graphics.cpp:7:
  2932. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:134: error: ‘Sint16’ does not name a type
  2933. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:157: error: ‘Uint8’ does not name a type
  2934. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:173: error: ‘Uint8’ does not name a type
  2935. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  2936. from src/engine/client/graphics.cpp:7:
  2937. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:120: error: ‘Uint8’ does not name a type
  2938. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:121: error: ‘Uint8’ does not name a type
  2939. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:122: error: ‘Uint8’ does not name a type
  2940. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:127: error: ‘Uint8’ does not name a type
  2941. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:128: error: ‘Uint8’ does not name a type
  2942. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:129: error: ‘Uint8’ does not name a type
  2943. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:135: error: ‘Uint8’ does not name a type
  2944. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:136: error: ‘Uint8’ does not name a type
  2945. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:137: error: ‘Uint8’ does not name a type
  2946. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:138: error: ‘Uint16’ does not name a type
  2947. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:139: error: ‘Sint16’ does not name a type
  2948. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:140: error: ‘Sint16’ does not name a type
  2949. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:145: error: ‘Uint8’ does not name a type
  2950. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:146: error: ‘Uint8’ does not name a type
  2951. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:147: error: ‘Uint8’ does not name a type
  2952. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:148: error: ‘Uint8’ does not name a type
  2953. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:149: error: ‘Uint16’ does not name a type
  2954. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:154: error: ‘Uint8’ does not name a type
  2955. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:155: error: ‘Uint8’ does not name a type
  2956. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:156: error: ‘Uint8’ does not name a type
  2957. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:157: error: ‘Sint16’ does not name a type
  2958. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:162: error: ‘Uint8’ does not name a type
  2959. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:163: error: ‘Uint8’ does not name a type
  2960. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:164: error: ‘Uint8’ does not name a type
  2961. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:165: error: ‘Sint16’ does not name a type
  2962. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:166: error: ‘Sint16’ does not name a type
  2963. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:171: error: ‘Uint8’ does not name a type
  2964. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:172: error: ‘Uint8’ does not name a type
  2965. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:173: error: ‘Uint8’ does not name a type
  2966. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:174: error: ‘Uint8’ does not name a type
  2967. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:184: error: ‘Uint8’ does not name a type
  2968. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:185: error: ‘Uint8’ does not name a type
  2969. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:186: error: ‘Uint8’ does not name a type
  2970. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:187: error: ‘Uint8’ does not name a type
  2971. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:195: error: ‘Uint8’ does not name a type
  2972. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:202: error: ‘Uint8’ does not name a type
  2973. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:207: error: ‘Uint8’ does not name a type
  2974. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:212: error: ‘Uint8’ does not name a type
  2975. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:222: error: ‘Uint8’ does not name a type
  2976. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:228: error: ‘Uint8’ does not name a type
  2977. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:278: error: ‘Uint32’ has not been declared
  2978. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:348: error: ‘Uint8’ does not name a type
  2979. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:42,
  2980. from src/engine/client/graphics.cpp:7:
  2981. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:49: error: ‘Uint32’ does not name a type
  2982. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: warning: ‘SDL_Delay’ initialized and declared ‘extern’
  2983. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: variable or field ‘SDL_Delay’ declared void
  2984. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: ‘Uint32’ was not declared in this scope
  2985. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ISO C++ forbids declaration of ‘Uint32’ with no type
  2986. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
  2987. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ‘SDL_TimerCallback’ was not declared in this scope
  2988. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: warning: ‘SDL_SetTimer’ initialized and declared ‘extern’
  2989. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘Uint32’ was not declared in this scope
  2990. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘SDL_TimerCallback’ was not declared in this scope
  2991. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: initializer expression list treated as compound expression
  2992. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ISO C++ forbids declaration of ‘Uint32’ with no type
  2993. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
  2994. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ‘SDL_NewTimerCallback’ was not declared in this scope
  2995. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: warning: ‘SDL_AddTimer’ initialized and declared ‘extern’
  2996. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘Uint32’ was not declared in this scope
  2997. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘SDL_NewTimerCallback’ was not declared in this scope
  2998. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: expected primary-expression before ‘void’
  2999. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: initializer expression list treated as compound expression
  3000. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:44,
  3001. from src/engine/client/graphics.cpp:7:
  3002. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:48: error: ‘Uint8’ does not name a type
  3003. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:49: error: ‘Uint8’ does not name a type
  3004. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:50: error: ‘Uint8’ does not name a type
  3005. In file included from src/engine/client/graphics.cpp:7:
  3006. /Library/Frameworks/SDL.framework/Headers/SDL.h:76: warning: ‘SDL_Init’ initialized and declared ‘extern’
  3007. /Library/Frameworks/SDL.framework/Headers/SDL.h:76: error: ‘Uint32’ was not declared in this scope
  3008. /Library/Frameworks/SDL.framework/Headers/SDL.h:79: warning: ‘SDL_InitSubSystem’ initialized and declared ‘extern’
  3009. /Library/Frameworks/SDL.framework/Headers/SDL.h:79: error: ‘Uint32’ was not declared in this scope
  3010. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: warning: ‘SDL_QuitSubSystem’ initialized and declared ‘extern’
  3011. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: variable or field ‘SDL_QuitSubSystem’ declared void
  3012. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: ‘Uint32’ was not declared in this scope
  3013. /Library/Frameworks/SDL.framework/Headers/SDL.h:88: error: ‘Uint32’ does not name a type
  3014. In file included from src/engine/client/graphics.cpp:33:
  3015. src/engine/client/graphics.h:55: error: ‘GLuint’ does not name a type
  3016. src/engine/client/graphics.cpp: In member function ‘void CGraphics_OpenGL::Flush()’:
  3017. src/engine/client/graphics.cpp:75: error: ‘GL_FLOAT’ was not declared in this scope
  3018. src/engine/client/graphics.cpp:77: error: ‘glVertexPointer’ was not declared in this scope
  3019. src/engine/client/graphics.cpp:80: error: ‘glTexCoordPointer’ was not declared in this scope
  3020. src/engine/client/graphics.cpp:83: error: ‘glColorPointer’ was not declared in this scope
  3021. src/engine/client/graphics.cpp:84: error: ‘GL_VERTEX_ARRAY’ was not declared in this scope
  3022. src/engine/client/graphics.cpp:84: error: ‘glEnableClientState’ was not declared in this scope
  3023. src/engine/client/graphics.cpp:85: error: ‘GL_TEXTURE_COORD_ARRAY’ was not declared in this scope
  3024. src/engine/client/graphics.cpp:86: error: ‘GL_COLOR_ARRAY’ was not declared in this scope
  3025. src/engine/client/graphics.cpp:91: error: ‘GL_QUADS’ was not declared in this scope
  3026. src/engine/client/graphics.cpp:91: error: ‘glDrawArrays’ was not declared in this scope
  3027. src/engine/client/graphics.cpp:93: error: ‘GL_LINES’ was not declared in this scope
  3028. src/engine/client/graphics.cpp:93: error: ‘glDrawArrays’ was not declared in this scope
  3029. src/engine/client/graphics.cpp: In member function ‘void CGraphics_OpenGL::Rotate4(const CGraphics_OpenGL::CPoint&, CGraphics_OpenGL::CVertex*)’:
  3030. src/engine/client/graphics.cpp:109: error: ‘cosf’ was not declared in this scope
  3031. src/engine/client/graphics.cpp:110: error: ‘sinf’ was not declared in this scope
  3032. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::ClipEnable(int, int, int, int)’:
  3033. src/engine/client/graphics.cpp:192: error: ‘glScissor’ was not declared in this scope
  3034. src/engine/client/graphics.cpp:193: error: ‘GL_SCISSOR_TEST’ was not declared in this scope
  3035. src/engine/client/graphics.cpp:193: error: ‘glEnable’ was not declared in this scope
  3036. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::ClipDisable()’:
  3037. src/engine/client/graphics.cpp:199: error: ‘GL_SCISSOR_TEST’ was not declared in this scope
  3038. src/engine/client/graphics.cpp:199: error: ‘glDisable’ was not declared in this scope
  3039. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::BlendNone()’:
  3040. src/engine/client/graphics.cpp:204: error: ‘GL_BLEND’ was not declared in this scope
  3041. src/engine/client/graphics.cpp:204: error: ‘glDisable’ was not declared in this scope
  3042. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::BlendNormal()’:
  3043. src/engine/client/graphics.cpp:209: error: ‘GL_BLEND’ was not declared in this scope
  3044. src/engine/client/graphics.cpp:209: error: ‘glEnable’ was not declared in this scope
  3045. src/engine/client/graphics.cpp:210: error: ‘GL_SRC_ALPHA’ was not declared in this scope
  3046. src/engine/client/graphics.cpp:210: error: ‘GL_ONE_MINUS_SRC_ALPHA’ was not declared in this scope
  3047. src/engine/client/graphics.cpp:210: error: ‘glBlendFunc’ was not declared in this scope
  3048. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::BlendAdditive()’:
  3049. src/engine/client/graphics.cpp:215: error: ‘GL_BLEND’ was not declared in this scope
  3050. src/engine/client/graphics.cpp:215: error: ‘glEnable’ was not declared in this scope
  3051. src/engine/client/graphics.cpp:216: error: ‘GL_SRC_ALPHA’ was not declared in this scope
  3052. src/engine/client/graphics.cpp:216: error: ‘GL_ONE’ was not declared in this scope
  3053. src/engine/client/graphics.cpp:216: error: ‘glBlendFunc’ was not declared in this scope
  3054. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::MapScreen(float, float, float, float)’:
  3055. src/engine/client/graphics.cpp:230: error: ‘GL_PROJECTION’ was not declared in this scope
  3056. src/engine/client/graphics.cpp:230: error: ‘glMatrixMode’ was not declared in this scope
  3057. src/engine/client/graphics.cpp:231: error: ‘glLoadIdentity’ was not declared in this scope
  3058. src/engine/client/graphics.cpp:232: error: ‘glOrtho’ was not declared in this scope
  3059. src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_OpenGL::UnloadTexture(int)’:
  3060. src/engine/client/graphics.cpp:285: error: ‘struct CGraphics_OpenGL::CTexture’ has no member named ‘m_Tex’
  3061. src/engine/client/graphics.cpp:285: error: ‘glDeleteTextures’ was not declared in this scope
  3062. src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_OpenGL::LoadTextureRaw(int, int, int, const void*, int, int)’:
  3063. src/engine/client/graphics.cpp:314: error: ‘GL_MAX_TEXTURE_SIZE’ was not declared in this scope
  3064. src/engine/client/graphics.cpp:332: error: ‘GL_RGBA’ was not declared in this scope
  3065. src/engine/client/graphics.cpp:334: error: ‘GL_RGB’ was not declared in this scope
  3066. src/engine/client/graphics.cpp:336: error: ‘GL_ALPHA’ was not declared in this scope
  3067. src/engine/client/graphics.cpp:351: error: ‘GL_RGB’ was not declared in this scope
  3068. src/engine/client/graphics.cpp:353: error: ‘GL_ALPHA’ was not declared in this scope
  3069. src/engine/client/graphics.cpp:356: error: ‘struct CGraphics_OpenGL::CTexture’ has no member named ‘m_Tex’
  3070. src/engine/client/graphics.cpp:356: error: ‘glGenTextures’ was not declared in this scope
  3071. src/engine/client/graphics.cpp:357: error: ‘GL_TEXTURE_2D’ was not declared in this scope
  3072. src/engine/client/graphics.cpp:357: error: ‘struct CGraphics_OpenGL::CTexture’ has no member named ‘m_Tex’
  3073. src/engine/client/graphics.cpp:357: error: ‘glBindTexture’ was not declared in this scope
  3074. src/engine/client/graphics.cpp:358: error: ‘GL_TEXTURE_MAG_FILTER’ was not declared in this scope
  3075. src/engine/client/graphics.cpp:358: error: ‘GL_LINEAR’ was not declared in this scope
  3076. src/engine/client/graphics.cpp:358: error: ‘glTexParameteri’ was not declared in this scope
  3077. src/engine/client/graphics.cpp:359: error: ‘GL_TEXTURE_MIN_FILTER’ was not declared in this scope
  3078. src/engine/client/graphics.cpp:359: error: ‘GL_LINEAR_MIPMAP_NEAREST’ was not declared in this scope
  3079. src/engine/client/graphics.cpp:360: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
  3080. src/engine/client/graphics.cpp:360: error: ‘gluBuild2DMipmaps’ was not declared in this scope
  3081. src/engine/client/graphics.cpp: In member function ‘void CGraphics_OpenGL::ScreenshotDirect(const char*)’:
  3082. src/engine/client/graphics.cpp:465: error: ‘GLint’ was not declared in this scope
  3083. src/engine/client/graphics.cpp:465: error: expected `;' before ‘Alignment’
  3084. src/engine/client/graphics.cpp:466: error: ‘GL_PACK_ALIGNMENT’ was not declared in this scope
  3085. src/engine/client/graphics.cpp:466: error: ‘Alignment’ was not declared in this scope
  3086. src/engine/client/graphics.cpp:466: error: ‘glGetIntegerv’ was not declared in this scope
  3087. src/engine/client/graphics.cpp:467: error: ‘glPixelStorei’ was not declared in this scope
  3088. src/engine/client/graphics.cpp:468: error: ‘GL_RGB’ was not declared in this scope
  3089. src/engine/client/graphics.cpp:468: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
  3090. src/engine/client/graphics.cpp:468: error: ‘glReadPixels’ was not declared in this scope
  3091. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::TextureSet(int)’:
  3092. src/engine/client/graphics.cpp:506: error: ‘GL_TEXTURE_2D’ was not declared in this scope
  3093. src/engine/client/graphics.cpp:506: error: ‘glDisable’ was not declared in this scope
  3094. src/engine/client/graphics.cpp:510: error: ‘GL_TEXTURE_2D’ was not declared in this scope
  3095. src/engine/client/graphics.cpp:510: error: ‘glEnable’ was not declared in this scope
  3096. src/engine/client/graphics.cpp:511: error: ‘struct CGraphics_OpenGL::CTexture’ has no member named ‘m_Tex’
  3097. src/engine/client/graphics.cpp:511: error: ‘glBindTexture’ was not declared in this scope
  3098. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::Clear(float, float, float)’:
  3099. src/engine/client/graphics.cpp:517: error: ‘glClearColor’ was not declared in this scope
  3100. src/engine/client/graphics.cpp:518: error: ‘GL_COLOR_BUFFER_BIT’ was not declared in this scope
  3101. src/engine/client/graphics.cpp:518: error: ‘GL_DEPTH_BUFFER_BIT’ was not declared in this scope
  3102. src/engine/client/graphics.cpp:518: error: ‘glClear’ was not declared in this scope
  3103. src/engine/client/graphics.cpp: In member function ‘virtual bool CGraphics_OpenGL::Init()’:
  3104. src/engine/client/graphics.cpp:721: error: ‘GL_BLEND’ was not declared in this scope
  3105. src/engine/client/graphics.cpp:721: error: ‘glEnable’ was not declared in this scope
  3106. src/engine/client/graphics.cpp:722: error: ‘GL_CULL_FACE’ was not declared in this scope
  3107. src/engine/client/graphics.cpp:722: error: ‘glDisable’ was not declared in this scope
  3108. src/engine/client/graphics.cpp:723: error: ‘GL_DEPTH_TEST’ was not declared in this scope
  3109. src/engine/client/graphics.cpp:724: error: ‘GL_MODELVIEW’ was not declared in this scope
  3110. src/engine/client/graphics.cpp:724: error: ‘glMatrixMode’ was not declared in this scope
  3111. src/engine/client/graphics.cpp:725: error: ‘glLoadIdentity’ was not declared in this scope
  3112. src/engine/client/graphics.cpp:727: error: ‘GL_GREATER’ was not declared in this scope
  3113. src/engine/client/graphics.cpp:727: error: ‘glAlphaFunc’ was not declared in this scope
  3114. src/engine/client/graphics.cpp:728: error: ‘GL_ALPHA_TEST’ was not declared in this scope
  3115. src/engine/client/graphics.cpp:729: error: ‘glDepthMask’ was not declared in this scope
  3116. src/engine/client/graphics.cpp: In member function ‘int CGraphics_SDL::TryInit()’:
  3117. src/engine/client/graphics.cpp:753: error: ‘SDL_EventState’ was not declared in this scope
  3118. src/engine/client/graphics.cpp:762: error: ‘const struct SDL_VideoInfo’ has no member named ‘hw_available’
  3119. src/engine/client/graphics.cpp:767: error: ‘const struct SDL_VideoInfo’ has no member named ‘blit_hw’
  3120. src/engine/client/graphics.cpp: In member function ‘virtual bool CGraphics_SDL::Init()’:
  3121. src/engine/client/graphics.cpp:855: error: ‘SDL_Init’ cannot be used as a function
  3122. src/engine/client/graphics.cpp:862: error: ‘atexit’ was not declared in this scope
  3123. src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_SDL::WindowActive()’:
  3124. src/engine/client/graphics.cpp:898: error: ‘SDL_GetAppState’ was not declared in this scope
  3125. src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_SDL::WindowOpen()’:
  3126. src/engine/client/graphics.cpp:903: error: ‘SDL_GetAppState’ was not declared in this scope
  3127. src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_SDL::Swap()’:
  3128. src/engine/client/graphics.cpp:926: error: ‘glFinish’ was not declared in this scope
  3129. src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_SDL::GetVideoModes(CVideoMode*, int)’:
  3130. src/engine/client/graphics.cpp:963: error: ‘struct SDL_Rect’ has no member named ‘w’
  3131. src/engine/client/graphics.cpp:964: error: ‘struct SDL_Rect’ has no member named ‘h’
  3132. bam: 'objs/engine/client/graphics.o' error 256
  3133. [ 79/108] #1 c++ src/engine/client/input.cpp
  3134. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_config.h:34,
  3135. from /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:30,
  3136. from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  3137. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  3138. from src/engine/client/input.cpp:3:
  3139. /Library/Frameworks/SDL.framework/Headers/SDL_config_macosx.h:29:32: error: AvailabilityMacros.h: No such file or directory
  3140. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  3141. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  3142. from src/engine/client/input.cpp:3:
  3143. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:34:23: error: sys/types.h: No such file or directory
  3144. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:37:19: error: stdio.h: No such file or directory
  3145. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:40:21: error: stdlib.h: No such file or directory
  3146. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:60:21: error: string.h: No such file or directory
  3147. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:66:23: error: inttypes.h: No such file or directory
  3148. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:71:20: error: ctype.h: No such file or directory
  3149. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:187:22: error: alloca.h: No such file or directory
  3150. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  3151. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  3152. from src/engine/client/input.cpp:3:
  3153. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:98: error: ‘int8_t’ does not name a type
  3154. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:99: error: ‘uint8_t’ does not name a type
  3155. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:100: error: ‘int16_t’ does not name a type
  3156. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:101: error: ‘uint16_t’ does not name a type
  3157. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:102: error: ‘int32_t’ does not name a type
  3158. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:103: error: ‘uint32_t’ does not name a type
  3159. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:106: error: ‘int64_t’ does not name a type
  3160. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:108: error: ‘uint64_t’ does not name a type
  3161. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:125: error: ‘Uint8’ was not declared in this scope
  3162. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:126: error: ‘Sint8’ was not declared in this scope
  3163. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:127: error: ‘Uint16’ was not declared in this scope
  3164. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:128: error: ‘Sint16’ was not declared in this scope
  3165. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:129: error: ‘Uint32’ was not declared in this scope
  3166. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:130: error: ‘Sint32’ was not declared in this scope
  3167. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:131: error: ‘Uint64’ was not declared in this scope
  3168. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:132: error: ‘Sint64’ was not declared in this scope
  3169. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  3170. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  3171. from src/engine/client/input.cpp:3:
  3172. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: warning: ‘SDL_lltoa’ initialized and declared ‘extern’
  3173. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: ‘Sint64’ was not declared in this scope
  3174. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘char’
  3175. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘int’
  3176. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: initializer expression list treated as compound expression
  3177. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: warning: ‘SDL_ulltoa’ initialized and declared ‘extern’
  3178. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: ‘Uint64’ was not declared in this scope
  3179. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘char’
  3180. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘int’
  3181. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: initializer expression list treated as compound expression
  3182. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:33,
  3183. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3184. from src/engine/client/input.cpp:3:
  3185. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:81: error: ‘Uint16’ does not name a type
  3186. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:114: error: ‘Uint32’ does not name a type
  3187. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:157: error: ‘Uint64’ does not name a type
  3188. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:34,
  3189. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3190. from src/engine/client/input.cpp:3:
  3191. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: warning: ‘SDL_CreateSemaphore’ initialized and declared ‘extern’
  3192. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: error: ‘Uint32’ was not declared in this scope
  3193. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:115: error: ‘Uint32’ has not been declared
  3194. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:123: error: ‘Uint32’ does not name a type
  3195. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:166: error: ‘Uint32’ has not been declared
  3196. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:35,
  3197. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3198. from src/engine/client/input.cpp:3:
  3199. /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:92: error: ‘Uint32’ does not name a type
  3200. /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:97: error: ‘Uint32’ does not name a type
  3201. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:36,
  3202. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3203. from src/engine/client/input.cpp:3:
  3204. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:64: error: ‘Uint32’ does not name a type
  3205. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: ISO C++ forbids declaration of ‘FILE’ with no type
  3206. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: expected ‘;’ before ‘*’ token
  3207. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3208. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: expected ‘;’ before ‘*’ token
  3209. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3210. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: expected ‘;’ before ‘*’ token
  3211. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3212. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: expected ‘;’ before ‘*’ token
  3213. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: warning: ‘SDL_RWFromFP’ initialized and declared ‘extern’
  3214. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘FILE’ was not declared in this scope
  3215. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘fp’ was not declared in this scope
  3216. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: expected primary-expression before ‘int’
  3217. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: initializer expression list treated as compound expression
  3218. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:131: error: ‘Uint16’ does not name a type
  3219. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:132: error: ‘Uint16’ does not name a type
  3220. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:133: error: ‘Uint32’ does not name a type
  3221. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:134: error: ‘Uint32’ does not name a type
  3222. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:135: error: ‘Uint64’ does not name a type
  3223. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:136: error: ‘Uint64’ does not name a type
  3224. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:141: error: ‘Uint16’ has not been declared
  3225. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:142: error: ‘Uint16’ has not been declared
  3226. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:143: error: ‘Uint32’ has not been declared
  3227. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:144: error: ‘Uint32’ has not been declared
  3228. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:145: error: ‘Uint64’ has not been declared
  3229. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:146: error: ‘Uint64’ has not been declared
  3230. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3231. from src/engine/client/input.cpp:3:
  3232. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:76: error: ‘Uint16’ does not name a type
  3233. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:77: error: ‘Uint8’ does not name a type
  3234. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:78: error: ‘Uint8’ does not name a type
  3235. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:79: error: ‘Uint16’ does not name a type
  3236. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:80: error: ‘Uint16’ does not name a type
  3237. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:81: error: ‘Uint32’ does not name a type
  3238. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:91: error: ‘Uint8’ has not been declared
  3239. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:128: error: ‘Uint16’ does not name a type
  3240. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:129: error: ‘Uint16’ does not name a type
  3241. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3242. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: expected ‘;’ before ‘*’ token
  3243. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:136: error: ‘Uint16’ has not been declared
  3244. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint8’ has not been declared
  3245. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint32’ has not been declared
  3246. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: warning: ‘SDL_FreeWAV’ initialized and declared ‘extern’
  3247. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: variable or field ‘SDL_FreeWAV’ declared void
  3248. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘Uint8’ was not declared in this scope
  3249. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘audio_buf’ was not declared in this scope
  3250. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint16’ has not been declared
  3251. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint8’ has not been declared
  3252. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint16’ has not been declared
  3253. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint8’ has not been declared
  3254. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: warning: ‘SDL_MixAudio’ initialized and declared ‘extern’
  3255. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: variable or field ‘SDL_MixAudio’ declared void
  3256. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint8’ was not declared in this scope
  3257. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘dst’ was not declared in this scope
  3258. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘const’
  3259. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint32’ was not declared in this scope
  3260. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘int’
  3261. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:33,
  3262. from src/engine/client/input.cpp:3:
  3263. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:71: error: ‘Uint8’ does not name a type
  3264. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:72: error: ‘Uint8’ does not name a type
  3265. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:73: error: ‘Uint16’ does not name a type
  3266. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:74: error: ‘Uint32’ does not name a type
  3267. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:75: error: ‘Uint32’ does not name a type
  3268. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:33,
  3269. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3270. from src/engine/client/input.cpp:3:
  3271. /Library/Frameworks/SDL.framework/Headers/SDL_active.h:54: error: ‘Uint8’ does not name a type
  3272. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:34,
  3273. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3274. from src/engine/client/input.cpp:3:
  3275. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:60: error: ‘Uint8’ does not name a type
  3276. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:63: error: ‘Uint16’ does not name a type
  3277. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:110: error: expected initializer before ‘*’ token
  3278. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:32,
  3279. from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
  3280. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3281. from src/engine/client/input.cpp:3:
  3282. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:51: error: ‘Sint16’ does not name a type
  3283. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:52: error: ‘Uint16’ does not name a type
  3284. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:56: error: ‘Uint8’ does not name a type
  3285. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:57: error: ‘Uint8’ does not name a type
  3286. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:58: error: ‘Uint8’ does not name a type
  3287. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:59: error: ‘Uint8’ does not name a type
  3288. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:72: error: ‘Uint8’ does not name a type
  3289. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:73: error: ‘Uint8’ does not name a type
  3290. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:74: error: ‘Uint8’ does not name a type
  3291. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:75: error: ‘Uint8’ does not name a type
  3292. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:76: error: ‘Uint8’ does not name a type
  3293. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:77: error: ‘Uint8’ does not name a type
  3294. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:78: error: ‘Uint8’ does not name a type
  3295. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:79: error: ‘Uint8’ does not name a type
  3296. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:80: error: ‘Uint8’ does not name a type
  3297. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:81: error: ‘Uint8’ does not name a type
  3298. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:82: error: ‘Uint32’ does not name a type
  3299. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:83: error: ‘Uint32’ does not name a type
  3300. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:84: error: ‘Uint32’ does not name a type
  3301. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:85: error: ‘Uint32’ does not name a type
  3302. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:88: error: ‘Uint32’ does not name a type
  3303. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:90: error: ‘Uint8’ does not name a type
  3304. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:97: error: ‘Uint32’ does not name a type
  3305. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:100: error: ‘Uint16’ does not name a type
  3306. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:109: error: ‘Uint32’ does not name a type
  3307. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:112: error: ‘Uint32’ does not name a type
  3308. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:172: error: ‘Uint32’ does not name a type
  3309. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:173: error: ‘Uint32’ does not name a type
  3310. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:174: error: ‘Uint32’ does not name a type
  3311. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:175: error: ‘Uint32’ does not name a type
  3312. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:176: error: ‘Uint32’ does not name a type
  3313. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:177: error: ‘Uint32’ does not name a type
  3314. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:178: error: ‘Uint32’ does not name a type
  3315. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:179: error: ‘Uint32’ does not name a type
  3316. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:180: error: ‘Uint32’ does not name a type
  3317. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:181: error: ‘Uint32’ does not name a type
  3318. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:182: error: ‘Uint32’ does not name a type
  3319. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:183: error: ‘Uint32’ does not name a type
  3320. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:184: error: ‘Uint32’ does not name a type
  3321. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:209: error: ‘Uint32’ does not name a type
  3322. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: ISO C++ forbids declaration of ‘Uint16’ with no type
  3323. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: expected ‘;’ before ‘*’ token
  3324. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3325. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: expected ‘;’ before ‘*’ token
  3326. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:223: error: ‘Uint32’ does not name a type
  3327. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:224: error: ‘Uint32’ does not name a type
  3328. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:275: error: ‘Uint32’ has not been declared
  3329. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:313: error: ‘Uint32’ has not been declared
  3330. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:324: error: ‘Uint32’ has not been declared
  3331. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:385: error: ‘Uint32’ has not been declared
  3332. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
  3333. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
  3334. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
  3335. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
  3336. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: expected ‘,’ or ‘...’ before ‘*’ token
  3337. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: ISO C++ forbids declaration of ‘Uint16’ with no type
  3338. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: warning: ‘SDL_GetGammaRamp’ initialized and declared ‘extern’
  3339. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  3340. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘red’ was not declared in this scope
  3341. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  3342. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘green’ was not declared in this scope
  3343. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  3344. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘blue’ was not declared in this scope
  3345. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: initializer expression list treated as compound expression
  3346. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:492: error: ‘Uint32’ does not name a type
  3347. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:499: error: ‘Uint32’ does not name a type
  3348. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: warning: ‘SDL_GetRGB’ initialized and declared ‘extern’
  3349. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: variable or field ‘SDL_GetRGB’ declared void
  3350. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: ‘Uint32’ was not declared in this scope
  3351. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:507: error: expected primary-expression before ‘const’
  3352. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  3353. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘r’ was not declared in this scope
  3354. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  3355. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘g’ was not declared in this scope
  3356. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  3357. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘b’ was not declared in this scope
  3358. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: warning: ‘SDL_GetRGBA’ initialized and declared ‘extern’
  3359. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: variable or field ‘SDL_GetRGBA’ declared void
  3360. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: ‘Uint32’ was not declared in this scope
  3361. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:514: error: expected primary-expression before ‘const’
  3362. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  3363. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘r’ was not declared in this scope
  3364. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  3365. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘g’ was not declared in this scope
  3366. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  3367. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘b’ was not declared in this scope
  3368. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  3369. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘a’ was not declared in this scope
  3370. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: warning: ‘SDL_CreateRGBSurface’ initialized and declared ‘extern’
  3371. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: ‘Uint32’ was not declared in this scope
  3372. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  3373. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  3374. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  3375. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  3376. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  3377. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  3378. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  3379. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: initializer expression list treated as compound expression
  3380. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  3381. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  3382. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  3383. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  3384. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
  3385. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
  3386. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint32’ has not been declared
  3387. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint8’ has not been declared
  3388. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:669: error: ‘Uint32’ has not been declared
  3389. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:768: error: ‘Uint32’ has not been declared
  3390. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:808: error: ‘Uint32’ has not been declared
  3391. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:897: error: ‘Uint8’ has not been declared
  3392. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
  3393. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3394. from src/engine/client/input.cpp:3:
  3395. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:43: error: ‘Sint16’ does not name a type
  3396. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3397. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: expected ‘;’ before ‘*’ token
  3398. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3399. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: expected ‘;’ before ‘*’ token
  3400. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3401. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: expected ‘;’ before ‘*’ token
  3402. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:57: error: ‘Uint8’ does not name a type
  3403. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:65: error: ‘Uint8’ does not name a type
  3404. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: warning: ‘SDL_WarpMouse’ initialized and declared ‘extern’
  3405. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: variable or field ‘SDL_WarpMouse’ declared void
  3406. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
  3407. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
  3408. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: warning: ‘SDL_CreateCursor’ initialized and declared ‘extern’
  3409. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
  3410. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘data’ was not declared in this scope
  3411. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
  3412. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘mask’ was not declared in this scope
  3413. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  3414. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  3415. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  3416. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  3417. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: initializer expression list treated as compound expression
  3418. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:36,
  3419. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3420. from src/engine/client/input.cpp:3:
  3421. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:134: error: ‘Sint16’ does not name a type
  3422. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:157: error: ‘Uint8’ does not name a type
  3423. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:173: error: ‘Uint8’ does not name a type
  3424. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3425. from src/engine/client/input.cpp:3:
  3426. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:120: error: ‘Uint8’ does not name a type
  3427. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:121: error: ‘Uint8’ does not name a type
  3428. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:122: error: ‘Uint8’ does not name a type
  3429. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:127: error: ‘Uint8’ does not name a type
  3430. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:128: error: ‘Uint8’ does not name a type
  3431. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:129: error: ‘Uint8’ does not name a type
  3432. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:135: error: ‘Uint8’ does not name a type
  3433. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:136: error: ‘Uint8’ does not name a type
  3434. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:137: error: ‘Uint8’ does not name a type
  3435. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:138: error: ‘Uint16’ does not name a type
  3436. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:139: error: ‘Sint16’ does not name a type
  3437. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:140: error: ‘Sint16’ does not name a type
  3438. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:145: error: ‘Uint8’ does not name a type
  3439. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:146: error: ‘Uint8’ does not name a type
  3440. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:147: error: ‘Uint8’ does not name a type
  3441. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:148: error: ‘Uint8’ does not name a type
  3442. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:149: error: ‘Uint16’ does not name a type
  3443. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:154: error: ‘Uint8’ does not name a type
  3444. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:155: error: ‘Uint8’ does not name a type
  3445. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:156: error: ‘Uint8’ does not name a type
  3446. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:157: error: ‘Sint16’ does not name a type
  3447. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:162: error: ‘Uint8’ does not name a type
  3448. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:163: error: ‘Uint8’ does not name a type
  3449. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:164: error: ‘Uint8’ does not name a type
  3450. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:165: error: ‘Sint16’ does not name a type
  3451. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:166: error: ‘Sint16’ does not name a type
  3452. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:171: error: ‘Uint8’ does not name a type
  3453. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:172: error: ‘Uint8’ does not name a type
  3454. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:173: error: ‘Uint8’ does not name a type
  3455. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:174: error: ‘Uint8’ does not name a type
  3456. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:184: error: ‘Uint8’ does not name a type
  3457. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:185: error: ‘Uint8’ does not name a type
  3458. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:186: error: ‘Uint8’ does not name a type
  3459. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:187: error: ‘Uint8’ does not name a type
  3460. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:195: error: ‘Uint8’ does not name a type
  3461. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:202: error: ‘Uint8’ does not name a type
  3462. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:207: error: ‘Uint8’ does not name a type
  3463. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:212: error: ‘Uint8’ does not name a type
  3464. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:222: error: ‘Uint8’ does not name a type
  3465. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:228: error: ‘Uint8’ does not name a type
  3466. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:278: error: ‘Uint32’ has not been declared
  3467. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:348: error: ‘Uint8’ does not name a type
  3468. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:42,
  3469. from src/engine/client/input.cpp:3:
  3470. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:49: error: ‘Uint32’ does not name a type
  3471. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: warning: ‘SDL_Delay’ initialized and declared ‘extern’
  3472. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: variable or field ‘SDL_Delay’ declared void
  3473. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: ‘Uint32’ was not declared in this scope
  3474. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ISO C++ forbids declaration of ‘Uint32’ with no type
  3475. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
  3476. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ‘SDL_TimerCallback’ was not declared in this scope
  3477. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: warning: ‘SDL_SetTimer’ initialized and declared ‘extern’
  3478. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘Uint32’ was not declared in this scope
  3479. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘SDL_TimerCallback’ was not declared in this scope
  3480. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: initializer expression list treated as compound expression
  3481. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ISO C++ forbids declaration of ‘Uint32’ with no type
  3482. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
  3483. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ‘SDL_NewTimerCallback’ was not declared in this scope
  3484. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: warning: ‘SDL_AddTimer’ initialized and declared ‘extern’
  3485. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘Uint32’ was not declared in this scope
  3486. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘SDL_NewTimerCallback’ was not declared in this scope
  3487. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: expected primary-expression before ‘void’
  3488. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: initializer expression list treated as compound expression
  3489. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:44,
  3490. from src/engine/client/input.cpp:3:
  3491. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:48: error: ‘Uint8’ does not name a type
  3492. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:49: error: ‘Uint8’ does not name a type
  3493. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:50: error: ‘Uint8’ does not name a type
  3494. In file included from src/engine/client/input.cpp:3:
  3495. /Library/Frameworks/SDL.framework/Headers/SDL.h:76: warning: ‘SDL_Init’ initialized and declared ‘extern’
  3496. /Library/Frameworks/SDL.framework/Headers/SDL.h:76: error: ‘Uint32’ was not declared in this scope
  3497. /Library/Frameworks/SDL.framework/Headers/SDL.h:79: warning: ‘SDL_InitSubSystem’ initialized and declared ‘extern’
  3498. /Library/Frameworks/SDL.framework/Headers/SDL.h:79: error: ‘Uint32’ was not declared in this scope
  3499. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: warning: ‘SDL_QuitSubSystem’ initialized and declared ‘extern’
  3500. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: variable or field ‘SDL_QuitSubSystem’ declared void
  3501. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: ‘Uint32’ was not declared in this scope
  3502. /Library/Frameworks/SDL.framework/Headers/SDL.h:88: error: ‘Uint32’ does not name a type
  3503. src/engine/client/input.cpp: In member function ‘virtual void CInput::MouseRelative(float*, float*)’:
  3504. src/engine/client/input.cpp:58: error: ‘SDL_GetRelativeMouseState’ was not declared in this scope
  3505. src/engine/client/input.cpp:63: error: ‘SDL_GetMouseState’ was not declared in this scope
  3506. src/engine/client/input.cpp:64: error: ‘SDL_WarpMouse’ was not declared in this scope
  3507. src/engine/client/input.cpp: In member function ‘virtual int CInput::Update()’:
  3508. src/engine/client/input.cpp:126: error: ‘Uint8’ was not declared in this scope
  3509. src/engine/client/input.cpp:126: error: ‘pState’ was not declared in this scope
  3510. src/engine/client/input.cpp:126: error: ‘SDL_GetKeyState’ was not declared in this scope
  3511. src/engine/client/input.cpp:133: error: ‘SDL_GetMouseState’ was not declared in this scope
  3512. src/engine/client/input.cpp:150: error: ‘union SDL_Event’ has no member named ‘type’
  3513. src/engine/client/input.cpp:155: error: ‘struct SDL_keysym’ has no member named ‘unicode’
  3514. src/engine/client/input.cpp:155: error: ‘struct SDL_keysym’ has no member named ‘unicode’
  3515. src/engine/client/input.cpp:156: error: ‘struct SDL_keysym’ has no member named ‘unicode’
  3516. src/engine/client/input.cpp:168: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3517. src/engine/client/input.cpp:176: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3518. src/engine/client/input.cpp:177: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3519. src/engine/client/input.cpp:178: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3520. src/engine/client/input.cpp:179: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3521. src/engine/client/input.cpp:180: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3522. src/engine/client/input.cpp:181: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3523. src/engine/client/input.cpp:182: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3524. src/engine/client/input.cpp:183: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
  3525. bam: 'objs/engine/client/input.o' error 256
  3526. [ 80/108] #1 c++ src/engine/client/serverbrowser.cpp
  3527. src/engine/client/serverbrowser.cpp:3:29: error: algorithm: No such file or directory
  3528. In file included from src/engine/client/serverbrowser.cpp:5:
  3529. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  3530. In file included from src/engine/client/serverbrowser.cpp:5:
  3531. src/base/math.h: In function ‘float frandom()’:
  3532. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  3533. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  3534. src/engine/client/serverbrowser.cpp: In member function ‘void CServerBrowser::Sort()’:
  3535. src/engine/client/serverbrowser.cpp:286: error: ‘sort’ is not a member of ‘std’
  3536. src/engine/client/serverbrowser.cpp:288: error: ‘sort’ is not a member of ‘std’
  3537. src/engine/client/serverbrowser.cpp:290: error: ‘sort’ is not a member of ‘std’
  3538. src/engine/client/serverbrowser.cpp:292: error: ‘sort’ is not a member of ‘std’
  3539. src/engine/client/serverbrowser.cpp:295: error: ‘sort’ is not a member of ‘std’
  3540. bam: 'objs/engine/client/serverbrowser.o' error 256
  3541. [ 81/108] #1 c++ src/engine/client/sound.cpp
  3542. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_config.h:34,
  3543. from /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:30,
  3544. from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  3545. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  3546. from src/engine/client/sound.cpp:8:
  3547. /Library/Frameworks/SDL.framework/Headers/SDL_config_macosx.h:29:32: error: AvailabilityMacros.h: No such file or directory
  3548. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  3549. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  3550. from src/engine/client/sound.cpp:8:
  3551. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:34:23: error: sys/types.h: No such file or directory
  3552. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:37:19: error: stdio.h: No such file or directory
  3553. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:40:21: error: stdlib.h: No such file or directory
  3554. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:60:21: error: string.h: No such file or directory
  3555. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:66:23: error: inttypes.h: No such file or directory
  3556. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:71:20: error: ctype.h: No such file or directory
  3557. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:187:22: error: alloca.h: No such file or directory
  3558. src/engine/client/sound.cpp:15:18: error: math.h: No such file or directory
  3559. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  3560. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  3561. from src/engine/client/sound.cpp:8:
  3562. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:98: error: ‘int8_t’ does not name a type
  3563. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:99: error: ‘uint8_t’ does not name a type
  3564. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:100: error: ‘int16_t’ does not name a type
  3565. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:101: error: ‘uint16_t’ does not name a type
  3566. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:102: error: ‘int32_t’ does not name a type
  3567. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:103: error: ‘uint32_t’ does not name a type
  3568. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:106: error: ‘int64_t’ does not name a type
  3569. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:108: error: ‘uint64_t’ does not name a type
  3570. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:125: error: ‘Uint8’ was not declared in this scope
  3571. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:126: error: ‘Sint8’ was not declared in this scope
  3572. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:127: error: ‘Uint16’ was not declared in this scope
  3573. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:128: error: ‘Sint16’ was not declared in this scope
  3574. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:129: error: ‘Uint32’ was not declared in this scope
  3575. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:130: error: ‘Sint32’ was not declared in this scope
  3576. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:131: error: ‘Uint64’ was not declared in this scope
  3577. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:132: error: ‘Sint64’ was not declared in this scope
  3578. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  3579. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  3580. from src/engine/client/sound.cpp:8:
  3581. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: warning: ‘SDL_lltoa’ initialized and declared ‘extern’
  3582. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: ‘Sint64’ was not declared in this scope
  3583. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘char’
  3584. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘int’
  3585. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: initializer expression list treated as compound expression
  3586. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: warning: ‘SDL_ulltoa’ initialized and declared ‘extern’
  3587. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: ‘Uint64’ was not declared in this scope
  3588. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘char’
  3589. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘int’
  3590. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: initializer expression list treated as compound expression
  3591. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:33,
  3592. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3593. from src/engine/client/sound.cpp:8:
  3594. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:81: error: ‘Uint16’ does not name a type
  3595. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:114: error: ‘Uint32’ does not name a type
  3596. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:157: error: ‘Uint64’ does not name a type
  3597. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:34,
  3598. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3599. from src/engine/client/sound.cpp:8:
  3600. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: warning: ‘SDL_CreateSemaphore’ initialized and declared ‘extern’
  3601. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: error: ‘Uint32’ was not declared in this scope
  3602. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:115: error: ‘Uint32’ has not been declared
  3603. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:123: error: ‘Uint32’ does not name a type
  3604. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:166: error: ‘Uint32’ has not been declared
  3605. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:35,
  3606. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3607. from src/engine/client/sound.cpp:8:
  3608. /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:92: error: ‘Uint32’ does not name a type
  3609. /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:97: error: ‘Uint32’ does not name a type
  3610. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:36,
  3611. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3612. from src/engine/client/sound.cpp:8:
  3613. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:64: error: ‘Uint32’ does not name a type
  3614. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: ISO C++ forbids declaration of ‘FILE’ with no type
  3615. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: expected ‘;’ before ‘*’ token
  3616. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3617. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: expected ‘;’ before ‘*’ token
  3618. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3619. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: expected ‘;’ before ‘*’ token
  3620. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3621. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: expected ‘;’ before ‘*’ token
  3622. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: warning: ‘SDL_RWFromFP’ initialized and declared ‘extern’
  3623. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘FILE’ was not declared in this scope
  3624. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘fp’ was not declared in this scope
  3625. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: expected primary-expression before ‘int’
  3626. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: initializer expression list treated as compound expression
  3627. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:131: error: ‘Uint16’ does not name a type
  3628. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:132: error: ‘Uint16’ does not name a type
  3629. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:133: error: ‘Uint32’ does not name a type
  3630. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:134: error: ‘Uint32’ does not name a type
  3631. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:135: error: ‘Uint64’ does not name a type
  3632. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:136: error: ‘Uint64’ does not name a type
  3633. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:141: error: ‘Uint16’ has not been declared
  3634. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:142: error: ‘Uint16’ has not been declared
  3635. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:143: error: ‘Uint32’ has not been declared
  3636. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:144: error: ‘Uint32’ has not been declared
  3637. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:145: error: ‘Uint64’ has not been declared
  3638. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:146: error: ‘Uint64’ has not been declared
  3639. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  3640. from src/engine/client/sound.cpp:8:
  3641. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:76: error: ‘Uint16’ does not name a type
  3642. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:77: error: ‘Uint8’ does not name a type
  3643. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:78: error: ‘Uint8’ does not name a type
  3644. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:79: error: ‘Uint16’ does not name a type
  3645. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:80: error: ‘Uint16’ does not name a type
  3646. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:81: error: ‘Uint32’ does not name a type
  3647. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:91: error: ‘Uint8’ has not been declared
  3648. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:128: error: ‘Uint16’ does not name a type
  3649. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:129: error: ‘Uint16’ does not name a type
  3650. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3651. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: expected ‘;’ before ‘*’ token
  3652. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:136: error: ‘Uint16’ has not been declared
  3653. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint8’ has not been declared
  3654. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint32’ has not been declared
  3655. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: warning: ‘SDL_FreeWAV’ initialized and declared ‘extern’
  3656. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: variable or field ‘SDL_FreeWAV’ declared void
  3657. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘Uint8’ was not declared in this scope
  3658. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘audio_buf’ was not declared in this scope
  3659. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint16’ has not been declared
  3660. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint8’ has not been declared
  3661. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint16’ has not been declared
  3662. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint8’ has not been declared
  3663. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: warning: ‘SDL_MixAudio’ initialized and declared ‘extern’
  3664. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: variable or field ‘SDL_MixAudio’ declared void
  3665. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint8’ was not declared in this scope
  3666. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘dst’ was not declared in this scope
  3667. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘const’
  3668. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint32’ was not declared in this scope
  3669. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘int’
  3670. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:33,
  3671. from src/engine/client/sound.cpp:8:
  3672. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:71: error: ‘Uint8’ does not name a type
  3673. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:72: error: ‘Uint8’ does not name a type
  3674. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:73: error: ‘Uint16’ does not name a type
  3675. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:74: error: ‘Uint32’ does not name a type
  3676. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:75: error: ‘Uint32’ does not name a type
  3677. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:33,
  3678. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3679. from src/engine/client/sound.cpp:8:
  3680. /Library/Frameworks/SDL.framework/Headers/SDL_active.h:54: error: ‘Uint8’ does not name a type
  3681. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:34,
  3682. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3683. from src/engine/client/sound.cpp:8:
  3684. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:60: error: ‘Uint8’ does not name a type
  3685. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:63: error: ‘Uint16’ does not name a type
  3686. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:110: error: expected initializer before ‘*’ token
  3687. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:32,
  3688. from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
  3689. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3690. from src/engine/client/sound.cpp:8:
  3691. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:51: error: ‘Sint16’ does not name a type
  3692. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:52: error: ‘Uint16’ does not name a type
  3693. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:56: error: ‘Uint8’ does not name a type
  3694. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:57: error: ‘Uint8’ does not name a type
  3695. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:58: error: ‘Uint8’ does not name a type
  3696. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:59: error: ‘Uint8’ does not name a type
  3697. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:72: error: ‘Uint8’ does not name a type
  3698. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:73: error: ‘Uint8’ does not name a type
  3699. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:74: error: ‘Uint8’ does not name a type
  3700. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:75: error: ‘Uint8’ does not name a type
  3701. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:76: error: ‘Uint8’ does not name a type
  3702. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:77: error: ‘Uint8’ does not name a type
  3703. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:78: error: ‘Uint8’ does not name a type
  3704. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:79: error: ‘Uint8’ does not name a type
  3705. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:80: error: ‘Uint8’ does not name a type
  3706. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:81: error: ‘Uint8’ does not name a type
  3707. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:82: error: ‘Uint32’ does not name a type
  3708. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:83: error: ‘Uint32’ does not name a type
  3709. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:84: error: ‘Uint32’ does not name a type
  3710. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:85: error: ‘Uint32’ does not name a type
  3711. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:88: error: ‘Uint32’ does not name a type
  3712. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:90: error: ‘Uint8’ does not name a type
  3713. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:97: error: ‘Uint32’ does not name a type
  3714. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:100: error: ‘Uint16’ does not name a type
  3715. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:109: error: ‘Uint32’ does not name a type
  3716. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:112: error: ‘Uint32’ does not name a type
  3717. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:172: error: ‘Uint32’ does not name a type
  3718. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:173: error: ‘Uint32’ does not name a type
  3719. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:174: error: ‘Uint32’ does not name a type
  3720. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:175: error: ‘Uint32’ does not name a type
  3721. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:176: error: ‘Uint32’ does not name a type
  3722. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:177: error: ‘Uint32’ does not name a type
  3723. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:178: error: ‘Uint32’ does not name a type
  3724. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:179: error: ‘Uint32’ does not name a type
  3725. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:180: error: ‘Uint32’ does not name a type
  3726. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:181: error: ‘Uint32’ does not name a type
  3727. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:182: error: ‘Uint32’ does not name a type
  3728. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:183: error: ‘Uint32’ does not name a type
  3729. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:184: error: ‘Uint32’ does not name a type
  3730. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:209: error: ‘Uint32’ does not name a type
  3731. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: ISO C++ forbids declaration of ‘Uint16’ with no type
  3732. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: expected ‘;’ before ‘*’ token
  3733. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3734. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: expected ‘;’ before ‘*’ token
  3735. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:223: error: ‘Uint32’ does not name a type
  3736. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:224: error: ‘Uint32’ does not name a type
  3737. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:275: error: ‘Uint32’ has not been declared
  3738. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:313: error: ‘Uint32’ has not been declared
  3739. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:324: error: ‘Uint32’ has not been declared
  3740. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:385: error: ‘Uint32’ has not been declared
  3741. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
  3742. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
  3743. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
  3744. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
  3745. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: expected ‘,’ or ‘...’ before ‘*’ token
  3746. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: ISO C++ forbids declaration of ‘Uint16’ with no type
  3747. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: warning: ‘SDL_GetGammaRamp’ initialized and declared ‘extern’
  3748. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  3749. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘red’ was not declared in this scope
  3750. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  3751. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘green’ was not declared in this scope
  3752. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
  3753. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘blue’ was not declared in this scope
  3754. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: initializer expression list treated as compound expression
  3755. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:492: error: ‘Uint32’ does not name a type
  3756. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:499: error: ‘Uint32’ does not name a type
  3757. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: warning: ‘SDL_GetRGB’ initialized and declared ‘extern’
  3758. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: variable or field ‘SDL_GetRGB’ declared void
  3759. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: ‘Uint32’ was not declared in this scope
  3760. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:507: error: expected primary-expression before ‘const’
  3761. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  3762. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘r’ was not declared in this scope
  3763. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  3764. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘g’ was not declared in this scope
  3765. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
  3766. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘b’ was not declared in this scope
  3767. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: warning: ‘SDL_GetRGBA’ initialized and declared ‘extern’
  3768. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: variable or field ‘SDL_GetRGBA’ declared void
  3769. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: ‘Uint32’ was not declared in this scope
  3770. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:514: error: expected primary-expression before ‘const’
  3771. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  3772. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘r’ was not declared in this scope
  3773. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  3774. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘g’ was not declared in this scope
  3775. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  3776. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘b’ was not declared in this scope
  3777. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
  3778. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘a’ was not declared in this scope
  3779. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: warning: ‘SDL_CreateRGBSurface’ initialized and declared ‘extern’
  3780. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: ‘Uint32’ was not declared in this scope
  3781. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  3782. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  3783. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
  3784. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  3785. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  3786. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  3787. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
  3788. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: initializer expression list treated as compound expression
  3789. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  3790. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  3791. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  3792. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
  3793. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
  3794. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
  3795. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint32’ has not been declared
  3796. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint8’ has not been declared
  3797. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:669: error: ‘Uint32’ has not been declared
  3798. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:768: error: ‘Uint32’ has not been declared
  3799. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:808: error: ‘Uint32’ has not been declared
  3800. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:897: error: ‘Uint8’ has not been declared
  3801. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
  3802. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3803. from src/engine/client/sound.cpp:8:
  3804. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:43: error: ‘Sint16’ does not name a type
  3805. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3806. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: expected ‘;’ before ‘*’ token
  3807. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3808. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: expected ‘;’ before ‘*’ token
  3809. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: ISO C++ forbids declaration of ‘Uint8’ with no type
  3810. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: expected ‘;’ before ‘*’ token
  3811. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:57: error: ‘Uint8’ does not name a type
  3812. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:65: error: ‘Uint8’ does not name a type
  3813. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: warning: ‘SDL_WarpMouse’ initialized and declared ‘extern’
  3814. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: variable or field ‘SDL_WarpMouse’ declared void
  3815. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
  3816. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
  3817. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: warning: ‘SDL_CreateCursor’ initialized and declared ‘extern’
  3818. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
  3819. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘data’ was not declared in this scope
  3820. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
  3821. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘mask’ was not declared in this scope
  3822. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  3823. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  3824. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  3825. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
  3826. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: initializer expression list treated as compound expression
  3827. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:36,
  3828. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3829. from src/engine/client/sound.cpp:8:
  3830. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:134: error: ‘Sint16’ does not name a type
  3831. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:157: error: ‘Uint8’ does not name a type
  3832. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:173: error: ‘Uint8’ does not name a type
  3833. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  3834. from src/engine/client/sound.cpp:8:
  3835. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:120: error: ‘Uint8’ does not name a type
  3836. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:121: error: ‘Uint8’ does not name a type
  3837. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:122: error: ‘Uint8’ does not name a type
  3838. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:127: error: ‘Uint8’ does not name a type
  3839. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:128: error: ‘Uint8’ does not name a type
  3840. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:129: error: ‘Uint8’ does not name a type
  3841. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:135: error: ‘Uint8’ does not name a type
  3842. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:136: error: ‘Uint8’ does not name a type
  3843. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:137: error: ‘Uint8’ does not name a type
  3844. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:138: error: ‘Uint16’ does not name a type
  3845. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:139: error: ‘Sint16’ does not name a type
  3846. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:140: error: ‘Sint16’ does not name a type
  3847. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:145: error: ‘Uint8’ does not name a type
  3848. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:146: error: ‘Uint8’ does not name a type
  3849. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:147: error: ‘Uint8’ does not name a type
  3850. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:148: error: ‘Uint8’ does not name a type
  3851. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:149: error: ‘Uint16’ does not name a type
  3852. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:154: error: ‘Uint8’ does not name a type
  3853. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:155: error: ‘Uint8’ does not name a type
  3854. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:156: error: ‘Uint8’ does not name a type
  3855. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:157: error: ‘Sint16’ does not name a type
  3856. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:162: error: ‘Uint8’ does not name a type
  3857. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:163: error: ‘Uint8’ does not name a type
  3858. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:164: error: ‘Uint8’ does not name a type
  3859. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:165: error: ‘Sint16’ does not name a type
  3860. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:166: error: ‘Sint16’ does not name a type
  3861. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:171: error: ‘Uint8’ does not name a type
  3862. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:172: error: ‘Uint8’ does not name a type
  3863. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:173: error: ‘Uint8’ does not name a type
  3864. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:174: error: ‘Uint8’ does not name a type
  3865. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:184: error: ‘Uint8’ does not name a type
  3866. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:185: error: ‘Uint8’ does not name a type
  3867. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:186: error: ‘Uint8’ does not name a type
  3868. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:187: error: ‘Uint8’ does not name a type
  3869. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:195: error: ‘Uint8’ does not name a type
  3870. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:202: error: ‘Uint8’ does not name a type
  3871. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:207: error: ‘Uint8’ does not name a type
  3872. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:212: error: ‘Uint8’ does not name a type
  3873. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:222: error: ‘Uint8’ does not name a type
  3874. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:228: error: ‘Uint8’ does not name a type
  3875. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:278: error: ‘Uint32’ has not been declared
  3876. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:348: error: ‘Uint8’ does not name a type
  3877. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:42,
  3878. from src/engine/client/sound.cpp:8:
  3879. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:49: error: ‘Uint32’ does not name a type
  3880. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: warning: ‘SDL_Delay’ initialized and declared ‘extern’
  3881. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: variable or field ‘SDL_Delay’ declared void
  3882. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: ‘Uint32’ was not declared in this scope
  3883. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ISO C++ forbids declaration of ‘Uint32’ with no type
  3884. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
  3885. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ‘SDL_TimerCallback’ was not declared in this scope
  3886. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: warning: ‘SDL_SetTimer’ initialized and declared ‘extern’
  3887. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘Uint32’ was not declared in this scope
  3888. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘SDL_TimerCallback’ was not declared in this scope
  3889. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: initializer expression list treated as compound expression
  3890. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ISO C++ forbids declaration of ‘Uint32’ with no type
  3891. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
  3892. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ‘SDL_NewTimerCallback’ was not declared in this scope
  3893. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: warning: ‘SDL_AddTimer’ initialized and declared ‘extern’
  3894. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘Uint32’ was not declared in this scope
  3895. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘SDL_NewTimerCallback’ was not declared in this scope
  3896. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: expected primary-expression before ‘void’
  3897. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: initializer expression list treated as compound expression
  3898. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:44,
  3899. from src/engine/client/sound.cpp:8:
  3900. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:48: error: ‘Uint8’ does not name a type
  3901. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:49: error: ‘Uint8’ does not name a type
  3902. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:50: error: ‘Uint8’ does not name a type
  3903. In file included from src/engine/client/sound.cpp:8:
  3904. /Library/Frameworks/SDL.framework/Headers/SDL.h:76: warning: ‘SDL_Init’ initialized and declared ‘extern’
  3905. /Library/Frameworks/SDL.framework/Headers/SDL.h:76: error: ‘Uint32’ was not declared in this scope
  3906. /Library/Frameworks/SDL.framework/Headers/SDL.h:79: warning: ‘SDL_InitSubSystem’ initialized and declared ‘extern’
  3907. /Library/Frameworks/SDL.framework/Headers/SDL.h:79: error: ‘Uint32’ was not declared in this scope
  3908. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: warning: ‘SDL_QuitSubSystem’ initialized and declared ‘extern’
  3909. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: variable or field ‘SDL_QuitSubSystem’ declared void
  3910. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: ‘Uint32’ was not declared in this scope
  3911. /Library/Frameworks/SDL.framework/Headers/SDL.h:88: error: ‘Uint32’ does not name a type
  3912. In file included from src/engine/client/sound.cpp:13:
  3913. src/engine/external/wavpack/wavpack.h:48: error: ‘uint32_t’ does not name a type
  3914. src/engine/external/wavpack/wavpack.h:51: error: ‘uint32_t’ does not name a type
  3915. src/engine/external/wavpack/wavpack.h:99: error: ‘int32_t’ does not name a type
  3916. src/engine/external/wavpack/wavpack.h:139: error: ‘uint32_t’ does not name a type
  3917. src/engine/external/wavpack/wavpack.h:175: error: ISO C++ forbids declaration of ‘int32_t’ with no type
  3918. src/engine/external/wavpack/wavpack.h:175: error: typedef ‘int32_t’ is initialized (use __typeof__ instead)
  3919. src/engine/external/wavpack/wavpack.h:175: error: ‘read_stream’ was not declared in this scope
  3920. src/engine/external/wavpack/wavpack.h:180: error: ‘uint32_t’ does not name a type
  3921. src/engine/external/wavpack/wavpack.h:182: error: ‘read_stream’ does not name a type
  3922. src/engine/external/wavpack/wavpack.h:190: error: ‘int32_t’ does not name a type
  3923. src/engine/external/wavpack/wavpack.h:194: error: ‘uint32_t’ does not name a type
  3924. src/engine/external/wavpack/wavpack.h:198: error: ‘uint32_t’ does not name a type
  3925. src/engine/external/wavpack/wavpack.h:199: error: ‘uint32_t’ does not name a type
  3926. src/engine/external/wavpack/wavpack.h:211: error: ‘uint32_t’ does not name a type
  3927. src/engine/external/wavpack/wavpack.h:242: error: ‘read_stream’ does not name a type
  3928. src/engine/external/wavpack/wavpack.h:243: error: ‘uint32_t’ does not name a type
  3929. src/engine/external/wavpack/wavpack.h:254: error: ‘read_stream’ has not been declared
  3930. src/engine/external/wavpack/wavpack.h:254: error: ‘uint32_t’ has not been declared
  3931. src/engine/external/wavpack/wavpack.h:337: error: ‘int32_t’ does not name a type
  3932. src/engine/external/wavpack/wavpack.h:349: error: ‘int32_t’ does not name a type
  3933. src/engine/external/wavpack/wavpack.h:351: error: ‘int32_t’ does not name a type
  3934. src/engine/external/wavpack/wavpack.h:359: error: ‘int32_t’ has not been declared
  3935. src/engine/external/wavpack/wavpack.h:359: error: ‘int32_t’ has not been declared
  3936. src/engine/external/wavpack/wavpack.h:363: error: ‘read_stream’ was not declared in this scope
  3937. src/engine/external/wavpack/wavpack.h:363: error: expected primary-expression before ‘char’
  3938. src/engine/external/wavpack/wavpack.h:363: error: initializer expression list treated as compound expression
  3939. src/engine/external/wavpack/wavpack.h:375: error: ‘uint32_t’ does not name a type
  3940. src/engine/external/wavpack/wavpack.h:376: error: ‘uint32_t’ does not name a type
  3941. src/engine/external/wavpack/wavpack.h:377: error: ‘uint32_t’ does not name a type
  3942. src/engine/external/wavpack/wavpack.h:380: error: ‘uint32_t’ does not name a type
  3943. src/engine/client/sound.cpp: In function ‘void Mix(short int*, unsigned int)’:
  3944. src/engine/client/sound.cpp:127: error: ‘sqrtf’ was not declared in this scope
  3945. src/engine/client/sound.cpp: At global scope:
  3946. src/engine/client/sound.cpp:192: error: ‘Uint8’ has not been declared
  3947. src/engine/client/sound.cpp: In member function ‘virtual int CSound::Init()’:
  3948. src/engine/client/sound.cpp:216: error: ‘struct SDL_AudioSpec’ has no member named ‘format’
  3949. src/engine/client/sound.cpp:217: error: ‘struct SDL_AudioSpec’ has no member named ‘channels’
  3950. src/engine/client/sound.cpp:218: error: ‘struct SDL_AudioSpec’ has no member named ‘samples’
  3951. src/engine/client/sound.cpp: In member function ‘virtual int CSound::LoadWV(const char*)’:
  3952. src/engine/client/sound.cpp:348: error: ‘WavpackOpenFileInput’ cannot be used as a function
  3953. src/engine/client/sound.cpp:351: error: ‘WavpackGetNumSamples’ was not declared in this scope
  3954. src/engine/client/sound.cpp:353: error: ‘WavpackGetSampleRate’ was not declared in this scope
  3955. src/engine/client/sound.cpp:383: error: ‘WavpackUnpackSamples’ was not declared in this scope
  3956. bam: 'objs/engine/client/sound.o' error 256
  3957. [ 82/108] #1 c++ src/engine/client/text.cpp
  3958. In file included from src/engine/client/text.cpp:4:
  3959. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  3960. src/engine/client/text.cpp:13:24: error: OpenGL/gl.h: No such file or directory
  3961. src/engine/client/text.cpp:14:25: error: OpenGL/glu.h: No such file or directory
  3962. In file included from /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15,
  3963. from /opt/X11/include/freetype2/freetype/config/ftstdlib.h:60,
  3964. from /opt/X11/include/freetype2/freetype/config/ftconfig.h:43,
  3965. from /opt/X11/include/freetype2/freetype/freetype.h:33,
  3966. from src/engine/client/text.cpp:22:
  3967. /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
  3968. In file included from /opt/X11/include/freetype2/freetype/config/ftconfig.h:43,
  3969. from /opt/X11/include/freetype2/freetype/freetype.h:33,
  3970. from src/engine/client/text.cpp:22:
  3971. /opt/X11/include/freetype2/freetype/config/ftstdlib.h:77:20: error: string.h: No such file or directory
  3972. /opt/X11/include/freetype2/freetype/config/ftstdlib.h:101:19: error: stdio.h: No such file or directory
  3973. /opt/X11/include/freetype2/freetype/config/ftstdlib.h:155:20: error: setjmp.h: No such file or directory
  3974. In file included from /opt/X11/include/freetype2/freetype/freetype.h:33,
  3975. from src/engine/client/text.cpp:22:
  3976. /opt/X11/include/freetype2/freetype/config/ftconfig.h:145:19: error: errno.h: No such file or directory
  3977. /opt/X11/include/freetype2/freetype/config/ftconfig.h:179:20: error: stdint.h: No such file or directory
  3978. In file included from src/engine/client/text.cpp:4:
  3979. src/base/math.h: In function ‘float frandom()’:
  3980. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  3981. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  3982. In file included from /opt/X11/include/freetype2/freetype/freetype.h:33,
  3983. from src/engine/client/text.cpp:22:
  3984. /opt/X11/include/freetype2/freetype/config/ftconfig.h: At global scope:
  3985. /opt/X11/include/freetype2/freetype/config/ftconfig.h:181: error: ‘int16_t’ does not name a type
  3986. /opt/X11/include/freetype2/freetype/config/ftconfig.h:182: error: ‘uint16_t’ does not name a type
  3987. /opt/X11/include/freetype2/freetype/config/ftconfig.h:183: error: ‘int32_t’ does not name a type
  3988. /opt/X11/include/freetype2/freetype/config/ftconfig.h:184: error: ‘uint32_t’ does not name a type
  3989. /opt/X11/include/freetype2/freetype/config/ftconfig.h:186: error: ‘int32_t’ does not name a type
  3990. /opt/X11/include/freetype2/freetype/config/ftconfig.h:187: error: ‘uint32_t’ does not name a type
  3991. In file included from /opt/X11/include/freetype2/freetype/freetype.h:35,
  3992. from src/engine/client/text.cpp:22:
  3993. /opt/X11/include/freetype2/freetype/fttypes.h:172: error: ‘FT_UInt32’ does not name a type
  3994. In file included from src/engine/client/text.cpp:22:
  3995. /opt/X11/include/freetype2/freetype/freetype.h:657: error: ‘FT_UInt32’ was not declared in this scope
  3996. /opt/X11/include/freetype2/freetype/freetype.h:657: error: a function call cannot appear in a constant-expression
  3997. /opt/X11/include/freetype2/freetype/freetype.h:657: error: ‘FT_UInt32’ was not declared in this scope
  3998. /opt/X11/include/freetype2/freetype/freetype.h:657: error: a function call cannot appear in a constant-expression
  3999. /opt/X11/include/freetype2/freetype/freetype.h:657: error: ‘FT_UInt32’ was not declared in this scope
  4000. /opt/X11/include/freetype2/freetype/freetype.h:657: error: a function call cannot appear in a constant-expression
  4001. /opt/X11/include/freetype2/freetype/freetype.h:657: error: ‘FT_UInt32’ was not declared in this scope
  4002. /opt/X11/include/freetype2/freetype/freetype.h:657: error: a function call cannot appear in a constant-expression
  4003. /opt/X11/include/freetype2/freetype/freetype.h:659: error: ‘FT_UInt32’ was not declared in this scope
  4004. /opt/X11/include/freetype2/freetype/freetype.h:659: error: a function call cannot appear in a constant-expression
  4005. /opt/X11/include/freetype2/freetype/freetype.h:659: error: ‘FT_UInt32’ was not declared in this scope
  4006. /opt/X11/include/freetype2/freetype/freetype.h:659: error: a function call cannot appear in a constant-expression
  4007. /opt/X11/include/freetype2/freetype/freetype.h:659: error: ‘FT_UInt32’ was not declared in this scope
  4008. /opt/X11/include/freetype2/freetype/freetype.h:659: error: a function call cannot appear in a constant-expression
  4009. /opt/X11/include/freetype2/freetype/freetype.h:659: error: ‘FT_UInt32’ was not declared in this scope
  4010. /opt/X11/include/freetype2/freetype/freetype.h:659: error: a function call cannot appear in a constant-expression
  4011. /opt/X11/include/freetype2/freetype/freetype.h:660: error: ‘FT_UInt32’ was not declared in this scope
  4012. /opt/X11/include/freetype2/freetype/freetype.h:660: error: a function call cannot appear in a constant-expression
  4013. /opt/X11/include/freetype2/freetype/freetype.h:660: error: ‘FT_UInt32’ was not declared in this scope
  4014. /opt/X11/include/freetype2/freetype/freetype.h:660: error: a function call cannot appear in a constant-expression
  4015. /opt/X11/include/freetype2/freetype/freetype.h:660: error: ‘FT_UInt32’ was not declared in this scope
  4016. /opt/X11/include/freetype2/freetype/freetype.h:660: error: a function call cannot appear in a constant-expression
  4017. /opt/X11/include/freetype2/freetype/freetype.h:660: error: ‘FT_UInt32’ was not declared in this scope
  4018. /opt/X11/include/freetype2/freetype/freetype.h:660: error: a function call cannot appear in a constant-expression
  4019. /opt/X11/include/freetype2/freetype/freetype.h:662: error: ‘FT_UInt32’ was not declared in this scope
  4020. /opt/X11/include/freetype2/freetype/freetype.h:662: error: a function call cannot appear in a constant-expression
  4021. /opt/X11/include/freetype2/freetype/freetype.h:662: error: ‘FT_UInt32’ was not declared in this scope
  4022. /opt/X11/include/freetype2/freetype/freetype.h:662: error: a function call cannot appear in a constant-expression
  4023. /opt/X11/include/freetype2/freetype/freetype.h:662: error: ‘FT_UInt32’ was not declared in this scope
  4024. /opt/X11/include/freetype2/freetype/freetype.h:662: error: a function call cannot appear in a constant-expression
  4025. /opt/X11/include/freetype2/freetype/freetype.h:662: error: ‘FT_UInt32’ was not declared in this scope
  4026. /opt/X11/include/freetype2/freetype/freetype.h:662: error: a function call cannot appear in a constant-expression
  4027. /opt/X11/include/freetype2/freetype/freetype.h:663: error: ‘FT_UInt32’ was not declared in this scope
  4028. /opt/X11/include/freetype2/freetype/freetype.h:663: error: a function call cannot appear in a constant-expression
  4029. /opt/X11/include/freetype2/freetype/freetype.h:663: error: ‘FT_UInt32’ was not declared in this scope
  4030. /opt/X11/include/freetype2/freetype/freetype.h:663: error: a function call cannot appear in a constant-expression
  4031. /opt/X11/include/freetype2/freetype/freetype.h:663: error: ‘FT_UInt32’ was not declared in this scope
  4032. /opt/X11/include/freetype2/freetype/freetype.h:663: error: a function call cannot appear in a constant-expression
  4033. /opt/X11/include/freetype2/freetype/freetype.h:663: error: ‘FT_UInt32’ was not declared in this scope
  4034. /opt/X11/include/freetype2/freetype/freetype.h:663: error: a function call cannot appear in a constant-expression
  4035. /opt/X11/include/freetype2/freetype/freetype.h:664: error: ‘FT_UInt32’ was not declared in this scope
  4036. /opt/X11/include/freetype2/freetype/freetype.h:664: error: a function call cannot appear in a constant-expression
  4037. /opt/X11/include/freetype2/freetype/freetype.h:664: error: ‘FT_UInt32’ was not declared in this scope
  4038. /opt/X11/include/freetype2/freetype/freetype.h:664: error: a function call cannot appear in a constant-expression
  4039. /opt/X11/include/freetype2/freetype/freetype.h:664: error: ‘FT_UInt32’ was not declared in this scope
  4040. /opt/X11/include/freetype2/freetype/freetype.h:664: error: a function call cannot appear in a constant-expression
  4041. /opt/X11/include/freetype2/freetype/freetype.h:664: error: ‘FT_UInt32’ was not declared in this scope
  4042. /opt/X11/include/freetype2/freetype/freetype.h:664: error: a function call cannot appear in a constant-expression
  4043. /opt/X11/include/freetype2/freetype/freetype.h:665: error: ‘FT_UInt32’ was not declared in this scope
  4044. /opt/X11/include/freetype2/freetype/freetype.h:665: error: a function call cannot appear in a constant-expression
  4045. /opt/X11/include/freetype2/freetype/freetype.h:665: error: ‘FT_UInt32’ was not declared in this scope
  4046. /opt/X11/include/freetype2/freetype/freetype.h:665: error: a function call cannot appear in a constant-expression
  4047. /opt/X11/include/freetype2/freetype/freetype.h:665: error: ‘FT_UInt32’ was not declared in this scope
  4048. /opt/X11/include/freetype2/freetype/freetype.h:665: error: a function call cannot appear in a constant-expression
  4049. /opt/X11/include/freetype2/freetype/freetype.h:665: error: ‘FT_UInt32’ was not declared in this scope
  4050. /opt/X11/include/freetype2/freetype/freetype.h:665: error: a function call cannot appear in a constant-expression
  4051. /opt/X11/include/freetype2/freetype/freetype.h:666: error: ‘FT_UInt32’ was not declared in this scope
  4052. /opt/X11/include/freetype2/freetype/freetype.h:666: error: a function call cannot appear in a constant-expression
  4053. /opt/X11/include/freetype2/freetype/freetype.h:666: error: ‘FT_UInt32’ was not declared in this scope
  4054. /opt/X11/include/freetype2/freetype/freetype.h:666: error: a function call cannot appear in a constant-expression
  4055. /opt/X11/include/freetype2/freetype/freetype.h:666: error: ‘FT_UInt32’ was not declared in this scope
  4056. /opt/X11/include/freetype2/freetype/freetype.h:666: error: a function call cannot appear in a constant-expression
  4057. /opt/X11/include/freetype2/freetype/freetype.h:666: error: ‘FT_UInt32’ was not declared in this scope
  4058. /opt/X11/include/freetype2/freetype/freetype.h:666: error: a function call cannot appear in a constant-expression
  4059. /opt/X11/include/freetype2/freetype/freetype.h:675: error: ‘FT_UInt32’ was not declared in this scope
  4060. /opt/X11/include/freetype2/freetype/freetype.h:675: error: a function call cannot appear in a constant-expression
  4061. /opt/X11/include/freetype2/freetype/freetype.h:675: error: ‘FT_UInt32’ was not declared in this scope
  4062. /opt/X11/include/freetype2/freetype/freetype.h:675: error: a function call cannot appear in a constant-expression
  4063. /opt/X11/include/freetype2/freetype/freetype.h:675: error: ‘FT_UInt32’ was not declared in this scope
  4064. /opt/X11/include/freetype2/freetype/freetype.h:675: error: a function call cannot appear in a constant-expression
  4065. /opt/X11/include/freetype2/freetype/freetype.h:675: error: ‘FT_UInt32’ was not declared in this scope
  4066. /opt/X11/include/freetype2/freetype/freetype.h:675: error: a function call cannot appear in a constant-expression
  4067. /opt/X11/include/freetype2/freetype/freetype.h:676: error: ‘FT_UInt32’ was not declared in this scope
  4068. /opt/X11/include/freetype2/freetype/freetype.h:676: error: a function call cannot appear in a constant-expression
  4069. /opt/X11/include/freetype2/freetype/freetype.h:676: error: ‘FT_UInt32’ was not declared in this scope
  4070. /opt/X11/include/freetype2/freetype/freetype.h:676: error: a function call cannot appear in a constant-expression
  4071. /opt/X11/include/freetype2/freetype/freetype.h:676: error: ‘FT_UInt32’ was not declared in this scope
  4072. /opt/X11/include/freetype2/freetype/freetype.h:676: error: a function call cannot appear in a constant-expression
  4073. /opt/X11/include/freetype2/freetype/freetype.h:676: error: ‘FT_UInt32’ was not declared in this scope
  4074. /opt/X11/include/freetype2/freetype/freetype.h:676: error: a function call cannot appear in a constant-expression
  4075. /opt/X11/include/freetype2/freetype/freetype.h:677: error: ‘FT_UInt32’ was not declared in this scope
  4076. /opt/X11/include/freetype2/freetype/freetype.h:677: error: a function call cannot appear in a constant-expression
  4077. /opt/X11/include/freetype2/freetype/freetype.h:677: error: ‘FT_UInt32’ was not declared in this scope
  4078. /opt/X11/include/freetype2/freetype/freetype.h:677: error: a function call cannot appear in a constant-expression
  4079. /opt/X11/include/freetype2/freetype/freetype.h:677: error: ‘FT_UInt32’ was not declared in this scope
  4080. /opt/X11/include/freetype2/freetype/freetype.h:677: error: a function call cannot appear in a constant-expression
  4081. /opt/X11/include/freetype2/freetype/freetype.h:677: error: ‘FT_UInt32’ was not declared in this scope
  4082. /opt/X11/include/freetype2/freetype/freetype.h:677: error: a function call cannot appear in a constant-expression
  4083. /opt/X11/include/freetype2/freetype/freetype.h:678: error: ‘FT_UInt32’ was not declared in this scope
  4084. /opt/X11/include/freetype2/freetype/freetype.h:678: error: a function call cannot appear in a constant-expression
  4085. /opt/X11/include/freetype2/freetype/freetype.h:678: error: ‘FT_UInt32’ was not declared in this scope
  4086. /opt/X11/include/freetype2/freetype/freetype.h:678: error: a function call cannot appear in a constant-expression
  4087. /opt/X11/include/freetype2/freetype/freetype.h:678: error: ‘FT_UInt32’ was not declared in this scope
  4088. /opt/X11/include/freetype2/freetype/freetype.h:678: error: a function call cannot appear in a constant-expression
  4089. /opt/X11/include/freetype2/freetype/freetype.h:678: error: ‘FT_UInt32’ was not declared in this scope
  4090. /opt/X11/include/freetype2/freetype/freetype.h:678: error: a function call cannot appear in a constant-expression
  4091. /opt/X11/include/freetype2/freetype/freetype.h:680: error: ‘FT_UInt32’ was not declared in this scope
  4092. /opt/X11/include/freetype2/freetype/freetype.h:680: error: a function call cannot appear in a constant-expression
  4093. /opt/X11/include/freetype2/freetype/freetype.h:680: error: ‘FT_UInt32’ was not declared in this scope
  4094. /opt/X11/include/freetype2/freetype/freetype.h:680: error: a function call cannot appear in a constant-expression
  4095. /opt/X11/include/freetype2/freetype/freetype.h:680: error: ‘FT_UInt32’ was not declared in this scope
  4096. /opt/X11/include/freetype2/freetype/freetype.h:680: error: a function call cannot appear in a constant-expression
  4097. /opt/X11/include/freetype2/freetype/freetype.h:680: error: ‘FT_UInt32’ was not declared in this scope
  4098. /opt/X11/include/freetype2/freetype/freetype.h:680: error: a function call cannot appear in a constant-expression
  4099. /opt/X11/include/freetype2/freetype/freetype.h:682: error: ‘FT_UInt32’ was not declared in this scope
  4100. /opt/X11/include/freetype2/freetype/freetype.h:682: error: a function call cannot appear in a constant-expression
  4101. /opt/X11/include/freetype2/freetype/freetype.h:682: error: ‘FT_UInt32’ was not declared in this scope
  4102. /opt/X11/include/freetype2/freetype/freetype.h:682: error: a function call cannot appear in a constant-expression
  4103. /opt/X11/include/freetype2/freetype/freetype.h:682: error: ‘FT_UInt32’ was not declared in this scope
  4104. /opt/X11/include/freetype2/freetype/freetype.h:682: error: a function call cannot appear in a constant-expression
  4105. /opt/X11/include/freetype2/freetype/freetype.h:682: error: ‘FT_UInt32’ was not declared in this scope
  4106. /opt/X11/include/freetype2/freetype/freetype.h:682: error: a function call cannot appear in a constant-expression
  4107. /opt/X11/include/freetype2/freetype/freetype.h:2344: error: ‘FT_Int32’ has not been declared
  4108. /opt/X11/include/freetype2/freetype/freetype.h:2379: error: ‘FT_Int32’ has not been declared
  4109. /opt/X11/include/freetype2/freetype/freetype.h:3509: error: expected constructor, destructor, or type conversion before ‘*’ token
  4110. /opt/X11/include/freetype2/freetype/freetype.h:3542: error: expected constructor, destructor, or type conversion before ‘*’ token
  4111. /opt/X11/include/freetype2/freetype/freetype.h:3576: error: expected constructor, destructor, or type conversion before ‘*’ token
  4112. src/engine/client/text.cpp:57: error: ‘GLuint’ does not name a type
  4113. src/engine/client/text.cpp: In member function ‘void CTextRender::InitTexture(CFontSizeData*, int, int, int, int)’:
  4114. src/engine/client/text.cpp:161: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
  4115. src/engine/client/text.cpp:162: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
  4116. src/engine/client/text.cpp:162: error: ‘glGenTextures’ was not declared in this scope
  4117. src/engine/client/text.cpp:174: error: ‘GL_TEXTURE_2D’ was not declared in this scope
  4118. src/engine/client/text.cpp:174: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
  4119. src/engine/client/text.cpp:174: error: ‘glBindTexture’ was not declared in this scope
  4120. src/engine/client/text.cpp:175: error: ‘GL_TEXTURE_MAG_FILTER’ was not declared in this scope
  4121. src/engine/client/text.cpp:175: error: ‘GL_LINEAR’ was not declared in this scope
  4122. src/engine/client/text.cpp:175: error: ‘glTexParameteri’ was not declared in this scope
  4123. src/engine/client/text.cpp:176: error: ‘GL_TEXTURE_MIN_FILTER’ was not declared in this scope
  4124. src/engine/client/text.cpp:177: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
  4125. src/engine/client/text.cpp:177: error: ‘glTexImage2D’ was not declared in this scope
  4126. src/engine/client/text.cpp: In member function ‘void CTextRender::UploadGlyph(CFontSizeData*, int, int, int, const void*)’:
  4127. src/engine/client/text.cpp:257: error: ‘GL_TEXTURE_2D’ was not declared in this scope
  4128. src/engine/client/text.cpp:257: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
  4129. src/engine/client/text.cpp:257: error: ‘glBindTexture’ was not declared in this scope
  4130. src/engine/client/text.cpp:261: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
  4131. src/engine/client/text.cpp:261: error: ‘glTexSubImage2D’ was not declared in this scope
  4132. src/engine/client/text.cpp: In constructor ‘CTextRender::CTextRender()’:
  4133. src/engine/client/text.cpp:458: error: ‘GL_ALPHA’ was not declared in this scope
  4134. src/engine/client/text.cpp: In member function ‘virtual void CTextRender::TextEx(CTextCursor*, const char*, int)’:
  4135. src/engine/client/text.cpp:623: error: ‘GL_TEXTURE_2D’ was not declared in this scope
  4136. src/engine/client/text.cpp:623: error: ‘glEnable’ was not declared in this scope
  4137. src/engine/client/text.cpp:625: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
  4138. src/engine/client/text.cpp:625: error: ‘glBindTexture’ was not declared in this scope
  4139. src/engine/client/text.cpp:627: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
  4140. src/engine/client/text.cpp:627: error: ‘glBindTexture’ was not declared in this scope
  4141. bam: 'objs/engine/client/text.o' error 256
  4142. [ 83/108] #1 c++ src/game/editor/auto_map.cpp
  4143. src/game/editor/auto_map.cpp:1:29: error: stdio.h: No such file or directory
  4144. In file included from src/game/editor/auto_map.cpp:8:
  4145. src/game/editor/editor.h:6:18: error: math.h: No such file or directory
  4146. In file included from src/game/editor/editor.h:8,
  4147. from src/game/editor/auto_map.cpp:8:
  4148. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  4149. In file included from src/game/editor/editor.h:8,
  4150. from src/game/editor/auto_map.cpp:8:
  4151. src/base/math.h: In function ‘float frandom()’:
  4152. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  4153. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  4154. src/game/editor/auto_map.cpp: In member function ‘void CAutoMapper::Load(const char*)’:
  4155. src/game/editor/auto_map.cpp:58: error: ‘sscanf’ was not declared in this scope
  4156. src/game/editor/auto_map.cpp:89: error: ‘sscanf’ was not declared in this scope
  4157. src/game/editor/auto_map.cpp:104: error: ‘sscanf’ was not declared in this scope
  4158. src/game/editor/auto_map.cpp: In member function ‘void CAutoMapper::Proceed(CLayerTiles*, int)’:
  4159. src/game/editor/auto_map.cpp:195: error: ‘rand’ was not declared in this scope
  4160. src/game/editor/auto_map.cpp:195: error: ‘RAND_MAX’ was not declared in this scope
  4161. bam: 'objs/game/editor/auto_map.o' error 256
  4162. [ 84/108] #1 c++ src/game/editor/editor.cpp
  4163. In file included from src/game/gamecore.h:7,
  4164. from src/game/editor/editor.cpp:16:
  4165. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  4166. In file included from src/game/editor/editor.cpp:16:
  4167. src/game/gamecore.h:9:18: error: math.h: No such file or directory
  4168. In file included from src/game/gamecore.h:7,
  4169. from src/game/editor/editor.cpp:16:
  4170. src/base/math.h: In function ‘float frandom()’:
  4171. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  4172. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  4173. In file included from src/game/editor/editor.cpp:16:
  4174. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  4175. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  4176. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  4177. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  4178. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  4179. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  4180. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  4181. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  4182. src/game/editor/editor.cpp: In member function ‘int CEditor::UiDoValueSelector(void*, CUIRect*, const char*, int, int, int, int, float, const char*)’:
  4183. src/game/editor/editor.cpp:625: error: ‘fmod’ was not declared in this scope
  4184. src/game/editor/editor.cpp: In function ‘void Rotate(CPoint*, CPoint*, float)’:
  4185. src/game/editor/editor.cpp:1015: error: ‘cosf’ was not declared in this scope
  4186. src/game/editor/editor.cpp:1015: error: ‘sinf’ was not declared in this scope
  4187. src/game/editor/editor.cpp: In member function ‘void CEditor::SortImages()’:
  4188. src/game/editor/editor.cpp:2282: error: ‘qsort’ was not declared in this scope
  4189. bam: 'objs/game/editor/editor.o' error 256
  4190. [ 85/108] #1 c++ src/game/editor/io.cpp
  4191. In file included from src/game/gamecore.h:7,
  4192. from src/game/editor/io.cpp:8:
  4193. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  4194. In file included from src/game/editor/io.cpp:8:
  4195. src/game/gamecore.h:9:18: error: math.h: No such file or directory
  4196. In file included from src/game/gamecore.h:7,
  4197. from src/game/editor/io.cpp:8:
  4198. src/base/math.h: In function ‘float frandom()’:
  4199. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  4200. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  4201. In file included from src/game/editor/io.cpp:8:
  4202. src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
  4203. src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
  4204. src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
  4205. src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
  4206. src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
  4207. src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
  4208. src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
  4209. src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
  4210. bam: 'objs/game/editor/io.o' error 256
  4211. [ 86/108] #1 c++ src/game/editor/layer_game.cpp
  4212. In file included from src/game/editor/layer_game.cpp:3:
  4213. src/game/editor/editor.h:6:18: error: math.h: No such file or directory
  4214. In file included from src/game/editor/editor.h:8,
  4215. from src/game/editor/layer_game.cpp:3:
  4216. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  4217. In file included from src/game/editor/editor.h:8,
  4218. from src/game/editor/layer_game.cpp:3:
  4219. src/base/math.h: In function ‘float frandom()’:
  4220. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  4221. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  4222. bam: 'objs/game/editor/layer_game.o' error 256
  4223. [ 87/108] #1 c++ src/game/editor/layer_quads.cpp
  4224. In file included from src/game/editor/layer_quads.cpp:3:
  4225. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  4226. In file included from src/game/editor/layer_quads.cpp:8:
  4227. src/game/editor/editor.h:6:18: error: math.h: No such file or directory
  4228. In file included from src/game/editor/layer_quads.cpp:3:
  4229. src/base/math.h: In function ‘float frandom()’:
  4230. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  4231. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  4232. src/game/editor/layer_quads.cpp: In function ‘void Rotate(vec2*, vec2*, float)’:
  4233. src/game/editor/layer_quads.cpp:160: error: ‘cosf’ was not declared in this scope
  4234. src/game/editor/layer_quads.cpp:160: error: ‘sinf’ was not declared in this scope
  4235. bam: 'objs/game/editor/layer_quads.o' error 256
  4236. [ 88/108] #1 c++ src/game/editor/layer_tiles.cpp
  4237. In file included from src/game/editor/layer_tiles.cpp:3:
  4238. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  4239. In file included from src/game/client/render.h:6,
  4240. from src/game/editor/layer_tiles.cpp:10:
  4241. src/base/vmath.h:6:18: error: math.h: No such file or directory
  4242. In file included from src/game/editor/layer_tiles.cpp:3:
  4243. src/base/math.h: In function ‘float frandom()’:
  4244. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  4245. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  4246. bam: 'objs/game/editor/layer_tiles.o' error 256
  4247. [ 89/108] #1 c++ src/game/editor/popups.cpp
  4248. In file included from src/game/editor/popups.cpp:12:
  4249. src/game/editor/editor.h:6:18: error: math.h: No such file or directory
  4250. In file included from src/game/editor/editor.h:8,
  4251. from src/game/editor/popups.cpp:12:
  4252. src/base/math.h:6:20: error: stdlib.h: No such file or directory
  4253. In file included from src/game/editor/editor.h:8,
  4254. from src/game/editor/popups.cpp:12:
  4255. src/base/math.h: In function ‘float frandom()’:
  4256. src/base/math.h:36: error: ‘rand’ was not declared in this scope
  4257. src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
  4258. bam: 'objs/game/editor/popups.o' error 256
  4259. [ 90/108] #1 c src/engine/external/wavpack/bits.c
  4260. In file included from src/engine/external/wavpack/bits.c:17:
  4261. src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
  4262. src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
  4263. src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
  4264. In file included from src/engine/external/wavpack/bits.c:17:
  4265. src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
  4266. src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
  4267. src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
  4268. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
  4269. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
  4270. src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
  4271. src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
  4272. src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
  4273. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
  4274. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
  4275. src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
  4276. src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
  4277. src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
  4278. src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
  4279. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
  4280. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4281. src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4282. src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
  4283. src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4284. src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
  4285. src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
  4286. src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
  4287. src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
  4288. src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
  4289. src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
  4290. src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
  4291. src/engine/external/wavpack/bits.c:19:20: error: string.h: No such file or directory
  4292. src/engine/external/wavpack/bits.c:20:19: error: ctype.h: No such file or directory
  4293. src/engine/external/wavpack/bits.c:28: error: expected declaration specifiers or ‘...’ before ‘read_stream’
  4294. src/engine/external/wavpack/bits.c:28: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4295. src/engine/external/wavpack/bits.c: In function ‘bs_open_read’:
  4296. src/engine/external/wavpack/bits.c:30: warning: implicit declaration of function ‘memset’
  4297. src/engine/external/wavpack/bits.c:30: warning: incompatible implicit declaration of built-in function ‘memset’
  4298. src/engine/external/wavpack/bits.c:34: error: ‘file’ undeclared (first use in this function)
  4299. src/engine/external/wavpack/bits.c:34: error: (Each undeclared identifier is reported only once
  4300. src/engine/external/wavpack/bits.c:34: error: for each function it appears in.)
  4301. src/engine/external/wavpack/bits.c:36: error: ‘Bitstream’ has no member named ‘file_bytes’
  4302. src/engine/external/wavpack/bits.c:36: error: ‘file_bytes’ undeclared (first use in this function)
  4303. src/engine/external/wavpack/bits.c:37: error: ‘Bitstream’ has no member named ‘file’
  4304. src/engine/external/wavpack/bits.c: In function ‘bs_read’:
  4305. src/engine/external/wavpack/bits.c:52: error: ‘Bitstream’ has no member named ‘file’
  4306. src/engine/external/wavpack/bits.c:52: error: ‘Bitstream’ has no member named ‘file_bytes’
  4307. src/engine/external/wavpack/bits.c:53: error: ‘uint32_t’ undeclared (first use in this function)
  4308. src/engine/external/wavpack/bits.c:53: error: expected ‘;’ before ‘bytes_read’
  4309. src/engine/external/wavpack/bits.c:55: error: ‘bytes_to_read’ undeclared (first use in this function)
  4310. src/engine/external/wavpack/bits.c:55: error: ‘Bitstream’ has no member named ‘file_bytes’
  4311. src/engine/external/wavpack/bits.c:56: error: ‘Bitstream’ has no member named ‘file_bytes’
  4312. src/engine/external/wavpack/bits.c:58: error: ‘bytes_read’ undeclared (first use in this function)
  4313. src/engine/external/wavpack/bits.c:58: error: ‘Bitstream’ has no member named ‘file’
  4314. src/engine/external/wavpack/bits.c:62: error: ‘Bitstream’ has no member named ‘file_bytes’
  4315. src/engine/external/wavpack/bits.c:65: warning: incompatible implicit declaration of built-in function ‘memset’
  4316. src/engine/external/wavpack/bits.c:66: error: ‘Bitstream’ has no member named ‘error’
  4317. src/engine/external/wavpack/bits.c:70: error: ‘Bitstream’ has no member named ‘error’
  4318. src/engine/external/wavpack/bits.c:72: error: ‘Bitstream’ has no member named ‘error’
  4319. src/engine/external/wavpack/bits.c:73: warning: incompatible implicit declaration of built-in function ‘memset’
  4320. src/engine/external/wavpack/bits.c: In function ‘little_endian_to_native’:
  4321. src/engine/external/wavpack/bits.c:88: error: cast specifies function type
  4322. src/engine/external/wavpack/bits.c:88: error: cast specifies function type
  4323. src/engine/external/wavpack/bits.c:88: error: cast specifies function type
  4324. src/engine/external/wavpack/bits.c:89: error: lvalue required as left operand of assignment
  4325. src/engine/external/wavpack/bits.c:94: error: lvalue required as left operand of assignment
  4326. src/engine/external/wavpack/bits.c:95: warning: cast from pointer to integer of different size
  4327. src/engine/external/wavpack/bits.c:100: warning: implicit declaration of function ‘isdigit’
  4328. src/engine/external/wavpack/bits.c: In function ‘native_to_little_endian’:
  4329. src/engine/external/wavpack/bits.c:118: error: lvalue required as left operand of assignment
  4330. src/engine/external/wavpack/bits.c:119: warning: cast from pointer to integer of different size
  4331. src/engine/external/wavpack/bits.c:120: error: invalid operands to binary >> (have ‘int (*)()’ and ‘int’)
  4332. src/engine/external/wavpack/bits.c:121: error: invalid operands to binary >> (have ‘int (*)()’ and ‘int’)
  4333. src/engine/external/wavpack/bits.c:122: error: invalid operands to binary >> (have ‘int (*)()’ and ‘int’)
  4334. src/engine/external/wavpack/bits.c:126: error: lvalue required as left operand of assignment
  4335. src/engine/external/wavpack/bits.c:127: warning: cast from pointer to integer of different size
  4336. src/engine/external/wavpack/bits.c:128: error: invalid operands to binary >> (have ‘int (*)()’ and ‘int’)
  4337. bam: 'objs/engine/external/wavpack/bits.o' error 256
  4338. [ 91/108] #1 c src/engine/external/wavpack/float.c
  4339. In file included from src/engine/external/wavpack/float.c:11:
  4340. src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
  4341. src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
  4342. src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
  4343. In file included from src/engine/external/wavpack/float.c:11:
  4344. src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
  4345. src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
  4346. src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
  4347. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
  4348. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
  4349. src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
  4350. src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
  4351. src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
  4352. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
  4353. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
  4354. src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
  4355. src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
  4356. src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
  4357. src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
  4358. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
  4359. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4360. src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4361. src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
  4362. src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4363. src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
  4364. src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
  4365. src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
  4366. src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
  4367. src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
  4368. src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
  4369. src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
  4370. src/engine/external/wavpack/float.c: In function ‘read_float_info’:
  4371. src/engine/external/wavpack/float.c:15: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4372. src/engine/external/wavpack/float.c:16: error: ‘WavpackMetadata’ has no member named ‘data’
  4373. src/engine/external/wavpack/float.c:21: error: ‘WavpackStream’ has no member named ‘float_flags’
  4374. src/engine/external/wavpack/float.c:22: error: ‘WavpackStream’ has no member named ‘float_shift’
  4375. src/engine/external/wavpack/float.c:23: error: ‘WavpackStream’ has no member named ‘float_max_exp’
  4376. src/engine/external/wavpack/float.c:24: error: ‘WavpackStream’ has no member named ‘float_norm_exp’
  4377. src/engine/external/wavpack/float.c: In function ‘float_values’:
  4378. src/engine/external/wavpack/float.c:30: error: ‘WavpackStream’ has no member named ‘float_max_exp’
  4379. src/engine/external/wavpack/float.c:30: error: ‘WavpackStream’ has no member named ‘float_norm_exp’
  4380. src/engine/external/wavpack/float.c:30: error: ‘WavpackStream’ has no member named ‘float_shift’
  4381. src/engine/external/wavpack/float.c:39: error: lvalue required as left operand of assignment
  4382. src/engine/external/wavpack/float.c:41: error: lvalue required as left operand of assignment
  4383. src/engine/external/wavpack/float.c:43: warning: comparison between pointer and integer
  4384. src/engine/external/wavpack/float.c:44: error: lvalue required as left operand of assignment
  4385. src/engine/external/wavpack/float.c:45: warning: comparison between pointer and integer
  4386. src/engine/external/wavpack/float.c:46: error: lvalue required as left operand of assignment
  4387. bam: 'objs/engine/external/wavpack/float.o' error 256
  4388. [ 92/108] #1 c src/engine/external/wavpack/metadata.c
  4389. In file included from src/engine/external/wavpack/metadata.c:13:
  4390. src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
  4391. src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
  4392. src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
  4393. In file included from src/engine/external/wavpack/metadata.c:13:
  4394. src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
  4395. src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
  4396. src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
  4397. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
  4398. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
  4399. src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
  4400. src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
  4401. src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
  4402. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
  4403. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
  4404. src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
  4405. src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
  4406. src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
  4407. src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
  4408. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
  4409. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4410. src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4411. src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
  4412. src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4413. src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
  4414. src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
  4415. src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
  4416. src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
  4417. src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
  4418. src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
  4419. src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
  4420. src/engine/external/wavpack/metadata.c: In function ‘read_metadata_buff’:
  4421. src/engine/external/wavpack/metadata.c:19: error: ‘WavpackContext’ has no member named ‘infile’
  4422. src/engine/external/wavpack/metadata.c:19: error: ‘WavpackMetadata’ has no member named ‘id’
  4423. src/engine/external/wavpack/metadata.c:19: error: ‘WavpackContext’ has no member named ‘infile’
  4424. src/engine/external/wavpack/metadata.c:22: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4425. src/engine/external/wavpack/metadata.c:24: error: ‘WavpackMetadata’ has no member named ‘id’
  4426. src/engine/external/wavpack/metadata.c:25: error: ‘WavpackMetadata’ has no member named ‘id’
  4427. src/engine/external/wavpack/metadata.c:27: error: ‘WavpackContext’ has no member named ‘infile’
  4428. src/engine/external/wavpack/metadata.c:30: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4429. src/engine/external/wavpack/metadata.c:30: error: cast specifies function type
  4430. src/engine/external/wavpack/metadata.c:32: error: ‘WavpackContext’ has no member named ‘infile’
  4431. src/engine/external/wavpack/metadata.c:35: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4432. src/engine/external/wavpack/metadata.c:35: error: cast specifies function type
  4433. src/engine/external/wavpack/metadata.c:38: error: ‘WavpackMetadata’ has no member named ‘id’
  4434. src/engine/external/wavpack/metadata.c:39: error: ‘WavpackMetadata’ has no member named ‘id’
  4435. src/engine/external/wavpack/metadata.c:40: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4436. src/engine/external/wavpack/metadata.c:43: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4437. src/engine/external/wavpack/metadata.c:43: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4438. src/engine/external/wavpack/metadata.c:44: error: ‘uint32_t’ undeclared (first use in this function)
  4439. src/engine/external/wavpack/metadata.c:44: error: (Each undeclared identifier is reported only once
  4440. src/engine/external/wavpack/metadata.c:44: error: for each function it appears in.)
  4441. src/engine/external/wavpack/metadata.c:44: error: expected ‘;’ before ‘bytes_to_read’
  4442. src/engine/external/wavpack/metadata.c:46: error: ‘WavpackContext’ has no member named ‘infile’
  4443. src/engine/external/wavpack/metadata.c:46: error: ‘bytes_to_read’ undeclared (first use in this function)
  4444. src/engine/external/wavpack/metadata.c:47: error: ‘WavpackMetadata’ has no member named ‘data’
  4445. src/engine/external/wavpack/metadata.c:47: error: ‘NULL’ undeclared (first use in this function)
  4446. src/engine/external/wavpack/metadata.c:51: error: ‘WavpackMetadata’ has no member named ‘data’
  4447. src/engine/external/wavpack/metadata.c:54: error: ‘WavpackMetadata’ has no member named ‘data’
  4448. src/engine/external/wavpack/metadata.c: In function ‘process_metadata’:
  4449. src/engine/external/wavpack/metadata.c:63: error: ‘WavpackMetadata’ has no member named ‘id’
  4450. src/engine/external/wavpack/metadata.c:103: error: ‘WavpackMetadata’ has no member named ‘id’
  4451. bam: 'objs/engine/external/wavpack/metadata.o' error 256
  4452. [ 93/108] #1 c src/engine/external/wavpack/unpack.c
  4453. In file included from src/engine/external/wavpack/unpack.c:16:
  4454. src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
  4455. src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
  4456. src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
  4457. In file included from src/engine/external/wavpack/unpack.c:16:
  4458. src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
  4459. src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
  4460. src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
  4461. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
  4462. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
  4463. src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
  4464. src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
  4465. src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
  4466. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
  4467. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
  4468. src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
  4469. src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
  4470. src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
  4471. src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
  4472. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
  4473. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4474. src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4475. src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
  4476. src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4477. src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
  4478. src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
  4479. src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
  4480. src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
  4481. src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
  4482. src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
  4483. src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
  4484. src/engine/external/wavpack/unpack.c:18:20: error: stdlib.h: No such file or directory
  4485. src/engine/external/wavpack/unpack.c:19:20: error: string.h: No such file or directory
  4486. src/engine/external/wavpack/unpack.c: In function ‘unpack_init’:
  4487. src/engine/external/wavpack/unpack.c:36: error: ‘WavpackHeader’ has no member named ‘block_samples’
  4488. src/engine/external/wavpack/unpack.c:36: error: ‘WavpackHeader’ has no member named ‘block_index’
  4489. src/engine/external/wavpack/unpack.c:36: error: ‘uint32_t’ undeclared (first use in this function)
  4490. src/engine/external/wavpack/unpack.c:36: error: (Each undeclared identifier is reported only once
  4491. src/engine/external/wavpack/unpack.c:36: error: for each function it appears in.)
  4492. src/engine/external/wavpack/unpack.c:37: error: ‘WavpackStream’ has no member named ‘sample_index’
  4493. src/engine/external/wavpack/unpack.c:37: error: ‘WavpackHeader’ has no member named ‘block_index’
  4494. src/engine/external/wavpack/unpack.c:40: error: ‘WavpackStream’ has no member named ‘crc’
  4495. src/engine/external/wavpack/unpack.c:41: warning: implicit declaration of function ‘memset’
  4496. src/engine/external/wavpack/unpack.c:41: warning: incompatible implicit declaration of built-in function ‘memset’
  4497. src/engine/external/wavpack/unpack.c:42: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4498. src/engine/external/wavpack/unpack.c:42: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4499. src/engine/external/wavpack/unpack.c:47: warning: implicit declaration of function ‘strcpy’
  4500. src/engine/external/wavpack/unpack.c:47: warning: incompatible implicit declaration of built-in function ‘strcpy’
  4501. src/engine/external/wavpack/unpack.c:51: error: ‘WavpackMetadata’ has no member named ‘id’
  4502. src/engine/external/wavpack/unpack.c:55: error: ‘WavpackHeader’ has no member named ‘block_samples’
  4503. src/engine/external/wavpack/unpack.c:55: error: ‘NULL’ undeclared (first use in this function)
  4504. src/engine/external/wavpack/unpack.c:56: warning: incompatible implicit declaration of built-in function ‘strcpy’
  4505. src/engine/external/wavpack/unpack.c:60: error: ‘WavpackHeader’ has no member named ‘block_samples’
  4506. src/engine/external/wavpack/unpack.c:61: error: ‘WavpackHeader’ has no member named ‘flags’
  4507. src/engine/external/wavpack/unpack.c:61: error: ‘WavpackStream’ has no member named ‘int32_sent_bits’
  4508. src/engine/external/wavpack/unpack.c:62: error: ‘WavpackContext’ has no member named ‘lossy_blocks’
  4509. src/engine/external/wavpack/unpack.c:64: error: ‘WavpackHeader’ has no member named ‘flags’
  4510. src/engine/external/wavpack/unpack.c:65: error: ‘WavpackStream’ has no member named ‘float_flags’
  4511. src/engine/external/wavpack/unpack.c:66: error: ‘WavpackContext’ has no member named ‘lossy_blocks’
  4512. src/engine/external/wavpack/unpack.c: In function ‘init_wv_bitstream’:
  4513. src/engine/external/wavpack/unpack.c:79: error: ‘WavpackMetadata’ has no member named ‘data’
  4514. src/engine/external/wavpack/unpack.c:80: error: ‘WavpackMetadata’ has no member named ‘data’
  4515. src/engine/external/wavpack/unpack.c:80: error: ‘WavpackMetadata’ has no member named ‘data’
  4516. src/engine/external/wavpack/unpack.c:80: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4517. src/engine/external/wavpack/unpack.c:80: error: ‘NULL’ undeclared (first use in this function)
  4518. src/engine/external/wavpack/unpack.c:80: error: too many arguments to function ‘bs_open_read’
  4519. src/engine/external/wavpack/unpack.c:81: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4520. src/engine/external/wavpack/unpack.c:83: error: ‘WavpackContext’ has no member named ‘infile’
  4521. src/engine/external/wavpack/unpack.c:83: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4522. src/engine/external/wavpack/unpack.c:83: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4523. src/engine/external/wavpack/unpack.c:83: error: too many arguments to function ‘bs_open_read’
  4524. src/engine/external/wavpack/unpack.c: In function ‘read_decorr_terms’:
  4525. src/engine/external/wavpack/unpack.c:97: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4526. src/engine/external/wavpack/unpack.c:98: error: ‘WavpackMetadata’ has no member named ‘data’
  4527. src/engine/external/wavpack/unpack.c:106: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4528. src/engine/external/wavpack/unpack.c: In function ‘read_decorr_weights’:
  4529. src/engine/external/wavpack/unpack.c:125: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4530. src/engine/external/wavpack/unpack.c:126: error: ‘WavpackMetadata’ has no member named ‘data’
  4531. src/engine/external/wavpack/unpack.c:129: error: ‘WavpackHeader’ has no member named ‘flags’
  4532. src/engine/external/wavpack/unpack.c:135: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4533. src/engine/external/wavpack/unpack.c:138: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4534. src/engine/external/wavpack/unpack.c:141: error: ‘WavpackHeader’ has no member named ‘flags’
  4535. src/engine/external/wavpack/unpack.c: In function ‘read_decorr_samples’:
  4536. src/engine/external/wavpack/unpack.c:158: error: ‘WavpackMetadata’ has no member named ‘data’
  4537. src/engine/external/wavpack/unpack.c:159: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4538. src/engine/external/wavpack/unpack.c:163: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4539. src/engine/external/wavpack/unpack.c:164: warning: incompatible implicit declaration of built-in function ‘memset’
  4540. src/engine/external/wavpack/unpack.c:168: error: ‘WavpackHeader’ has no member named ‘version’
  4541. src/engine/external/wavpack/unpack.c:168: error: ‘WavpackHeader’ has no member named ‘flags’
  4542. src/engine/external/wavpack/unpack.c:171: error: ‘WavpackHeader’ has no member named ‘flags’
  4543. src/engine/external/wavpack/unpack.c:175: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4544. src/engine/external/wavpack/unpack.c:181: error: ‘WavpackHeader’ has no member named ‘flags’
  4545. src/engine/external/wavpack/unpack.c:199: error: ‘WavpackHeader’ has no member named ‘flags’
  4546. src/engine/external/wavpack/unpack.c: In function ‘read_int32_info’:
  4547. src/engine/external/wavpack/unpack.c:217: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4548. src/engine/external/wavpack/unpack.c:218: error: ‘WavpackMetadata’ has no member named ‘data’
  4549. src/engine/external/wavpack/unpack.c:223: error: ‘WavpackStream’ has no member named ‘int32_sent_bits’
  4550. src/engine/external/wavpack/unpack.c:224: error: ‘WavpackStream’ has no member named ‘int32_zeros’
  4551. src/engine/external/wavpack/unpack.c:225: error: ‘WavpackStream’ has no member named ‘int32_ones’
  4552. src/engine/external/wavpack/unpack.c:226: error: ‘WavpackStream’ has no member named ‘int32_dups’
  4553. src/engine/external/wavpack/unpack.c: In function ‘read_channel_info’:
  4554. src/engine/external/wavpack/unpack.c:236: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4555. src/engine/external/wavpack/unpack.c:237: error: ‘WavpackMetadata’ has no member named ‘data’
  4556. src/engine/external/wavpack/unpack.c:238: error: ‘uint32_t’ undeclared (first use in this function)
  4557. src/engine/external/wavpack/unpack.c:238: error: expected ‘;’ before ‘mask’
  4558. src/engine/external/wavpack/unpack.c:246: error: ‘mask’ undeclared (first use in this function)
  4559. src/engine/external/wavpack/unpack.c:250: error: ‘WavpackConfig’ has no member named ‘channel_mask’
  4560. src/engine/external/wavpack/unpack.c: In function ‘read_config_info’:
  4561. src/engine/external/wavpack/unpack.c:258: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  4562. src/engine/external/wavpack/unpack.c:259: error: ‘WavpackMetadata’ has no member named ‘data’
  4563. src/engine/external/wavpack/unpack.c:262: error: ‘WavpackConfig’ has no member named ‘flags’
  4564. src/engine/external/wavpack/unpack.c:263: error: ‘WavpackConfig’ has no member named ‘flags’
  4565. src/engine/external/wavpack/unpack.c:263: error: cast specifies function type
  4566. src/engine/external/wavpack/unpack.c:264: error: ‘WavpackConfig’ has no member named ‘flags’
  4567. src/engine/external/wavpack/unpack.c:264: error: cast specifies function type
  4568. src/engine/external/wavpack/unpack.c:265: error: ‘WavpackConfig’ has no member named ‘flags’
  4569. src/engine/external/wavpack/unpack.c:265: error: cast specifies function type
  4570. src/engine/external/wavpack/unpack.c: At top level:
  4571. src/engine/external/wavpack/unpack.c:298: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4572. src/engine/external/wavpack/unpack.c:300: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4573. src/engine/external/wavpack/unpack.c:301: error: ‘unpack_samples’ declared as function returning a function
  4574. src/engine/external/wavpack/unpack.c: In function ‘unpack_samples’:
  4575. src/engine/external/wavpack/unpack.c:303: error: ‘uint32_t’ undeclared (first use in this function)
  4576. src/engine/external/wavpack/unpack.c:303: error: expected ‘;’ before ‘flags’
  4577. src/engine/external/wavpack/unpack.c:304: error: function ‘mute_limit’ is initialized like a variable
  4578. src/engine/external/wavpack/unpack.c:304: error: ‘flags’ undeclared (first use in this function)
  4579. src/engine/external/wavpack/unpack.c:309: error: ‘WavpackStream’ has no member named ‘sample_index’
  4580. src/engine/external/wavpack/unpack.c:309: error: ‘sample_count’ undeclared (first use in this function)
  4581. src/engine/external/wavpack/unpack.c:309: error: ‘WavpackHeader’ has no member named ‘block_index’
  4582. src/engine/external/wavpack/unpack.c:309: error: ‘WavpackHeader’ has no member named ‘block_samples’
  4583. src/engine/external/wavpack/unpack.c:310: error: ‘WavpackHeader’ has no member named ‘block_index’
  4584. src/engine/external/wavpack/unpack.c:310: error: ‘WavpackHeader’ has no member named ‘block_samples’
  4585. src/engine/external/wavpack/unpack.c:310: error: ‘WavpackStream’ has no member named ‘sample_index’
  4586. src/engine/external/wavpack/unpack.c:313: warning: incompatible implicit declaration of built-in function ‘memset’
  4587. src/engine/external/wavpack/unpack.c:314: error: ‘WavpackStream’ has no member named ‘sample_index’
  4588. src/engine/external/wavpack/unpack.c:319: error: lvalue required as left operand of assignment
  4589. src/engine/external/wavpack/unpack.c:325: error: ‘i’ undeclared (first use in this function)
  4590. src/engine/external/wavpack/unpack.c:325: warning: passing argument 4 of ‘get_words’ from incompatible pointer type
  4591. src/engine/external/wavpack/unpack.c:325: error: too many arguments to function ‘get_words’
  4592. src/engine/external/wavpack/unpack.c:327: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4593. src/engine/external/wavpack/unpack.c:331: warning: implicit declaration of function ‘labs’
  4594. src/engine/external/wavpack/unpack.c:331: warning: incompatible implicit declaration of built-in function ‘labs’
  4595. src/engine/external/wavpack/unpack.c:331: error: subscripted value is pointer to function
  4596. src/engine/external/wavpack/unpack.c:331: warning: comparison between pointer and integer
  4597. src/engine/external/wavpack/unpack.c:336: error: ‘crc’ undeclared (first use in this function)
  4598. src/engine/external/wavpack/unpack.c:336: error: subscripted value is pointer to function
  4599. src/engine/external/wavpack/unpack.c:344: warning: passing argument 4 of ‘get_words’ from incompatible pointer type
  4600. src/engine/external/wavpack/unpack.c:344: error: too many arguments to function ‘get_words’
  4601. src/engine/external/wavpack/unpack.c:347: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4602. src/engine/external/wavpack/unpack.c:350: error: ‘WavpackStream’ has no member named ‘decorr_passes’
  4603. src/engine/external/wavpack/unpack.c:351: warning: passing argument 3 of ‘decorr_stereo_pass’ makes pointer from integer without a cast
  4604. src/engine/external/wavpack/unpack.c:366: error: subscripted value is pointer to function
  4605. src/engine/external/wavpack/unpack.c:366: error: subscripted value is pointer to function
  4606. src/engine/external/wavpack/unpack.c:366: error: subscripted value is pointer to function
  4607. src/engine/external/wavpack/unpack.c:368: warning: incompatible implicit declaration of built-in function ‘labs’
  4608. src/engine/external/wavpack/unpack.c:368: error: subscripted value is pointer to function
  4609. src/engine/external/wavpack/unpack.c:368: warning: comparison between pointer and integer
  4610. src/engine/external/wavpack/unpack.c:368: error: subscripted value is pointer to function
  4611. src/engine/external/wavpack/unpack.c:368: warning: comparison between pointer and integer
  4612. src/engine/external/wavpack/unpack.c:373: error: subscripted value is pointer to function
  4613. src/engine/external/wavpack/unpack.c:373: error: subscripted value is pointer to function
  4614. src/engine/external/wavpack/unpack.c:377: warning: incompatible implicit declaration of built-in function ‘labs’
  4615. src/engine/external/wavpack/unpack.c:377: error: subscripted value is pointer to function
  4616. src/engine/external/wavpack/unpack.c:377: warning: comparison between pointer and integer
  4617. src/engine/external/wavpack/unpack.c:377: error: subscripted value is pointer to function
  4618. src/engine/external/wavpack/unpack.c:377: warning: comparison between pointer and integer
  4619. src/engine/external/wavpack/unpack.c:382: error: subscripted value is pointer to function
  4620. src/engine/external/wavpack/unpack.c:382: error: subscripted value is pointer to function
  4621. src/engine/external/wavpack/unpack.c:387: warning: incompatible implicit declaration of built-in function ‘memset’
  4622. src/engine/external/wavpack/unpack.c:392: error: too many arguments to function ‘fixup_samples’
  4623. src/engine/external/wavpack/unpack.c:397: error: function ‘c’ is initialized like a variable
  4624. src/engine/external/wavpack/unpack.c:399: error: lvalue required as decrement operand
  4625. src/engine/external/wavpack/unpack.c:400: error: lvalue required as left operand of assignment
  4626. src/engine/external/wavpack/unpack.c:401: error: lvalue required as left operand of assignment
  4627. src/engine/external/wavpack/unpack.c:397: error: nested function ‘c’ declared but never defined
  4628. src/engine/external/wavpack/unpack.c:405: error: ‘WavpackStream’ has no member named ‘sample_index’
  4629. src/engine/external/wavpack/unpack.c:406: error: ‘WavpackStream’ has no member named ‘crc’
  4630. src/engine/external/wavpack/unpack.c:304: error: nested function ‘mute_limit’ declared but never defined
  4631. src/engine/external/wavpack/unpack.c: In function ‘decorr_stereo_pass’:
  4632. src/engine/external/wavpack/unpack.c:413: error: function ‘delta’ is initialized like a variable
  4633. src/engine/external/wavpack/unpack.c:413: error: function ‘weight_A’ is initialized like a variable
  4634. src/engine/external/wavpack/unpack.c:413: error: function ‘weight_B’ is initialized like a variable
  4635. src/engine/external/wavpack/unpack.c:414: error: invalid operands to binary * (have ‘int (*)()’ and ‘int’)
  4636. src/engine/external/wavpack/unpack.c:423: warning: cast from pointer to integer of different size
  4637. src/engine/external/wavpack/unpack.c:423: warning: comparison between pointer and integer
  4638. src/engine/external/wavpack/unpack.c:423: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4639. src/engine/external/wavpack/unpack.c:423: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4640. src/engine/external/wavpack/unpack.c:423: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4641. src/engine/external/wavpack/unpack.c:423: error: subscripted value is pointer to function
  4642. src/engine/external/wavpack/unpack.c:424: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4643. src/engine/external/wavpack/unpack.c:424: error: subscripted value is pointer to function
  4644. src/engine/external/wavpack/unpack.c:424: error: subscripted value is pointer to function
  4645. src/engine/external/wavpack/unpack.c:425: error: subscripted value is pointer to function
  4646. src/engine/external/wavpack/unpack.c:429: warning: cast from pointer to integer of different size
  4647. src/engine/external/wavpack/unpack.c:429: warning: comparison between pointer and integer
  4648. src/engine/external/wavpack/unpack.c:429: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4649. src/engine/external/wavpack/unpack.c:429: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4650. src/engine/external/wavpack/unpack.c:429: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4651. src/engine/external/wavpack/unpack.c:429: error: subscripted value is pointer to function
  4652. src/engine/external/wavpack/unpack.c:430: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4653. src/engine/external/wavpack/unpack.c:430: error: subscripted value is pointer to function
  4654. src/engine/external/wavpack/unpack.c:430: error: subscripted value is pointer to function
  4655. src/engine/external/wavpack/unpack.c:431: error: subscripted value is pointer to function
  4656. src/engine/external/wavpack/unpack.c:440: warning: cast from pointer to integer of different size
  4657. src/engine/external/wavpack/unpack.c:440: warning: comparison between pointer and integer
  4658. src/engine/external/wavpack/unpack.c:440: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4659. src/engine/external/wavpack/unpack.c:440: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4660. src/engine/external/wavpack/unpack.c:440: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4661. src/engine/external/wavpack/unpack.c:440: error: subscripted value is pointer to function
  4662. src/engine/external/wavpack/unpack.c:441: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4663. src/engine/external/wavpack/unpack.c:441: error: subscripted value is pointer to function
  4664. src/engine/external/wavpack/unpack.c:441: error: subscripted value is pointer to function
  4665. src/engine/external/wavpack/unpack.c:442: error: subscripted value is pointer to function
  4666. src/engine/external/wavpack/unpack.c:446: warning: cast from pointer to integer of different size
  4667. src/engine/external/wavpack/unpack.c:446: warning: comparison between pointer and integer
  4668. src/engine/external/wavpack/unpack.c:446: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4669. src/engine/external/wavpack/unpack.c:446: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4670. src/engine/external/wavpack/unpack.c:446: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4671. src/engine/external/wavpack/unpack.c:446: error: subscripted value is pointer to function
  4672. src/engine/external/wavpack/unpack.c:447: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4673. src/engine/external/wavpack/unpack.c:447: error: subscripted value is pointer to function
  4674. src/engine/external/wavpack/unpack.c:447: error: subscripted value is pointer to function
  4675. src/engine/external/wavpack/unpack.c:448: error: subscripted value is pointer to function
  4676. src/engine/external/wavpack/unpack.c:456: warning: cast from pointer to integer of different size
  4677. src/engine/external/wavpack/unpack.c:456: warning: comparison between pointer and integer
  4678. src/engine/external/wavpack/unpack.c:456: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4679. src/engine/external/wavpack/unpack.c:456: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4680. src/engine/external/wavpack/unpack.c:456: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4681. src/engine/external/wavpack/unpack.c:456: error: subscripted value is pointer to function
  4682. src/engine/external/wavpack/unpack.c:457: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4683. src/engine/external/wavpack/unpack.c:457: error: subscripted value is pointer to function
  4684. src/engine/external/wavpack/unpack.c:457: error: subscripted value is pointer to function
  4685. src/engine/external/wavpack/unpack.c:458: error: subscripted value is pointer to function
  4686. src/engine/external/wavpack/unpack.c:461: warning: cast from pointer to integer of different size
  4687. src/engine/external/wavpack/unpack.c:461: warning: comparison between pointer and integer
  4688. src/engine/external/wavpack/unpack.c:461: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4689. src/engine/external/wavpack/unpack.c:461: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4690. src/engine/external/wavpack/unpack.c:461: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4691. src/engine/external/wavpack/unpack.c:461: error: subscripted value is pointer to function
  4692. src/engine/external/wavpack/unpack.c:462: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4693. src/engine/external/wavpack/unpack.c:462: error: subscripted value is pointer to function
  4694. src/engine/external/wavpack/unpack.c:462: error: subscripted value is pointer to function
  4695. src/engine/external/wavpack/unpack.c:463: error: subscripted value is pointer to function
  4696. src/engine/external/wavpack/unpack.c:470: error: declaration of ‘temp_samples’ as array of functions
  4697. src/engine/external/wavpack/unpack.c:472: warning: implicit declaration of function ‘memcpy’
  4698. src/engine/external/wavpack/unpack.c:472: warning: incompatible implicit declaration of built-in function ‘memcpy’
  4699. src/engine/external/wavpack/unpack.c:470: warning: unused variable ‘temp_samples’
  4700. src/engine/external/wavpack/unpack.c:487: error: subscripted value is pointer to function
  4701. src/engine/external/wavpack/unpack.c:488: error: subscripted value is pointer to function
  4702. src/engine/external/wavpack/unpack.c:488: error: subscripted value is pointer to function
  4703. src/engine/external/wavpack/unpack.c:488: error: lvalue required as left operand of assignment
  4704. src/engine/external/wavpack/unpack.c:488: error: lvalue required as left operand of assignment
  4705. src/engine/external/wavpack/unpack.c:488: error: lvalue required as left operand of assignment
  4706. src/engine/external/wavpack/unpack.c:489: error: subscripted value is pointer to function
  4707. src/engine/external/wavpack/unpack.c:490: error: subscripted value is pointer to function
  4708. src/engine/external/wavpack/unpack.c:490: warning: cast from pointer to integer of different size
  4709. src/engine/external/wavpack/unpack.c:490: warning: comparison between pointer and integer
  4710. src/engine/external/wavpack/unpack.c:490: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4711. src/engine/external/wavpack/unpack.c:490: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4712. src/engine/external/wavpack/unpack.c:490: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4713. src/engine/external/wavpack/unpack.c:491: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4714. src/engine/external/wavpack/unpack.c:491: error: subscripted value is pointer to function
  4715. src/engine/external/wavpack/unpack.c:491: error: subscripted value is pointer to function
  4716. src/engine/external/wavpack/unpack.c:491: error: lvalue required as left operand of assignment
  4717. src/engine/external/wavpack/unpack.c:491: error: lvalue required as left operand of assignment
  4718. src/engine/external/wavpack/unpack.c:491: error: lvalue required as left operand of assignment
  4719. src/engine/external/wavpack/unpack.c:492: error: subscripted value is pointer to function
  4720. src/engine/external/wavpack/unpack.c:499: error: subscripted value is pointer to function
  4721. src/engine/external/wavpack/unpack.c:500: error: subscripted value is pointer to function
  4722. src/engine/external/wavpack/unpack.c:500: error: subscripted value is pointer to function
  4723. src/engine/external/wavpack/unpack.c:500: error: lvalue required as left operand of assignment
  4724. src/engine/external/wavpack/unpack.c:500: error: lvalue required as left operand of assignment
  4725. src/engine/external/wavpack/unpack.c:500: error: lvalue required as left operand of assignment
  4726. src/engine/external/wavpack/unpack.c:501: error: subscripted value is pointer to function
  4727. src/engine/external/wavpack/unpack.c:502: error: subscripted value is pointer to function
  4728. src/engine/external/wavpack/unpack.c:502: warning: cast from pointer to integer of different size
  4729. src/engine/external/wavpack/unpack.c:502: warning: comparison between pointer and integer
  4730. src/engine/external/wavpack/unpack.c:502: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4731. src/engine/external/wavpack/unpack.c:502: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4732. src/engine/external/wavpack/unpack.c:502: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4733. src/engine/external/wavpack/unpack.c:503: warning: the address of ‘sam_B’ will always evaluate as ‘true’
  4734. src/engine/external/wavpack/unpack.c:503: error: subscripted value is pointer to function
  4735. src/engine/external/wavpack/unpack.c:503: error: subscripted value is pointer to function
  4736. src/engine/external/wavpack/unpack.c:503: error: lvalue required as left operand of assignment
  4737. src/engine/external/wavpack/unpack.c:503: error: lvalue required as left operand of assignment
  4738. src/engine/external/wavpack/unpack.c:503: error: lvalue required as left operand of assignment
  4739. src/engine/external/wavpack/unpack.c:504: error: subscripted value is pointer to function
  4740. src/engine/external/wavpack/unpack.c:511: error: subscripted value is pointer to function
  4741. src/engine/external/wavpack/unpack.c:512: error: subscripted value is pointer to function
  4742. src/engine/external/wavpack/unpack.c:512: error: subscripted value is pointer to function
  4743. src/engine/external/wavpack/unpack.c:512: error: lvalue required as left operand of assignment
  4744. src/engine/external/wavpack/unpack.c:512: error: lvalue required as left operand of assignment
  4745. src/engine/external/wavpack/unpack.c:512: error: lvalue required as left operand of assignment
  4746. src/engine/external/wavpack/unpack.c:513: error: subscripted value is pointer to function
  4747. src/engine/external/wavpack/unpack.c:514: error: subscripted value is pointer to function
  4748. src/engine/external/wavpack/unpack.c:514: error: subscripted value is pointer to function
  4749. src/engine/external/wavpack/unpack.c:514: error: lvalue required as left operand of assignment
  4750. src/engine/external/wavpack/unpack.c:514: error: lvalue required as left operand of assignment
  4751. src/engine/external/wavpack/unpack.c:514: error: lvalue required as left operand of assignment
  4752. src/engine/external/wavpack/unpack.c:515: error: subscripted value is pointer to function
  4753. src/engine/external/wavpack/unpack.c:516: error: subscripted value is pointer to function
  4754. src/engine/external/wavpack/unpack.c:522: warning: assignment makes integer from pointer without a cast
  4755. src/engine/external/wavpack/unpack.c:523: warning: assignment makes integer from pointer without a cast
  4756. src/engine/external/wavpack/unpack.c:413: error: nested function ‘weight_B’ declared but never defined
  4757. src/engine/external/wavpack/unpack.c:413: error: nested function ‘weight_A’ declared but never defined
  4758. src/engine/external/wavpack/unpack.c:413: error: nested function ‘delta’ declared but never defined
  4759. src/engine/external/wavpack/unpack.c: In function ‘decorr_stereo_pass_cont’:
  4760. src/engine/external/wavpack/unpack.c:530: error: function ‘delta’ is initialized like a variable
  4761. src/engine/external/wavpack/unpack.c:530: error: function ‘weight_A’ is initialized like a variable
  4762. src/engine/external/wavpack/unpack.c:530: error: function ‘weight_B’ is initialized like a variable
  4763. src/engine/external/wavpack/unpack.c:531: error: invalid operands to binary * (have ‘int (*)()’ and ‘int’)
  4764. src/engine/external/wavpack/unpack.c:538: error: subscripted value is pointer to function
  4765. src/engine/external/wavpack/unpack.c:538: error: subscripted value is pointer to function
  4766. src/engine/external/wavpack/unpack.c:539: error: subscripted value is pointer to function
  4767. src/engine/external/wavpack/unpack.c:539: warning: cast from pointer to integer of different size
  4768. src/engine/external/wavpack/unpack.c:539: warning: comparison between pointer and integer
  4769. src/engine/external/wavpack/unpack.c:539: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4770. src/engine/external/wavpack/unpack.c:539: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4771. src/engine/external/wavpack/unpack.c:539: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4772. src/engine/external/wavpack/unpack.c:539: error: subscripted value is pointer to function
  4773. src/engine/external/wavpack/unpack.c:540: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4774. src/engine/external/wavpack/unpack.c:540: warning: the address of ‘sam_B’ will always evaluate as ‘true’
  4775. src/engine/external/wavpack/unpack.c:540: error: invalid operands to binary ^ (have ‘int (*)()’ and ‘int (*)()’)
  4776. src/engine/external/wavpack/unpack.c:542: error: subscripted value is pointer to function
  4777. src/engine/external/wavpack/unpack.c:542: error: subscripted value is pointer to function
  4778. src/engine/external/wavpack/unpack.c:543: error: subscripted value is pointer to function
  4779. src/engine/external/wavpack/unpack.c:543: warning: cast from pointer to integer of different size
  4780. src/engine/external/wavpack/unpack.c:543: warning: comparison between pointer and integer
  4781. src/engine/external/wavpack/unpack.c:543: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4782. src/engine/external/wavpack/unpack.c:543: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4783. src/engine/external/wavpack/unpack.c:543: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4784. src/engine/external/wavpack/unpack.c:543: error: subscripted value is pointer to function
  4785. src/engine/external/wavpack/unpack.c:544: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4786. src/engine/external/wavpack/unpack.c:544: warning: the address of ‘sam_B’ will always evaluate as ‘true’
  4787. src/engine/external/wavpack/unpack.c:544: error: invalid operands to binary ^ (have ‘int (*)()’ and ‘int (*)()’)
  4788. src/engine/external/wavpack/unpack.c:547: error: subscripted value is pointer to function
  4789. src/engine/external/wavpack/unpack.c:548: error: subscripted value is pointer to function
  4790. src/engine/external/wavpack/unpack.c:549: error: subscripted value is pointer to function
  4791. src/engine/external/wavpack/unpack.c:550: error: subscripted value is pointer to function
  4792. src/engine/external/wavpack/unpack.c:555: error: subscripted value is pointer to function
  4793. src/engine/external/wavpack/unpack.c:555: error: subscripted value is pointer to function
  4794. src/engine/external/wavpack/unpack.c:556: error: subscripted value is pointer to function
  4795. src/engine/external/wavpack/unpack.c:556: warning: cast from pointer to integer of different size
  4796. src/engine/external/wavpack/unpack.c:556: warning: comparison between pointer and integer
  4797. src/engine/external/wavpack/unpack.c:556: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4798. src/engine/external/wavpack/unpack.c:556: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4799. src/engine/external/wavpack/unpack.c:556: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4800. src/engine/external/wavpack/unpack.c:556: error: subscripted value is pointer to function
  4801. src/engine/external/wavpack/unpack.c:557: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4802. src/engine/external/wavpack/unpack.c:557: warning: the address of ‘sam_B’ will always evaluate as ‘true’
  4803. src/engine/external/wavpack/unpack.c:557: error: invalid operands to binary ^ (have ‘int (*)()’ and ‘int (*)()’)
  4804. src/engine/external/wavpack/unpack.c:559: error: subscripted value is pointer to function
  4805. src/engine/external/wavpack/unpack.c:559: error: subscripted value is pointer to function
  4806. src/engine/external/wavpack/unpack.c:560: error: subscripted value is pointer to function
  4807. src/engine/external/wavpack/unpack.c:560: warning: cast from pointer to integer of different size
  4808. src/engine/external/wavpack/unpack.c:560: warning: comparison between pointer and integer
  4809. src/engine/external/wavpack/unpack.c:560: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4810. src/engine/external/wavpack/unpack.c:560: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4811. src/engine/external/wavpack/unpack.c:560: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4812. src/engine/external/wavpack/unpack.c:560: error: subscripted value is pointer to function
  4813. src/engine/external/wavpack/unpack.c:561: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4814. src/engine/external/wavpack/unpack.c:561: warning: the address of ‘sam_B’ will always evaluate as ‘true’
  4815. src/engine/external/wavpack/unpack.c:561: error: invalid operands to binary ^ (have ‘int (*)()’ and ‘int (*)()’)
  4816. src/engine/external/wavpack/unpack.c:564: error: subscripted value is pointer to function
  4817. src/engine/external/wavpack/unpack.c:565: error: subscripted value is pointer to function
  4818. src/engine/external/wavpack/unpack.c:566: error: subscripted value is pointer to function
  4819. src/engine/external/wavpack/unpack.c:567: error: subscripted value is pointer to function
  4820. src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
  4821. src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
  4822. src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
  4823. src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
  4824. src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
  4825. src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
  4826. src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
  4827. src/engine/external/wavpack/unpack.c:573: error: subscripted value is pointer to function
  4828. src/engine/external/wavpack/unpack.c:573: error: subscripted value is pointer to function
  4829. src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
  4830. src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
  4831. src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
  4832. src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
  4833. src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
  4834. src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
  4835. src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
  4836. src/engine/external/wavpack/unpack.c:576: error: subscripted value is pointer to function
  4837. src/engine/external/wavpack/unpack.c:576: error: subscripted value is pointer to function
  4838. src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
  4839. src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
  4840. src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
  4841. src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
  4842. src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
  4843. src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
  4844. src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
  4845. src/engine/external/wavpack/unpack.c:589: error: subscripted value is pointer to function
  4846. src/engine/external/wavpack/unpack.c:589: error: subscripted value is pointer to function
  4847. src/engine/external/wavpack/unpack.c:589: error: lvalue required as left operand of assignment
  4848. src/engine/external/wavpack/unpack.c:589: error: lvalue required as left operand of assignment
  4849. src/engine/external/wavpack/unpack.c:589: error: lvalue required as left operand of assignment
  4850. src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
  4851. src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
  4852. src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
  4853. src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
  4854. src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
  4855. src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
  4856. src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
  4857. src/engine/external/wavpack/unpack.c:591: error: subscripted value is pointer to function
  4858. src/engine/external/wavpack/unpack.c:591: error: subscripted value is pointer to function
  4859. src/engine/external/wavpack/unpack.c:591: error: lvalue required as left operand of assignment
  4860. src/engine/external/wavpack/unpack.c:591: error: lvalue required as left operand of assignment
  4861. src/engine/external/wavpack/unpack.c:591: error: lvalue required as left operand of assignment
  4862. src/engine/external/wavpack/unpack.c:594: error: subscripted value is pointer to function
  4863. src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
  4864. src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
  4865. src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
  4866. src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
  4867. src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
  4868. src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
  4869. src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
  4870. src/engine/external/wavpack/unpack.c:600: error: subscripted value is pointer to function
  4871. src/engine/external/wavpack/unpack.c:600: error: subscripted value is pointer to function
  4872. src/engine/external/wavpack/unpack.c:600: error: lvalue required as left operand of assignment
  4873. src/engine/external/wavpack/unpack.c:600: error: lvalue required as left operand of assignment
  4874. src/engine/external/wavpack/unpack.c:600: error: lvalue required as left operand of assignment
  4875. src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
  4876. src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
  4877. src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
  4878. src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
  4879. src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
  4880. src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
  4881. src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
  4882. src/engine/external/wavpack/unpack.c:602: error: subscripted value is pointer to function
  4883. src/engine/external/wavpack/unpack.c:602: error: subscripted value is pointer to function
  4884. src/engine/external/wavpack/unpack.c:602: error: lvalue required as left operand of assignment
  4885. src/engine/external/wavpack/unpack.c:602: error: lvalue required as left operand of assignment
  4886. src/engine/external/wavpack/unpack.c:602: error: lvalue required as left operand of assignment
  4887. src/engine/external/wavpack/unpack.c:605: error: subscripted value is pointer to function
  4888. src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
  4889. src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
  4890. src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
  4891. src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
  4892. src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
  4893. src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
  4894. src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
  4895. src/engine/external/wavpack/unpack.c:611: error: subscripted value is pointer to function
  4896. src/engine/external/wavpack/unpack.c:611: error: subscripted value is pointer to function
  4897. src/engine/external/wavpack/unpack.c:611: error: lvalue required as left operand of assignment
  4898. src/engine/external/wavpack/unpack.c:611: error: lvalue required as left operand of assignment
  4899. src/engine/external/wavpack/unpack.c:611: error: lvalue required as left operand of assignment
  4900. src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
  4901. src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
  4902. src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
  4903. src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
  4904. src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
  4905. src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
  4906. src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
  4907. src/engine/external/wavpack/unpack.c:613: error: subscripted value is pointer to function
  4908. src/engine/external/wavpack/unpack.c:613: error: subscripted value is pointer to function
  4909. src/engine/external/wavpack/unpack.c:613: error: lvalue required as left operand of assignment
  4910. src/engine/external/wavpack/unpack.c:613: error: lvalue required as left operand of assignment
  4911. src/engine/external/wavpack/unpack.c:613: error: lvalue required as left operand of assignment
  4912. src/engine/external/wavpack/unpack.c:616: error: subscripted value is pointer to function
  4913. src/engine/external/wavpack/unpack.c:617: error: subscripted value is pointer to function
  4914. src/engine/external/wavpack/unpack.c:621: warning: assignment makes integer from pointer without a cast
  4915. src/engine/external/wavpack/unpack.c:622: warning: assignment makes integer from pointer without a cast
  4916. src/engine/external/wavpack/unpack.c:530: error: nested function ‘weight_B’ declared but never defined
  4917. src/engine/external/wavpack/unpack.c:530: error: nested function ‘weight_A’ declared but never defined
  4918. src/engine/external/wavpack/unpack.c:530: error: nested function ‘delta’ declared but never defined
  4919. src/engine/external/wavpack/unpack.c: In function ‘decorr_mono_pass’:
  4920. src/engine/external/wavpack/unpack.c:629: error: function ‘delta’ is initialized like a variable
  4921. src/engine/external/wavpack/unpack.c:629: error: function ‘weight_A’ is initialized like a variable
  4922. src/engine/external/wavpack/unpack.c:630: error: invalid operands to binary + (have ‘int (*)()’ and ‘int (*)()’)
  4923. src/engine/external/wavpack/unpack.c:639: warning: cast from pointer to integer of different size
  4924. src/engine/external/wavpack/unpack.c:639: warning: comparison between pointer and integer
  4925. src/engine/external/wavpack/unpack.c:639: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4926. src/engine/external/wavpack/unpack.c:639: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4927. src/engine/external/wavpack/unpack.c:639: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4928. src/engine/external/wavpack/unpack.c:639: error: subscripted value is pointer to function
  4929. src/engine/external/wavpack/unpack.c:640: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4930. src/engine/external/wavpack/unpack.c:640: error: subscripted value is pointer to function
  4931. src/engine/external/wavpack/unpack.c:640: error: subscripted value is pointer to function
  4932. src/engine/external/wavpack/unpack.c:641: error: subscripted value is pointer to function
  4933. src/engine/external/wavpack/unpack.c:650: warning: cast from pointer to integer of different size
  4934. src/engine/external/wavpack/unpack.c:650: warning: comparison between pointer and integer
  4935. src/engine/external/wavpack/unpack.c:650: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4936. src/engine/external/wavpack/unpack.c:650: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4937. src/engine/external/wavpack/unpack.c:650: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4938. src/engine/external/wavpack/unpack.c:650: error: subscripted value is pointer to function
  4939. src/engine/external/wavpack/unpack.c:651: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4940. src/engine/external/wavpack/unpack.c:651: error: subscripted value is pointer to function
  4941. src/engine/external/wavpack/unpack.c:651: error: subscripted value is pointer to function
  4942. src/engine/external/wavpack/unpack.c:652: error: subscripted value is pointer to function
  4943. src/engine/external/wavpack/unpack.c:660: warning: cast from pointer to integer of different size
  4944. src/engine/external/wavpack/unpack.c:660: warning: comparison between pointer and integer
  4945. src/engine/external/wavpack/unpack.c:660: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4946. src/engine/external/wavpack/unpack.c:660: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
  4947. src/engine/external/wavpack/unpack.c:660: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
  4948. src/engine/external/wavpack/unpack.c:660: error: subscripted value is pointer to function
  4949. src/engine/external/wavpack/unpack.c:661: warning: the address of ‘sam_A’ will always evaluate as ‘true’
  4950. src/engine/external/wavpack/unpack.c:661: error: subscripted value is pointer to function
  4951. src/engine/external/wavpack/unpack.c:661: error: subscripted value is pointer to function
  4952. src/engine/external/wavpack/unpack.c:662: error: subscripted value is pointer to function
  4953. src/engine/external/wavpack/unpack.c:668: error: declaration of ‘temp_samples’ as array of functions
  4954. src/engine/external/wavpack/unpack.c:670: warning: incompatible implicit declaration of built-in function ‘memcpy’
  4955. src/engine/external/wavpack/unpack.c:668: warning: unused variable ‘temp_samples’
  4956. src/engine/external/wavpack/unpack.c:679: warning: assignment makes integer from pointer without a cast
  4957. src/engine/external/wavpack/unpack.c:629: error: nested function ‘weight_A’ declared but never defined
  4958. src/engine/external/wavpack/unpack.c:629: error: nested function ‘delta’ declared but never defined
  4959. src/engine/external/wavpack/unpack.c: At top level:
  4960. src/engine/external/wavpack/unpack.c:691: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  4961. src/engine/external/wavpack/unpack.c: In function ‘fixup_samples’:
  4962. src/engine/external/wavpack/unpack.c:693: error: ‘uint32_t’ undeclared (first use in this function)
  4963. src/engine/external/wavpack/unpack.c:693: error: expected ‘;’ before ‘flags’
  4964. src/engine/external/wavpack/unpack.c:694: error: ‘flags’ undeclared (first use in this function)
  4965. src/engine/external/wavpack/unpack.c:697: error: ‘sample_count’ undeclared (first use in this function)
  4966. src/engine/external/wavpack/unpack.c:702: error: expected ‘;’ before ‘count’
  4967. src/engine/external/wavpack/unpack.c:703: error: ‘WavpackStream’ has no member named ‘int32_sent_bits’
  4968. src/engine/external/wavpack/unpack.c:703: error: ‘WavpackStream’ has no member named ‘int32_zeros’
  4969. src/engine/external/wavpack/unpack.c:704: error: ‘WavpackStream’ has no member named ‘int32_ones’
  4970. src/engine/external/wavpack/unpack.c:704: error: ‘WavpackStream’ has no member named ‘int32_dups’
  4971. src/engine/external/wavpack/unpack.c:708: error: ‘count’ undeclared (first use in this function)
  4972. src/engine/external/wavpack/unpack.c:710: error: lvalue required as left operand of assignment
  4973. src/engine/external/wavpack/unpack.c:712: error: invalid operands to binary << (have ‘int (*)()’ and ‘int’)
  4974. src/engine/external/wavpack/unpack.c:714: error: invalid operands to binary & (have ‘int (*)()’ and ‘int’)
  4975. src/engine/external/wavpack/unpack.c:714: error: invalid operands to binary & (have ‘int (*)()’ and ‘int’)
  4976. src/engine/external/wavpack/unpack.c:727: error: lvalue required as left operand of assignment
  4977. src/engine/external/wavpack/unpack.c:728: error: lvalue required as left operand of assignment
  4978. src/engine/external/wavpack/unpack.c:732: error: lvalue required as left operand of assignment
  4979. src/engine/external/wavpack/unpack.c:733: error: lvalue required as left operand of assignment
  4980. src/engine/external/wavpack/unpack.c:737: error: lvalue required as left operand of assignment
  4981. src/engine/external/wavpack/unpack.c:738: error: lvalue required as left operand of assignment
  4982. src/engine/external/wavpack/unpack.c:743: error: cast specifies function type
  4983. src/engine/external/wavpack/unpack.c:744: error: cast specifies function type
  4984. src/engine/external/wavpack/unpack.c:753: error: lvalue required as left operand of assignment
  4985. src/engine/external/wavpack/unpack.c:755: error: lvalue required as left operand of assignment
  4986. src/engine/external/wavpack/unpack.c:757: error: lvalue required as left operand of assignment
  4987. src/engine/external/wavpack/unpack.c:765: error: lvalue required as left operand of assignment
  4988. src/engine/external/wavpack/unpack.c: In function ‘check_crc_error’:
  4989. src/engine/external/wavpack/unpack.c:781: error: ‘WavpackStream’ has no member named ‘crc’
  4990. src/engine/external/wavpack/unpack.c:781: error: ‘WavpackHeader’ has no member named ‘crc’
  4991. bam: 'objs/engine/external/wavpack/unpack.o' error 256
  4992. [ 94/108] #1 c src/engine/external/wavpack/words.c
  4993. In file included from src/engine/external/wavpack/words.c:27:
  4994. src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
  4995. src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
  4996. src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
  4997. In file included from src/engine/external/wavpack/words.c:27:
  4998. src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
  4999. src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
  5000. src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
  5001. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
  5002. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
  5003. src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
  5004. src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
  5005. src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
  5006. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
  5007. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
  5008. src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
  5009. src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
  5010. src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
  5011. src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
  5012. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
  5013. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  5014. src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  5015. src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
  5016. src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  5017. src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
  5018. src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
  5019. src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
  5020. src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
  5021. src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
  5022. src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
  5023. src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
  5024. src/engine/external/wavpack/words.c:29:20: error: string.h: No such file or directory
  5025. src/engine/external/wavpack/words.c: In function ‘init_words’:
  5026. src/engine/external/wavpack/words.c:142: warning: implicit declaration of function ‘memset’
  5027. src/engine/external/wavpack/words.c:142: warning: incompatible implicit declaration of built-in function ‘memset’
  5028. src/engine/external/wavpack/words.c: At top level:
  5029. src/engine/external/wavpack/words.c:145: error: expected ‘)’ before ‘avalue’
  5030. src/engine/external/wavpack/words.c: In function ‘read_entropy_vars’:
  5031. src/engine/external/wavpack/words.c:153: error: ‘WavpackMetadata’ has no member named ‘data’
  5032. src/engine/external/wavpack/words.c:155: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  5033. src/engine/external/wavpack/words.c:155: error: ‘WavpackHeader’ has no member named ‘flags’
  5034. src/engine/external/wavpack/words.c:158: error: ‘struct words_data’ has no member named ‘c’
  5035. src/engine/external/wavpack/words.c:159: error: ‘struct words_data’ has no member named ‘c’
  5036. src/engine/external/wavpack/words.c:160: error: ‘struct words_data’ has no member named ‘c’
  5037. src/engine/external/wavpack/words.c:162: error: ‘WavpackHeader’ has no member named ‘flags’
  5038. src/engine/external/wavpack/words.c:163: error: ‘struct words_data’ has no member named ‘c’
  5039. src/engine/external/wavpack/words.c:164: error: ‘struct words_data’ has no member named ‘c’
  5040. src/engine/external/wavpack/words.c:165: error: ‘struct words_data’ has no member named ‘c’
  5041. src/engine/external/wavpack/words.c: In function ‘read_hybrid_profile’:
  5042. src/engine/external/wavpack/words.c:178: error: ‘WavpackMetadata’ has no member named ‘data’
  5043. src/engine/external/wavpack/words.c:179: error: ‘WavpackMetadata’ has no member named ‘byte_length’
  5044. src/engine/external/wavpack/words.c:181: error: ‘WavpackHeader’ has no member named ‘flags’
  5045. src/engine/external/wavpack/words.c:182: error: ‘struct words_data’ has no member named ‘c’
  5046. src/engine/external/wavpack/words.c:185: error: ‘WavpackHeader’ has no member named ‘flags’
  5047. src/engine/external/wavpack/words.c:186: error: ‘struct words_data’ has no member named ‘c’
  5048. src/engine/external/wavpack/words.c:191: error: ‘struct words_data’ has no member named ‘bitrate_acc’
  5049. src/engine/external/wavpack/words.c:191: error: cast specifies function type
  5050. src/engine/external/wavpack/words.c:194: error: ‘WavpackHeader’ has no member named ‘flags’
  5051. src/engine/external/wavpack/words.c:195: error: ‘struct words_data’ has no member named ‘bitrate_acc’
  5052. src/engine/external/wavpack/words.c:195: error: cast specifies function type
  5053. src/engine/external/wavpack/words.c:200: error: ‘struct words_data’ has no member named ‘bitrate_delta’
  5054. src/engine/external/wavpack/words.c:203: error: ‘WavpackHeader’ has no member named ‘flags’
  5055. src/engine/external/wavpack/words.c:204: error: ‘struct words_data’ has no member named ‘bitrate_delta’
  5056. src/engine/external/wavpack/words.c:212: error: ‘struct words_data’ has no member named ‘bitrate_delta’
  5057. src/engine/external/wavpack/words.c:212: error: ‘struct words_data’ has no member named ‘bitrate_delta’
  5058. src/engine/external/wavpack/words.c: At top level:
  5059. src/engine/external/wavpack/words.c:223: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  5060. src/engine/external/wavpack/words.c: In function ‘update_error_limit’:
  5061. src/engine/external/wavpack/words.c:225: error: ‘struct words_data’ has no member named ‘bitrate_acc’
  5062. src/engine/external/wavpack/words.c:225: error: ‘struct words_data’ has no member named ‘bitrate_delta’
  5063. src/engine/external/wavpack/words.c:227: error: ‘flags’ undeclared (first use in this function)
  5064. src/engine/external/wavpack/words.c:227: error: (Each undeclared identifier is reported only once
  5065. src/engine/external/wavpack/words.c:227: error: for each function it appears in.)
  5066. src/engine/external/wavpack/words.c:229: error: ‘struct words_data’ has no member named ‘c’
  5067. src/engine/external/wavpack/words.c:232: error: ‘struct words_data’ has no member named ‘c’
  5068. src/engine/external/wavpack/words.c:234: error: ‘struct words_data’ has no member named ‘c’
  5069. src/engine/external/wavpack/words.c:237: error: ‘struct words_data’ has no member named ‘c’
  5070. src/engine/external/wavpack/words.c:240: error: ‘struct words_data’ has no member named ‘bitrate_acc’
  5071. src/engine/external/wavpack/words.c:240: error: ‘struct words_data’ has no member named ‘bitrate_delta’
  5072. src/engine/external/wavpack/words.c:243: error: ‘struct words_data’ has no member named ‘c’
  5073. src/engine/external/wavpack/words.c:244: error: ‘struct words_data’ has no member named ‘c’
  5074. src/engine/external/wavpack/words.c:264: error: ‘struct words_data’ has no member named ‘c’
  5075. src/engine/external/wavpack/words.c:266: error: ‘struct words_data’ has no member named ‘c’
  5076. src/engine/external/wavpack/words.c:269: error: ‘struct words_data’ has no member named ‘c’
  5077. src/engine/external/wavpack/words.c:271: error: ‘struct words_data’ has no member named ‘c’
  5078. src/engine/external/wavpack/words.c:274: error: ‘struct words_data’ has no member named ‘c’
  5079. src/engine/external/wavpack/words.c:275: error: ‘struct words_data’ has no member named ‘c’
  5080. src/engine/external/wavpack/words.c: At top level:
  5081. src/engine/external/wavpack/words.c:280: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘read_code’
  5082. src/engine/external/wavpack/words.c:290: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  5083. src/engine/external/wavpack/words.c:292: error: ‘get_words’ declared as function returning a function
  5084. src/engine/external/wavpack/words.c: In function ‘get_words’:
  5085. src/engine/external/wavpack/words.c:293: error: ‘struct words_data’ has no member named ‘c’
  5086. src/engine/external/wavpack/words.c:296: error: ‘flags’ undeclared (first use in this function)
  5087. src/engine/external/wavpack/words.c:300: error: ‘uint32_t’ undeclared (first use in this function)
  5088. src/engine/external/wavpack/words.c:300: error: expected ‘;’ before ‘ones_count’
  5089. src/engine/external/wavpack/words.c:303: error: ‘struct words_data’ has no member named ‘c’
  5090. src/engine/external/wavpack/words.c:305: error: ‘struct words_data’ has no member named ‘c’
  5091. src/engine/external/wavpack/words.c:305: error: ‘struct words_data’ has no member named ‘holding_zero’
  5092. src/engine/external/wavpack/words.c:305: error: ‘struct words_data’ has no member named ‘holding_one’
  5093. src/engine/external/wavpack/words.c:305: error: ‘struct words_data’ has no member named ‘c’
  5094. src/engine/external/wavpack/words.c:306: error: expected ‘;’ before ‘mask’
  5095. src/engine/external/wavpack/words.c:309: error: ‘struct words_data’ has no member named ‘zeros_acc’
  5096. src/engine/external/wavpack/words.c:310: error: ‘struct words_data’ has no member named ‘zeros_acc’
  5097. src/engine/external/wavpack/words.c:311: error: ‘struct entropy_data’ has no member named ‘slow_level’
  5098. src/engine/external/wavpack/words.c:311: error: ‘struct entropy_data’ has no member named ‘slow_level’
  5099. src/engine/external/wavpack/words.c:312: error: lvalue required as left operand of assignment
  5100. src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘bc’
  5101. src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘bc’
  5102. src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘sr’
  5103. src/engine/external/wavpack/words.c:317: warning: left-hand operand of comma expression has no effect
  5104. src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘bc’
  5105. src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘sr’
  5106. src/engine/external/wavpack/words.c:317: warning: left-hand operand of comma expression has no effect
  5107. src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘sr’
  5108. src/engine/external/wavpack/words.c:317: warning: left-hand operand of comma expression has no effect
  5109. src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘sr’
  5110. src/engine/external/wavpack/words.c:317: warning: left-hand operand of comma expression has no effect
  5111. src/engine/external/wavpack/words.c:323: error: ‘struct words_data’ has no member named ‘zeros_acc’
  5112. src/engine/external/wavpack/words.c:325: error: ‘mask’ undeclared (first use in this function)
  5113. src/engine/external/wavpack/words.c:325: error: ‘struct words_data’ has no member named ‘zeros_acc’
  5114. src/engine/external/wavpack/words.c:325: warning: left-hand operand of comma expression has no effect
  5115. src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘bc’
  5116. src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘bc’
  5117. src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘sr’
  5118. src/engine/external/wavpack/words.c:326: warning: left-hand operand of comma expression has no effect
  5119. src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘bc’
  5120. src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘sr’
  5121. src/engine/external/wavpack/words.c:326: warning: left-hand operand of comma expression has no effect
  5122. src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘sr’
  5123. src/engine/external/wavpack/words.c:326: warning: left-hand operand of comma expression has no effect
  5124. src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘sr’
  5125. src/engine/external/wavpack/words.c:326: warning: left-hand operand of comma expression has no effect
  5126. src/engine/external/wavpack/words.c:327: error: ‘struct words_data’ has no member named ‘zeros_acc’
  5127. src/engine/external/wavpack/words.c:329: error: ‘struct words_data’ has no member named ‘zeros_acc’
  5128. src/engine/external/wavpack/words.c:332: error: ‘struct words_data’ has no member named ‘zeros_acc’
  5129. src/engine/external/wavpack/words.c:333: error: ‘struct entropy_data’ has no member named ‘slow_level’
  5130. src/engine/external/wavpack/words.c:333: error: ‘struct entropy_data’ has no member named ‘slow_level’
  5131. src/engine/external/wavpack/words.c:334: warning: incompatible implicit declaration of built-in function ‘memset’
  5132. src/engine/external/wavpack/words.c:334: error: ‘struct words_data’ has no member named ‘c’
  5133. src/engine/external/wavpack/words.c:334: error: ‘struct words_data’ has no member named ‘c’
  5134. src/engine/external/wavpack/words.c:335: error: ‘struct words_data’ has no member named ‘c’
  5135. src/engine/external/wavpack/words.c:335: error: ‘struct words_data’ has no member named ‘c’
  5136. src/engine/external/wavpack/words.c:336: error: lvalue required as left operand of assignment
  5137. src/engine/external/wavpack/words.c:342: error: ‘struct words_data’ has no member named ‘holding_zero’
  5138. src/engine/external/wavpack/words.c:343: error: ‘ones_count’ undeclared (first use in this function)
  5139. src/engine/external/wavpack/words.c:343: error: ‘struct words_data’ has no member named ‘holding_zero’
  5140. src/engine/external/wavpack/words.c:347: error: ‘Bitstream’ has no member named ‘bc’
  5141. src/engine/external/wavpack/words.c:351: error: ‘Bitstream’ has no member named ‘sr’
  5142. src/engine/external/wavpack/words.c:351: error: ‘Bitstream’ has no member named ‘bc’
  5143. src/engine/external/wavpack/words.c:352: error: ‘Bitstream’ has no member named ‘bc’
  5144. src/engine/external/wavpack/words.c:355: error: ‘Bitstream’ has no member named ‘sr’
  5145. src/engine/external/wavpack/words.c:358: error: ‘Bitstream’ has no member named ‘bc’
  5146. src/engine/external/wavpack/words.c:359: error: ‘Bitstream’ has no member named ‘sr’
  5147. src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘bc’
  5148. src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘bc’
  5149. src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘sr’
  5150. src/engine/external/wavpack/words.c:361: warning: left-hand operand of comma expression has no effect
  5151. src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘bc’
  5152. src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘sr’
  5153. src/engine/external/wavpack/words.c:361: warning: left-hand operand of comma expression has no effect
  5154. src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘sr’
  5155. src/engine/external/wavpack/words.c:361: warning: left-hand operand of comma expression has no effect
  5156. src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘sr’
  5157. src/engine/external/wavpack/words.c:361: warning: left-hand operand of comma expression has no effect
  5158. src/engine/external/wavpack/words.c:367: error: expected ‘;’ before ‘mask’
  5159. src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘bc’
  5160. src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘bc’
  5161. src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘sr’
  5162. src/engine/external/wavpack/words.c:370: warning: left-hand operand of comma expression has no effect
  5163. src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘bc’
  5164. src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘sr’
  5165. src/engine/external/wavpack/words.c:370: warning: left-hand operand of comma expression has no effect
  5166. src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘sr’
  5167. src/engine/external/wavpack/words.c:370: warning: left-hand operand of comma expression has no effect
  5168. src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘sr’
  5169. src/engine/external/wavpack/words.c:370: warning: left-hand operand of comma expression has no effect
  5170. src/engine/external/wavpack/words.c:378: warning: left-hand operand of comma expression has no effect
  5171. src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘bc’
  5172. src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘bc’
  5173. src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘sr’
  5174. src/engine/external/wavpack/words.c:379: warning: left-hand operand of comma expression has no effect
  5175. src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘bc’
  5176. src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘sr’
  5177. src/engine/external/wavpack/words.c:379: warning: left-hand operand of comma expression has no effect
  5178. src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘sr’
  5179. src/engine/external/wavpack/words.c:379: warning: left-hand operand of comma expression has no effect
  5180. src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘sr’
  5181. src/engine/external/wavpack/words.c:379: warning: left-hand operand of comma expression has no effect
  5182. src/engine/external/wavpack/words.c:389: error: ‘Bitstream’ has no member named ‘bc’
  5183. src/engine/external/wavpack/words.c:390: error: ‘Bitstream’ has no member named ‘sr’
  5184. src/engine/external/wavpack/words.c:393: error: ‘struct words_data’ has no member named ‘holding_one’
  5185. src/engine/external/wavpack/words.c:394: error: ‘struct words_data’ has no member named ‘holding_one’
  5186. src/engine/external/wavpack/words.c:398: error: ‘struct words_data’ has no member named ‘holding_one’
  5187. src/engine/external/wavpack/words.c:402: error: ‘struct words_data’ has no member named ‘holding_zero’
  5188. src/engine/external/wavpack/words.c:402: error: ‘struct words_data’ has no member named ‘holding_one’
  5189. src/engine/external/wavpack/words.c:406: error: too many arguments to function ‘update_error_limit’
  5190. src/engine/external/wavpack/words.c:409: error: ‘low’ undeclared (first use in this function)
  5191. src/engine/external/wavpack/words.c:410: error: ‘high’ undeclared (first use in this function)
  5192. src/engine/external/wavpack/words.c:410: error: ‘struct entropy_data’ has no member named ‘median’
  5193. src/engine/external/wavpack/words.c:411: error: ‘struct entropy_data’ has no member named ‘median’
  5194. src/engine/external/wavpack/words.c:411: error: ‘struct entropy_data’ has no member named ‘median’
  5195. src/engine/external/wavpack/words.c:414: error: ‘struct entropy_data’ has no member named ‘median’
  5196. src/engine/external/wavpack/words.c:415: error: ‘struct entropy_data’ has no member named ‘median’
  5197. src/engine/external/wavpack/words.c:415: error: ‘struct entropy_data’ has no member named ‘median’
  5198. src/engine/external/wavpack/words.c:418: error: ‘struct entropy_data’ has no member named ‘median’
  5199. src/engine/external/wavpack/words.c:419: error: ‘struct entropy_data’ has no member named ‘median’
  5200. src/engine/external/wavpack/words.c:419: error: ‘struct entropy_data’ has no member named ‘median’
  5201. src/engine/external/wavpack/words.c:422: error: ‘struct entropy_data’ has no member named ‘median’
  5202. src/engine/external/wavpack/words.c:423: error: ‘struct entropy_data’ has no member named ‘median’
  5203. src/engine/external/wavpack/words.c:423: error: ‘struct entropy_data’ has no member named ‘median’
  5204. src/engine/external/wavpack/words.c:426: error: ‘struct entropy_data’ has no member named ‘median’
  5205. src/engine/external/wavpack/words.c:427: error: ‘struct entropy_data’ has no member named ‘median’
  5206. src/engine/external/wavpack/words.c:427: error: ‘struct entropy_data’ has no member named ‘median’
  5207. src/engine/external/wavpack/words.c:430: error: ‘struct entropy_data’ has no member named ‘median’
  5208. src/engine/external/wavpack/words.c:431: error: ‘struct entropy_data’ has no member named ‘median’
  5209. src/engine/external/wavpack/words.c:432: error: ‘struct entropy_data’ has no member named ‘median’
  5210. src/engine/external/wavpack/words.c:432: error: ‘struct entropy_data’ has no member named ‘median’
  5211. src/engine/external/wavpack/words.c:437: error: ‘mid’ undeclared (first use in this function)
  5212. src/engine/external/wavpack/words.c:439: error: ‘struct entropy_data’ has no member named ‘error_limit’
  5213. src/engine/external/wavpack/words.c:440: warning: implicit declaration of function ‘read_code’
  5214. src/engine/external/wavpack/words.c:441: error: ‘struct entropy_data’ has no member named ‘error_limit’
  5215. src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘bc’
  5216. src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘bc’
  5217. src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘sr’
  5218. src/engine/external/wavpack/words.c:442: warning: left-hand operand of comma expression has no effect
  5219. src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘bc’
  5220. src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘sr’
  5221. src/engine/external/wavpack/words.c:442: warning: left-hand operand of comma expression has no effect
  5222. src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘sr’
  5223. src/engine/external/wavpack/words.c:442: warning: left-hand operand of comma expression has no effect
  5224. src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘sr’
  5225. src/engine/external/wavpack/words.c:442: warning: left-hand operand of comma expression has no effect
  5226. src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘bc’
  5227. src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘bc’
  5228. src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘sr’
  5229. src/engine/external/wavpack/words.c:448: warning: left-hand operand of comma expression has no effect
  5230. src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘bc’
  5231. src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘sr’
  5232. src/engine/external/wavpack/words.c:448: warning: left-hand operand of comma expression has no effect
  5233. src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘sr’
  5234. src/engine/external/wavpack/words.c:448: warning: left-hand operand of comma expression has no effect
  5235. src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘sr’
  5236. src/engine/external/wavpack/words.c:448: warning: left-hand operand of comma expression has no effect
  5237. src/engine/external/wavpack/words.c:451: error: ‘struct entropy_data’ has no member named ‘slow_level’
  5238. src/engine/external/wavpack/words.c:451: error: ‘struct entropy_data’ has no member named ‘slow_level’
  5239. src/engine/external/wavpack/words.c:451: error: ‘struct entropy_data’ has no member named ‘slow_level’
  5240. src/engine/external/wavpack/words.c:451: warning: implicit declaration of function ‘mylog2’
  5241. src/engine/external/wavpack/words.c: At top level:
  5242. src/engine/external/wavpack/words.c:463: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘read_code’
  5243. src/engine/external/wavpack/words.c:499: error: expected ‘)’ before ‘avalue’
  5244. src/engine/external/wavpack/words.c: In function ‘log2s’:
  5245. src/engine/external/wavpack/words.c:525: error: wrong type argument to unary minus
  5246. src/engine/external/wavpack/words.c: At top level:
  5247. src/engine/external/wavpack/words.c:534: error: ‘exp2s’ declared as function returning a function
  5248. src/engine/external/wavpack/words.c: In function ‘exp2s’:
  5249. src/engine/external/wavpack/words.c:535: error: ‘uint32_t’ undeclared (first use in this function)
  5250. src/engine/external/wavpack/words.c:535: error: expected ‘;’ before ‘value’
  5251. src/engine/external/wavpack/words.c:540: error: ‘value’ undeclared (first use in this function)
  5252. bam: 'objs/engine/external/wavpack/words.o' error 256
  5253. [ 95/108] #1 c src/engine/external/wavpack/wputils.c
  5254. In file included from src/engine/external/wavpack/wputils.c:18:
  5255. src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
  5256. src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
  5257. src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
  5258. In file included from src/engine/external/wavpack/wputils.c:18:
  5259. src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
  5260. src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
  5261. src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
  5262. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
  5263. src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
  5264. src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
  5265. src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
  5266. src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
  5267. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
  5268. src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
  5269. src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
  5270. src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
  5271. src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
  5272. src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
  5273. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
  5274. src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  5275. src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  5276. src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
  5277. src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
  5278. src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
  5279. src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
  5280. src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
  5281. src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
  5282. src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
  5283. src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
  5284. src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
  5285. src/engine/external/wavpack/wputils.c:20:20: error: string.h: No such file or directory
  5286. src/engine/external/wavpack/wputils.c:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sample_rates’
  5287. src/engine/external/wavpack/wputils.c:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘read_next_header’
  5288. src/engine/external/wavpack/wputils.c:48: error: expected ‘)’ before ‘infile’
  5289. src/engine/external/wavpack/wputils.c: In function ‘WavpackGetMode’:
  5290. src/engine/external/wavpack/wputils.c:127: error: ‘WavpackConfig’ has no member named ‘flags’
  5291. src/engine/external/wavpack/wputils.c:129: error: ‘WavpackConfig’ has no member named ‘flags’
  5292. src/engine/external/wavpack/wputils.c:132: error: ‘WavpackContext’ has no member named ‘lossy_blocks’
  5293. src/engine/external/wavpack/wputils.c:135: error: ‘WavpackConfig’ has no member named ‘flags’
  5294. src/engine/external/wavpack/wputils.c:138: error: ‘WavpackConfig’ has no member named ‘flags’
  5295. src/engine/external/wavpack/wputils.c:141: error: ‘WavpackConfig’ has no member named ‘flags’
  5296. src/engine/external/wavpack/wputils.c: At top level:
  5297. src/engine/external/wavpack/wputils.c:158: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
  5298. src/engine/external/wavpack/wputils.c:231: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
  5299. src/engine/external/wavpack/wputils.c:238: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
  5300. src/engine/external/wavpack/wputils.c: In function ‘WavpackGetNumErrors’:
  5301. src/engine/external/wavpack/wputils.c:250: error: ‘WavpackContext’ has no member named ‘crc_errors’
  5302. src/engine/external/wavpack/wputils.c: In function ‘WavpackLossyBlocks’:
  5303. src/engine/external/wavpack/wputils.c:257: error: ‘WavpackContext’ has no member named ‘lossy_blocks’
  5304. src/engine/external/wavpack/wputils.c: At top level:
  5305. src/engine/external/wavpack/wputils.c:262: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
  5306. src/engine/external/wavpack/wputils.c: In function ‘WavpackGetReducedChannels’:
  5307. src/engine/external/wavpack/wputils.c:307: error: ‘WavpackContext’ has no member named ‘reduced_channels’
  5308. src/engine/external/wavpack/wputils.c:307: error: ‘WavpackContext’ has no member named ‘reduced_channels’
  5309. src/engine/external/wavpack/wputils.c: At top level:
  5310. src/engine/external/wavpack/wputils.c:318: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘read_next_header’
  5311. bam: 'objs/engine/external/wavpack/wputils.o' error 256
  5312. [ 96/108] #1 c src/osxlaunch/client.m
  5313. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_config.h:34,
  5314. from /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:30,
  5315. from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  5316. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  5317. from src/osxlaunch/client.m:8:
  5318. /Library/Frameworks/SDL.framework/Headers/SDL_config_macosx.h:29:32: error: AvailabilityMacros.h: No such file or directory
  5319. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  5320. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  5321. from src/osxlaunch/client.m:8:
  5322. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:34:23: error: sys/types.h: No such file or directory
  5323. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:37:19: error: stdio.h: No such file or directory
  5324. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:40:21: error: stdlib.h: No such file or directory
  5325. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:60:21: error: string.h: No such file or directory
  5326. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:66:23: error: inttypes.h: No such file or directory
  5327. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:71:20: error: ctype.h: No such file or directory
  5328. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  5329. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  5330. from src/osxlaunch/client.m:8:
  5331. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:98: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Sint8’
  5332. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Uint8’
  5333. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:100: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Sint16’
  5334. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:101: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Uint16’
  5335. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:102: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Sint32’
  5336. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:103: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Uint32’
  5337. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Sint64’
  5338. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Uint64’
  5339. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:125: error: ‘Uint8’ undeclared here (not in a function)
  5340. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:126: error: ‘Sint8’ undeclared here (not in a function)
  5341. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:127: error: ‘Uint16’ undeclared here (not in a function)
  5342. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:128: error: ‘Sint16’ undeclared here (not in a function)
  5343. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:129: error: ‘Uint32’ undeclared here (not in a function)
  5344. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:130: error: ‘Sint32’ undeclared here (not in a function)
  5345. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:131: error: ‘Uint64’ undeclared here (not in a function)
  5346. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:132: error: ‘Sint64’ undeclared here (not in a function)
  5347. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:187:22: error: alloca.h: No such file or directory
  5348. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
  5349. from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
  5350. from src/osxlaunch/client.m:8:
  5351. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected ‘)’ before ‘value’
  5352. /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected ‘)’ before ‘value’
  5353. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:33,
  5354. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  5355. from src/osxlaunch/client.m:8:
  5356. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:81: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_Swap16’
  5357. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_Swap32’
  5358. /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_Swap64’
  5359. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:34,
  5360. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  5361. from src/osxlaunch/client.m:8:
  5362. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: error: expected ‘)’ before ‘initial_value’
  5363. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:115: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5364. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_SemValue’
  5365. /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:166: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5366. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:35,
  5367. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  5368. from src/osxlaunch/client.m:8:
  5369. /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:92: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ThreadID’
  5370. /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:97: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetThreadID’
  5371. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:36,
  5372. from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  5373. from src/osxlaunch/client.m:8:
  5374. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:64: error: expected specifier-qualifier-list before ‘Uint32’
  5375. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: expected ‘)’ before ‘*’ token
  5376. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:131: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadLE16’
  5377. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadBE16’
  5378. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:133: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadLE32’
  5379. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:134: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadBE32’
  5380. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:135: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadLE64’
  5381. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:136: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadBE64’
  5382. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:141: error: expected declaration specifiers or ‘...’ before ‘Uint16’
  5383. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:142: error: expected declaration specifiers or ‘...’ before ‘Uint16’
  5384. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:143: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5385. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:144: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5386. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:145: error: expected declaration specifiers or ‘...’ before ‘Uint64’
  5387. /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:146: error: expected declaration specifiers or ‘...’ before ‘Uint64’
  5388. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
  5389. from src/osxlaunch/client.m:8:
  5390. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:76: error: expected specifier-qualifier-list before ‘Uint16’
  5391. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:128: error: expected specifier-qualifier-list before ‘Uint16’
  5392. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: expected declaration specifiers or ‘...’ before ‘Uint8’
  5393. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5394. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: expected ‘)’ before ‘*’ token
  5395. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: expected declaration specifiers or ‘...’ before ‘Uint16’
  5396. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: expected declaration specifiers or ‘...’ before ‘Uint8’
  5397. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: expected declaration specifiers or ‘...’ before ‘Uint16’
  5398. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: expected declaration specifiers or ‘...’ before ‘Uint8’
  5399. /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected ‘)’ before ‘*’ token
  5400. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:33,
  5401. from src/osxlaunch/client.m:8:
  5402. /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:71: error: expected specifier-qualifier-list before ‘Uint8’
  5403. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:33,
  5404. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  5405. from src/osxlaunch/client.m:8:
  5406. /Library/Frameworks/SDL.framework/Headers/SDL_active.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetAppState’
  5407. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:34,
  5408. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  5409. from src/osxlaunch/client.m:8:
  5410. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:60: error: expected specifier-qualifier-list before ‘Uint8’
  5411. /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  5412. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:32,
  5413. from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
  5414. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  5415. from src/osxlaunch/client.m:8:
  5416. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:51: error: expected specifier-qualifier-list before ‘Sint16’
  5417. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:56: error: expected specifier-qualifier-list before ‘Uint8’
  5418. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:72: error: expected specifier-qualifier-list before ‘Uint8’
  5419. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:97: error: expected specifier-qualifier-list before ‘Uint32’
  5420. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:172: error: expected specifier-qualifier-list before ‘Uint32’
  5421. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:209: error: expected specifier-qualifier-list before ‘Uint32’
  5422. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:275: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5423. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:313: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5424. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:324: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5425. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:385: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5426. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: expected declaration specifiers or ‘...’ before ‘Sint32’
  5427. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: expected declaration specifiers or ‘...’ before ‘Sint32’
  5428. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5429. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5430. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: warning: type defaults to ‘int’ in declaration of ‘Uint16’
  5431. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  5432. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: expected ‘)’ before ‘*’ token
  5433. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:492: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_MapRGB’
  5434. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:499: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_MapRGBA’
  5435. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: expected ‘)’ before ‘pixel’
  5436. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: expected ‘)’ before ‘pixel’
  5437. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected ‘)’ before ‘flags’
  5438. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5439. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5440. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5441. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5442. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5443. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5444. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5445. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: expected declaration specifiers or ‘...’ before ‘Uint8’
  5446. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:669: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5447. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:768: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5448. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:808: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5449. /Library/Frameworks/SDL.framework/Headers/SDL_video.h:897: error: expected declaration specifiers or ‘...’ before ‘Uint8’
  5450. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
  5451. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  5452. from src/osxlaunch/client.m:8:
  5453. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:43: error: expected specifier-qualifier-list before ‘Sint16’
  5454. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetMouseState’
  5455. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetRelativeMouseState’
  5456. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: expected ‘)’ before ‘x’
  5457. /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected ‘)’ before ‘*’ token
  5458. In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:36,
  5459. from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  5460. from src/osxlaunch/client.m:8:
  5461. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:134: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_JoystickGetAxis’
  5462. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_JoystickGetHat’
  5463. /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:173: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_JoystickGetButton’
  5464. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
  5465. from src/osxlaunch/client.m:8:
  5466. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:120: error: expected specifier-qualifier-list before ‘Uint8’
  5467. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:127: error: expected specifier-qualifier-list before ‘Uint8’
  5468. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:135: error: expected specifier-qualifier-list before ‘Uint8’
  5469. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:145: error: expected specifier-qualifier-list before ‘Uint8’
  5470. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:154: error: expected specifier-qualifier-list before ‘Uint8’
  5471. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:162: error: expected specifier-qualifier-list before ‘Uint8’
  5472. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:171: error: expected specifier-qualifier-list before ‘Uint8’
  5473. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:184: error: expected specifier-qualifier-list before ‘Uint8’
  5474. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:195: error: expected specifier-qualifier-list before ‘Uint8’
  5475. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:202: error: expected specifier-qualifier-list before ‘Uint8’
  5476. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:207: error: expected specifier-qualifier-list before ‘Uint8’
  5477. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:212: error: expected specifier-qualifier-list before ‘Uint8’
  5478. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:222: error: expected specifier-qualifier-list before ‘Uint8’
  5479. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:228: error: expected specifier-qualifier-list before ‘Uint8’
  5480. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:278: error: expected declaration specifiers or ‘...’ before ‘Uint32’
  5481. /Library/Frameworks/SDL.framework/Headers/SDL_events.h:348: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_EventState’
  5482. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:42,
  5483. from src/osxlaunch/client.m:8:
  5484. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetTicks’
  5485. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: expected ‘)’ before ‘ms’
  5486. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: expected declaration specifiers or ‘...’ before ‘*’ token
  5487. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: expected ‘)’ before ‘interval’
  5488. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: expected ‘)’ before ‘interval’
  5489. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: expected declaration specifiers or ‘...’ before ‘*’ token
  5490. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: expected ‘)’ before ‘interval’
  5491. /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: expected ‘)’ before ‘interval’
  5492. In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:44,
  5493. from src/osxlaunch/client.m:8:
  5494. /Library/Frameworks/SDL.framework/Headers/SDL_version.h:48: error: expected specifier-qualifier-list before ‘Uint8’
  5495. In file included from src/osxlaunch/client.m:8:
  5496. /Library/Frameworks/SDL.framework/Headers/SDL.h:76: error: expected ‘)’ before ‘flags’
  5497. /Library/Frameworks/SDL.framework/Headers/SDL.h:79: error: expected ‘)’ before ‘flags’
  5498. /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: expected ‘)’ before ‘flags’
  5499. /Library/Frameworks/SDL.framework/Headers/SDL.h:88: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_WasInit’
  5500. In file included from src/osxlaunch/client.m:9:
  5501. src/osxlaunch/client.h:10:24: error: Cocoa/Cocoa.h: No such file or directory
  5502. In file included from src/osxlaunch/client.m:9:
  5503. src/osxlaunch/client.h:13: error: cannot find interface declaration for ‘NSObject’, superclass of ‘SDLMain’
  5504. src/osxlaunch/client.m:10:43: error: sys/param.h: No such file or directory
  5505. src/osxlaunch/client.m:11:19: error: unistd.h: No such file or directory
  5506. src/osxlaunch/client.m:17: error: cannot find interface declaration for ‘NSApplication’
  5507. bam: 'objs/osxlaunch/client.o' error 256
  5508. bam: error: a build step failed
  5509. francis:teeworlds-b177-r50edfd37-source Francis$ [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement