Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from silencer/game.cpp:1:
- In file included from silencer/game.h:4:
- In file included from silencer/shared.h:11:
- In file included from silencer/SDL.h:67:
- In file included from silencer/SDL_main.h:25:
- silencer/SDL_stdinc.h:135:9: error: unknown type name 'int8_t'
- typedef int8_t Sint8;
- ^
- silencer/SDL_stdinc.h:139:9: error: unknown type name 'uint8_t'
- typedef uint8_t Uint8;
- ^
- silencer/SDL_stdinc.h:143:9: error: unknown type name 'int16_t'
- typedef int16_t Sint16;
- ^
- silencer/SDL_stdinc.h:147:9: error: unknown type name 'uint16_t'
- typedef uint16_t Uint16;
- ^
- silencer/SDL_stdinc.h:151:9: error: unknown type name 'int32_t'
- typedef int32_t Sint32;
- ^
- silencer/SDL_stdinc.h:155:9: error: unknown type name 'uint32_t'
- typedef uint32_t Uint32;
- ^
- silencer/SDL_stdinc.h:160:9: error: unknown type name 'int64_t'
- typedef int64_t Sint64;
- ^
- silencer/SDL_stdinc.h:164:9: error: unknown type name 'uint64_t'
- typedef uint64_t Uint64;
- ^
- silencer/SDL_stdinc.h:173:1: error: 'SDL_dummy_uint8' declared as an array with a negative size
- SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- silencer/SDL_stdinc.h:170:39: note: expanded from macro 'SDL_COMPILE_TIME_ASSERT'
- typedef int SDL_dummy_ ## name[(x) * 2 - 1]
- ^~~~~~~~~~~
- silencer/SDL_stdinc.h:174:1: error: 'SDL_dummy_sint8' declared as an array with a negative size
- SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- silencer/SDL_stdinc.h:170:39: note: expanded from macro 'SDL_COMPILE_TIME_ASSERT'
- typedef int SDL_dummy_ ## name[(x) * 2 - 1]
- ^~~~~~~~~~~
- silencer/SDL_stdinc.h:175:1: error: 'SDL_dummy_uint16' declared as an array with a negative size
- SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- silencer/SDL_stdinc.h:170:39: note: expanded from macro 'SDL_COMPILE_TIME_ASSERT'
- typedef int SDL_dummy_ ## name[(x) * 2 - 1]
- ^~~~~~~~~~~
- silencer/SDL_stdinc.h:176:1: error: 'SDL_dummy_sint16' declared as an array with a negative size
- SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- silencer/SDL_stdinc.h:170:39: note: expanded from macro 'SDL_COMPILE_TIME_ASSERT'
- typedef int SDL_dummy_ ## name[(x) * 2 - 1]
- ^~~~~~~~~~~
- silencer/SDL_stdinc.h:179:1: error: 'SDL_dummy_uint64' declared as an array with a negative size
- SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- silencer/SDL_stdinc.h:170:39: note: expanded from macro 'SDL_COMPILE_TIME_ASSERT'
- typedef int SDL_dummy_ ## name[(x) * 2 - 1]
- ^~~~~~~~~~~
- silencer/SDL_stdinc.h:180:1: error: 'SDL_dummy_sint64' declared as an array with a negative size
- SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- silencer/SDL_stdinc.h:170:39: note: expanded from macro 'SDL_COMPILE_TIME_ASSERT'
- typedef int SDL_dummy_ ## name[(x) * 2 - 1]
- ^~~~~~~~~~~
- In file included from silencer/game.cpp:1:
- In file included from silencer/game.h:4:
- In file included from silencer/shared.h:11:
- In file included from silencer/SDL.h:71:
- In file included from silencer/SDL_audio.h:33:
- silencer/SDL_endian.h:181:7: warning: shift count >= width of type [-Wshift-count-overflow]
- x >>= 32;
- ^ ~~
- silencer/SDL_endian.h:184:7: warning: shift count >= width of type [-Wshift-count-overflow]
- x <<= 32;
- ^ ~~
- In file included from silencer/game.cpp:1:
- In file included from silencer/game.h:6:
- In file included from silencer/world.h:16:
- silencer/lobby.h:59:2: error: unknown type name 'SOCKET'
- SOCKET sockethandle;
- ^
- silencer/lobby.h:66:2: error: unknown type name 'hostent'
- hostent * he;
- ^
- In file included from silencer/game.cpp:1:
- In file included from silencer/game.h:6:
- In file included from silencer/world.h:18:
- silencer/lagsimulator.h:11:15: error: unknown type name 'SOCKET'
- LagSimulator(SOCKET * sockethandle);
- ^
- silencer/lagsimulator.h:18:2: error: unknown type name 'SOCKET'
- SOCKET * sockethandle;
- ^
- In file included from silencer/game.cpp:1:
- In file included from silencer/game.h:6:
- silencer/world.h:132:18: error: unknown type name 'sockaddr_in'
- Peer * FindPeer(sockaddr_in & sockaddr);
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 2 warnings and 20 errors generated.
- ERROR root: compiler frontend failed to generate LLVM bitcode, halting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement