mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-17 17:41:23 +00:00
Experimental fork that tries out daring and cutting edge features. Forked from here - https://github.com/zdoom/gzdoom
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 |
||
---|---|---|
asmjit | ||
bzip2 | ||
cmake | ||
docs | ||
dumb | ||
fm_banks | ||
game-music-emu | ||
gdtoa | ||
jpeg | ||
lzma | ||
soundfont | ||
specs | ||
src | ||
tools | ||
unused | ||
wadsrc | ||
wadsrc_bm | ||
wadsrc_extra | ||
wadsrc_lights | ||
zlib | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CMakeLists.txt | ||
CMakeSettings.json | ||
externs.txt | ||
externs.zip | ||
LICENSE | ||
p_destructible.cpp | ||
p_destructible.h | ||
README.md |
Welcome to GZDoom!
GZDoom is a modder-friendly OpenGL source port based on the DOOM engine
Copyright (c) 1998-2018 ZDoom + GZDoom teams, and contributors
Doom Source (c) 1997 id Software, Raven Software, and contributors
Please see license files for individual contributor licenses
Special thanks to Coraline of the 3DGE team for allowing us to use her README.md as a template for this one.
Licensed under the GPL v3
https://www.gnu.org/licenses/quick-guide-gplv3.en.html
How to build GZDoom
To build GZDoom, please see the wiki and see the "Programmer's Corner" on the bottom-right corner of the page to build for your platform.