mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-01 12:50:42 +00:00
5278274acf
src/posix/cocoa/i_video.mm:559:2: error: use of undeclared identifier 'atterm' src/posix/sdl/hardware.cpp:85:28: error: ‘atterm’ was not declared in this scope src/posix/sdl/i_input.cpp:261:10: error: ‘gamestate’ was not declared in this scope src/posix/sdl/i_input.cpp:261:23: error: ‘GS_LEVEL’ was not declared in this scope src/posix/sdl/i_input.cpp:263:48: error: ‘GS_INTERMISSION’ was not declared in this scope src/posix/sdl/i_input.cpp:263:80: error: ‘GS_FINALE’ was not declared in this scope src/posix/sdl/i_system.cpp:115:25: error: ‘atterm’ was not declared in this scope src/posix/sdl/i_system.cpp:372:30: error: invalid use of incomplete type ‘const struct dirent’ src/posix/sdl/i_system.cpp:375:42: error: ‘findstate_t’ has not been declared src/posix/sdl/i_system.cpp:391:12: error: request for member ‘current’ in ‘* fileinfo’, which is of non-class type ‘int’ src/posix/sdl/i_system.cpp:392:12: error: request for member ‘count’ in ‘* fileinfo’, which is of non-class type ‘int’ src/posix/sdl/i_system.cpp:392:56: error: request for member ‘namelist’ in ‘* fileinfo’, which is of non-class type ‘int’ src/posix/sdl/i_system.cpp:393:22: error: ‘alphasort’ was not declared in this scope src/posix/sdl/i_system.cpp:393:31: error: ‘scandir’ was not declared in this scope src/posix/sdl/i_system.cpp:394:16: error: request for member ‘count’ in ‘* fileinfo’, which is of non-class type ‘int’ src/posix/sdl/i_system.cpp:401:31: error: ‘findstate_t’ has not been declared src/posix/sdl/i_system.cpp:403:2: error: ‘findstate_t’ was not declared in this scope src/posix/sdl/i_system.cpp:403:15: error: ‘state’ was not declared in this scope src/posix/sdl/i_system.cpp:403:37: error: expected primary-expression before ‘)’ token src/posix/sdl/i_system.cpp:404:33: error: request for member ‘count’ in ‘* fileinfo’, which is of non-class type ‘int’ src/posix/sdl/i_system.cpp:406:39: error: request for member ‘count’ in ‘* fileinfo’, which is of non-class type ‘int’ src/posix/sdl/i_system.cpp:413:2: error: ‘findstate_t’ was not declared in this scope src/posix/sdl/i_system.cpp:413:15: error: ‘state’ was not declared in this scope src/posix/sdl/i_system.cpp:413:37: error: expected primary-expression before ‘)’ token src/posix/sdl/i_system.cpp:425:16: error: ‘findstate_t’ was not declared in this scope src/posix/sdl/i_system.cpp:425:29: error: expected primary-expression before ‘const’ src/posix/sdl/i_system.cpp:426:1: error: expected ‘,’ or ‘;’ before ‘{’ token src/posix/sdl/i_main.cpp:160:6: error: ‘gamestate’ was not declared in this scope src/posix/sdl/i_main.cpp:160:19: error: ‘GS_LEVEL’ was not declared in this scope src/posix/sdl/i_main.cpp:160:44: error: ‘GS_TITLELEVEL’ was not declared in this scope src/posix/sdl/i_main.cpp:217:18: error: ‘atterm’ was not declared in this scope src/posix/sdl/i_main.cpp:242:11: error: ‘I_Quit’ was not declared in this scope src/gameconfigfile.cpp:126:27: error: ‘SHARE_DIR’ was not declared in this scope src/scripting/decorate/thingdef_parse.cpp:929:2: error: use of undeclared identifier 'strlwr'; did you mean 'strlen'? src/scripting/decorate/thingdef_parse.cpp:937:3: error: use of undeclared identifier 'strlwr'; did you mean 'strlen'? src/scripting/decorate/thingdef_states.cpp:564:2: error: use of undeclared identifier 'strlwr'; did you mean 'strlen'? src/scripting/vm/jit_runtime.cpp:957:2: error: ‘unique_ptr’ is not a member of ‘std’ src/scripting/vm/jit_runtime.cpp:957:38: error: expected primary-expression before ‘>’ token src/scripting/vm/jit_runtime.cpp:957:40: error: ‘nativeSymbols’ was not declared in this scope src/utility/cmdlib.cpp:962:2: error: ‘DIR’ was not declared in this scope src/utility/cmdlib.cpp:962:7: error: ‘directory’ was not declared in this scope src/utility/cmdlib.cpp:962:34: error: ‘opendir’ was not declared in this scope src/utility/cmdlib.cpp:967:33: error: ‘readdir’ was not declared in this scope src/utility/cmdlib.cpp:969:10: error: invalid use of incomplete type ‘struct ScanDirectory(TArray<FFileList>&, const char*)::dirent’ src/utility/cmdlib.cpp:973:34: error: invalid use of incomplete type ‘struct ScanDirectory(TArray<FFileList>&, const char*)::dirent’ src/utility/cmdlib.cpp:985:20: error: ‘closedir’ was not declared in this scope |
||
---|---|---|
.. | ||
cocoa | ||
osx | ||
sdl | ||
unix | ||
dikeys.h | ||
hardware.h | ||
i_cd.cpp | ||
i_steam.cpp | ||
i_system.h | ||
readme.md | ||
zdoom.xpm |
This directory contains files required to support POSIX-compatible OSes, like GNU/Linux, OS X or BSD.
Common files are placed in this directory directly.
SDL backend files are in sdl
subdirectory.
Native OS X backend files are in cocoa
subdirectory.
Shared files for both OS X backends are in osx
subdirectory.