Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [code]Last login: Tue Apr 23 19:13:50 on ttys000
- francis:~ Francis$ cs
- -bash: cs: command not found
- francis:~ Francis$ cd
- francis:~ Francis$ cd /Users/Francis/Desktop/teeworlds-b177-r50edfd37-source
- francis:teeworlds-b177-r50edfd37-source Francis$ ../bam/bam release
- [ 1/108] #1 c++ src/tools/crapnet.cpp
- src/tools/crapnet.cpp:5:19: error: cstdlib: No such file or directory
- src/tools/crapnet.cpp: In function ‘void Run(int, NETADDR)’:
- src/tools/crapnet.cpp:74: error: ‘rand’ was not declared in this scope
- src/tools/crapnet.cpp:112: error: ‘rand’ was not declared in this scope
- src/tools/crapnet.cpp:153: error: ‘rand’ was not declared in this scope
- src/tools/crapnet.cpp:181: error: ‘rand’ was not declared in this scope
- src/tools/crapnet.cpp:181: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/tools/crapnet.o' error 256
- [ 2/108] #1 c++ src/engine/shared/console.cpp
- src/engine/shared/console.cpp:3:15: error: new: No such file or directory
- In file included from src/engine/shared/console.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/engine/shared/console.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/engine/shared/console.cpp:12:
- src/engine/shared/console.h: In member function ‘void CConsole::CExecutionQueue::AddEntry()’:
- src/engine/shared/console.h:144: error: no matching function for call to ‘operator new(long unsigned int, CConsole::CResult*)’
- <built-in>:0: note: candidates are: void* operator new(long unsigned int)
- src/engine/shared/console.cpp: In member function ‘virtual void CConsole::Register(const char*, const char*, int, void (*)(IConsole::IResult*, void*), void*, const char*)’:
- src/engine/shared/console.cpp:661: error: no matching function for call to ‘operator new(long unsigned int, void*)’
- <built-in>:0: note: candidates are: void* operator new(long unsigned int)
- src/engine/shared/console.cpp: In member function ‘virtual void CConsole::RegisterTemp(const char*, const char*, int, const char*)’:
- src/engine/shared/console.cpp:689: error: no matching function for call to ‘operator new(long unsigned int, void*)’
- <built-in>:0: note: candidates are: void* operator new(long unsigned int)
- bam: 'objs/engine/shared/console.o' error 256
- [ 3/108] #1 c++ src/engine/shared/datafile.cpp
- In file included from src/engine/shared/datafile.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/engine/shared/datafile.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/engine/shared/datafile.o' error 256
- [ 4/108] #1 c++ src/engine/shared/demo.cpp
- In file included from src/engine/shared/demo.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/engine/shared/demo.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/engine/shared/demo.o' error 256
- [ 5/108] #1 c++ src/engine/shared/filecollection.cpp
- In file included from src/engine/shared/filecollection.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/engine/shared/filecollection.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/engine/shared/filecollection.o' error 256
- [ 6/108] #1 c++ src/engine/shared/mapchecker.cpp
- In file included from src/engine/shared/mapchecker.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/engine/shared/mapchecker.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/engine/shared/mapchecker.o' error 256
- [ 7/108] #1 c++ src/engine/shared/masterserver.cpp
- src/engine/shared/masterserver.cpp:3:29: error: stdio.h: No such file or directory
- src/engine/shared/masterserver.cpp: In member function ‘virtual int CMasterServer::Load()’:
- src/engine/shared/masterserver.cpp:149: error: ‘sscanf’ was not declared in this scope
- bam: 'objs/engine/shared/masterserver.o' error 256
- [ 8/108] #1 c src/base/system.c
- src/base/system.c:3:20: error: stdlib.h: No such file or directory
- src/base/system.c:4:19: error: stdio.h: No such file or directory
- src/base/system.c:6:20: error: string.h: No such file or directory
- src/base/system.c:7:19: error: ctype.h: No such file or directory
- src/base/system.c:8:18: error: time.h: No such file or directory
- src/base/system.c:15:23: error: sys/time.h: No such file or directory
- src/base/system.c:16:21: error: unistd.h: No such file or directory
- src/base/system.c:19:23: error: sys/stat.h: No such file or directory
- src/base/system.c:20:24: error: sys/types.h: No such file or directory
- src/base/system.c:21:25: error: sys/socket.h: No such file or directory
- src/base/system.c:22:24: error: sys/ioctl.h: No such file or directory
- src/base/system.c:23:20: error: errno.h: No such file or directory
- src/base/system.c:24:20: error: netdb.h: No such file or directory
- src/base/system.c:25:25: error: netinet/in.h: No such file or directory
- src/base/system.c:26:20: error: fcntl.h: No such file or directory
- src/base/system.c:27:22: error: pthread.h: No such file or directory
- src/base/system.c:28:24: error: arpa/inet.h: No such file or directory
- src/base/system.c:30:21: error: dirent.h: No such file or directory
- src/base/system.c:33:29: error: Carbon/Carbon.h: No such file or directory
- src/base/system.c: In function ‘io_stdin’:
- src/base/system.c:53: error: ‘stdin’ undeclared (first use in this function)
- src/base/system.c:53: error: (Each undeclared identifier is reported only once
- src/base/system.c:53: error: for each function it appears in.)
- src/base/system.c: In function ‘io_stdout’:
- src/base/system.c:54: error: ‘stdout’ undeclared (first use in this function)
- src/base/system.c: In function ‘io_stderr’:
- src/base/system.c:55: error: ‘stderr’ undeclared (first use in this function)
- src/base/system.c: In function ‘dbg_msg’:
- src/base/system.c:91: warning: implicit declaration of function ‘time’
- src/base/system.c:92: warning: implicit declaration of function ‘strlen’
- src/base/system.c:92: warning: incompatible implicit declaration of built-in function ‘strlen’
- src/base/system.c:99: warning: implicit declaration of function ‘vsnprintf’
- src/base/system.c: In function ‘logger_stdout’:
- src/base/system.c:109: warning: implicit declaration of function ‘printf’
- src/base/system.c:109: warning: incompatible implicit declaration of built-in function ‘printf’
- src/base/system.c:110: warning: implicit declaration of function ‘fflush’
- src/base/system.c:110: error: ‘stdout’ undeclared (first use in this function)
- src/base/system.c: In function ‘logger_file’:
- src/base/system.c:125: warning: incompatible implicit declaration of built-in function ‘strlen’
- src/base/system.c: In function ‘mem_alloc_debug’:
- src/base/system.c:166: warning: implicit declaration of function ‘malloc’
- src/base/system.c:166: warning: incompatible implicit declaration of built-in function ‘malloc’
- src/base/system.c: In function ‘mem_free’:
- src/base/system.c:208: warning: implicit declaration of function ‘free’
- src/base/system.c: In function ‘mem_debug_dump’:
- src/base/system.c:224: warning: incompatible implicit declaration of built-in function ‘strlen’
- src/base/system.c: In function ‘mem_copy’:
- src/base/system.c:235: warning: implicit declaration of function ‘memcpy’
- src/base/system.c:235: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/base/system.c: In function ‘mem_move’:
- src/base/system.c:240: warning: implicit declaration of function ‘memmove’
- src/base/system.c:240: warning: incompatible implicit declaration of built-in function ‘memmove’
- src/base/system.c: In function ‘mem_zero’:
- src/base/system.c:245: warning: implicit declaration of function ‘memset’
- src/base/system.c:245: warning: incompatible implicit declaration of built-in function ‘memset’
- src/base/system.c: In function ‘io_open’:
- src/base/system.c:283: warning: implicit declaration of function ‘fopen’
- src/base/system.c:283: warning: cast to pointer from integer of different size
- src/base/system.c:286: warning: cast to pointer from integer of different size
- src/base/system.c: In function ‘io_read’:
- src/base/system.c:292: warning: implicit declaration of function ‘fread’
- src/base/system.c:292: error: ‘FILE’ undeclared (first use in this function)
- src/base/system.c:292: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘io_skip’:
- src/base/system.c:297: warning: implicit declaration of function ‘fseek’
- src/base/system.c:297: error: ‘FILE’ undeclared (first use in this function)
- src/base/system.c:297: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘io_seek’:
- src/base/system.c:308: error: ‘SEEK_SET’ undeclared (first use in this function)
- src/base/system.c:311: error: ‘SEEK_CUR’ undeclared (first use in this function)
- src/base/system.c:314: error: ‘SEEK_END’ undeclared (first use in this function)
- src/base/system.c:320: error: ‘FILE’ undeclared (first use in this function)
- src/base/system.c:320: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘io_tell’:
- src/base/system.c:325: warning: implicit declaration of function ‘ftell’
- src/base/system.c:325: error: ‘FILE’ undeclared (first use in this function)
- src/base/system.c:325: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘io_write’:
- src/base/system.c:339: warning: implicit declaration of function ‘fwrite’
- src/base/system.c:339: warning: incompatible implicit declaration of built-in function ‘fwrite’
- src/base/system.c:339: error: ‘FILE’ undeclared (first use in this function)
- src/base/system.c:339: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘io_close’:
- src/base/system.c:344: warning: implicit declaration of function ‘fclose’
- src/base/system.c:344: error: ‘FILE’ undeclared (first use in this function)
- src/base/system.c:344: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘io_flush’:
- src/base/system.c:350: error: ‘FILE’ undeclared (first use in this function)
- src/base/system.c:350: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘thread_create’:
- src/base/system.c:357: error: ‘pthread_t’ undeclared (first use in this function)
- src/base/system.c:357: error: expected ‘;’ before ‘id’
- src/base/system.c:358: warning: implicit declaration of function ‘pthread_create’
- src/base/system.c:358: error: ‘id’ undeclared (first use in this function)
- src/base/system.c:358: error: ‘NULL’ undeclared (first use in this function)
- src/base/system.c: In function ‘thread_wait’:
- src/base/system.c:370: warning: implicit declaration of function ‘pthread_join’
- src/base/system.c:370: error: ‘pthread_t’ undeclared (first use in this function)
- src/base/system.c:370: error: expected ‘)’ before ‘thread’
- src/base/system.c: In function ‘thread_destroy’:
- src/base/system.c:382: error: ‘pthread_t’ undeclared (first use in this function)
- src/base/system.c:382: error: expected ‘)’ before ‘thread’
- src/base/system.c:381: warning: unused variable ‘r’
- src/base/system.c: In function ‘thread_yield’:
- src/base/system.c:391: warning: implicit declaration of function ‘sched_yield’
- src/base/system.c: In function ‘thread_sleep’:
- src/base/system.c:402: warning: implicit declaration of function ‘usleep’
- src/base/system.c: In function ‘thread_detach’:
- src/base/system.c:413: warning: implicit declaration of function ‘pthread_detach’
- src/base/system.c:413: error: ‘pthread_t’ undeclared (first use in this function)
- src/base/system.c: At top level:
- src/base/system.c:425: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LOCKINTERNAL’
- src/base/system.c: In function ‘lock_create’:
- src/base/system.c:434: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
- src/base/system.c:434: error: ‘lock’ undeclared (first use in this function)
- src/base/system.c:434: error: expected expression before ‘)’ token
- src/base/system.c:437: warning: implicit declaration of function ‘pthread_mutex_init’
- src/base/system.c: In function ‘lock_destroy’:
- src/base/system.c:449: warning: implicit declaration of function ‘pthread_mutex_destroy’
- src/base/system.c:449: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
- src/base/system.c:449: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘lock_try’:
- src/base/system.c:461: warning: implicit declaration of function ‘pthread_mutex_trylock’
- src/base/system.c:461: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
- src/base/system.c:461: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘lock_wait’:
- src/base/system.c:472: warning: implicit declaration of function ‘pthread_mutex_lock’
- src/base/system.c:472: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
- src/base/system.c:472: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘lock_release’:
- src/base/system.c:483: warning: implicit declaration of function ‘pthread_mutex_unlock’
- src/base/system.c:483: error: ‘LOCKINTERNAL’ undeclared (first use in this function)
- src/base/system.c:483: error: expected expression before ‘)’ token
- src/base/system.c: In function ‘time_get’:
- src/base/system.c:495: error: storage size of ‘val’ isn’t known
- src/base/system.c:496: warning: implicit declaration of function ‘gettimeofday’
- src/base/system.c:496: error: ‘NULL’ undeclared (first use in this function)
- src/base/system.c:495: warning: unused variable ‘val’
- src/base/system.c: At top level:
- src/base/system.c:525: warning: ‘struct sockaddr_in’ declared inside parameter list
- src/base/system.c:525: warning: its scope is only this definition or declaration, which is probably not what you want
- src/base/system.c: In function ‘netaddr_to_sockaddr_in’:
- src/base/system.c:527: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_in’
- src/base/system.c:534: error: dereferencing pointer to incomplete type
- src/base/system.c:534: error: ‘AF_INET’ undeclared (first use in this function)
- src/base/system.c:535: error: dereferencing pointer to incomplete type
- src/base/system.c:535: warning: implicit declaration of function ‘htons’
- src/base/system.c:536: error: dereferencing pointer to incomplete type
- src/base/system.c: At top level:
- src/base/system.c:539: warning: ‘struct sockaddr_in6’ declared inside parameter list
- src/base/system.c: In function ‘netaddr_to_sockaddr_in6’:
- src/base/system.c:541: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_in6’
- src/base/system.c:548: error: dereferencing pointer to incomplete type
- src/base/system.c:548: error: ‘AF_INET6’ undeclared (first use in this function)
- src/base/system.c:549: error: dereferencing pointer to incomplete type
- src/base/system.c:550: error: dereferencing pointer to incomplete type
- src/base/system.c: At top level:
- src/base/system.c:553: warning: ‘struct sockaddr’ declared inside parameter list
- src/base/system.c: In function ‘sockaddr_to_netaddr’:
- src/base/system.c:555: error: dereferencing pointer to incomplete type
- src/base/system.c:555: error: ‘AF_INET’ undeclared (first use in this function)
- src/base/system.c:559: error: dereferencing pointer to incomplete type
- src/base/system.c:560: error: dereferencing pointer to incomplete type
- src/base/system.c:562: error: dereferencing pointer to incomplete type
- src/base/system.c:562: error: ‘AF_INET6’ undeclared (first use in this function)
- src/base/system.c:566: error: dereferencing pointer to incomplete type
- src/base/system.c:567: error: dereferencing pointer to incomplete type
- src/base/system.c:571: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr’
- src/base/system.c:572: error: dereferencing pointer to incomplete type
- src/base/system.c: In function ‘priv_net_extract’:
- src/base/system.c:624: warning: implicit declaration of function ‘atol’
- src/base/system.c: In function ‘net_host_lookup’:
- src/base/system.c:642: error: storage size of ‘hints’ isn’t known
- src/base/system.c:656: error: ‘AF_UNSPEC’ undeclared (first use in this function)
- src/base/system.c:659: error: ‘AF_INET’ undeclared (first use in this function)
- src/base/system.c:661: error: ‘AF_INET6’ undeclared (first use in this function)
- src/base/system.c:663: warning: implicit declaration of function ‘getaddrinfo’
- src/base/system.c:663: error: ‘NULL’ undeclared (first use in this function)
- src/base/system.c:667: error: dereferencing pointer to incomplete type
- src/base/system.c:668: warning: implicit declaration of function ‘freeaddrinfo’
- src/base/system.c:642: warning: unused variable ‘hints’
- src/base/system.c: In function ‘net_addr_from_str’:
- src/base/system.c:731: error: storage size of ‘sa6’ isn’t known
- src/base/system.c:748: warning: implicit declaration of function ‘inet_pton’
- src/base/system.c:748: error: ‘AF_INET6’ undeclared (first use in this function)
- src/base/system.c:731: warning: unused variable ‘sa6’
- src/base/system.c: In function ‘priv_net_close_socket’:
- src/base/system.c:795: warning: implicit declaration of function ‘close’
- src/base/system.c: At top level:
- src/base/system.c:819: warning: ‘struct sockaddr’ declared inside parameter list
- src/base/system.c: In function ‘priv_net_create_socket’:
- src/base/system.c:824: warning: implicit declaration of function ‘socket’
- src/base/system.c:827: error: ‘errno’ undeclared (first use in this function)
- src/base/system.c:827: warning: implicit declaration of function ‘strerror’
- src/base/system.c:841: warning: implicit declaration of function ‘bind’
- src/base/system.c: In function ‘net_udp_create’:
- src/base/system.c:861: error: storage size of ‘addr’ isn’t known
- src/base/system.c:867: error: ‘AF_INET’ undeclared (first use in this function)
- src/base/system.c:867: error: ‘SOCK_DGRAM’ undeclared (first use in this function)
- src/base/system.c:878: warning: implicit declaration of function ‘setsockopt’
- src/base/system.c:878: error: ‘SOL_SOCKET’ undeclared (first use in this function)
- src/base/system.c:878: error: ‘SO_BROADCAST’ undeclared (first use in this function)
- src/base/system.c:861: warning: unused variable ‘addr’
- src/base/system.c:883: error: storage size of ‘addr’ isn’t known
- src/base/system.c:889: error: ‘AF_INET6’ undeclared (first use in this function)
- src/base/system.c:883: warning: unused variable ‘addr’
- src/base/system.c: In function ‘net_udp_send’:
- src/base/system.c:915: error: storage size of ‘sa’ isn’t known
- src/base/system.c:920: error: ‘AF_INET’ undeclared (first use in this function)
- src/base/system.c:921: error: ‘INADDR_BROADCAST’ undeclared (first use in this function)
- src/base/system.c:926: warning: implicit declaration of function ‘sendto’
- src/base/system.c:915: warning: unused variable ‘sa’
- src/base/system.c:936: error: storage size of ‘sa’ isn’t known
- src/base/system.c:941: error: ‘AF_INET6’ undeclared (first use in this function)
- src/base/system.c:936: warning: unused variable ‘sa’
- src/base/system.c: In function ‘net_udp_recv’:
- src/base/system.c:978: error: ‘socklen_t’ undeclared (first use in this function)
- src/base/system.c:978: error: expected ‘;’ before ‘fromlen’
- src/base/system.c:983: error: ‘fromlen’ undeclared (first use in this function)
- src/base/system.c:983: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_in’
- src/base/system.c:984: warning: implicit declaration of function ‘recvfrom’
- src/base/system.c:989: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_in6’
- src/base/system.c:995: warning: passing argument 1 of ‘sockaddr_to_netaddr’ from incompatible pointer type
- src/base/system.c: In function ‘net_tcp_create’:
- src/base/system.c:1017: error: storage size of ‘addr’ isn’t known
- src/base/system.c:1023: error: ‘AF_INET’ undeclared (first use in this function)
- src/base/system.c:1023: error: ‘SOCK_STREAM’ undeclared (first use in this function)
- src/base/system.c:1017: warning: unused variable ‘addr’
- src/base/system.c:1033: error: storage size of ‘addr’ isn’t known
- src/base/system.c:1039: error: ‘AF_INET6’ undeclared (first use in this function)
- src/base/system.c:1033: warning: unused variable ‘addr’
- src/base/system.c: In function ‘net_set_non_blocking’:
- src/base/system.c:1059: warning: implicit declaration of function ‘ioctl’
- src/base/system.c:1059: error: ‘FIONBIO’ undeclared (first use in this function)
- src/base/system.c: In function ‘net_set_blocking’:
- src/base/system.c:1083: error: ‘FIONBIO’ undeclared (first use in this function)
- src/base/system.c: In function ‘net_tcp_listen’:
- src/base/system.c:1103: warning: implicit declaration of function ‘listen’
- src/base/system.c: In function ‘net_tcp_accept’:
- src/base/system.c:1112: error: ‘socklen_t’ undeclared (first use in this function)
- src/base/system.c:1112: error: expected ‘;’ before ‘sockaddr_len’
- src/base/system.c:1118: error: storage size of ‘addr’ isn’t known
- src/base/system.c:1119: error: ‘sockaddr_len’ undeclared (first use in this function)
- src/base/system.c:1121: warning: implicit declaration of function ‘accept’
- src/base/system.c:1118: warning: unused variable ‘addr’
- src/base/system.c:1134: error: storage size of ‘addr’ isn’t known
- src/base/system.c:1134: warning: unused variable ‘addr’
- src/base/system.c: In function ‘net_tcp_connect’:
- src/base/system.c:1155: error: storage size of ‘addr’ isn’t known
- src/base/system.c:1157: warning: implicit declaration of function ‘connect’
- src/base/system.c:1155: warning: unused variable ‘addr’
- src/base/system.c:1162: error: storage size of ‘addr’ isn’t known
- src/base/system.c:1162: warning: unused variable ‘addr’
- src/base/system.c: In function ‘net_tcp_send’:
- src/base/system.c:1186: warning: implicit declaration of function ‘send’
- src/base/system.c: In function ‘net_tcp_recv’:
- src/base/system.c:1198: warning: implicit declaration of function ‘recv’
- src/base/system.c: In function ‘net_errno’:
- src/base/system.c:1215: error: ‘errno’ undeclared (first use in this function)
- src/base/system.c: In function ‘net_would_block’:
- src/base/system.c:1224: error: ‘EWOULDBLOCK’ undeclared (first use in this function)
- src/base/system.c: In function ‘fs_listdir’:
- src/base/system.c:1272: error: ‘DIR’ undeclared (first use in this function)
- src/base/system.c:1272: error: ‘d’ undeclared (first use in this function)
- src/base/system.c:1272: warning: implicit declaration of function ‘opendir’
- src/base/system.c:1280: warning: implicit declaration of function ‘readdir’
- src/base/system.c:1280: warning: assignment makes pointer from integer without a cast
- src/base/system.c:1280: error: ‘NULL’ undeclared (first use in this function)
- src/base/system.c:1282: error: dereferencing pointer to incomplete type
- src/base/system.c:1283: error: dereferencing pointer to incomplete type
- src/base/system.c:1288: warning: implicit declaration of function ‘closedir’
- src/base/system.c: In function ‘fs_storage_path’:
- src/base/system.c:1302: warning: implicit declaration of function ‘getenv’
- src/base/system.c:1302: warning: initialization makes pointer from integer without a cast
- src/base/system.c:1310: warning: implicit declaration of function ‘snprintf’
- src/base/system.c:1310: warning: incompatible implicit declaration of built-in function ‘snprintf’
- src/base/system.c: In function ‘fs_makedir’:
- src/base/system.c:1330: warning: implicit declaration of function ‘mkdir’
- src/base/system.c:1332: error: ‘errno’ undeclared (first use in this function)
- src/base/system.c:1332: error: ‘EEXIST’ undeclared (first use in this function)
- src/base/system.c: In function ‘fs_is_dir’:
- src/base/system.c:1353: error: storage size of ‘sb’ isn’t known
- src/base/system.c:1354: warning: implicit declaration of function ‘stat’
- src/base/system.c:1357: warning: implicit declaration of function ‘S_ISDIR’
- src/base/system.c:1353: warning: unused variable ‘sb’
- src/base/system.c: In function ‘fs_chdir’:
- src/base/system.c:1368: warning: implicit declaration of function ‘chdir’
- src/base/system.c: In function ‘fs_getcwd’:
- src/base/system.c:1384: warning: implicit declaration of function ‘getcwd’
- src/base/system.c:1384: warning: return makes pointer from integer without a cast
- src/base/system.c: In function ‘fs_remove’:
- src/base/system.c:1407: warning: implicit declaration of function ‘remove’
- src/base/system.c: In function ‘fs_rename’:
- src/base/system.c:1414: warning: implicit declaration of function ‘rename’
- src/base/system.c: In function ‘net_socket_read_wait’:
- src/base/system.c:1447: error: storage size of ‘tv’ isn’t known
- src/base/system.c:1448: error: ‘fd_set’ undeclared (first use in this function)
- src/base/system.c:1448: error: expected ‘;’ before ‘readfds’
- src/base/system.c:1455: warning: implicit declaration of function ‘FD_ZERO’
- src/base/system.c:1455: error: ‘readfds’ undeclared (first use in this function)
- src/base/system.c:1458: warning: implicit declaration of function ‘FD_SET’
- src/base/system.c:1469: warning: implicit declaration of function ‘select’
- src/base/system.c:1469: error: ‘NULL’ undeclared (first use in this function)
- src/base/system.c:1471: warning: implicit declaration of function ‘FD_ISSET’
- src/base/system.c:1447: warning: unused variable ‘tv’
- src/base/system.c: In function ‘str_append’:
- src/base/system.c:1487: warning: incompatible implicit declaration of built-in function ‘strlen’
- src/base/system.c: In function ‘str_copy’:
- src/base/system.c:1503: warning: implicit declaration of function ‘strncpy’
- src/base/system.c:1503: warning: incompatible implicit declaration of built-in function ‘strncpy’
- src/base/system.c: In function ‘str_length’:
- src/base/system.c:1509: warning: incompatible implicit declaration of built-in function ‘strlen’
- src/base/system.c: In function ‘str_comp_nocase’:
- src/base/system.c:1588: warning: implicit declaration of function ‘strcasecmp’
- src/base/system.c: In function ‘str_comp_nocase_num’:
- src/base/system.c:1597: warning: implicit declaration of function ‘strncasecmp’
- src/base/system.c: In function ‘str_comp’:
- src/base/system.c:1603: warning: implicit declaration of function ‘strcmp’
- src/base/system.c: In function ‘str_comp_num’:
- src/base/system.c:1608: warning: implicit declaration of function ‘strncmp’
- src/base/system.c: In function ‘str_find_nocase’:
- src/base/system.c:1648: warning: implicit declaration of function ‘tolower’
- src/base/system.c: In function ‘str_timestamp’:
- src/base/system.c:1697: error: ‘time_t’ undeclared (first use in this function)
- src/base/system.c:1697: error: expected ‘;’ before ‘time_data’
- src/base/system.c:1700: error: ‘time_data’ undeclared (first use in this function)
- src/base/system.c:1701: warning: implicit declaration of function ‘localtime’
- src/base/system.c:1701: warning: assignment makes pointer from integer without a cast
- src/base/system.c:1702: warning: implicit declaration of function ‘strftime’
- src/base/system.c:1702: warning: incompatible implicit declaration of built-in function ‘strftime’
- src/base/system.c: In function ‘mem_comp’:
- src/base/system.c:1708: warning: implicit declaration of function ‘memcmp’
- src/base/system.c: In function ‘gui_messagebox’:
- src/base/system.c:1724: error: ‘DialogRef’ undeclared (first use in this function)
- src/base/system.c:1724: error: expected ‘;’ before ‘theItem’
- src/base/system.c:1725: error: ‘DialogItemIndex’ undeclared (first use in this function)
- src/base/system.c:1725: error: expected ‘;’ before ‘itemIndex’
- src/base/system.c:1729: error: ‘ProcessSerialNumber’ undeclared (first use in this function)
- src/base/system.c:1729: error: expected ‘;’ before ‘psn’
- src/base/system.c:1730: warning: implicit declaration of function ‘GetCurrentProcess’
- src/base/system.c:1730: error: ‘psn’ undeclared (first use in this function)
- src/base/system.c:1731: warning: implicit declaration of function ‘TransformProcessType’
- src/base/system.c:1731: error: ‘kProcessTransformToForegroundApplication’ undeclared (first use in this function)
- src/base/system.c:1732: warning: implicit declaration of function ‘SetFrontProcess’
- src/base/system.c:1735: warning: implicit declaration of function ‘CreateStandardAlert’
- src/base/system.c:1735: error: ‘kAlertStopAlert’ undeclared (first use in this function)
- src/base/system.c:1736: warning: implicit declaration of function ‘CFStringCreateWithCString’
- src/base/system.c:1736: error: ‘NULL’ undeclared (first use in this function)
- src/base/system.c:1736: error: ‘kCFStringEncodingASCII’ undeclared (first use in this function)
- src/base/system.c:1739: error: ‘theItem’ undeclared (first use in this function)
- src/base/system.c:1741: warning: implicit declaration of function ‘RunStandardAlert’
- src/base/system.c:1741: error: ‘itemIndex’ undeclared (first use in this function)
- src/base/system.c: In function ‘str_toint’:
- src/base/system.c:1772: warning: implicit declaration of function ‘atoi’
- src/base/system.c: In function ‘str_tofloat’:
- src/base/system.c:1773: warning: implicit declaration of function ‘atof’
- bam: 'objs/base/system.o' error 256
- [ 9/108] #1 c src/engine/external/zlib/crc32.c
- In file included from src/engine/external/zlib/crc32.c:29:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- In file included from /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15,
- from src/engine/external/zlib/crc32.c:36:
- /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
- bam: 'objs/engine/external/zlib/crc32.o' error 256
- [ 10/108] #1 c src/engine/external/zlib/deflate.c
- In file included from src/engine/external/zlib/deflate.h:16,
- from src/engine/external/zlib/deflate.c:52:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- src/engine/external/zlib/deflate.c: In function ‘deflateSetDictionary’:
- src/engine/external/zlib/deflate.c:339: warning: implicit declaration of function ‘memcpy’
- src/engine/external/zlib/deflate.c:339: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/deflate.c: In function ‘flush_pending’:
- src/engine/external/zlib/deflate.c:540: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/deflate.c: In function ‘deflate’:
- src/engine/external/zlib/deflate.c:817: warning: implicit declaration of function ‘memset’
- src/engine/external/zlib/deflate.c:817: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/zlib/deflate.c: In function ‘deflateCopy’:
- src/engine/external/zlib/deflate.c:912: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/deflate.c: In function ‘read_buf’:
- src/engine/external/zlib/deflate.c:976: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/deflate.c: In function ‘lm_init’:
- src/engine/external/zlib/deflate.c:991: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/zlib/deflate.c: In function ‘fill_window’:
- src/engine/external/zlib/deflate.c:1295: warning: incompatible implicit declaration of built-in function ‘memcpy’
- bam: 'objs/engine/external/zlib/deflate.o' error 256
- [ 11/108] #1 c src/engine/external/zlib/gzio.c
- src/engine/external/zlib/gzio.c:10:19: error: stdio.h: No such file or directory
- In file included from src/engine/external/zlib/gzio.c:12:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- src/engine/external/zlib/gzio.c:60: error: expected specifier-qualifier-list before ‘FILE’
- src/engine/external/zlib/gzio.c:81: error: expected ‘)’ before ‘*’ token
- src/engine/external/zlib/gzio.c: In function ‘gz_open’:
- src/engine/external/zlib/gzio.c:108: warning: implicit declaration of function ‘malloc’
- src/engine/external/zlib/gzio.c:108: warning: incompatible implicit declaration of built-in function ‘malloc’
- src/engine/external/zlib/gzio.c:114: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:115: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:117: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:120: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:121: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:122: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:122: error: ‘EOF’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:122: error: (Each undeclared identifier is reported only once
- src/engine/external/zlib/gzio.c:122: error: for each function it appears in.)
- src/engine/external/zlib/gzio.c:123: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:124: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:125: error: ‘gz_stream’ has no member named ‘transparent’
- src/engine/external/zlib/gzio.c:127: error: ‘gz_stream’ has no member named ‘path’
- src/engine/external/zlib/gzio.c:127: warning: implicit declaration of function ‘strlen’
- src/engine/external/zlib/gzio.c:127: warning: incompatible implicit declaration of built-in function ‘strlen’
- src/engine/external/zlib/gzio.c:128: error: ‘gz_stream’ has no member named ‘path’
- src/engine/external/zlib/gzio.c:131: warning: implicit declaration of function ‘strcpy’
- src/engine/external/zlib/gzio.c:131: warning: incompatible implicit declaration of built-in function ‘strcpy’
- src/engine/external/zlib/gzio.c:131: error: ‘gz_stream’ has no member named ‘path’
- src/engine/external/zlib/gzio.c:133: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:135: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:136: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:149: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:151: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:159: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:161: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:165: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:174: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:180: error: ‘errno’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:181: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:181: warning: implicit declaration of function ‘fopen’
- src/engine/external/zlib/gzio.c:181: error: ‘FILE’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:181: error: expected expression before ‘)’ token
- src/engine/external/zlib/gzio.c:183: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:186: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:189: warning: implicit declaration of function ‘fprintf’
- src/engine/external/zlib/gzio.c:189: warning: incompatible implicit declaration of built-in function ‘fprintf’
- src/engine/external/zlib/gzio.c:189: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:191: error: ‘gz_stream’ has no member named ‘start’
- src/engine/external/zlib/gzio.c:199: error: ‘gz_stream’ has no member named ‘start’
- src/engine/external/zlib/gzio.c:199: warning: implicit declaration of function ‘ftell’
- src/engine/external/zlib/gzio.c:199: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c: In function ‘gzdopen’:
- src/engine/external/zlib/gzio.c:226: warning: implicit declaration of function ‘sprintf’
- src/engine/external/zlib/gzio.c:226: warning: incompatible implicit declaration of built-in function ‘sprintf’
- src/engine/external/zlib/gzio.c: In function ‘gzsetparams’:
- src/engine/external/zlib/gzio.c:241: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:246: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:247: warning: implicit declaration of function ‘fwrite’
- src/engine/external/zlib/gzio.c:247: warning: incompatible implicit declaration of built-in function ‘fwrite’
- src/engine/external/zlib/gzio.c:247: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:247: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c: In function ‘get_byte’:
- src/engine/external/zlib/gzio.c:264: error: ‘EOF’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:266: error: ‘errno’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:267: warning: implicit declaration of function ‘fread’
- src/engine/external/zlib/gzio.c:267: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:267: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:270: warning: implicit declaration of function ‘ferror’
- src/engine/external/zlib/gzio.c:270: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:273: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c: In function ‘check_header’:
- src/engine/external/zlib/gzio.c:301: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:302: error: ‘errno’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:303: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:303: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:304: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:306: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:308: error: ‘gz_stream’ has no member named ‘transparent’
- src/engine/external/zlib/gzio.c:316: error: ‘gz_stream’ has no member named ‘transparent’
- src/engine/external/zlib/gzio.c:337: error: ‘EOF’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c: In function ‘destroy’:
- src/engine/external/zlib/gzio.c:362: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:362: warning: implicit declaration of function ‘free’
- src/engine/external/zlib/gzio.c:362: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:365: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:371: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:375: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:375: warning: implicit declaration of function ‘fclose’
- src/engine/external/zlib/gzio.c:375: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:383: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:383: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:384: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:384: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:385: error: ‘gz_stream’ has no member named ‘path’
- src/engine/external/zlib/gzio.c:385: error: ‘gz_stream’ has no member named ‘path’
- src/engine/external/zlib/gzio.c: In function ‘gzread’:
- src/engine/external/zlib/gzio.c:403: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:412: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:412: error: ‘EOF’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:413: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:416: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:417: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:419: error: ‘gz_stream’ has no member named ‘last’
- src/engine/external/zlib/gzio.c:427: error: ‘gz_stream’ has no member named ‘transparent’
- src/engine/external/zlib/gzio.c:432: warning: implicit declaration of function ‘memcpy’
- src/engine/external/zlib/gzio.c:432: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/gzio.c:441: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:444: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:445: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:451: error: ‘errno’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:452: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:452: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:455: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:460: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:462: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:463: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:465: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:466: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:470: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:470: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:473: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:484: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:490: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:490: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c: In function ‘gzungetc’:
- src/engine/external/zlib/gzio.c:521: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:521: error: ‘EOF’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:521: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:522: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:523: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:524: error: ‘gz_stream’ has no member named ‘last’
- src/engine/external/zlib/gzio.c:525: error: ‘gz_stream’ has no member named ‘last’
- src/engine/external/zlib/gzio.c: In function ‘gzwrite’:
- src/engine/external/zlib/gzio.c:566: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:575: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:576: warning: incompatible implicit declaration of built-in function ‘fwrite’
- src/engine/external/zlib/gzio.c:576: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:576: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:582: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:583: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:585: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:586: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:589: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:589: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c: In function ‘gzprintf’:
- src/engine/external/zlib/gzio.c:627: warning: implicit declaration of function ‘vsnprintf’
- src/engine/external/zlib/gzio.c: In function ‘gzputs’:
- src/engine/external/zlib/gzio.c:697: warning: incompatible implicit declaration of built-in function ‘strlen’
- src/engine/external/zlib/gzio.c: In function ‘do_flush’:
- src/engine/external/zlib/gzio.c:713: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:721: warning: incompatible implicit declaration of built-in function ‘fwrite’
- src/engine/external/zlib/gzio.c:721: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:721: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:725: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:729: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:731: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c: In function ‘gzflush’:
- src/engine/external/zlib/gzio.c:754: warning: implicit declaration of function ‘fflush’
- src/engine/external/zlib/gzio.c:754: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c: In function ‘gzseek’:
- src/engine/external/zlib/gzio.c:779: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:784: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:789: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:790: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:790: warning: incompatible implicit declaration of built-in function ‘malloc’
- src/engine/external/zlib/gzio.c:791: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:792: warning: implicit declaration of function ‘memset’
- src/engine/external/zlib/gzio.c:792: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/zlib/gzio.c:792: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:798: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:803: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:810: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:814: error: ‘gz_stream’ has no member named ‘transparent’
- src/engine/external/zlib/gzio.c:816: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:816: error: ‘EOF’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:818: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:819: warning: implicit declaration of function ‘fseek’
- src/engine/external/zlib/gzio.c:819: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:821: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:821: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:826: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:827: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:833: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:834: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:834: warning: incompatible implicit declaration of built-in function ‘malloc’
- src/engine/external/zlib/gzio.c:835: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:837: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:838: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:839: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:841: error: ‘gz_stream’ has no member named ‘last’
- src/engine/external/zlib/gzio.c:847: error: ‘gz_stream’ has no member named ‘outbuf’
- src/engine/external/zlib/gzio.c:851: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c: In function ‘gzrewind’:
- src/engine/external/zlib/gzio.c:862: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:866: error: ‘gz_stream’ has no member named ‘back’
- src/engine/external/zlib/gzio.c:866: error: ‘EOF’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:868: error: ‘gz_stream’ has no member named ‘inbuf’
- src/engine/external/zlib/gzio.c:869: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:870: error: ‘gz_stream’ has no member named ‘transparent’
- src/engine/external/zlib/gzio.c:871: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c:872: error: ‘gz_stream’ has no member named ‘out’
- src/engine/external/zlib/gzio.c:873: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:873: error: ‘gz_stream’ has no member named ‘start’
- src/engine/external/zlib/gzio.c: In function ‘gzeof’:
- src/engine/external/zlib/gzio.c:900: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c: In function ‘gzdirect’:
- src/engine/external/zlib/gzio.c:913: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:914: error: ‘gz_stream’ has no member named ‘transparent’
- src/engine/external/zlib/gzio.c: In function ‘putLong’:
- src/engine/external/zlib/gzio.c:921: error: expected declaration specifiers before ‘FILE’
- src/engine/external/zlib/gzio.c:926: warning: implicit declaration of function ‘fputc’
- src/engine/external/zlib/gzio.c: In function ‘getLong’:
- src/engine/external/zlib/gzio.c:944: error: ‘EOF’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c: In function ‘gzclose’:
- src/engine/external/zlib/gzio.c:960: error: ‘gz_stream’ has no member named ‘mode’
- src/engine/external/zlib/gzio.c:967: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:967: error: ‘gz_stream’ has no member named ‘crc’
- src/engine/external/zlib/gzio.c:968: error: ‘gz_stream’ has no member named ‘file’
- src/engine/external/zlib/gzio.c:968: error: ‘gz_stream’ has no member named ‘in’
- src/engine/external/zlib/gzio.c: In function ‘gzerror’:
- src/engine/external/zlib/gzio.c:1001: warning: implicit declaration of function ‘strerror’
- src/engine/external/zlib/gzio.c:1001: error: ‘errno’ undeclared (first use in this function)
- src/engine/external/zlib/gzio.c:1001: warning: pointer/integer type mismatch in conditional expression
- src/engine/external/zlib/gzio.c:1005: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:1005: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:1006: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:1006: warning: incompatible implicit declaration of built-in function ‘malloc’
- src/engine/external/zlib/gzio.c:1006: warning: incompatible implicit declaration of built-in function ‘strlen’
- src/engine/external/zlib/gzio.c:1006: error: ‘gz_stream’ has no member named ‘path’
- src/engine/external/zlib/gzio.c:1007: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:1008: warning: incompatible implicit declaration of built-in function ‘strcpy’
- src/engine/external/zlib/gzio.c:1008: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:1008: error: ‘gz_stream’ has no member named ‘path’
- src/engine/external/zlib/gzio.c:1009: warning: implicit declaration of function ‘strcat’
- src/engine/external/zlib/gzio.c:1009: warning: incompatible implicit declaration of built-in function ‘strcat’
- src/engine/external/zlib/gzio.c:1009: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:1010: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c:1011: error: ‘gz_stream’ has no member named ‘msg’
- src/engine/external/zlib/gzio.c: In function ‘gzclearerr’:
- src/engine/external/zlib/gzio.c:1025: warning: implicit declaration of function ‘clearerr’
- src/engine/external/zlib/gzio.c:1025: error: ‘gz_stream’ has no member named ‘file’
- bam: 'objs/engine/external/zlib/gzio.o' error 256
- [ 12/108] #1 c src/engine/external/zlib/infback.c
- In file included from src/engine/external/zlib/infback.c:13:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- src/engine/external/zlib/infback.c: In function ‘inflateBack’:
- src/engine/external/zlib/infback.c:338: warning: implicit declaration of function ‘memcpy’
- src/engine/external/zlib/infback.c:338: warning: incompatible implicit declaration of built-in function ‘memcpy’
- bam: 'objs/engine/external/zlib/infback.o' error 256
- [ 13/108] #1 c src/engine/external/zlib/inffast.c
- In file included from src/engine/external/zlib/inffast.c:6:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- bam: 'objs/engine/external/zlib/inffast.o' error 256
- [ 14/108] #1 c src/engine/external/zlib/inflate.c
- In file included from src/engine/external/zlib/inflate.c:83:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- src/engine/external/zlib/inflate.c: In function ‘updatewindow’:
- src/engine/external/zlib/inflate.c:350: warning: implicit declaration of function ‘memcpy’
- src/engine/external/zlib/inflate.c:350: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/inflate.c:357: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/inflate.c: In function ‘inflate’:
- src/engine/external/zlib/inflate.c:688: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/inflate.c:826: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/inflate.c: In function ‘inflateSetDictionary’:
- src/engine/external/zlib/inflate.c:1197: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/inflate.c:1202: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/zlib/inflate.c: In function ‘inflateCopy’:
- src/engine/external/zlib/inflate.c:1353: warning: incompatible implicit declaration of built-in function ‘memcpy’
- bam: 'objs/engine/external/zlib/inflate.o' error 256
- [ 15/108] #1 c src/engine/external/zlib/inftrees.c
- In file included from src/engine/external/zlib/inftrees.c:6:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- bam: 'objs/engine/external/zlib/inftrees.o' error 256
- [ 16/108] #1 c src/engine/external/zlib/trees.c
- In file included from src/engine/external/zlib/deflate.h:16,
- from src/engine/external/zlib/trees.c:36:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- bam: 'objs/engine/external/zlib/trees.o' error 256
- [ 17/108] #1 c src/engine/external/zlib/zutil.c
- In file included from src/engine/external/zlib/zutil.c:8:
- src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
- src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
- src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
- src/engine/external/zlib/zutil.c: In function ‘zcalloc’:
- src/engine/external/zlib/zutil.c:306: warning: implicit declaration of function ‘malloc’
- src/engine/external/zlib/zutil.c:306: warning: incompatible implicit declaration of built-in function ‘malloc’
- src/engine/external/zlib/zutil.c:307: warning: implicit declaration of function ‘calloc’
- src/engine/external/zlib/zutil.c:307: warning: incompatible implicit declaration of built-in function ‘calloc’
- src/engine/external/zlib/zutil.c: In function ‘zcfree’:
- src/engine/external/zlib/zutil.c:314: warning: implicit declaration of function ‘free’
- bam: 'objs/engine/external/zlib/zutil.o' error 256
- [ 18/108] #1 c src/engine/external/pnglite/pnglite.c
- src/engine/external/pnglite/pnglite.c:13:19: error: stdio.h: No such file or directory
- src/engine/external/pnglite/pnglite.c:14:20: error: stdlib.h: No such file or directory
- src/engine/external/pnglite/pnglite.c:15:20: error: string.h: No such file or directory
- src/engine/external/pnglite/pnglite.c:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘file_read’
- src/engine/external/pnglite/pnglite.c:45: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘file_write’
- src/engine/external/pnglite/pnglite.c: In function ‘file_read_ul’:
- src/engine/external/pnglite/pnglite.c:65: warning: implicit declaration of function ‘file_read’
- src/engine/external/pnglite/pnglite.c: In function ‘file_write_ul’:
- src/engine/external/pnglite/pnglite.c:82: warning: implicit declaration of function ‘file_write’
- src/engine/external/pnglite/pnglite.c: In function ‘get_ul’:
- src/engine/external/pnglite/pnglite.c:94: warning: implicit declaration of function ‘memcpy’
- src/engine/external/pnglite/pnglite.c:94: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/pnglite/pnglite.c: In function ‘png_init’:
- src/engine/external/pnglite/pnglite.c:116: error: ‘malloc’ undeclared (first use in this function)
- src/engine/external/pnglite/pnglite.c:116: error: (Each undeclared identifier is reported only once
- src/engine/external/pnglite/pnglite.c:116: error: for each function it appears in.)
- src/engine/external/pnglite/pnglite.c:121: error: ‘free’ undeclared (first use in this function)
- src/engine/external/pnglite/pnglite.c: In function ‘png_read_ihdr’:
- src/engine/external/pnglite/pnglite.c:164: warning: implicit declaration of function ‘printf’
- src/engine/external/pnglite/pnglite.c:164: warning: incompatible implicit declaration of built-in function ‘printf’
- src/engine/external/pnglite/pnglite.c: In function ‘png_print_info’:
- src/engine/external/pnglite/pnglite.c:236: warning: incompatible implicit declaration of built-in function ‘printf’
- src/engine/external/pnglite/pnglite.c: In function ‘png_open_read’:
- src/engine/external/pnglite/pnglite.c:272: warning: implicit declaration of function ‘memcmp’
- src/engine/external/pnglite/pnglite.c: In function ‘png_open_file_read’:
- src/engine/external/pnglite/pnglite.c:301: error: ‘FILE’ undeclared (first use in this function)
- src/engine/external/pnglite/pnglite.c:301: error: ‘fp’ undeclared (first use in this function)
- src/engine/external/pnglite/pnglite.c:301: warning: implicit declaration of function ‘fopen’
- src/engine/external/pnglite/pnglite.c: In function ‘png_open_file_write’:
- src/engine/external/pnglite/pnglite.c:311: error: ‘FILE’ undeclared (first use in this function)
- src/engine/external/pnglite/pnglite.c:311: error: ‘fp’ undeclared (first use in this function)
- src/engine/external/pnglite/pnglite.c: In function ‘png_close_file’:
- src/engine/external/pnglite/pnglite.c:326: warning: implicit declaration of function ‘fclose’
- src/engine/external/pnglite/pnglite.c: In function ‘png_init_deflate’:
- src/engine/external/pnglite/pnglite.c:341: warning: implicit declaration of function ‘memset’
- src/engine/external/pnglite/pnglite.c:341: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/pnglite/pnglite.c: In function ‘png_init_inflate’:
- src/engine/external/pnglite/pnglite.c:370: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/pnglite/pnglite.c: In function ‘png_end_inflate’:
- src/engine/external/pnglite/pnglite.c:416: warning: incompatible implicit declaration of built-in function ‘printf’
- src/engine/external/pnglite/pnglite.c: In function ‘png_inflate’:
- src/engine/external/pnglite/pnglite.c:448: warning: incompatible implicit declaration of built-in function ‘printf’
- src/engine/external/pnglite/pnglite.c: In function ‘png_deflate’:
- src/engine/external/pnglite/pnglite.c:477: warning: incompatible implicit declaration of built-in function ‘printf’
- src/engine/external/pnglite/pnglite.c: In function ‘png_write_idats’:
- src/engine/external/pnglite/pnglite.c:496: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/pnglite/pnglite.c: In function ‘png_filter_up’:
- src/engine/external/pnglite/pnglite.c:652: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/pnglite/pnglite.c: In function ‘png_paeth’:
- src/engine/external/pnglite/pnglite.c:680: warning: implicit declaration of function ‘abs’
- src/engine/external/pnglite/pnglite.c: In function ‘png_unfilter’:
- src/engine/external/pnglite/pnglite.c:763: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/pnglite/pnglite.c: In function ‘png_set_data’:
- src/engine/external/pnglite/pnglite.c:834: warning: incompatible implicit declaration of built-in function ‘memcpy’
- bam: 'objs/engine/external/pnglite/pnglite.o' error 256
- [ 19/108] #1 c++ src/tools/dilate.cpp
- In file included from src/tools/dilate.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/tools/dilate.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/tools/dilate.o' error 256
- [ 20/108] #1 c++ src/tools/fake_server.cpp
- src/tools/fake_server.cpp:3:27: error: stdlib.h: No such file or directory
- src/tools/fake_server.cpp: In function ‘int Run()’:
- src/tools/fake_server.cpp:143: error: ‘rand’ was not declared in this scope
- bam: 'objs/tools/fake_server.o' error 256
- [ 21/108] #1 c++ src/tools/map_version.cpp
- In file included from src/tools/map_version.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/tools/map_version.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/tools/map_version.o' error 256
- [ 22/108] #1 c++ src/engine/server/server.cpp
- In file included from src/engine/server/server.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/engine/server/server.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/engine/server/server.o' error 256
- [ 23/108] #1 c++ src/game/collision.cpp
- In file included from src/game/collision.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/collision.cpp:5:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/collision.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/collision.cpp:154: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/collision.o' error 256
- [ 24/108] #1 c++ src/game/gamecore.cpp
- In file included from src/game/gamecore.h:7,
- from src/game/gamecore.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.cpp:3:
- src/game/gamecore.h:9:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/gamecore.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/gamecore.cpp:3:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/gamecore.cpp: In function ‘float VelocityRamp(float, float, float, float)’:
- src/game/gamecore.cpp:55: error: ‘powf’ was not declared in this scope
- src/game/gamecore.cpp: In member function ‘void CCharacterCore::Tick(bool)’:
- src/game/gamecore.cpp:105: error: ‘atanf’ was not declared in this scope
- src/game/gamecore.cpp:107: error: ‘atanf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/gamecore.cpp:89: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/gamecore.cpp:290: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/gamecore.o' error 256
- [ 25/108] #1 c++ src/game/server/entities/character.cpp
- src/game/server/entities/character.cpp:3:15: error: new: No such file or directory
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamecontext.h:14,
- from src/game/server/entities/character.cpp:5:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/character.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/character.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/character.cpp:5:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/character.cpp:5:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/character.cpp:5:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/entities/character.cpp:5:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/game/server/entities/character.cpp:39: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.cpp:39: error: ‘size_t’ was not declared in this scope
- src/game/server/entities/character.cpp:39: error: expected primary-expression before ‘int’
- src/game/server/entities/character.cpp: In member function ‘void CCharacter::FireWeapon()’:
- src/game/server/entities/character.cpp:296: error: ‘NULL’ was not declared in this scope
- src/game/server/entities/character.cpp:362: error: ‘cosf’ was not declared in this scope
- src/game/server/entities/character.cpp:362: error: ‘sinf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/server/entities/character.cpp:250: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/server/entities/character.cpp:300: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/server/entities/character.o' error 256
- [ 26/108] #1 c++ src/game/server/entities/flag.cpp
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamecontext.h:14,
- from src/game/server/entities/flag.cpp:3:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/flag.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/flag.cpp:3:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/flag.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/flag.cpp:3:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/flag.cpp:3:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/flag.cpp:3:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/entities/flag.cpp:3:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/game/server/entities/flag.cpp: In constructor ‘CFlag::CFlag(CGameWorld*, int)’:
- src/game/server/entities/flag.cpp:11: error: ‘NULL’ was not declared in this scope
- src/game/server/entities/flag.cpp: In member function ‘virtual void CFlag::Reset()’:
- src/game/server/entities/flag.cpp:19: error: ‘NULL’ was not declared in this scope
- bam: 'objs/game/server/entities/flag.o' error 256
- [ 27/108] #1 c++ src/game/server/entities/laser.cpp
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamecontext.h:14,
- from src/game/server/entities/laser.cpp:4:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/laser.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/laser.cpp:4:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/laser.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/laser.cpp:4:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/laser.cpp:4:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/laser.cpp:4:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/entities/laser.cpp:4:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/server/entities/laser.cpp:61: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
- src/game/server/entities/laser.cpp:63: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/server/entities/laser.o' error 256
- [ 28/108] #1 c++ src/game/server/entities/pickup.cpp
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamecontext.h:14,
- from src/game/server/entities/pickup.cpp:4:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/pickup.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/pickup.cpp:4:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/pickup.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/pickup.cpp:4:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/pickup.cpp:4:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/pickup.cpp:4:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/entities/pickup.cpp:4:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- bam: 'objs/game/server/entities/pickup.o' error 256
- [ 29/108] #1 c++ src/game/server/entities/projectile.cpp
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamecontext.h:14,
- from src/game/server/entities/projectile.cpp:4:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/projectile.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/projectile.cpp:4:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/projectile.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/entities/projectile.cpp:4:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/projectile.cpp:4:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entities/projectile.cpp:4:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/entities/projectile.cpp:4:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- bam: 'objs/game/server/entities/projectile.o' error 256
- [ 30/108] #1 c++ src/game/server/entity.cpp
- In file included from src/game/server/entity.cpp:4:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/server/entity.h:7,
- from src/game/server/entity.cpp:4:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entity.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entity.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entity.cpp:4:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entity.cpp:4:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/entity.cpp:5:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/entity.cpp:5:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
- src/game/server/entity.cpp:47: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/server/entity.o' error 256
- [ 31/108] #1 c++ src/game/server/eventhandler.cpp
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamecontext.h:14,
- from src/game/server/eventhandler.cpp:4:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/eventhandler.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/eventhandler.cpp:4:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/eventhandler.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/eventhandler.cpp:4:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/eventhandler.cpp:4:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/eventhandler.cpp:4:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/eventhandler.cpp:4:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
- src/game/server/eventhandler.cpp:50: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/server/eventhandler.o' error 256
- [ 32/108] #1 c++ src/game/server/gamecontext.cpp
- src/game/server/gamecontext.cpp:3:15: error: new: No such file or directory
- In file included from src/game/server/gamecontext.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamecontext.h:14,
- from src/game/server/gamecontext.cpp:8:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/server/gamecontext.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gamecontext.h:15,
- from src/game/server/gamecontext.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/gamecontext.cpp:8:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/gamecontext.cpp:8:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/gamecontext.cpp:8:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/game/server/gamecontext.cpp: In member function ‘void CGameContext::Clear()’:
- src/game/server/gamecontext.cpp:70: error: no matching function for call to ‘operator new(long unsigned int, CGameContext* const)’
- <built-in>:0: note: candidates are: void* operator new(long unsigned int)
- src/game/server/gamecontext.cpp: In member function ‘virtual void CGameContext::OnClientConnected(int)’:
- src/game/server/gamecontext.cpp:526: error: no matching function for call to ‘operator new(long unsigned int, int&)’
- <built-in>:0: note: candidates are: void* operator new(long unsigned int)
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/server/gamecontext.cpp:139: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/server/gamecontext.cpp:141: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/server/gamecontext.o' error 256
- [ 33/108] #1 c++ src/game/server/gamecontroller.cpp
- In file included from src/game/server/entities/pickup.h:6,
- from src/game/server/gamecontroller.cpp:8:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/server/entity.h:7,
- from src/game/server/entities/pickup.h:6,
- from src/game/server/gamecontroller.cpp:8:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/pickup.h:6,
- from src/game/server/gamecontroller.cpp:8:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/pickup.h:6,
- from src/game/server/gamecontroller.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/pickup.h:6,
- from src/game/server/gamecontroller.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/pickup.h:6,
- from src/game/server/gamecontroller.cpp:8:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/gamecontroller.cpp:10:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/gamecontroller.cpp:10:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
- src/game/server/gamecontroller.cpp:53: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/server/gamecontroller.o' error 256
- [ 34/108] #1 c++ src/game/server/gamemodes/ctf.cpp
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/ctf.cpp:7:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/server/entity.h:7,
- from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/ctf.cpp:7:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/ctf.cpp:7:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/ctf.cpp:7:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/ctf.cpp:7:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/ctf.cpp:7:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/gamemodes/ctf.cpp:7:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamemodes/ctf.cpp:9:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/game/server/gamemodes/ctf.cpp: In member function ‘virtual void CGameControllerCTF::Tick()’:
- src/game/server/gamemodes/ctf.cpp:209: error: ‘NULL’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
- src/game/server/gamemodes/ctf.cpp:174: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/server/gamemodes/ctf.o' error 256
- [ 35/108] #1 c++ src/game/server/gamemodes/dm.cpp
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamemodes/dm.h:5,
- from src/game/server/gamemodes/dm.cpp:3:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- bam: 'objs/game/server/gamemodes/dm.o' error 256
- [ 36/108] #1 c++ src/game/server/gamemodes/mod.cpp
- In file included from src/game/server/gamecontroller.h:6,
- from src/game/server/gamemodes/mod.h:5,
- from src/game/server/gamemodes/mod.cpp:3:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- bam: 'objs/game/server/gamemodes/mod.o' error 256
- [ 37/108] #1 c++ src/game/server/gamemodes/tdm.cpp
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/tdm.cpp:5:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/server/entity.h:7,
- from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/tdm.cpp:5:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/tdm.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/tdm.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/tdm.cpp:5:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/gamemodes/tdm.cpp:5:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/gamemodes/tdm.cpp:5:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamemodes/tdm.cpp:6:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- bam: 'objs/game/server/gamemodes/tdm.o' error 256
- [ 38/108] #1 c++ src/game/server/gameworld.cpp
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gameworld.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gameworld.cpp:4:
- src/game/gamecore.h:9:18: error: math.h: No such file or directory
- In file included from src/game/server/gameworld.cpp:5:
- src/game/server/entity.h:6:15: error: new: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/gameworld.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/gameworld.cpp:4:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/gameworld.cpp:5:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/gamecontext.h:16,
- from src/game/server/gameworld.cpp:6:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/gamecontext.h:16,
- from src/game/server/gameworld.cpp:6:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
- src/game/server/gameworld.cpp:49: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- 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]’
- src/game/server/gameworld.cpp:194: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/server/gameworld.o' error 256
- [ 39/108] #1 c++ src/game/server/player.cpp
- src/game/server/player.cpp:3:15: error: new: No such file or directory
- In file included from src/game/server/entity.h:7,
- from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/player.cpp:5:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/player.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/player.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/server/gameworld.h:6,
- from src/game/server/entity.h:8,
- from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/player.cpp:5:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- In file included from src/game/server/entities/character.h:6,
- from src/game/server/player.h:7,
- from src/game/server/player.cpp:5:
- src/game/server/entity.h: At global scope:
- src/game/server/entity.h:59: error: declaration of ‘operator new’ as non-function
- src/game/server/entity.h:59: error: expected ‘;’ before ‘(’ token
- src/game/server/entity.h:59: error: expected `;' before ‘void’
- In file included from src/game/server/player.h:7,
- from src/game/server/player.cpp:5:
- src/game/server/entities/character.h:21: error: declaration of ‘operator new’ as non-function
- src/game/server/entities/character.h:21: error: expected ‘;’ before ‘(’ token
- In file included from src/game/server/player.cpp:5:
- src/game/server/player.h:13: error: declaration of ‘operator new’ as non-function
- src/game/server/player.h:13: error: expected ‘;’ before ‘(’ token
- src/game/server/player.cpp:8: error: declaration of ‘operator new’ as non-function
- src/game/server/player.cpp:8: error: ‘size_t’ was not declared in this scope
- src/game/server/player.cpp:8: error: expected primary-expression before ‘int’
- src/game/server/player.cpp: In member function ‘void CPlayer::TryRespawn()’:
- src/game/server/player.cpp:274: error: no matching function for call to ‘operator new(long unsigned int, int&)’
- <built-in>:0: note: candidates are: void* operator new(long unsigned int)
- bam: 'objs/game/server/player.o' error 256
- [ 40/108] #1 c src/osxlaunch/server.m
- src/osxlaunch/server.m:1:24: error: Cocoa/Cocoa.h: No such file or directory
- src/osxlaunch/server.m:4: error: cannot find interface declaration for ‘NSTextView’, superclass of ‘ServerView’
- src/osxlaunch/server.m:5: error: expected specifier-qualifier-list before ‘NSTask’
- src/osxlaunch/server.m:6: error: expected specifier-qualifier-list before ‘NSFileHandle’
- src/osxlaunch/server.m:8: error: expected ‘)’ before ‘NSTask’
- src/osxlaunch/server.m:12: error: expected ‘)’ before ‘NSTask’
- src/osxlaunch/server.m: In function ‘-[ServerView listenTo:]’:
- src/osxlaunch/server.m:14: error: ‘NSPipe’ undeclared (first use in this function)
- src/osxlaunch/server.m:14: error: (Each undeclared identifier is reported only once
- src/osxlaunch/server.m:14: error: for each function it appears in.)
- src/osxlaunch/server.m:14: error: ‘pipe’ undeclared (first use in this function)
- src/osxlaunch/server.m:15: error: ‘task’ undeclared (first use in this function)
- src/osxlaunch/server.m:18: error: ‘file’ undeclared (first use in this function)
- src/osxlaunch/server.m:20: error: ‘NSNotificationCenter’ undeclared (first use in this function)
- src/osxlaunch/server.m:20: error: ‘NSFileHandleReadCompletionNotification’ undeclared (first use in this function)
- src/osxlaunch/server.m: At top level:
- src/osxlaunch/server.m:25: error: expected ‘)’ before ‘NSNotification’
- src/osxlaunch/server.m: In function ‘-[ServerView outputNotification:]’:
- src/osxlaunch/server.m:27: error: ‘NSData’ undeclared (first use in this function)
- src/osxlaunch/server.m:27: error: ‘data’ undeclared (first use in this function)
- src/osxlaunch/server.m:27: warning: no ‘-userInfo’ method found
- src/osxlaunch/server.m:27: warning: (Messages without a matching method signature
- src/osxlaunch/server.m:27: warning: will be assumed to return ‘id’ and accept
- src/osxlaunch/server.m:27: warning: ‘...’ as arguments.)
- src/osxlaunch/server.m:27: error: ‘NSFileHandleNotificationDataItem’ undeclared (first use in this function)
- src/osxlaunch/server.m:27: warning: no ‘-objectForKey:’ method found
- src/osxlaunch/server.m:27: warning: no ‘-retain’ method found
- src/osxlaunch/server.m:28: error: ‘NSString’ undeclared (first use in this function)
- src/osxlaunch/server.m:28: error: ‘string’ undeclared (first use in this function)
- src/osxlaunch/server.m:28: error: ‘NSASCIIStringEncoding’ undeclared (first use in this function)
- src/osxlaunch/server.m:29: error: ‘NSAttributedString’ undeclared (first use in this function)
- src/osxlaunch/server.m:29: error: ‘attrstr’ undeclared (first use in this function)
- src/osxlaunch/server.m:31: warning: ‘ServerView’ may not respond to ‘-textStorage’
- src/osxlaunch/server.m:31: warning: no ‘-appendAttributedString:’ method found
- src/osxlaunch/server.m:32: warning: ‘ServerView’ may not respond to ‘-textStorage’
- src/osxlaunch/server.m:32: warning: no ‘-length’ method found
- src/osxlaunch/server.m:32: warning: initialization makes integer from pointer without a cast
- src/osxlaunch/server.m:33: error: ‘NSRange’ undeclared (first use in this function)
- src/osxlaunch/server.m:33: error: expected ‘;’ before ‘range’
- src/osxlaunch/server.m:34: error: ‘range’ undeclared (first use in this function)
- src/osxlaunch/server.m:34: warning: ‘ServerView’ may not respond to ‘-scrollRangeToVisible:’
- src/osxlaunch/server.m:38: error: ‘file’ undeclared (first use in this function)
- src/osxlaunch/server.m:32: warning: unused variable ‘length’
- src/osxlaunch/server.m: At top level:
- src/osxlaunch/server.m:41: error: expected ‘)’ before ‘NSNotification’
- src/osxlaunch/server.m: In function ‘-[ServerView windowWillClose:]’:
- src/osxlaunch/server.m:43: error: ‘task’ undeclared (first use in this function)
- src/osxlaunch/server.m:44: error: ‘NSApp’ undeclared (first use in this function)
- src/osxlaunch/server.m: In function ‘runServer’:
- src/osxlaunch/server.m:50: error: ‘NSAutoreleasePool’ undeclared (first use in this function)
- src/osxlaunch/server.m:50: error: ‘pool’ undeclared (first use in this function)
- src/osxlaunch/server.m:51: error: ‘NSApp’ undeclared (first use in this function)
- src/osxlaunch/server.m:51: error: ‘NSApplication’ undeclared (first use in this function)
- src/osxlaunch/server.m:52: error: ‘NSBundle’ undeclared (first use in this function)
- src/osxlaunch/server.m:52: error: ‘mainBundle’ undeclared (first use in this function)
- src/osxlaunch/server.m:53: error: ‘NSTask’ undeclared (first use in this function)
- src/osxlaunch/server.m:53: error: ‘task’ undeclared (first use in this function)
- src/osxlaunch/server.m:58: error: ‘NSOpenPanel’ undeclared (first use in this function)
- src/osxlaunch/server.m:58: error: ‘openDlg’ undeclared (first use in this function)
- src/osxlaunch/server.m:59: error: ‘YES’ undeclared (first use in this function)
- src/osxlaunch/server.m:61: error: ‘nil’ undeclared (first use in this function)
- src/osxlaunch/server.m:61: error: ‘NSOKButton’ undeclared (first use in this function)
- src/osxlaunch/server.m:64: error: ‘NSArray’ undeclared (first use in this function)
- src/osxlaunch/server.m:64: error: ‘filenames’ undeclared (first use in this function)
- src/osxlaunch/server.m:68: error: ‘NSString’ undeclared (first use in this function)
- src/osxlaunch/server.m:68: error: ‘filename’ undeclared (first use in this function)
- src/osxlaunch/server.m:69: error: ‘arguments’ undeclared (first use in this function)
- src/osxlaunch/server.m:72: error: ‘NSWindow’ undeclared (first use in this function)
- src/osxlaunch/server.m:72: error: ‘window’ undeclared (first use in this function)
- src/osxlaunch/server.m:74: error: ‘NSRect’ undeclared (first use in this function)
- src/osxlaunch/server.m:74: error: expected ‘;’ before ‘graphicsRect’
- src/osxlaunch/server.m:76: error: ‘graphicsRect’ undeclared (first use in this function)
- src/osxlaunch/server.m:76: warning: implicit declaration of function ‘NSMakeRect’
- src/osxlaunch/server.m:80: error: ‘NSTitledWindowMask’ undeclared (first use in this function)
- src/osxlaunch/server.m:81: error: ‘NSClosableWindowMask’ undeclared (first use in this function)
- src/osxlaunch/server.m:82: error: ‘NSMiniaturizableWindowMask’ undeclared (first use in this function)
- src/osxlaunch/server.m:83: error: ‘NSBackingStoreBuffered’ undeclared (first use in this function)
- src/osxlaunch/server.m:84: error: ‘NO’ undeclared (first use in this function)
- src/osxlaunch/server.m:88: warning: ‘ServerView’ may not respond to ‘+alloc’
- src/osxlaunch/server.m:88: warning: no ‘-initWithFrame:’ method found
- src/osxlaunch/server.m:88: warning: no ‘-autorelease’ method found
- src/osxlaunch/server.m:89: warning: ‘ServerView’ may not respond to ‘-setEditable:’
- src/osxlaunch/server.m:90: warning: ‘ServerView’ may not respond to ‘-setRulerVisible:’
- bam: 'objs/osxlaunch/server.o' error 256
- [ 41/108] #1 c++ src/game/client/animstate.cpp
- In file included from src/game/client/animstate.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/animstate.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/game/client/animstate.o' error 256
- [ 42/108] #1 c++ src/game/client/components/binds.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/component.h:7,
- from src/game/client/components/binds.h:5,
- from src/game/client/components/binds.cpp:5:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/binds.h:5,
- from src/game/client/components/binds.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/binds.h:5,
- from src/game/client/components/binds.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/binds.h:5,
- from src/game/client/components/binds.cpp:5:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/binds.o' error 256
- [ 43/108] #1 c++ src/game/client/components/broadcast.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/broadcast.cpp:9:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/broadcast.cpp:9:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/broadcast.cpp:9:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/broadcast.cpp:9:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/broadcast.o' error 256
- [ 44/108] #1 c++ src/game/client/components/camera.cpp
- In file included from src/game/client/components/camera.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/collision.h:6,
- from src/game/client/components/camera.cpp:6:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/client/components/camera.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/camera.cpp:7:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/camera.cpp:44: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/camera.cpp:51: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/camera.o' error 256
- [ 45/108] #1 c++ src/game/client/components/chat.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/chat.cpp:13:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/chat.cpp:13:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/chat.cpp:13:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/chat.cpp:13:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/chat.o' error 256
- [ 46/108] #1 c++ src/game/client/components/console.cpp
- src/game/client/components/console.cpp:3:18: error: math.h: No such file or directory
- src/game/client/components/console.cpp:17:19: error: cstring: No such file or directory
- src/game/client/components/console.cpp:18:18: error: cstdio: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/controls.h:6,
- from src/game/client/components/console.cpp:26:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/controls.h:6,
- from src/game/client/components/console.cpp:26:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/controls.h:6,
- from src/game/client/components/console.cpp:26:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/console.cpp: In function ‘float ConsoleScaleFunc(float)’:
- src/game/client/components/console.cpp:253: error: ‘acosf’ was not declared in this scope
- src/game/client/components/console.cpp:253: error: ‘sinf’ was not declared in this scope
- bam: 'objs/game/client/components/console.o' error 256
- [ 47/108] #1 c++ src/game/client/components/controls.cpp
- In file included from src/game/client/components/controls.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/collision.h:6,
- from src/game/client/components/controls.cpp:7:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/client/components/controls.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/controls.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/controls.cpp: In member function ‘int CControls::SnapInput(int*)’:
- src/game/client/components/controls.cpp:170: error: ‘sinf’ was not declared in this scope
- src/game/client/components/controls.cpp:171: error: ‘cosf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/controls.cpp:235: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/controls.cpp:236: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/controls.o' error 256
- [ 48/108] #1 c++ src/game/client/components/countryflags.cpp
- In file included from src/game/client/components/countryflags.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/components/countryflags.h:5,
- from src/game/client/components/countryflags.cpp:11:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/client/components/countryflags.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/countryflags.h:7,
- from src/game/client/components/countryflags.cpp:11:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/countryflags.o' error 256
- [ 49/108] #1 c++ src/game/client/components/damageind.cpp
- In file included from src/game/gamecore.h:7,
- from src/game/client/components/damageind.cpp:7:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/components/damageind.cpp:7:
- src/game/gamecore.h:9:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/components/damageind.cpp:7:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/components/damageind.cpp:7:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/damageind.cpp: In member function ‘void CDamageInd::Create(vec2, vec2)’:
- src/game/client/components/damageind.cpp:43: error: ‘rand’ was not declared in this scope
- src/game/client/components/damageind.cpp:43: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/game/client/components/damageind.o' error 256
- [ 50/108] #1 c++ src/game/client/components/debughud.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/debughud.cpp:12:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/debughud.cpp:12:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/debughud.cpp:12:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/debughud.cpp:12:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/debughud.cpp:31: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/debughud.o' error 256
- [ 51/108] #1 c++ src/game/client/components/effects.cpp
- In file included from src/game/client/components/particles.h:5,
- from src/game/client/components/effects.cpp:10:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/particles.h:6,
- from src/game/client/components/effects.cpp:10:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/particles.h:6,
- from src/game/client/components/effects.cpp:10:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/particles.h:6,
- from src/game/client/components/effects.cpp:10:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/effects.cpp: In member function ‘void CEffects::PlayerSpawn(vec2)’:
- src/game/client/components/effects.cpp:138: error: ‘powf’ was not declared in this scope
- src/game/client/components/effects.cpp: In member function ‘void CEffects::PlayerDeath(vec2, int)’:
- src/game/client/components/effects.cpp:173: error: ‘rand’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/effects.cpp:19: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/effects.cpp:199: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/effects.o' error 256
- [ 52/108] #1 c++ src/game/client/components/emoticon.cpp
- In file included from src/game/gamecore.h:7,
- from src/game/client/components/emoticon.cpp:8:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/components/emoticon.cpp:8:
- src/game/gamecore.h:9:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/components/emoticon.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/components/emoticon.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/emoticon.cpp: In member function ‘void CEmoticon::DrawCircle(float, float, float, int)’:
- src/game/client/components/emoticon.cpp:72: error: ‘cosf’ was not declared in this scope
- src/game/client/components/emoticon.cpp:75: error: ‘sinf’ was not declared in this scope
- src/game/client/components/emoticon.cpp: In member function ‘virtual void CEmoticon::OnRender()’:
- src/game/client/components/emoticon.cpp:149: error: ‘cosf’ was not declared in this scope
- src/game/client/components/emoticon.cpp:150: error: ‘sinf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/emoticon.cpp:114: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/emoticon.cpp:115: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/emoticon.o' error 256
- [ 53/108] #1 c++ src/game/client/components/flow.cpp
- In file included from src/game/client/components/flow.h:5,
- from src/game/client/components/flow.cpp:6:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/flow.h:6,
- from src/game/client/components/flow.cpp:6:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/flow.h:6,
- from src/game/client/components/flow.cpp:6:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/flow.h:6,
- from src/game/client/components/flow.cpp:6:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/flow.o' error 256
- [ 54/108] #1 c++ src/game/client/components/hud.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/hud.cpp:10:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/hud.cpp:10:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/hud.cpp:10:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/hud.cpp:10:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/hud.o' error 256
- [ 55/108] #1 c++ src/game/client/components/items.cpp
- In file included from src/game/gamecore.h:7,
- from src/game/client/components/items.cpp:8:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/components/items.cpp:8:
- src/game/gamecore.h:9:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/components/items.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/components/items.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/items.cpp: In member function ‘void CItems::RenderPickup(const CNetObj_Pickup*, const CNetObj_Pickup*)’:
- src/game/client/components/items.cpp:146: error: ‘cosf’ was not declared in this scope
- src/game/client/components/items.cpp:147: error: ‘sinf’ was not declared in this scope
- src/game/client/components/items.cpp:153: error: ‘cosf’ was not declared in this scope
- src/game/client/components/items.cpp:154: error: ‘sinf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/items.cpp:90: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/items.cpp:203: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/items.o' error 256
- [ 56/108] #1 c++ src/game/client/components/killmessages.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/killmessages.cpp:8:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/killmessages.cpp:8:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/killmessages.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/killmessages.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/killmessages.o' error 256
- [ 57/108] #1 c++ src/game/client/components/mapimages.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/component.h:7,
- from src/game/client/components/mapimages.cpp:6:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/mapimages.cpp:6:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/mapimages.cpp:6:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/mapimages.cpp:6:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/mapimages.o' error 256
- [ 58/108] #1 c++ src/game/client/components/maplayers.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/maplayers.cpp:11:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/maplayers.cpp:11:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/maplayers.cpp:11:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/maplayers.cpp:11:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/maplayers.o' error 256
- [ 59/108] #1 c++ src/game/client/components/menus.cpp
- src/game/client/components/menus.cpp:3:18: error: math.h: No such file or directory
- In file included from src/game/client/components/menus.cpp:6:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/components/menus.cpp:6:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/sounds.h:5,
- from src/game/client/components/menus.cpp:24:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/menus.cpp: In member function ‘void CMenus::RenderBackground()’:
- src/game/client/components/menus.cpp:1586: error: ‘fmod’ was not declared in this scope
- bam: 'objs/game/client/components/menus.o' error 256
- [ 60/108] #1 c++ src/game/client/components/menus_browser.cpp
- In file included from src/game/client/render.h:6,
- from src/game/client/components/menus_browser.cpp:16:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/countryflags.h:7,
- from src/game/client/components/menus_browser.cpp:18:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/countryflags.h:7,
- from src/game/client/components/menus_browser.cpp:18:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/countryflags.h:7,
- from src/game/client/components/menus_browser.cpp:18:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/menus_browser.o' error 256
- [ 61/108] #1 c++ src/game/client/components/menus_demo.cpp
- In file included from src/game/client/components/menus_demo.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/render.h:6,
- from src/game/client/components/menus_demo.cpp:12:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/client/components/menus_demo.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/menus_demo.cpp:13:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/menus_demo.o' error 256
- [ 62/108] #1 c++ src/game/client/components/menus_ingame.cpp
- In file included from src/game/client/components/menus_ingame.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/menus_ingame.cpp:18:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/client/components/menus_ingame.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/menus_ingame.cpp:18:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/menus_ingame.o' error 256
- [ 63/108] #1 c++ src/game/client/components/menus_settings.cpp
- In file included from src/game/client/components/menus_settings.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/component.h:7,
- from src/game/client/components/sounds.h:5,
- from src/game/client/components/menus_settings.cpp:16:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/client/components/menus_settings.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/sounds.h:5,
- from src/game/client/components/menus_settings.cpp:16:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/menus_settings.o' error 256
- [ 64/108] #1 c++ src/game/client/components/motd.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/motd.cpp:10:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/motd.cpp:10:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/motd.cpp:10:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/motd.cpp:10:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/motd.o' error 256
- [ 65/108] #1 c++ src/game/client/components/nameplates.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/nameplates.cpp:8:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/nameplates.cpp:8:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/nameplates.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/nameplates.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/nameplates.cpp: In member function ‘void CNamePlates::RenderNameplate(const CNetObj_Character*, const CNetObj_Character*, const CNetObj_PlayerInfo*)’:
- src/game/client/components/nameplates.cpp:30: error: ‘powf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/base/vmath.h:50: instantiated from ‘T distance(vector2_base<T>, const vector2_base<T>&) [with T = float]’
- src/game/client/components/nameplates.cpp:30: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/nameplates.o' error 256
- [ 66/108] #1 c++ src/game/client/components/particles.cpp
- In file included from src/game/client/components/particles.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/render.h:6,
- from src/game/client/components/particles.cpp:8:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/client/components/particles.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/components/particles.cpp:9:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/particles.cpp: In member function ‘void CParticles::Update(float)’:
- src/game/client/components/particles.cpp:99: error: ‘NULL’ was not declared in this scope
- bam: 'objs/game/client/components/particles.o' error 256
- [ 67/108] #1 c++ src/game/client/components/players.cpp
- In file included from src/game/gamecore.h:7,
- from src/game/client/components/players.cpp:10:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/components/players.cpp:10:
- src/game/gamecore.h:9:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/components/players.cpp:10:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/components/players.cpp:10:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/players.cpp: In function ‘float NormalizeAngular(float)’:
- src/game/client/components/players.cpp:70: error: ‘fmod’ was not declared in this scope
- src/game/client/components/players.cpp: In function ‘float AngularMixDirection(float, float)’:
- src/game/client/components/players.cpp:73: error: ‘sinf’ was not declared in this scope
- src/game/client/components/players.cpp: In function ‘float AngularDistance(float, float)’:
- src/game/client/components/players.cpp:74: error: ‘sinf’ was not declared in this scope
- src/game/client/components/players.cpp:74: error: ‘asinf’ was not declared in this scope
- src/game/client/components/players.cpp: In member function ‘void CPlayers::RenderPlayer(const CNetObj_Character*, const CNetObj_Character*, const CNetObj_PlayerInfo*, const CNetObj_PlayerInfo*)’:
- src/game/client/components/players.cpp:322: error: ‘fmod’ was not declared in this scope
- src/game/client/components/players.cpp:411: error: ‘rand’ was not declared in this scope
- src/game/client/components/players.cpp:443: error: ‘sinf’ was not declared in this scope
- src/game/client/components/players.cpp:462: error: ‘rand’ was not declared in this scope
- src/game/client/components/players.cpp:534: error: ‘sinf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector2_base<T> normalize(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/players.cpp:181: instantiated from here
- src/base/vmath.h:62: error: ‘sqrtf’ was not declared in this scope
- src/base/vmath.h: In function ‘T length(const vector2_base<T>&) [with T = float]’:
- src/game/client/components/players.cpp:345: instantiated from here
- src/base/vmath.h:44: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/players.o' error 256
- [ 68/108] #1 c++ src/game/client/components/scoreboard.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/scoreboard.cpp:13:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/scoreboard.cpp:13:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/scoreboard.cpp:13:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/scoreboard.cpp:13:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/scoreboard.o' error 256
- [ 69/108] #1 c++ src/game/client/components/skins.cpp
- src/game/client/components/skins.cpp:3:18: error: math.h: No such file or directory
- In file included from src/game/client/components/skins.cpp:6:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/components/skins.cpp:6:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/skins.h:7,
- from src/game/client/components/skins.cpp:11:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/base/vmath.h: In function ‘vector3_base<T> normalize(const vector3_base<T>&) [with T = float]’:
- src/game/client/components/skins.cpp:51: instantiated from here
- src/base/vmath.h:141: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/components/skins.o' error 256
- [ 70/108] #1 c++ src/game/client/components/sounds.cpp
- In file included from src/game/client/gameclient.h:6,
- from src/game/client/components/sounds.cpp:7:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/sounds.cpp:7:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/components/sounds.cpp:7:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/components/sounds.cpp:7:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/components/sounds.cpp: In member function ‘void CSounds::Play(int, int, float, vec2)’:
- src/game/client/components/sounds.cpp:162: error: ‘rand’ was not declared in this scope
- bam: 'objs/game/client/components/sounds.o' error 256
- [ 71/108] #1 c++ src/game/client/components/spectator.cpp
- In file included from src/game/client/render.h:6,
- from src/game/client/components/spectator.cpp:12:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/spectator.h:7,
- from src/game/client/components/spectator.cpp:14:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/spectator.h:7,
- from src/game/client/components/spectator.cpp:14:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/spectator.h:7,
- from src/game/client/components/spectator.cpp:14:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/spectator.o' error 256
- [ 72/108] #1 c++ src/game/client/components/voting.cpp
- In file included from src/game/client/components/voting.cpp:6:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/voting.h:9,
- from src/game/client/components/voting.cpp:8:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/voting.h:9,
- from src/game/client/components/voting.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/component.h:7,
- from src/game/client/components/voting.h:9,
- from src/game/client/components/voting.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/client/components/voting.o' error 256
- [ 73/108] #1 c++ src/game/client/gameclient.cpp
- In file included from src/game/client/render.h:6,
- from src/game/client/gameclient.cpp:21:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/gameclient.cpp:23:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/client/gameclient.h:10,
- from src/game/client/gameclient.cpp:23:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/client/gameclient.h:10,
- from src/game/client/gameclient.cpp:23:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/client/gameclient.cpp: In member function ‘virtual void CGameClient::OnNewSnapshot()’:
- src/game/client/gameclient.cpp:663: error: ‘rand’ was not declared in this scope
- bam: 'objs/game/client/gameclient.o' error 256
- [ 74/108] #1 c++ src/game/client/render.cpp
- src/game/client/render.cpp:3:18: error: math.h: No such file or directory
- In file included from src/game/client/render.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/render.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- src/game/client/render.cpp: In member function ‘void CRenderTools::SelectSprite(CDataSprite*, int, int, int)’:
- src/game/client/render.cpp:49: error: ‘sqrtf’ was not declared in this scope
- src/game/client/render.cpp: In member function ‘void CRenderTools::DrawRoundRectExt(float, float, float, float, float, int)’:
- src/game/client/render.cpp:99: error: ‘cosf’ was not declared in this scope
- src/game/client/render.cpp:102: error: ‘sinf’ was not declared in this scope
- src/game/client/render.cpp: In function ‘void CalcScreenParams(float, float, float, float, float*, float*)’:
- src/game/client/render.cpp:267: error: ‘sqrtf’ was not declared in this scope
- bam: 'objs/game/client/render.o' error 256
- [ 75/108] #1 c++ src/game/client/render_map.cpp
- src/game/client/render_map.cpp:3:18: error: math.h: No such file or directory
- In file included from src/game/client/render_map.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/render_map.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- src/game/client/render_map.cpp: In static member function ‘static void CRenderTools::RenderEvalEnvelope(CEnvPoint*, int, int, float, float*)’:
- src/game/client/render_map.cpp:29: error: ‘fmod’ was not declared in this scope
- src/game/client/render_map.cpp: In function ‘void Rotate(CPoint*, CPoint*, float)’:
- src/game/client/render_map.cpp:77: error: ‘cosf’ was not declared in this scope
- src/game/client/render_map.cpp:77: error: ‘sinf’ was not declared in this scope
- bam: 'objs/game/client/render_map.o' error 256
- [ 76/108] #1 c++ src/engine/client/client.cpp
- src/engine/client/client.cpp:3:15: error: new: No such file or directory
- src/engine/client/client.cpp:5:29: error: stdlib.h: No such file or directory
- In file included from src/engine/client/client.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- src/engine/client/client.cpp: In member function ‘void CClient::ProcessConnlessPacket(CNetChunk*)’:
- src/engine/client/client.cpp:981: error: ‘qsort’ was not declared in this scope
- src/engine/client/client.cpp: In function ‘CClient* CreateClient()’:
- src/engine/client/client.cpp:2173: error: no matching function for call to ‘operator new(long unsigned int, CClient*&)’
- <built-in>:0: note: candidates are: void* operator new(long unsigned int)
- bam: 'objs/engine/client/client.o' error 256
- [ 77/108] #1 c++ src/engine/client/friends.cpp
- In file included from src/engine/client/friends.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/engine/client/friends.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/engine/client/friends.o' error 256
- [ 78/108] #1 c++ src/engine/client/graphics.cpp
- In file included from src/engine/client/graphics.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_config.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:30,
- from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_config_macosx.h:29:32: error: AvailabilityMacros.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:34:23: error: sys/types.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:37:19: error: stdio.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:60:21: error: string.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:66:23: error: inttypes.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:71:20: error: ctype.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:187:22: error: alloca.h: No such file or directory
- src/engine/client/graphics.cpp:15:24: error: OpenGL/gl.h: No such file or directory
- src/engine/client/graphics.cpp:16:25: error: OpenGL/glu.h: No such file or directory
- src/engine/client/graphics.cpp:31:32: error: math.h: No such file or directory
- In file included from src/engine/client/graphics.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h: At global scope:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:98: error: ‘int8_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:99: error: ‘uint8_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:100: error: ‘int16_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:101: error: ‘uint16_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:102: error: ‘int32_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:103: error: ‘uint32_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:106: error: ‘int64_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:108: error: ‘uint64_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:125: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:126: error: ‘Sint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:127: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:128: error: ‘Sint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:129: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:130: error: ‘Sint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:131: error: ‘Uint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:132: error: ‘Sint64’ was not declared in this scope
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: warning: ‘SDL_lltoa’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: ‘Sint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘char’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: warning: ‘SDL_ulltoa’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: ‘Uint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘char’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:33,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:81: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:114: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:157: error: ‘Uint64’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: warning: ‘SDL_CreateSemaphore’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:115: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:123: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:166: error: ‘Uint32’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:92: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:97: error: ‘Uint32’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:36,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:64: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: ISO C++ forbids declaration of ‘FILE’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: warning: ‘SDL_RWFromFP’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘FILE’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘fp’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:131: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:132: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:133: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:134: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:135: error: ‘Uint64’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:136: error: ‘Uint64’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:141: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:142: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:143: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:144: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:145: error: ‘Uint64’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:146: error: ‘Uint64’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:76: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:77: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:78: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:79: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:80: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:81: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:91: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:128: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:129: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:136: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: warning: ‘SDL_FreeWAV’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: variable or field ‘SDL_FreeWAV’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘audio_buf’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: warning: ‘SDL_MixAudio’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: variable or field ‘SDL_MixAudio’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘dst’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘int’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:33,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:71: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:72: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:73: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:74: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:75: error: ‘Uint32’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:33,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_active.h:54: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:60: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:63: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:110: error: expected initializer before ‘*’ token
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:32,
- from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:51: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:52: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:56: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:57: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:58: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:59: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:72: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:73: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:74: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:75: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:76: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:77: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:78: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:79: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:80: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:81: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:82: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:83: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:84: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:85: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:88: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:90: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:97: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:100: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:109: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:112: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:172: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:173: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:174: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:175: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:176: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:177: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:178: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:179: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:180: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:181: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:182: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:183: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:184: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:209: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: ISO C++ forbids declaration of ‘Uint16’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:223: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:224: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:275: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:313: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:324: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:385: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: expected ‘,’ or ‘...’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: ISO C++ forbids declaration of ‘Uint16’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: warning: ‘SDL_GetGammaRamp’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘red’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘green’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘blue’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:492: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:499: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: warning: ‘SDL_GetRGB’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: variable or field ‘SDL_GetRGB’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:507: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘r’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘g’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘b’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: warning: ‘SDL_GetRGBA’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: variable or field ‘SDL_GetRGBA’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:514: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘r’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘g’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘b’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘a’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: warning: ‘SDL_CreateRGBSurface’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:669: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:768: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:808: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:897: error: ‘Uint8’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:43: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:57: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:65: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: warning: ‘SDL_WarpMouse’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: variable or field ‘SDL_WarpMouse’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: warning: ‘SDL_CreateCursor’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘data’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘mask’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:36,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:134: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:157: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:173: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:120: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:121: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:122: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:127: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:128: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:129: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:135: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:136: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:137: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:138: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:139: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:140: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:145: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:146: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:147: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:148: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:149: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:154: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:155: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:156: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:157: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:162: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:163: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:164: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:165: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:166: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:171: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:172: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:173: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:174: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:184: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:185: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:186: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:187: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:195: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:202: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:207: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:212: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:222: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:228: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:278: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:348: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:42,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:49: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: warning: ‘SDL_Delay’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: variable or field ‘SDL_Delay’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ISO C++ forbids declaration of ‘Uint32’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ‘SDL_TimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: warning: ‘SDL_SetTimer’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘SDL_TimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ISO C++ forbids declaration of ‘Uint32’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ‘SDL_NewTimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: warning: ‘SDL_AddTimer’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘SDL_NewTimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: expected primary-expression before ‘void’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:44,
- from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:48: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:49: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:50: error: ‘Uint8’ does not name a type
- In file included from src/engine/client/graphics.cpp:7:
- /Library/Frameworks/SDL.framework/Headers/SDL.h:76: warning: ‘SDL_Init’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:76: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:79: warning: ‘SDL_InitSubSystem’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:79: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: warning: ‘SDL_QuitSubSystem’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: variable or field ‘SDL_QuitSubSystem’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:88: error: ‘Uint32’ does not name a type
- In file included from src/engine/client/graphics.cpp:33:
- src/engine/client/graphics.h:55: error: ‘GLuint’ does not name a type
- src/engine/client/graphics.cpp: In member function ‘void CGraphics_OpenGL::Flush()’:
- src/engine/client/graphics.cpp:75: error: ‘GL_FLOAT’ was not declared in this scope
- src/engine/client/graphics.cpp:77: error: ‘glVertexPointer’ was not declared in this scope
- src/engine/client/graphics.cpp:80: error: ‘glTexCoordPointer’ was not declared in this scope
- src/engine/client/graphics.cpp:83: error: ‘glColorPointer’ was not declared in this scope
- src/engine/client/graphics.cpp:84: error: ‘GL_VERTEX_ARRAY’ was not declared in this scope
- src/engine/client/graphics.cpp:84: error: ‘glEnableClientState’ was not declared in this scope
- src/engine/client/graphics.cpp:85: error: ‘GL_TEXTURE_COORD_ARRAY’ was not declared in this scope
- src/engine/client/graphics.cpp:86: error: ‘GL_COLOR_ARRAY’ was not declared in this scope
- src/engine/client/graphics.cpp:91: error: ‘GL_QUADS’ was not declared in this scope
- src/engine/client/graphics.cpp:91: error: ‘glDrawArrays’ was not declared in this scope
- src/engine/client/graphics.cpp:93: error: ‘GL_LINES’ was not declared in this scope
- src/engine/client/graphics.cpp:93: error: ‘glDrawArrays’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘void CGraphics_OpenGL::Rotate4(const CGraphics_OpenGL::CPoint&, CGraphics_OpenGL::CVertex*)’:
- src/engine/client/graphics.cpp:109: error: ‘cosf’ was not declared in this scope
- src/engine/client/graphics.cpp:110: error: ‘sinf’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::ClipEnable(int, int, int, int)’:
- src/engine/client/graphics.cpp:192: error: ‘glScissor’ was not declared in this scope
- src/engine/client/graphics.cpp:193: error: ‘GL_SCISSOR_TEST’ was not declared in this scope
- src/engine/client/graphics.cpp:193: error: ‘glEnable’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::ClipDisable()’:
- src/engine/client/graphics.cpp:199: error: ‘GL_SCISSOR_TEST’ was not declared in this scope
- src/engine/client/graphics.cpp:199: error: ‘glDisable’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::BlendNone()’:
- src/engine/client/graphics.cpp:204: error: ‘GL_BLEND’ was not declared in this scope
- src/engine/client/graphics.cpp:204: error: ‘glDisable’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::BlendNormal()’:
- src/engine/client/graphics.cpp:209: error: ‘GL_BLEND’ was not declared in this scope
- src/engine/client/graphics.cpp:209: error: ‘glEnable’ was not declared in this scope
- src/engine/client/graphics.cpp:210: error: ‘GL_SRC_ALPHA’ was not declared in this scope
- src/engine/client/graphics.cpp:210: error: ‘GL_ONE_MINUS_SRC_ALPHA’ was not declared in this scope
- src/engine/client/graphics.cpp:210: error: ‘glBlendFunc’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::BlendAdditive()’:
- src/engine/client/graphics.cpp:215: error: ‘GL_BLEND’ was not declared in this scope
- src/engine/client/graphics.cpp:215: error: ‘glEnable’ was not declared in this scope
- src/engine/client/graphics.cpp:216: error: ‘GL_SRC_ALPHA’ was not declared in this scope
- src/engine/client/graphics.cpp:216: error: ‘GL_ONE’ was not declared in this scope
- src/engine/client/graphics.cpp:216: error: ‘glBlendFunc’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::MapScreen(float, float, float, float)’:
- src/engine/client/graphics.cpp:230: error: ‘GL_PROJECTION’ was not declared in this scope
- src/engine/client/graphics.cpp:230: error: ‘glMatrixMode’ was not declared in this scope
- src/engine/client/graphics.cpp:231: error: ‘glLoadIdentity’ was not declared in this scope
- src/engine/client/graphics.cpp:232: error: ‘glOrtho’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_OpenGL::UnloadTexture(int)’:
- src/engine/client/graphics.cpp:285: error: ‘struct CGraphics_OpenGL::CTexture’ has no member named ‘m_Tex’
- src/engine/client/graphics.cpp:285: error: ‘glDeleteTextures’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_OpenGL::LoadTextureRaw(int, int, int, const void*, int, int)’:
- src/engine/client/graphics.cpp:314: error: ‘GL_MAX_TEXTURE_SIZE’ was not declared in this scope
- src/engine/client/graphics.cpp:332: error: ‘GL_RGBA’ was not declared in this scope
- src/engine/client/graphics.cpp:334: error: ‘GL_RGB’ was not declared in this scope
- src/engine/client/graphics.cpp:336: error: ‘GL_ALPHA’ was not declared in this scope
- src/engine/client/graphics.cpp:351: error: ‘GL_RGB’ was not declared in this scope
- src/engine/client/graphics.cpp:353: error: ‘GL_ALPHA’ was not declared in this scope
- src/engine/client/graphics.cpp:356: error: ‘struct CGraphics_OpenGL::CTexture’ has no member named ‘m_Tex’
- src/engine/client/graphics.cpp:356: error: ‘glGenTextures’ was not declared in this scope
- src/engine/client/graphics.cpp:357: error: ‘GL_TEXTURE_2D’ was not declared in this scope
- src/engine/client/graphics.cpp:357: error: ‘struct CGraphics_OpenGL::CTexture’ has no member named ‘m_Tex’
- src/engine/client/graphics.cpp:357: error: ‘glBindTexture’ was not declared in this scope
- src/engine/client/graphics.cpp:358: error: ‘GL_TEXTURE_MAG_FILTER’ was not declared in this scope
- src/engine/client/graphics.cpp:358: error: ‘GL_LINEAR’ was not declared in this scope
- src/engine/client/graphics.cpp:358: error: ‘glTexParameteri’ was not declared in this scope
- src/engine/client/graphics.cpp:359: error: ‘GL_TEXTURE_MIN_FILTER’ was not declared in this scope
- src/engine/client/graphics.cpp:359: error: ‘GL_LINEAR_MIPMAP_NEAREST’ was not declared in this scope
- src/engine/client/graphics.cpp:360: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
- src/engine/client/graphics.cpp:360: error: ‘gluBuild2DMipmaps’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘void CGraphics_OpenGL::ScreenshotDirect(const char*)’:
- src/engine/client/graphics.cpp:465: error: ‘GLint’ was not declared in this scope
- src/engine/client/graphics.cpp:465: error: expected `;' before ‘Alignment’
- src/engine/client/graphics.cpp:466: error: ‘GL_PACK_ALIGNMENT’ was not declared in this scope
- src/engine/client/graphics.cpp:466: error: ‘Alignment’ was not declared in this scope
- src/engine/client/graphics.cpp:466: error: ‘glGetIntegerv’ was not declared in this scope
- src/engine/client/graphics.cpp:467: error: ‘glPixelStorei’ was not declared in this scope
- src/engine/client/graphics.cpp:468: error: ‘GL_RGB’ was not declared in this scope
- src/engine/client/graphics.cpp:468: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
- src/engine/client/graphics.cpp:468: error: ‘glReadPixels’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::TextureSet(int)’:
- src/engine/client/graphics.cpp:506: error: ‘GL_TEXTURE_2D’ was not declared in this scope
- src/engine/client/graphics.cpp:506: error: ‘glDisable’ was not declared in this scope
- src/engine/client/graphics.cpp:510: error: ‘GL_TEXTURE_2D’ was not declared in this scope
- src/engine/client/graphics.cpp:510: error: ‘glEnable’ was not declared in this scope
- src/engine/client/graphics.cpp:511: error: ‘struct CGraphics_OpenGL::CTexture’ has no member named ‘m_Tex’
- src/engine/client/graphics.cpp:511: error: ‘glBindTexture’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::Clear(float, float, float)’:
- src/engine/client/graphics.cpp:517: error: ‘glClearColor’ was not declared in this scope
- src/engine/client/graphics.cpp:518: error: ‘GL_COLOR_BUFFER_BIT’ was not declared in this scope
- src/engine/client/graphics.cpp:518: error: ‘GL_DEPTH_BUFFER_BIT’ was not declared in this scope
- src/engine/client/graphics.cpp:518: error: ‘glClear’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual bool CGraphics_OpenGL::Init()’:
- src/engine/client/graphics.cpp:721: error: ‘GL_BLEND’ was not declared in this scope
- src/engine/client/graphics.cpp:721: error: ‘glEnable’ was not declared in this scope
- src/engine/client/graphics.cpp:722: error: ‘GL_CULL_FACE’ was not declared in this scope
- src/engine/client/graphics.cpp:722: error: ‘glDisable’ was not declared in this scope
- src/engine/client/graphics.cpp:723: error: ‘GL_DEPTH_TEST’ was not declared in this scope
- src/engine/client/graphics.cpp:724: error: ‘GL_MODELVIEW’ was not declared in this scope
- src/engine/client/graphics.cpp:724: error: ‘glMatrixMode’ was not declared in this scope
- src/engine/client/graphics.cpp:725: error: ‘glLoadIdentity’ was not declared in this scope
- src/engine/client/graphics.cpp:727: error: ‘GL_GREATER’ was not declared in this scope
- src/engine/client/graphics.cpp:727: error: ‘glAlphaFunc’ was not declared in this scope
- src/engine/client/graphics.cpp:728: error: ‘GL_ALPHA_TEST’ was not declared in this scope
- src/engine/client/graphics.cpp:729: error: ‘glDepthMask’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘int CGraphics_SDL::TryInit()’:
- src/engine/client/graphics.cpp:753: error: ‘SDL_EventState’ was not declared in this scope
- src/engine/client/graphics.cpp:762: error: ‘const struct SDL_VideoInfo’ has no member named ‘hw_available’
- src/engine/client/graphics.cpp:767: error: ‘const struct SDL_VideoInfo’ has no member named ‘blit_hw’
- src/engine/client/graphics.cpp: In member function ‘virtual bool CGraphics_SDL::Init()’:
- src/engine/client/graphics.cpp:855: error: ‘SDL_Init’ cannot be used as a function
- src/engine/client/graphics.cpp:862: error: ‘atexit’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_SDL::WindowActive()’:
- src/engine/client/graphics.cpp:898: error: ‘SDL_GetAppState’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_SDL::WindowOpen()’:
- src/engine/client/graphics.cpp:903: error: ‘SDL_GetAppState’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_SDL::Swap()’:
- src/engine/client/graphics.cpp:926: error: ‘glFinish’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_SDL::GetVideoModes(CVideoMode*, int)’:
- src/engine/client/graphics.cpp:963: error: ‘struct SDL_Rect’ has no member named ‘w’
- src/engine/client/graphics.cpp:964: error: ‘struct SDL_Rect’ has no member named ‘h’
- bam: 'objs/engine/client/graphics.o' error 256
- [ 79/108] #1 c++ src/engine/client/input.cpp
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_config.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:30,
- from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_config_macosx.h:29:32: error: AvailabilityMacros.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:34:23: error: sys/types.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:37:19: error: stdio.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:40:21: error: stdlib.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:60:21: error: string.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:66:23: error: inttypes.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:71:20: error: ctype.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:187:22: error: alloca.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:98: error: ‘int8_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:99: error: ‘uint8_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:100: error: ‘int16_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:101: error: ‘uint16_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:102: error: ‘int32_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:103: error: ‘uint32_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:106: error: ‘int64_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:108: error: ‘uint64_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:125: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:126: error: ‘Sint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:127: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:128: error: ‘Sint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:129: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:130: error: ‘Sint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:131: error: ‘Uint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:132: error: ‘Sint64’ was not declared in this scope
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: warning: ‘SDL_lltoa’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: ‘Sint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘char’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: warning: ‘SDL_ulltoa’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: ‘Uint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘char’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:33,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:81: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:114: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:157: error: ‘Uint64’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: warning: ‘SDL_CreateSemaphore’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:115: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:123: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:166: error: ‘Uint32’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:92: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:97: error: ‘Uint32’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:36,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:64: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: ISO C++ forbids declaration of ‘FILE’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: warning: ‘SDL_RWFromFP’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘FILE’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘fp’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:131: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:132: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:133: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:134: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:135: error: ‘Uint64’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:136: error: ‘Uint64’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:141: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:142: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:143: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:144: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:145: error: ‘Uint64’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:146: error: ‘Uint64’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:76: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:77: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:78: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:79: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:80: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:81: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:91: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:128: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:129: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:136: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: warning: ‘SDL_FreeWAV’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: variable or field ‘SDL_FreeWAV’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘audio_buf’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: warning: ‘SDL_MixAudio’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: variable or field ‘SDL_MixAudio’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘dst’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘int’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:33,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:71: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:72: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:73: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:74: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:75: error: ‘Uint32’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:33,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_active.h:54: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:60: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:63: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:110: error: expected initializer before ‘*’ token
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:32,
- from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:51: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:52: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:56: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:57: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:58: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:59: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:72: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:73: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:74: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:75: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:76: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:77: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:78: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:79: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:80: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:81: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:82: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:83: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:84: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:85: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:88: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:90: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:97: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:100: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:109: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:112: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:172: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:173: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:174: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:175: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:176: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:177: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:178: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:179: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:180: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:181: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:182: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:183: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:184: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:209: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: ISO C++ forbids declaration of ‘Uint16’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:223: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:224: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:275: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:313: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:324: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:385: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: expected ‘,’ or ‘...’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: ISO C++ forbids declaration of ‘Uint16’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: warning: ‘SDL_GetGammaRamp’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘red’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘green’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘blue’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:492: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:499: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: warning: ‘SDL_GetRGB’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: variable or field ‘SDL_GetRGB’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:507: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘r’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘g’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘b’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: warning: ‘SDL_GetRGBA’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: variable or field ‘SDL_GetRGBA’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:514: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘r’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘g’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘b’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘a’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: warning: ‘SDL_CreateRGBSurface’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:669: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:768: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:808: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:897: error: ‘Uint8’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:43: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:57: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:65: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: warning: ‘SDL_WarpMouse’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: variable or field ‘SDL_WarpMouse’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: warning: ‘SDL_CreateCursor’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘data’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘mask’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:36,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:134: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:157: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:173: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:120: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:121: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:122: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:127: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:128: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:129: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:135: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:136: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:137: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:138: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:139: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:140: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:145: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:146: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:147: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:148: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:149: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:154: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:155: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:156: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:157: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:162: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:163: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:164: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:165: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:166: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:171: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:172: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:173: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:174: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:184: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:185: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:186: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:187: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:195: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:202: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:207: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:212: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:222: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:228: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:278: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:348: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:42,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:49: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: warning: ‘SDL_Delay’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: variable or field ‘SDL_Delay’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ISO C++ forbids declaration of ‘Uint32’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ‘SDL_TimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: warning: ‘SDL_SetTimer’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘SDL_TimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ISO C++ forbids declaration of ‘Uint32’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ‘SDL_NewTimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: warning: ‘SDL_AddTimer’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘SDL_NewTimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: expected primary-expression before ‘void’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:44,
- from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:48: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:49: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:50: error: ‘Uint8’ does not name a type
- In file included from src/engine/client/input.cpp:3:
- /Library/Frameworks/SDL.framework/Headers/SDL.h:76: warning: ‘SDL_Init’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:76: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:79: warning: ‘SDL_InitSubSystem’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:79: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: warning: ‘SDL_QuitSubSystem’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: variable or field ‘SDL_QuitSubSystem’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:88: error: ‘Uint32’ does not name a type
- src/engine/client/input.cpp: In member function ‘virtual void CInput::MouseRelative(float*, float*)’:
- src/engine/client/input.cpp:58: error: ‘SDL_GetRelativeMouseState’ was not declared in this scope
- src/engine/client/input.cpp:63: error: ‘SDL_GetMouseState’ was not declared in this scope
- src/engine/client/input.cpp:64: error: ‘SDL_WarpMouse’ was not declared in this scope
- src/engine/client/input.cpp: In member function ‘virtual int CInput::Update()’:
- src/engine/client/input.cpp:126: error: ‘Uint8’ was not declared in this scope
- src/engine/client/input.cpp:126: error: ‘pState’ was not declared in this scope
- src/engine/client/input.cpp:126: error: ‘SDL_GetKeyState’ was not declared in this scope
- src/engine/client/input.cpp:133: error: ‘SDL_GetMouseState’ was not declared in this scope
- src/engine/client/input.cpp:150: error: ‘union SDL_Event’ has no member named ‘type’
- src/engine/client/input.cpp:155: error: ‘struct SDL_keysym’ has no member named ‘unicode’
- src/engine/client/input.cpp:155: error: ‘struct SDL_keysym’ has no member named ‘unicode’
- src/engine/client/input.cpp:156: error: ‘struct SDL_keysym’ has no member named ‘unicode’
- src/engine/client/input.cpp:168: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- src/engine/client/input.cpp:176: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- src/engine/client/input.cpp:177: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- src/engine/client/input.cpp:178: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- src/engine/client/input.cpp:179: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- src/engine/client/input.cpp:180: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- src/engine/client/input.cpp:181: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- src/engine/client/input.cpp:182: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- src/engine/client/input.cpp:183: error: ‘struct SDL_MouseButtonEvent’ has no member named ‘button’
- bam: 'objs/engine/client/input.o' error 256
- [ 80/108] #1 c++ src/engine/client/serverbrowser.cpp
- src/engine/client/serverbrowser.cpp:3:29: error: algorithm: No such file or directory
- In file included from src/engine/client/serverbrowser.cpp:5:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/engine/client/serverbrowser.cpp:5:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- src/engine/client/serverbrowser.cpp: In member function ‘void CServerBrowser::Sort()’:
- src/engine/client/serverbrowser.cpp:286: error: ‘sort’ is not a member of ‘std’
- src/engine/client/serverbrowser.cpp:288: error: ‘sort’ is not a member of ‘std’
- src/engine/client/serverbrowser.cpp:290: error: ‘sort’ is not a member of ‘std’
- src/engine/client/serverbrowser.cpp:292: error: ‘sort’ is not a member of ‘std’
- src/engine/client/serverbrowser.cpp:295: error: ‘sort’ is not a member of ‘std’
- bam: 'objs/engine/client/serverbrowser.o' error 256
- [ 81/108] #1 c++ src/engine/client/sound.cpp
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_config.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:30,
- from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_config_macosx.h:29:32: error: AvailabilityMacros.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:34:23: error: sys/types.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:37:19: error: stdio.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:40:21: error: stdlib.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:60:21: error: string.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:66:23: error: inttypes.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:71:20: error: ctype.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:187:22: error: alloca.h: No such file or directory
- src/engine/client/sound.cpp:15:18: error: math.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:98: error: ‘int8_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:99: error: ‘uint8_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:100: error: ‘int16_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:101: error: ‘uint16_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:102: error: ‘int32_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:103: error: ‘uint32_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:106: error: ‘int64_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:108: error: ‘uint64_t’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:125: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:126: error: ‘Sint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:127: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:128: error: ‘Sint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:129: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:130: error: ‘Sint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:131: error: ‘Uint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:132: error: ‘Sint64’ was not declared in this scope
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: warning: ‘SDL_lltoa’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: ‘Sint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘char’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: warning: ‘SDL_ulltoa’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: ‘Uint64’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘char’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:33,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:81: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:114: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:157: error: ‘Uint64’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: warning: ‘SDL_CreateSemaphore’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:115: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:123: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:166: error: ‘Uint32’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:92: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:97: error: ‘Uint32’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:36,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:64: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: ISO C++ forbids declaration of ‘FILE’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:80: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:84: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:85: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:86: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: warning: ‘SDL_RWFromFP’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘FILE’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: ‘fp’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:131: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:132: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:133: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:134: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:135: error: ‘Uint64’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:136: error: ‘Uint64’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:141: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:142: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:143: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:144: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:145: error: ‘Uint64’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:146: error: ‘Uint64’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:76: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:77: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:78: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:79: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:80: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:81: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:91: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:128: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:129: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:131: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:136: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: warning: ‘SDL_FreeWAV’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: variable or field ‘SDL_FreeWAV’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: ‘audio_buf’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint16’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: warning: ‘SDL_MixAudio’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: variable or field ‘SDL_MixAudio’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘dst’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected primary-expression before ‘int’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:33,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:71: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:72: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:73: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:74: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:75: error: ‘Uint32’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:33,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_active.h:54: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:60: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:63: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:110: error: expected initializer before ‘*’ token
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:32,
- from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:51: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:52: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:56: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:57: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:58: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:59: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:72: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:73: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:74: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:75: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:76: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:77: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:78: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:79: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:80: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:81: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:82: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:83: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:84: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:85: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:88: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:90: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:97: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:100: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:109: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:112: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:172: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:173: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:174: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:175: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:176: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:177: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:178: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:179: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:180: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:181: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:182: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:183: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:184: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:209: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: ISO C++ forbids declaration of ‘Uint16’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:212: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:213: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:223: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:224: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:275: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:313: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:324: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:385: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Sint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: expected ‘,’ or ‘...’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: ISO C++ forbids declaration of ‘Uint16’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: warning: ‘SDL_GetGammaRamp’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘red’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘green’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: ‘blue’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:492: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:499: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: warning: ‘SDL_GetRGB’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: variable or field ‘SDL_GetRGB’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:507: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘r’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘g’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:508: error: ‘b’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: warning: ‘SDL_GetRGBA’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: variable or field ‘SDL_GetRGBA’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:514: error: expected primary-expression before ‘const’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘r’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘g’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘b’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:515: error: ‘a’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: warning: ‘SDL_CreateRGBSurface’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:555: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: ‘Uint8’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:669: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:768: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:808: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:897: error: ‘Uint8’ has not been declared
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:43: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:44: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:45: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: ISO C++ forbids declaration of ‘Uint8’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:46: error: expected ‘;’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:57: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:65: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: warning: ‘SDL_WarpMouse’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: variable or field ‘SDL_WarpMouse’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: ‘Uint16’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: warning: ‘SDL_CreateCursor’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘data’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘Uint8’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: ‘mask’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected primary-expression before ‘int’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:36,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:134: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:157: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:173: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:120: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:121: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:122: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:127: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:128: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:129: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:135: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:136: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:137: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:138: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:139: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:140: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:145: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:146: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:147: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:148: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:149: error: ‘Uint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:154: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:155: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:156: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:157: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:162: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:163: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:164: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:165: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:166: error: ‘Sint16’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:171: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:172: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:173: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:174: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:184: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:185: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:186: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:187: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:195: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:202: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:207: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:212: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:222: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:228: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:278: error: ‘Uint32’ has not been declared
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:348: error: ‘Uint8’ does not name a type
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:42,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:49: error: ‘Uint32’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: warning: ‘SDL_Delay’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: variable or field ‘SDL_Delay’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ISO C++ forbids declaration of ‘Uint32’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: ‘SDL_TimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: warning: ‘SDL_SetTimer’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: ‘SDL_TimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: initializer expression list treated as compound expression
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ISO C++ forbids declaration of ‘Uint32’ with no type
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: typedef ‘Uint32’ is initialized (use __typeof__ instead)
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: ‘SDL_NewTimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: warning: ‘SDL_AddTimer’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: ‘SDL_NewTimerCallback’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: expected primary-expression before ‘void’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: initializer expression list treated as compound expression
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:44,
- from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:48: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:49: error: ‘Uint8’ does not name a type
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:50: error: ‘Uint8’ does not name a type
- In file included from src/engine/client/sound.cpp:8:
- /Library/Frameworks/SDL.framework/Headers/SDL.h:76: warning: ‘SDL_Init’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:76: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:79: warning: ‘SDL_InitSubSystem’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:79: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: warning: ‘SDL_QuitSubSystem’ initialized and declared ‘extern’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: variable or field ‘SDL_QuitSubSystem’ declared void
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: ‘Uint32’ was not declared in this scope
- /Library/Frameworks/SDL.framework/Headers/SDL.h:88: error: ‘Uint32’ does not name a type
- In file included from src/engine/client/sound.cpp:13:
- src/engine/external/wavpack/wavpack.h:48: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:51: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:99: error: ‘int32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:139: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:175: error: ISO C++ forbids declaration of ‘int32_t’ with no type
- src/engine/external/wavpack/wavpack.h:175: error: typedef ‘int32_t’ is initialized (use __typeof__ instead)
- src/engine/external/wavpack/wavpack.h:175: error: ‘read_stream’ was not declared in this scope
- src/engine/external/wavpack/wavpack.h:180: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:182: error: ‘read_stream’ does not name a type
- src/engine/external/wavpack/wavpack.h:190: error: ‘int32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:194: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:198: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:199: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:211: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:242: error: ‘read_stream’ does not name a type
- src/engine/external/wavpack/wavpack.h:243: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:254: error: ‘read_stream’ has not been declared
- src/engine/external/wavpack/wavpack.h:254: error: ‘uint32_t’ has not been declared
- src/engine/external/wavpack/wavpack.h:337: error: ‘int32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:349: error: ‘int32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:351: error: ‘int32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:359: error: ‘int32_t’ has not been declared
- src/engine/external/wavpack/wavpack.h:359: error: ‘int32_t’ has not been declared
- src/engine/external/wavpack/wavpack.h:363: error: ‘read_stream’ was not declared in this scope
- src/engine/external/wavpack/wavpack.h:363: error: expected primary-expression before ‘char’
- src/engine/external/wavpack/wavpack.h:363: error: initializer expression list treated as compound expression
- src/engine/external/wavpack/wavpack.h:375: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:376: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:377: error: ‘uint32_t’ does not name a type
- src/engine/external/wavpack/wavpack.h:380: error: ‘uint32_t’ does not name a type
- src/engine/client/sound.cpp: In function ‘void Mix(short int*, unsigned int)’:
- src/engine/client/sound.cpp:127: error: ‘sqrtf’ was not declared in this scope
- src/engine/client/sound.cpp: At global scope:
- src/engine/client/sound.cpp:192: error: ‘Uint8’ has not been declared
- src/engine/client/sound.cpp: In member function ‘virtual int CSound::Init()’:
- src/engine/client/sound.cpp:216: error: ‘struct SDL_AudioSpec’ has no member named ‘format’
- src/engine/client/sound.cpp:217: error: ‘struct SDL_AudioSpec’ has no member named ‘channels’
- src/engine/client/sound.cpp:218: error: ‘struct SDL_AudioSpec’ has no member named ‘samples’
- src/engine/client/sound.cpp: In member function ‘virtual int CSound::LoadWV(const char*)’:
- src/engine/client/sound.cpp:348: error: ‘WavpackOpenFileInput’ cannot be used as a function
- src/engine/client/sound.cpp:351: error: ‘WavpackGetNumSamples’ was not declared in this scope
- src/engine/client/sound.cpp:353: error: ‘WavpackGetSampleRate’ was not declared in this scope
- src/engine/client/sound.cpp:383: error: ‘WavpackUnpackSamples’ was not declared in this scope
- bam: 'objs/engine/client/sound.o' error 256
- [ 82/108] #1 c++ src/engine/client/text.cpp
- In file included from src/engine/client/text.cpp:4:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- src/engine/client/text.cpp:13:24: error: OpenGL/gl.h: No such file or directory
- src/engine/client/text.cpp:14:25: error: OpenGL/glu.h: No such file or directory
- In file included from /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15,
- from /opt/X11/include/freetype2/freetype/config/ftstdlib.h:60,
- from /opt/X11/include/freetype2/freetype/config/ftconfig.h:43,
- from /opt/X11/include/freetype2/freetype/freetype.h:33,
- from src/engine/client/text.cpp:22:
- /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
- In file included from /opt/X11/include/freetype2/freetype/config/ftconfig.h:43,
- from /opt/X11/include/freetype2/freetype/freetype.h:33,
- from src/engine/client/text.cpp:22:
- /opt/X11/include/freetype2/freetype/config/ftstdlib.h:77:20: error: string.h: No such file or directory
- /opt/X11/include/freetype2/freetype/config/ftstdlib.h:101:19: error: stdio.h: No such file or directory
- /opt/X11/include/freetype2/freetype/config/ftstdlib.h:155:20: error: setjmp.h: No such file or directory
- In file included from /opt/X11/include/freetype2/freetype/freetype.h:33,
- from src/engine/client/text.cpp:22:
- /opt/X11/include/freetype2/freetype/config/ftconfig.h:145:19: error: errno.h: No such file or directory
- /opt/X11/include/freetype2/freetype/config/ftconfig.h:179:20: error: stdint.h: No such file or directory
- In file included from src/engine/client/text.cpp:4:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from /opt/X11/include/freetype2/freetype/freetype.h:33,
- from src/engine/client/text.cpp:22:
- /opt/X11/include/freetype2/freetype/config/ftconfig.h: At global scope:
- /opt/X11/include/freetype2/freetype/config/ftconfig.h:181: error: ‘int16_t’ does not name a type
- /opt/X11/include/freetype2/freetype/config/ftconfig.h:182: error: ‘uint16_t’ does not name a type
- /opt/X11/include/freetype2/freetype/config/ftconfig.h:183: error: ‘int32_t’ does not name a type
- /opt/X11/include/freetype2/freetype/config/ftconfig.h:184: error: ‘uint32_t’ does not name a type
- /opt/X11/include/freetype2/freetype/config/ftconfig.h:186: error: ‘int32_t’ does not name a type
- /opt/X11/include/freetype2/freetype/config/ftconfig.h:187: error: ‘uint32_t’ does not name a type
- In file included from /opt/X11/include/freetype2/freetype/freetype.h:35,
- from src/engine/client/text.cpp:22:
- /opt/X11/include/freetype2/freetype/fttypes.h:172: error: ‘FT_UInt32’ does not name a type
- In file included from src/engine/client/text.cpp:22:
- /opt/X11/include/freetype2/freetype/freetype.h:657: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:657: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:657: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:657: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:657: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:657: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:657: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:657: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:659: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:659: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:659: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:659: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:659: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:659: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:659: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:659: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:660: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:660: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:660: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:660: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:660: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:660: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:660: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:660: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:662: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:662: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:662: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:662: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:662: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:662: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:662: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:662: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:663: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:663: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:663: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:663: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:663: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:663: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:663: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:663: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:664: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:664: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:664: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:664: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:664: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:664: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:664: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:664: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:665: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:665: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:665: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:665: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:665: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:665: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:665: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:665: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:666: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:666: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:666: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:666: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:666: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:666: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:666: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:666: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:675: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:675: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:675: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:675: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:675: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:675: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:675: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:675: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:676: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:676: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:676: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:676: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:676: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:676: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:676: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:676: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:677: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:677: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:677: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:677: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:677: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:677: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:677: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:677: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:678: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:678: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:678: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:678: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:678: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:678: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:678: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:678: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:680: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:680: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:680: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:680: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:680: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:680: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:680: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:680: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:682: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:682: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:682: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:682: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:682: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:682: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:682: error: ‘FT_UInt32’ was not declared in this scope
- /opt/X11/include/freetype2/freetype/freetype.h:682: error: a function call cannot appear in a constant-expression
- /opt/X11/include/freetype2/freetype/freetype.h:2344: error: ‘FT_Int32’ has not been declared
- /opt/X11/include/freetype2/freetype/freetype.h:2379: error: ‘FT_Int32’ has not been declared
- /opt/X11/include/freetype2/freetype/freetype.h:3509: error: expected constructor, destructor, or type conversion before ‘*’ token
- /opt/X11/include/freetype2/freetype/freetype.h:3542: error: expected constructor, destructor, or type conversion before ‘*’ token
- /opt/X11/include/freetype2/freetype/freetype.h:3576: error: expected constructor, destructor, or type conversion before ‘*’ token
- src/engine/client/text.cpp:57: error: ‘GLuint’ does not name a type
- src/engine/client/text.cpp: In member function ‘void CTextRender::InitTexture(CFontSizeData*, int, int, int, int)’:
- src/engine/client/text.cpp:161: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
- src/engine/client/text.cpp:162: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
- src/engine/client/text.cpp:162: error: ‘glGenTextures’ was not declared in this scope
- src/engine/client/text.cpp:174: error: ‘GL_TEXTURE_2D’ was not declared in this scope
- src/engine/client/text.cpp:174: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
- src/engine/client/text.cpp:174: error: ‘glBindTexture’ was not declared in this scope
- src/engine/client/text.cpp:175: error: ‘GL_TEXTURE_MAG_FILTER’ was not declared in this scope
- src/engine/client/text.cpp:175: error: ‘GL_LINEAR’ was not declared in this scope
- src/engine/client/text.cpp:175: error: ‘glTexParameteri’ was not declared in this scope
- src/engine/client/text.cpp:176: error: ‘GL_TEXTURE_MIN_FILTER’ was not declared in this scope
- src/engine/client/text.cpp:177: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
- src/engine/client/text.cpp:177: error: ‘glTexImage2D’ was not declared in this scope
- src/engine/client/text.cpp: In member function ‘void CTextRender::UploadGlyph(CFontSizeData*, int, int, int, const void*)’:
- src/engine/client/text.cpp:257: error: ‘GL_TEXTURE_2D’ was not declared in this scope
- src/engine/client/text.cpp:257: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
- src/engine/client/text.cpp:257: error: ‘glBindTexture’ was not declared in this scope
- src/engine/client/text.cpp:261: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
- src/engine/client/text.cpp:261: error: ‘glTexSubImage2D’ was not declared in this scope
- src/engine/client/text.cpp: In constructor ‘CTextRender::CTextRender()’:
- src/engine/client/text.cpp:458: error: ‘GL_ALPHA’ was not declared in this scope
- src/engine/client/text.cpp: In member function ‘virtual void CTextRender::TextEx(CTextCursor*, const char*, int)’:
- src/engine/client/text.cpp:623: error: ‘GL_TEXTURE_2D’ was not declared in this scope
- src/engine/client/text.cpp:623: error: ‘glEnable’ was not declared in this scope
- src/engine/client/text.cpp:625: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
- src/engine/client/text.cpp:625: error: ‘glBindTexture’ was not declared in this scope
- src/engine/client/text.cpp:627: error: ‘struct CFontSizeData’ has no member named ‘m_aTextures’
- src/engine/client/text.cpp:627: error: ‘glBindTexture’ was not declared in this scope
- bam: 'objs/engine/client/text.o' error 256
- [ 83/108] #1 c++ src/game/editor/auto_map.cpp
- src/game/editor/auto_map.cpp:1:29: error: stdio.h: No such file or directory
- In file included from src/game/editor/auto_map.cpp:8:
- src/game/editor/editor.h:6:18: error: math.h: No such file or directory
- In file included from src/game/editor/editor.h:8,
- from src/game/editor/auto_map.cpp:8:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/editor/editor.h:8,
- from src/game/editor/auto_map.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- src/game/editor/auto_map.cpp: In member function ‘void CAutoMapper::Load(const char*)’:
- src/game/editor/auto_map.cpp:58: error: ‘sscanf’ was not declared in this scope
- src/game/editor/auto_map.cpp:89: error: ‘sscanf’ was not declared in this scope
- src/game/editor/auto_map.cpp:104: error: ‘sscanf’ was not declared in this scope
- src/game/editor/auto_map.cpp: In member function ‘void CAutoMapper::Proceed(CLayerTiles*, int)’:
- src/game/editor/auto_map.cpp:195: error: ‘rand’ was not declared in this scope
- src/game/editor/auto_map.cpp:195: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/game/editor/auto_map.o' error 256
- [ 84/108] #1 c++ src/game/editor/editor.cpp
- In file included from src/game/gamecore.h:7,
- from src/game/editor/editor.cpp:16:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/editor/editor.cpp:16:
- src/game/gamecore.h:9:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/editor/editor.cpp:16:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/editor/editor.cpp:16:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- src/game/editor/editor.cpp: In member function ‘int CEditor::UiDoValueSelector(void*, CUIRect*, const char*, int, int, int, int, float, const char*)’:
- src/game/editor/editor.cpp:625: error: ‘fmod’ was not declared in this scope
- src/game/editor/editor.cpp: In function ‘void Rotate(CPoint*, CPoint*, float)’:
- src/game/editor/editor.cpp:1015: error: ‘cosf’ was not declared in this scope
- src/game/editor/editor.cpp:1015: error: ‘sinf’ was not declared in this scope
- src/game/editor/editor.cpp: In member function ‘void CEditor::SortImages()’:
- src/game/editor/editor.cpp:2282: error: ‘qsort’ was not declared in this scope
- bam: 'objs/game/editor/editor.o' error 256
- [ 85/108] #1 c++ src/game/editor/io.cpp
- In file included from src/game/gamecore.h:7,
- from src/game/editor/io.cpp:8:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/editor/io.cpp:8:
- src/game/gamecore.h:9:18: error: math.h: No such file or directory
- In file included from src/game/gamecore.h:7,
- from src/game/editor/io.cpp:8:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- In file included from src/game/editor/io.cpp:8:
- src/game/gamecore.h: In function ‘vec2 GetDirection(int)’:
- src/game/gamecore.h:54: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:54: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘vec2 GetDir(float)’:
- src/game/gamecore.h:59: error: ‘cosf’ was not declared in this scope
- src/game/gamecore.h:59: error: ‘sinf’ was not declared in this scope
- src/game/gamecore.h: In function ‘float GetAngle(vec2)’:
- src/game/gamecore.h:66: error: ‘atanf’ was not declared in this scope
- bam: 'objs/game/editor/io.o' error 256
- [ 86/108] #1 c++ src/game/editor/layer_game.cpp
- In file included from src/game/editor/layer_game.cpp:3:
- src/game/editor/editor.h:6:18: error: math.h: No such file or directory
- In file included from src/game/editor/editor.h:8,
- from src/game/editor/layer_game.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/editor/editor.h:8,
- from src/game/editor/layer_game.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/game/editor/layer_game.o' error 256
- [ 87/108] #1 c++ src/game/editor/layer_quads.cpp
- In file included from src/game/editor/layer_quads.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/editor/layer_quads.cpp:8:
- src/game/editor/editor.h:6:18: error: math.h: No such file or directory
- In file included from src/game/editor/layer_quads.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- src/game/editor/layer_quads.cpp: In function ‘void Rotate(vec2*, vec2*, float)’:
- src/game/editor/layer_quads.cpp:160: error: ‘cosf’ was not declared in this scope
- src/game/editor/layer_quads.cpp:160: error: ‘sinf’ was not declared in this scope
- bam: 'objs/game/editor/layer_quads.o' error 256
- [ 88/108] #1 c++ src/game/editor/layer_tiles.cpp
- In file included from src/game/editor/layer_tiles.cpp:3:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/client/render.h:6,
- from src/game/editor/layer_tiles.cpp:10:
- src/base/vmath.h:6:18: error: math.h: No such file or directory
- In file included from src/game/editor/layer_tiles.cpp:3:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/game/editor/layer_tiles.o' error 256
- [ 89/108] #1 c++ src/game/editor/popups.cpp
- In file included from src/game/editor/popups.cpp:12:
- src/game/editor/editor.h:6:18: error: math.h: No such file or directory
- In file included from src/game/editor/editor.h:8,
- from src/game/editor/popups.cpp:12:
- src/base/math.h:6:20: error: stdlib.h: No such file or directory
- In file included from src/game/editor/editor.h:8,
- from src/game/editor/popups.cpp:12:
- src/base/math.h: In function ‘float frandom()’:
- src/base/math.h:36: error: ‘rand’ was not declared in this scope
- src/base/math.h:36: error: ‘RAND_MAX’ was not declared in this scope
- bam: 'objs/game/editor/popups.o' error 256
- [ 90/108] #1 c src/engine/external/wavpack/bits.c
- In file included from src/engine/external/wavpack/bits.c:17:
- src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
- In file included from src/engine/external/wavpack/bits.c:17:
- src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
- src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
- src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
- src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
- src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
- src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
- src/engine/external/wavpack/bits.c:19:20: error: string.h: No such file or directory
- src/engine/external/wavpack/bits.c:20:19: error: ctype.h: No such file or directory
- src/engine/external/wavpack/bits.c:28: error: expected declaration specifiers or ‘...’ before ‘read_stream’
- src/engine/external/wavpack/bits.c:28: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/bits.c: In function ‘bs_open_read’:
- src/engine/external/wavpack/bits.c:30: warning: implicit declaration of function ‘memset’
- src/engine/external/wavpack/bits.c:30: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/bits.c:34: error: ‘file’ undeclared (first use in this function)
- src/engine/external/wavpack/bits.c:34: error: (Each undeclared identifier is reported only once
- src/engine/external/wavpack/bits.c:34: error: for each function it appears in.)
- src/engine/external/wavpack/bits.c:36: error: ‘Bitstream’ has no member named ‘file_bytes’
- src/engine/external/wavpack/bits.c:36: error: ‘file_bytes’ undeclared (first use in this function)
- src/engine/external/wavpack/bits.c:37: error: ‘Bitstream’ has no member named ‘file’
- src/engine/external/wavpack/bits.c: In function ‘bs_read’:
- src/engine/external/wavpack/bits.c:52: error: ‘Bitstream’ has no member named ‘file’
- src/engine/external/wavpack/bits.c:52: error: ‘Bitstream’ has no member named ‘file_bytes’
- src/engine/external/wavpack/bits.c:53: error: ‘uint32_t’ undeclared (first use in this function)
- src/engine/external/wavpack/bits.c:53: error: expected ‘;’ before ‘bytes_read’
- src/engine/external/wavpack/bits.c:55: error: ‘bytes_to_read’ undeclared (first use in this function)
- src/engine/external/wavpack/bits.c:55: error: ‘Bitstream’ has no member named ‘file_bytes’
- src/engine/external/wavpack/bits.c:56: error: ‘Bitstream’ has no member named ‘file_bytes’
- src/engine/external/wavpack/bits.c:58: error: ‘bytes_read’ undeclared (first use in this function)
- src/engine/external/wavpack/bits.c:58: error: ‘Bitstream’ has no member named ‘file’
- src/engine/external/wavpack/bits.c:62: error: ‘Bitstream’ has no member named ‘file_bytes’
- src/engine/external/wavpack/bits.c:65: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/bits.c:66: error: ‘Bitstream’ has no member named ‘error’
- src/engine/external/wavpack/bits.c:70: error: ‘Bitstream’ has no member named ‘error’
- src/engine/external/wavpack/bits.c:72: error: ‘Bitstream’ has no member named ‘error’
- src/engine/external/wavpack/bits.c:73: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/bits.c: In function ‘little_endian_to_native’:
- src/engine/external/wavpack/bits.c:88: error: cast specifies function type
- src/engine/external/wavpack/bits.c:88: error: cast specifies function type
- src/engine/external/wavpack/bits.c:88: error: cast specifies function type
- src/engine/external/wavpack/bits.c:89: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/bits.c:94: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/bits.c:95: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/bits.c:100: warning: implicit declaration of function ‘isdigit’
- src/engine/external/wavpack/bits.c: In function ‘native_to_little_endian’:
- src/engine/external/wavpack/bits.c:118: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/bits.c:119: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/bits.c:120: error: invalid operands to binary >> (have ‘int (*)()’ and ‘int’)
- src/engine/external/wavpack/bits.c:121: error: invalid operands to binary >> (have ‘int (*)()’ and ‘int’)
- src/engine/external/wavpack/bits.c:122: error: invalid operands to binary >> (have ‘int (*)()’ and ‘int’)
- src/engine/external/wavpack/bits.c:126: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/bits.c:127: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/bits.c:128: error: invalid operands to binary >> (have ‘int (*)()’ and ‘int’)
- bam: 'objs/engine/external/wavpack/bits.o' error 256
- [ 91/108] #1 c src/engine/external/wavpack/float.c
- In file included from src/engine/external/wavpack/float.c:11:
- src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
- In file included from src/engine/external/wavpack/float.c:11:
- src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
- src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
- src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
- src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
- src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
- src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
- src/engine/external/wavpack/float.c: In function ‘read_float_info’:
- src/engine/external/wavpack/float.c:15: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/float.c:16: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/float.c:21: error: ‘WavpackStream’ has no member named ‘float_flags’
- src/engine/external/wavpack/float.c:22: error: ‘WavpackStream’ has no member named ‘float_shift’
- src/engine/external/wavpack/float.c:23: error: ‘WavpackStream’ has no member named ‘float_max_exp’
- src/engine/external/wavpack/float.c:24: error: ‘WavpackStream’ has no member named ‘float_norm_exp’
- src/engine/external/wavpack/float.c: In function ‘float_values’:
- src/engine/external/wavpack/float.c:30: error: ‘WavpackStream’ has no member named ‘float_max_exp’
- src/engine/external/wavpack/float.c:30: error: ‘WavpackStream’ has no member named ‘float_norm_exp’
- src/engine/external/wavpack/float.c:30: error: ‘WavpackStream’ has no member named ‘float_shift’
- src/engine/external/wavpack/float.c:39: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/float.c:41: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/float.c:43: warning: comparison between pointer and integer
- src/engine/external/wavpack/float.c:44: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/float.c:45: warning: comparison between pointer and integer
- src/engine/external/wavpack/float.c:46: error: lvalue required as left operand of assignment
- bam: 'objs/engine/external/wavpack/float.o' error 256
- [ 92/108] #1 c src/engine/external/wavpack/metadata.c
- In file included from src/engine/external/wavpack/metadata.c:13:
- src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
- In file included from src/engine/external/wavpack/metadata.c:13:
- src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
- src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
- src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
- src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
- src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
- src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
- src/engine/external/wavpack/metadata.c: In function ‘read_metadata_buff’:
- src/engine/external/wavpack/metadata.c:19: error: ‘WavpackContext’ has no member named ‘infile’
- src/engine/external/wavpack/metadata.c:19: error: ‘WavpackMetadata’ has no member named ‘id’
- src/engine/external/wavpack/metadata.c:19: error: ‘WavpackContext’ has no member named ‘infile’
- src/engine/external/wavpack/metadata.c:22: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/metadata.c:24: error: ‘WavpackMetadata’ has no member named ‘id’
- src/engine/external/wavpack/metadata.c:25: error: ‘WavpackMetadata’ has no member named ‘id’
- src/engine/external/wavpack/metadata.c:27: error: ‘WavpackContext’ has no member named ‘infile’
- src/engine/external/wavpack/metadata.c:30: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/metadata.c:30: error: cast specifies function type
- src/engine/external/wavpack/metadata.c:32: error: ‘WavpackContext’ has no member named ‘infile’
- src/engine/external/wavpack/metadata.c:35: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/metadata.c:35: error: cast specifies function type
- src/engine/external/wavpack/metadata.c:38: error: ‘WavpackMetadata’ has no member named ‘id’
- src/engine/external/wavpack/metadata.c:39: error: ‘WavpackMetadata’ has no member named ‘id’
- src/engine/external/wavpack/metadata.c:40: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/metadata.c:43: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/metadata.c:43: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/metadata.c:44: error: ‘uint32_t’ undeclared (first use in this function)
- src/engine/external/wavpack/metadata.c:44: error: (Each undeclared identifier is reported only once
- src/engine/external/wavpack/metadata.c:44: error: for each function it appears in.)
- src/engine/external/wavpack/metadata.c:44: error: expected ‘;’ before ‘bytes_to_read’
- src/engine/external/wavpack/metadata.c:46: error: ‘WavpackContext’ has no member named ‘infile’
- src/engine/external/wavpack/metadata.c:46: error: ‘bytes_to_read’ undeclared (first use in this function)
- src/engine/external/wavpack/metadata.c:47: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/metadata.c:47: error: ‘NULL’ undeclared (first use in this function)
- src/engine/external/wavpack/metadata.c:51: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/metadata.c:54: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/metadata.c: In function ‘process_metadata’:
- src/engine/external/wavpack/metadata.c:63: error: ‘WavpackMetadata’ has no member named ‘id’
- src/engine/external/wavpack/metadata.c:103: error: ‘WavpackMetadata’ has no member named ‘id’
- bam: 'objs/engine/external/wavpack/metadata.o' error 256
- [ 93/108] #1 c src/engine/external/wavpack/unpack.c
- In file included from src/engine/external/wavpack/unpack.c:16:
- src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
- In file included from src/engine/external/wavpack/unpack.c:16:
- src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
- src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
- src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
- src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
- src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
- src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
- src/engine/external/wavpack/unpack.c:18:20: error: stdlib.h: No such file or directory
- src/engine/external/wavpack/unpack.c:19:20: error: string.h: No such file or directory
- src/engine/external/wavpack/unpack.c: In function ‘unpack_init’:
- src/engine/external/wavpack/unpack.c:36: error: ‘WavpackHeader’ has no member named ‘block_samples’
- src/engine/external/wavpack/unpack.c:36: error: ‘WavpackHeader’ has no member named ‘block_index’
- src/engine/external/wavpack/unpack.c:36: error: ‘uint32_t’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:36: error: (Each undeclared identifier is reported only once
- src/engine/external/wavpack/unpack.c:36: error: for each function it appears in.)
- src/engine/external/wavpack/unpack.c:37: error: ‘WavpackStream’ has no member named ‘sample_index’
- src/engine/external/wavpack/unpack.c:37: error: ‘WavpackHeader’ has no member named ‘block_index’
- src/engine/external/wavpack/unpack.c:40: error: ‘WavpackStream’ has no member named ‘crc’
- src/engine/external/wavpack/unpack.c:41: warning: implicit declaration of function ‘memset’
- src/engine/external/wavpack/unpack.c:41: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/unpack.c:42: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:42: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:47: warning: implicit declaration of function ‘strcpy’
- src/engine/external/wavpack/unpack.c:47: warning: incompatible implicit declaration of built-in function ‘strcpy’
- src/engine/external/wavpack/unpack.c:51: error: ‘WavpackMetadata’ has no member named ‘id’
- src/engine/external/wavpack/unpack.c:55: error: ‘WavpackHeader’ has no member named ‘block_samples’
- src/engine/external/wavpack/unpack.c:55: error: ‘NULL’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:56: warning: incompatible implicit declaration of built-in function ‘strcpy’
- src/engine/external/wavpack/unpack.c:60: error: ‘WavpackHeader’ has no member named ‘block_samples’
- src/engine/external/wavpack/unpack.c:61: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:61: error: ‘WavpackStream’ has no member named ‘int32_sent_bits’
- src/engine/external/wavpack/unpack.c:62: error: ‘WavpackContext’ has no member named ‘lossy_blocks’
- src/engine/external/wavpack/unpack.c:64: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:65: error: ‘WavpackStream’ has no member named ‘float_flags’
- src/engine/external/wavpack/unpack.c:66: error: ‘WavpackContext’ has no member named ‘lossy_blocks’
- src/engine/external/wavpack/unpack.c: In function ‘init_wv_bitstream’:
- src/engine/external/wavpack/unpack.c:79: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:80: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:80: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:80: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:80: error: ‘NULL’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:80: error: too many arguments to function ‘bs_open_read’
- src/engine/external/wavpack/unpack.c:81: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:83: error: ‘WavpackContext’ has no member named ‘infile’
- src/engine/external/wavpack/unpack.c:83: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:83: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:83: error: too many arguments to function ‘bs_open_read’
- src/engine/external/wavpack/unpack.c: In function ‘read_decorr_terms’:
- src/engine/external/wavpack/unpack.c:97: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:98: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:106: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c: In function ‘read_decorr_weights’:
- src/engine/external/wavpack/unpack.c:125: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:126: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:129: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:135: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:138: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:141: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c: In function ‘read_decorr_samples’:
- src/engine/external/wavpack/unpack.c:158: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:159: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:163: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:164: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/unpack.c:168: error: ‘WavpackHeader’ has no member named ‘version’
- src/engine/external/wavpack/unpack.c:168: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:171: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:175: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:181: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:199: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c: In function ‘read_int32_info’:
- src/engine/external/wavpack/unpack.c:217: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:218: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:223: error: ‘WavpackStream’ has no member named ‘int32_sent_bits’
- src/engine/external/wavpack/unpack.c:224: error: ‘WavpackStream’ has no member named ‘int32_zeros’
- src/engine/external/wavpack/unpack.c:225: error: ‘WavpackStream’ has no member named ‘int32_ones’
- src/engine/external/wavpack/unpack.c:226: error: ‘WavpackStream’ has no member named ‘int32_dups’
- src/engine/external/wavpack/unpack.c: In function ‘read_channel_info’:
- src/engine/external/wavpack/unpack.c:236: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:237: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:238: error: ‘uint32_t’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:238: error: expected ‘;’ before ‘mask’
- src/engine/external/wavpack/unpack.c:246: error: ‘mask’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:250: error: ‘WavpackConfig’ has no member named ‘channel_mask’
- src/engine/external/wavpack/unpack.c: In function ‘read_config_info’:
- src/engine/external/wavpack/unpack.c:258: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/unpack.c:259: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/unpack.c:262: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:263: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:263: error: cast specifies function type
- src/engine/external/wavpack/unpack.c:264: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:264: error: cast specifies function type
- src/engine/external/wavpack/unpack.c:265: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/unpack.c:265: error: cast specifies function type
- src/engine/external/wavpack/unpack.c: At top level:
- src/engine/external/wavpack/unpack.c:298: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/unpack.c:300: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/unpack.c:301: error: ‘unpack_samples’ declared as function returning a function
- src/engine/external/wavpack/unpack.c: In function ‘unpack_samples’:
- src/engine/external/wavpack/unpack.c:303: error: ‘uint32_t’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:303: error: expected ‘;’ before ‘flags’
- src/engine/external/wavpack/unpack.c:304: error: function ‘mute_limit’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:304: error: ‘flags’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:309: error: ‘WavpackStream’ has no member named ‘sample_index’
- src/engine/external/wavpack/unpack.c:309: error: ‘sample_count’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:309: error: ‘WavpackHeader’ has no member named ‘block_index’
- src/engine/external/wavpack/unpack.c:309: error: ‘WavpackHeader’ has no member named ‘block_samples’
- src/engine/external/wavpack/unpack.c:310: error: ‘WavpackHeader’ has no member named ‘block_index’
- src/engine/external/wavpack/unpack.c:310: error: ‘WavpackHeader’ has no member named ‘block_samples’
- src/engine/external/wavpack/unpack.c:310: error: ‘WavpackStream’ has no member named ‘sample_index’
- src/engine/external/wavpack/unpack.c:313: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/unpack.c:314: error: ‘WavpackStream’ has no member named ‘sample_index’
- src/engine/external/wavpack/unpack.c:319: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:325: error: ‘i’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:325: warning: passing argument 4 of ‘get_words’ from incompatible pointer type
- src/engine/external/wavpack/unpack.c:325: error: too many arguments to function ‘get_words’
- src/engine/external/wavpack/unpack.c:327: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:331: warning: implicit declaration of function ‘labs’
- src/engine/external/wavpack/unpack.c:331: warning: incompatible implicit declaration of built-in function ‘labs’
- src/engine/external/wavpack/unpack.c:331: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:331: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:336: error: ‘crc’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:336: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:344: warning: passing argument 4 of ‘get_words’ from incompatible pointer type
- src/engine/external/wavpack/unpack.c:344: error: too many arguments to function ‘get_words’
- src/engine/external/wavpack/unpack.c:347: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:350: error: ‘WavpackStream’ has no member named ‘decorr_passes’
- src/engine/external/wavpack/unpack.c:351: warning: passing argument 3 of ‘decorr_stereo_pass’ makes pointer from integer without a cast
- src/engine/external/wavpack/unpack.c:366: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:366: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:366: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:368: warning: incompatible implicit declaration of built-in function ‘labs’
- src/engine/external/wavpack/unpack.c:368: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:368: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:368: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:368: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:373: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:373: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:377: warning: incompatible implicit declaration of built-in function ‘labs’
- src/engine/external/wavpack/unpack.c:377: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:377: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:377: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:377: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:382: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:382: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:387: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/unpack.c:392: error: too many arguments to function ‘fixup_samples’
- src/engine/external/wavpack/unpack.c:397: error: function ‘c’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:399: error: lvalue required as decrement operand
- src/engine/external/wavpack/unpack.c:400: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:401: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:397: error: nested function ‘c’ declared but never defined
- src/engine/external/wavpack/unpack.c:405: error: ‘WavpackStream’ has no member named ‘sample_index’
- src/engine/external/wavpack/unpack.c:406: error: ‘WavpackStream’ has no member named ‘crc’
- src/engine/external/wavpack/unpack.c:304: error: nested function ‘mute_limit’ declared but never defined
- src/engine/external/wavpack/unpack.c: In function ‘decorr_stereo_pass’:
- src/engine/external/wavpack/unpack.c:413: error: function ‘delta’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:413: error: function ‘weight_A’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:413: error: function ‘weight_B’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:414: error: invalid operands to binary * (have ‘int (*)()’ and ‘int’)
- src/engine/external/wavpack/unpack.c:423: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:423: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:423: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:423: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:423: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:423: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:424: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:424: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:424: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:425: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:429: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:429: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:429: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:429: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:429: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:429: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:430: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:430: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:430: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:431: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:440: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:440: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:440: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:440: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:440: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:440: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:441: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:441: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:441: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:442: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:446: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:446: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:446: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:446: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:446: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:446: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:447: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:447: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:447: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:448: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:456: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:456: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:456: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:456: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:456: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:456: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:457: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:457: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:457: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:458: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:461: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:461: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:461: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:461: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:461: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:461: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:462: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:462: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:462: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:463: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:470: error: declaration of ‘temp_samples’ as array of functions
- src/engine/external/wavpack/unpack.c:472: warning: implicit declaration of function ‘memcpy’
- src/engine/external/wavpack/unpack.c:472: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/wavpack/unpack.c:470: warning: unused variable ‘temp_samples’
- src/engine/external/wavpack/unpack.c:487: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:488: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:488: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:488: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:488: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:488: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:489: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:490: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:490: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:490: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:490: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:490: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:490: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:491: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:491: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:491: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:491: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:491: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:491: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:492: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:499: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:500: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:500: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:500: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:500: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:500: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:501: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:502: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:502: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:502: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:502: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:502: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:502: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:503: warning: the address of ‘sam_B’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:503: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:503: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:503: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:503: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:503: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:504: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:511: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:512: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:512: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:512: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:512: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:512: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:513: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:514: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:514: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:514: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:514: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:514: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:515: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:516: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:522: warning: assignment makes integer from pointer without a cast
- src/engine/external/wavpack/unpack.c:523: warning: assignment makes integer from pointer without a cast
- src/engine/external/wavpack/unpack.c:413: error: nested function ‘weight_B’ declared but never defined
- src/engine/external/wavpack/unpack.c:413: error: nested function ‘weight_A’ declared but never defined
- src/engine/external/wavpack/unpack.c:413: error: nested function ‘delta’ declared but never defined
- src/engine/external/wavpack/unpack.c: In function ‘decorr_stereo_pass_cont’:
- src/engine/external/wavpack/unpack.c:530: error: function ‘delta’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:530: error: function ‘weight_A’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:530: error: function ‘weight_B’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:531: error: invalid operands to binary * (have ‘int (*)()’ and ‘int’)
- src/engine/external/wavpack/unpack.c:538: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:538: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:539: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:539: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:539: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:539: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:539: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:539: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:539: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:540: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:540: warning: the address of ‘sam_B’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:540: error: invalid operands to binary ^ (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:542: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:542: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:543: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:543: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:543: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:543: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:543: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:543: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:543: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:544: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:544: warning: the address of ‘sam_B’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:544: error: invalid operands to binary ^ (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:547: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:548: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:549: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:550: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:555: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:555: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:556: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:556: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:556: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:556: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:556: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:556: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:556: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:557: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:557: warning: the address of ‘sam_B’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:557: error: invalid operands to binary ^ (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:559: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:559: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:560: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:560: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:560: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:560: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:560: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:560: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:560: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:561: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:561: warning: the address of ‘sam_B’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:561: error: invalid operands to binary ^ (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:564: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:565: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:566: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:567: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:572: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:573: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:573: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:575: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:576: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:576: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:588: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:589: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:589: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:589: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:589: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:589: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:590: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:591: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:591: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:591: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:591: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:591: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:594: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:599: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:600: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:600: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:600: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:600: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:600: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:601: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:602: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:602: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:602: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:602: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:602: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:605: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:610: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:611: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:611: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:611: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:611: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:611: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:612: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:613: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:613: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:613: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:613: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:613: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:616: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:617: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:621: warning: assignment makes integer from pointer without a cast
- src/engine/external/wavpack/unpack.c:622: warning: assignment makes integer from pointer without a cast
- src/engine/external/wavpack/unpack.c:530: error: nested function ‘weight_B’ declared but never defined
- src/engine/external/wavpack/unpack.c:530: error: nested function ‘weight_A’ declared but never defined
- src/engine/external/wavpack/unpack.c:530: error: nested function ‘delta’ declared but never defined
- src/engine/external/wavpack/unpack.c: In function ‘decorr_mono_pass’:
- src/engine/external/wavpack/unpack.c:629: error: function ‘delta’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:629: error: function ‘weight_A’ is initialized like a variable
- src/engine/external/wavpack/unpack.c:630: error: invalid operands to binary + (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:639: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:639: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:639: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:639: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:639: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:639: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:640: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:640: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:640: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:641: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:650: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:650: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:650: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:650: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:650: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:650: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:651: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:651: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:651: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:652: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:660: warning: cast from pointer to integer of different size
- src/engine/external/wavpack/unpack.c:660: warning: comparison between pointer and integer
- src/engine/external/wavpack/unpack.c:660: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:660: error: invalid operands to binary & (have ‘int (*)()’ and ‘long int’)
- src/engine/external/wavpack/unpack.c:660: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’)
- src/engine/external/wavpack/unpack.c:660: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:661: warning: the address of ‘sam_A’ will always evaluate as ‘true’
- src/engine/external/wavpack/unpack.c:661: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:661: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:662: error: subscripted value is pointer to function
- src/engine/external/wavpack/unpack.c:668: error: declaration of ‘temp_samples’ as array of functions
- src/engine/external/wavpack/unpack.c:670: warning: incompatible implicit declaration of built-in function ‘memcpy’
- src/engine/external/wavpack/unpack.c:668: warning: unused variable ‘temp_samples’
- src/engine/external/wavpack/unpack.c:679: warning: assignment makes integer from pointer without a cast
- src/engine/external/wavpack/unpack.c:629: error: nested function ‘weight_A’ declared but never defined
- src/engine/external/wavpack/unpack.c:629: error: nested function ‘delta’ declared but never defined
- src/engine/external/wavpack/unpack.c: At top level:
- src/engine/external/wavpack/unpack.c:691: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/unpack.c: In function ‘fixup_samples’:
- src/engine/external/wavpack/unpack.c:693: error: ‘uint32_t’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:693: error: expected ‘;’ before ‘flags’
- src/engine/external/wavpack/unpack.c:694: error: ‘flags’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:697: error: ‘sample_count’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:702: error: expected ‘;’ before ‘count’
- src/engine/external/wavpack/unpack.c:703: error: ‘WavpackStream’ has no member named ‘int32_sent_bits’
- src/engine/external/wavpack/unpack.c:703: error: ‘WavpackStream’ has no member named ‘int32_zeros’
- src/engine/external/wavpack/unpack.c:704: error: ‘WavpackStream’ has no member named ‘int32_ones’
- src/engine/external/wavpack/unpack.c:704: error: ‘WavpackStream’ has no member named ‘int32_dups’
- src/engine/external/wavpack/unpack.c:708: error: ‘count’ undeclared (first use in this function)
- src/engine/external/wavpack/unpack.c:710: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:712: error: invalid operands to binary << (have ‘int (*)()’ and ‘int’)
- src/engine/external/wavpack/unpack.c:714: error: invalid operands to binary & (have ‘int (*)()’ and ‘int’)
- src/engine/external/wavpack/unpack.c:714: error: invalid operands to binary & (have ‘int (*)()’ and ‘int’)
- src/engine/external/wavpack/unpack.c:727: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:728: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:732: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:733: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:737: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:738: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:743: error: cast specifies function type
- src/engine/external/wavpack/unpack.c:744: error: cast specifies function type
- src/engine/external/wavpack/unpack.c:753: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:755: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:757: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c:765: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/unpack.c: In function ‘check_crc_error’:
- src/engine/external/wavpack/unpack.c:781: error: ‘WavpackStream’ has no member named ‘crc’
- src/engine/external/wavpack/unpack.c:781: error: ‘WavpackHeader’ has no member named ‘crc’
- bam: 'objs/engine/external/wavpack/unpack.o' error 256
- [ 94/108] #1 c src/engine/external/wavpack/words.c
- In file included from src/engine/external/wavpack/words.c:27:
- src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
- In file included from src/engine/external/wavpack/words.c:27:
- src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
- src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
- src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
- src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
- src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
- src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
- src/engine/external/wavpack/words.c:29:20: error: string.h: No such file or directory
- src/engine/external/wavpack/words.c: In function ‘init_words’:
- src/engine/external/wavpack/words.c:142: warning: implicit declaration of function ‘memset’
- src/engine/external/wavpack/words.c:142: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/words.c: At top level:
- src/engine/external/wavpack/words.c:145: error: expected ‘)’ before ‘avalue’
- src/engine/external/wavpack/words.c: In function ‘read_entropy_vars’:
- src/engine/external/wavpack/words.c:153: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/words.c:155: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/words.c:155: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/words.c:158: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:159: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:160: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:162: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/words.c:163: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:164: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:165: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c: In function ‘read_hybrid_profile’:
- src/engine/external/wavpack/words.c:178: error: ‘WavpackMetadata’ has no member named ‘data’
- src/engine/external/wavpack/words.c:179: error: ‘WavpackMetadata’ has no member named ‘byte_length’
- src/engine/external/wavpack/words.c:181: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/words.c:182: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:185: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/words.c:186: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:191: error: ‘struct words_data’ has no member named ‘bitrate_acc’
- src/engine/external/wavpack/words.c:191: error: cast specifies function type
- src/engine/external/wavpack/words.c:194: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/words.c:195: error: ‘struct words_data’ has no member named ‘bitrate_acc’
- src/engine/external/wavpack/words.c:195: error: cast specifies function type
- src/engine/external/wavpack/words.c:200: error: ‘struct words_data’ has no member named ‘bitrate_delta’
- src/engine/external/wavpack/words.c:203: error: ‘WavpackHeader’ has no member named ‘flags’
- src/engine/external/wavpack/words.c:204: error: ‘struct words_data’ has no member named ‘bitrate_delta’
- src/engine/external/wavpack/words.c:212: error: ‘struct words_data’ has no member named ‘bitrate_delta’
- src/engine/external/wavpack/words.c:212: error: ‘struct words_data’ has no member named ‘bitrate_delta’
- src/engine/external/wavpack/words.c: At top level:
- src/engine/external/wavpack/words.c:223: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/words.c: In function ‘update_error_limit’:
- src/engine/external/wavpack/words.c:225: error: ‘struct words_data’ has no member named ‘bitrate_acc’
- src/engine/external/wavpack/words.c:225: error: ‘struct words_data’ has no member named ‘bitrate_delta’
- src/engine/external/wavpack/words.c:227: error: ‘flags’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:227: error: (Each undeclared identifier is reported only once
- src/engine/external/wavpack/words.c:227: error: for each function it appears in.)
- src/engine/external/wavpack/words.c:229: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:232: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:234: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:237: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:240: error: ‘struct words_data’ has no member named ‘bitrate_acc’
- src/engine/external/wavpack/words.c:240: error: ‘struct words_data’ has no member named ‘bitrate_delta’
- src/engine/external/wavpack/words.c:243: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:244: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:264: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:266: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:269: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:271: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:274: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:275: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c: At top level:
- src/engine/external/wavpack/words.c:280: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘read_code’
- src/engine/external/wavpack/words.c:290: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/words.c:292: error: ‘get_words’ declared as function returning a function
- src/engine/external/wavpack/words.c: In function ‘get_words’:
- src/engine/external/wavpack/words.c:293: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:296: error: ‘flags’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:300: error: ‘uint32_t’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:300: error: expected ‘;’ before ‘ones_count’
- src/engine/external/wavpack/words.c:303: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:305: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:305: error: ‘struct words_data’ has no member named ‘holding_zero’
- src/engine/external/wavpack/words.c:305: error: ‘struct words_data’ has no member named ‘holding_one’
- src/engine/external/wavpack/words.c:305: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:306: error: expected ‘;’ before ‘mask’
- src/engine/external/wavpack/words.c:309: error: ‘struct words_data’ has no member named ‘zeros_acc’
- src/engine/external/wavpack/words.c:310: error: ‘struct words_data’ has no member named ‘zeros_acc’
- src/engine/external/wavpack/words.c:311: error: ‘struct entropy_data’ has no member named ‘slow_level’
- src/engine/external/wavpack/words.c:311: error: ‘struct entropy_data’ has no member named ‘slow_level’
- src/engine/external/wavpack/words.c:312: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:317: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:317: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:317: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:317: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:317: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:323: error: ‘struct words_data’ has no member named ‘zeros_acc’
- src/engine/external/wavpack/words.c:325: error: ‘mask’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:325: error: ‘struct words_data’ has no member named ‘zeros_acc’
- src/engine/external/wavpack/words.c:325: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:326: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:326: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:326: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:326: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:326: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:327: error: ‘struct words_data’ has no member named ‘zeros_acc’
- src/engine/external/wavpack/words.c:329: error: ‘struct words_data’ has no member named ‘zeros_acc’
- src/engine/external/wavpack/words.c:332: error: ‘struct words_data’ has no member named ‘zeros_acc’
- src/engine/external/wavpack/words.c:333: error: ‘struct entropy_data’ has no member named ‘slow_level’
- src/engine/external/wavpack/words.c:333: error: ‘struct entropy_data’ has no member named ‘slow_level’
- src/engine/external/wavpack/words.c:334: warning: incompatible implicit declaration of built-in function ‘memset’
- src/engine/external/wavpack/words.c:334: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:334: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:335: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:335: error: ‘struct words_data’ has no member named ‘c’
- src/engine/external/wavpack/words.c:336: error: lvalue required as left operand of assignment
- src/engine/external/wavpack/words.c:342: error: ‘struct words_data’ has no member named ‘holding_zero’
- src/engine/external/wavpack/words.c:343: error: ‘ones_count’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:343: error: ‘struct words_data’ has no member named ‘holding_zero’
- src/engine/external/wavpack/words.c:347: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:351: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:351: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:352: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:355: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:358: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:359: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:361: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:361: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:361: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:361: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:361: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:367: error: expected ‘;’ before ‘mask’
- src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:370: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:370: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:370: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:370: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:370: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:378: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:379: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:379: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:379: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:379: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:379: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:389: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:390: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:393: error: ‘struct words_data’ has no member named ‘holding_one’
- src/engine/external/wavpack/words.c:394: error: ‘struct words_data’ has no member named ‘holding_one’
- src/engine/external/wavpack/words.c:398: error: ‘struct words_data’ has no member named ‘holding_one’
- src/engine/external/wavpack/words.c:402: error: ‘struct words_data’ has no member named ‘holding_zero’
- src/engine/external/wavpack/words.c:402: error: ‘struct words_data’ has no member named ‘holding_one’
- src/engine/external/wavpack/words.c:406: error: too many arguments to function ‘update_error_limit’
- src/engine/external/wavpack/words.c:409: error: ‘low’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:410: error: ‘high’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:410: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:411: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:411: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:414: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:415: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:415: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:418: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:419: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:419: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:422: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:423: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:423: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:426: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:427: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:427: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:430: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:431: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:432: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:432: error: ‘struct entropy_data’ has no member named ‘median’
- src/engine/external/wavpack/words.c:437: error: ‘mid’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:439: error: ‘struct entropy_data’ has no member named ‘error_limit’
- src/engine/external/wavpack/words.c:440: warning: implicit declaration of function ‘read_code’
- src/engine/external/wavpack/words.c:441: error: ‘struct entropy_data’ has no member named ‘error_limit’
- src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:442: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:442: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:442: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:442: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:442: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:448: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘bc’
- src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:448: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:448: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:448: error: ‘Bitstream’ has no member named ‘sr’
- src/engine/external/wavpack/words.c:448: warning: left-hand operand of comma expression has no effect
- src/engine/external/wavpack/words.c:451: error: ‘struct entropy_data’ has no member named ‘slow_level’
- src/engine/external/wavpack/words.c:451: error: ‘struct entropy_data’ has no member named ‘slow_level’
- src/engine/external/wavpack/words.c:451: error: ‘struct entropy_data’ has no member named ‘slow_level’
- src/engine/external/wavpack/words.c:451: warning: implicit declaration of function ‘mylog2’
- src/engine/external/wavpack/words.c: At top level:
- src/engine/external/wavpack/words.c:463: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘read_code’
- src/engine/external/wavpack/words.c:499: error: expected ‘)’ before ‘avalue’
- src/engine/external/wavpack/words.c: In function ‘log2s’:
- src/engine/external/wavpack/words.c:525: error: wrong type argument to unary minus
- src/engine/external/wavpack/words.c: At top level:
- src/engine/external/wavpack/words.c:534: error: ‘exp2s’ declared as function returning a function
- src/engine/external/wavpack/words.c: In function ‘exp2s’:
- src/engine/external/wavpack/words.c:535: error: ‘uint32_t’ undeclared (first use in this function)
- src/engine/external/wavpack/words.c:535: error: expected ‘;’ before ‘value’
- src/engine/external/wavpack/words.c:540: error: ‘value’ undeclared (first use in this function)
- bam: 'objs/engine/external/wavpack/words.o' error 256
- [ 95/108] #1 c src/engine/external/wavpack/wputils.c
- In file included from src/engine/external/wavpack/wputils.c:18:
- src/engine/external/wavpack/wavpack.h:11:23: error: sys/types.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:25:22: error: inttypes.h: No such file or directory
- src/engine/external/wavpack/wavpack.h:35:19: error: stdio.h: No such file or directory
- In file included from src/engine/external/wavpack/wputils.c:18:
- src/engine/external/wavpack/wavpack.h:48: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:99: error: expected specifier-qualifier-list before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:139: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘*’ token
- src/engine/external/wavpack/wavpack.h:175: error: expected declaration specifiers or ‘...’ before ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: warning: type defaults to ‘int’ in declaration of ‘int32_t’
- src/engine/external/wavpack/wavpack.h:175: error: ‘int32_t’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:180: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_A’ as array of functions
- src/engine/external/wavpack/wavpack.h:190: error: declaration of ‘samples_B’ as array of functions
- src/engine/external/wavpack/wavpack.h:194: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:198: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:211: error: expected specifier-qualifier-list before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:242: error: expected specifier-qualifier-list before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘read_stream’
- src/engine/external/wavpack/wavpack.h:254: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:337: error: ‘unpack_samples’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:349: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
- src/engine/external/wavpack/wavpack.h:350: error: ‘get_words’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:351: error: ‘exp2s’ declared as function returning a function
- src/engine/external/wavpack/wavpack.h:363: error: expected ‘)’ before ‘infile’
- src/engine/external/wavpack/wavpack.h:375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
- src/engine/external/wavpack/wavpack.h:376: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
- src/engine/external/wavpack/wavpack.h:377: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
- src/engine/external/wavpack/wavpack.h:380: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
- src/engine/external/wavpack/wputils.c:20:20: error: string.h: No such file or directory
- src/engine/external/wavpack/wputils.c:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sample_rates’
- src/engine/external/wavpack/wputils.c:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘read_next_header’
- src/engine/external/wavpack/wputils.c:48: error: expected ‘)’ before ‘infile’
- src/engine/external/wavpack/wputils.c: In function ‘WavpackGetMode’:
- src/engine/external/wavpack/wputils.c:127: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/wputils.c:129: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/wputils.c:132: error: ‘WavpackContext’ has no member named ‘lossy_blocks’
- src/engine/external/wavpack/wputils.c:135: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/wputils.c:138: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/wputils.c:141: error: ‘WavpackConfig’ has no member named ‘flags’
- src/engine/external/wavpack/wputils.c: At top level:
- src/engine/external/wavpack/wputils.c:158: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackUnpackSamples’
- src/engine/external/wavpack/wputils.c:231: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetNumSamples’
- src/engine/external/wavpack/wputils.c:238: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleIndex’
- src/engine/external/wavpack/wputils.c: In function ‘WavpackGetNumErrors’:
- src/engine/external/wavpack/wputils.c:250: error: ‘WavpackContext’ has no member named ‘crc_errors’
- src/engine/external/wavpack/wputils.c: In function ‘WavpackLossyBlocks’:
- src/engine/external/wavpack/wputils.c:257: error: ‘WavpackContext’ has no member named ‘lossy_blocks’
- src/engine/external/wavpack/wputils.c: At top level:
- src/engine/external/wavpack/wputils.c:262: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WavpackGetSampleRate’
- src/engine/external/wavpack/wputils.c: In function ‘WavpackGetReducedChannels’:
- src/engine/external/wavpack/wputils.c:307: error: ‘WavpackContext’ has no member named ‘reduced_channels’
- src/engine/external/wavpack/wputils.c:307: error: ‘WavpackContext’ has no member named ‘reduced_channels’
- src/engine/external/wavpack/wputils.c: At top level:
- src/engine/external/wavpack/wputils.c:318: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘read_next_header’
- bam: 'objs/engine/external/wavpack/wputils.o' error 256
- [ 96/108] #1 c src/osxlaunch/client.m
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_config.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:30,
- from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_config_macosx.h:29:32: error: AvailabilityMacros.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:34:23: error: sys/types.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:37:19: error: stdio.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:40:21: error: stdlib.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:60:21: error: string.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:66:23: error: inttypes.h: No such file or directory
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:71:20: error: ctype.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:98: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Sint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:100: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Sint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:101: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Uint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:102: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Sint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:103: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Sint64’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Uint64’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:125: error: ‘Uint8’ undeclared here (not in a function)
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:126: error: ‘Sint8’ undeclared here (not in a function)
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:127: error: ‘Uint16’ undeclared here (not in a function)
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:128: error: ‘Sint16’ undeclared here (not in a function)
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:129: error: ‘Uint32’ undeclared here (not in a function)
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:130: error: ‘Sint32’ undeclared here (not in a function)
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:131: error: ‘Uint64’ undeclared here (not in a function)
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:132: error: ‘Sint64’ undeclared here (not in a function)
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:187:22: error: alloca.h: No such file or directory
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_main.h:26,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:30,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:499: error: expected ‘)’ before ‘value’
- /Library/Frameworks/SDL.framework/Headers/SDL_stdinc.h:505: error: expected ‘)’ before ‘value’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:33,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:81: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_Swap16’
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_Swap32’
- /Library/Frameworks/SDL.framework/Headers/SDL_endian.h:157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_Swap64’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:90: error: expected ‘)’ before ‘initial_value’
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:115: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_SemValue’
- /Library/Frameworks/SDL.framework/Headers/SDL_mutex.h:166: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:92: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ThreadID’
- /Library/Frameworks/SDL.framework/Headers/SDL_thread.h:97: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetThreadID’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:36,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:64: error: expected specifier-qualifier-list before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:102: error: expected ‘)’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:131: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadLE16’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadBE16’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:133: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadLE32’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:134: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadBE32’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:135: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadLE64’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:136: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_ReadBE64’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:141: error: expected declaration specifiers or ‘...’ before ‘Uint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:142: error: expected declaration specifiers or ‘...’ before ‘Uint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:143: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:144: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:145: error: expected declaration specifiers or ‘...’ before ‘Uint64’
- /Library/Frameworks/SDL.framework/Headers/SDL_rwops.h:146: error: expected declaration specifiers or ‘...’ before ‘Uint64’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:32,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:76: error: expected specifier-qualifier-list before ‘Uint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:128: error: expected specifier-qualifier-list before ‘Uint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: expected declaration specifiers or ‘...’ before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:215: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:224: error: expected ‘)’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: expected declaration specifiers or ‘...’ before ‘Uint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:235: error: expected declaration specifiers or ‘...’ before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: expected declaration specifiers or ‘...’ before ‘Uint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:236: error: expected declaration specifiers or ‘...’ before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_audio.h:258: error: expected ‘)’ before ‘*’ token
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:33,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_cdrom.h:71: error: expected specifier-qualifier-list before ‘Uint8’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:33,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_active.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetAppState’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:34,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:60: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_keyboard.h:110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:32,
- from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:51: error: expected specifier-qualifier-list before ‘Sint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:56: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:72: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:97: error: expected specifier-qualifier-list before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:172: error: expected specifier-qualifier-list before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:209: error: expected specifier-qualifier-list before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:275: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:313: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:324: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:385: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: expected declaration specifiers or ‘...’ before ‘Sint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: expected declaration specifiers or ‘...’ before ‘Sint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:401: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: warning: type defaults to ‘int’ in declaration of ‘Uint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:438: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:449: error: expected ‘)’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:492: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_MapRGB’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:499: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_MapRGBA’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:506: error: expected ‘)’ before ‘pixel’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:513: error: expected ‘)’ before ‘pixel’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:554: error: expected ‘)’ before ‘flags’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:559: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:616: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:633: error: expected declaration specifiers or ‘...’ before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:669: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:768: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:808: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_video.h:897: error: expected declaration specifiers or ‘...’ before ‘Uint8’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:35,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:43: error: expected specifier-qualifier-list before ‘Sint16’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetMouseState’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetRelativeMouseState’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:70: error: expected ‘)’ before ‘x’
- /Library/Frameworks/SDL.framework/Headers/SDL_mouse.h:86: error: expected ‘)’ before ‘*’ token
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL_events.h:36,
- from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:134: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_JoystickGetAxis’
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_JoystickGetHat’
- /Library/Frameworks/SDL.framework/Headers/SDL_joystick.h:173: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_JoystickGetButton’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:37,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:120: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:127: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:135: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:145: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:154: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:162: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:171: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:184: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:195: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:202: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:207: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:212: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:222: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:228: error: expected specifier-qualifier-list before ‘Uint8’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:278: error: expected declaration specifiers or ‘...’ before ‘Uint32’
- /Library/Frameworks/SDL.framework/Headers/SDL_events.h:348: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_EventState’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:42,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_GetTicks’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:52: error: expected ‘)’ before ‘ms’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: expected declaration specifiers or ‘...’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:55: error: expected ‘)’ before ‘interval’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:86: error: expected ‘)’ before ‘interval’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: expected declaration specifiers or ‘...’ before ‘*’ token
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:101: error: expected ‘)’ before ‘interval’
- /Library/Frameworks/SDL.framework/Headers/SDL_timer.h:109: error: expected ‘)’ before ‘interval’
- In file included from /Library/Frameworks/SDL.framework/Headers/SDL.h:44,
- from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL_version.h:48: error: expected specifier-qualifier-list before ‘Uint8’
- In file included from src/osxlaunch/client.m:8:
- /Library/Frameworks/SDL.framework/Headers/SDL.h:76: error: expected ‘)’ before ‘flags’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:79: error: expected ‘)’ before ‘flags’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:82: error: expected ‘)’ before ‘flags’
- /Library/Frameworks/SDL.framework/Headers/SDL.h:88: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SDL_WasInit’
- In file included from src/osxlaunch/client.m:9:
- src/osxlaunch/client.h:10:24: error: Cocoa/Cocoa.h: No such file or directory
- In file included from src/osxlaunch/client.m:9:
- src/osxlaunch/client.h:13: error: cannot find interface declaration for ‘NSObject’, superclass of ‘SDLMain’
- src/osxlaunch/client.m:10:43: error: sys/param.h: No such file or directory
- src/osxlaunch/client.m:11:19: error: unistd.h: No such file or directory
- src/osxlaunch/client.m:17: error: cannot find interface declaration for ‘NSApplication’
- bam: 'objs/osxlaunch/client.o' error 256
- bam: error: a build step failed
- francis:teeworlds-b177-r50edfd37-source Francis$ [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement