Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Last login: Tue Mar 13 21:37:25 on ttys001
- ^[[A
- ✔ ~
- 23:53 $ cd Desktop/zCatch/
- ✔ ~/Desktop/zCatch [teehistorian|✚ 1]
- 23:53 $ ./rebuild.sh
- [1/4] #1 c++ src/game/server/teehistorian.cpp
- In file included from src/game/server/teehistorian.cpp:181:
- src/engine/shared/config_variables.h:92:158: error: expected ';' after expression
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- ;
- src/engine/shared/config_variables.h:92:30: error: use of undeclared identifier 'SvRconPassword'
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- src/engine/shared/config_variables.h:92:46: error: use of undeclared identifier 'sv_rcon_password'
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- src/engine/shared/config_variables.h:93:183: error: expected ';' after expression
- ...sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- ;
- src/engine/shared/config_variables.h:93:30: error: use of undeclared identifier 'SvRconModPassword'
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_...
- ^
- src/engine/shared/config_variables.h:93:49: error: use of undeclared identifier 'sv_rcon_mod_password'
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_...
- ^
- src/engine/shared/config_variables.h:94:182: error: expected ';' after expression
- ...sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- ;
- src/engine/shared/config_variables.h:94:30: error: use of undeclared identifier 'SvRconMaxTries'
- MACRO_CONFIG_INT_ACCESSLEVEL(SvRconMaxTries, sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication", IConsole::ACCESS_L...
- ^
- src/engine/shared/config_variables.h:94:46: error: use of undeclared identifier 'sv_rcon_max_tries'
- MACRO_CONFIG_INT_ACCESSLEVEL(SvRconMaxTries, sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication", IConsole::ACCESS_L...
- ^
- src/engine/shared/config_variables.h:95:217: error: expected ';' after expression
- ...5, 0, 1440, CFGFLAG_SERVER, "The time a client gets banned if remote console authentication fails. 0 makes it just use kick", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- ;
- src/engine/shared/config_variables.h:95:30: error: use of undeclared identifier 'SvRconBantime'
- MACRO_CONFIG_INT_ACCESSLEVEL(SvRconBantime, sv_rcon_bantime, 5, 0, 1440, CFGFLAG_SERVER, "The time a client gets banned if remote console authentication fails. 0 makes i...
- ^
- src/engine/shared/config_variables.h:95:45: error: use of undeclared identifier 'sv_rcon_bantime'
- MACRO_CONFIG_INT_ACCESSLEVEL(SvRconBantime, sv_rcon_bantime, 5, 0, 1440, CFGFLAG_SERVER, "The time a client gets banned if remote console authentication fails. 0 makes i...
- ^
- 12 errors generated.
- bam: 'objs/game/server/teehistorian_x86_64.o' error 256
- [2/4] #1 c++ src/game/server/teehistorian.cpp
- In file included from src/game/server/teehistorian.cpp:181:
- src/engine/shared/config_variables.h:92:158: error: expected ';' after expression
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- ;
- src/engine/shared/config_variables.h:92:30: error: use of undeclared identifier 'SvRconPassword'
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- src/engine/shared/config_variables.h:92:46: error: use of undeclared identifier 'sv_rcon_password'
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- src/engine/shared/config_variables.h:93:183: error: expected ';' after expression
- ...sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- ;
- src/engine/shared/config_variables.h:93:30: error: use of undeclared identifier 'SvRconModPassword'
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_...
- ^
- src/engine/shared/config_variables.h:93:49: error: use of undeclared identifier 'sv_rcon_mod_password'
- MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_...
- ^
- src/engine/shared/config_variables.h:94:182: error: expected ';' after expression
- ...sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- ;
- src/engine/shared/config_variables.h:94:30: error: use of undeclared identifier 'SvRconMaxTries'
- MACRO_CONFIG_INT_ACCESSLEVEL(SvRconMaxTries, sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication", IConsole::ACCESS_L...
- ^
- src/engine/shared/config_variables.h:94:46: error: use of undeclared identifier 'sv_rcon_max_tries'
- MACRO_CONFIG_INT_ACCESSLEVEL(SvRconMaxTries, sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication", IConsole::ACCESS_L...
- ^
- src/engine/shared/config_variables.h:95:217: error: expected ';' after expression
- ...5, 0, 1440, CFGFLAG_SERVER, "The time a client gets banned if remote console authentication fails. 0 makes it just use kick", IConsole::ACCESS_LEVEL_ADMIN)
- ^
- ;
- src/engine/shared/config_variables.h:95:30: error: use of undeclared identifier 'SvRconBantime'
- MACRO_CONFIG_INT_ACCESSLEVEL(SvRconBantime, sv_rcon_bantime, 5, 0, 1440, CFGFLAG_SERVER, "The time a client gets banned if remote console authentication fails. 0 makes i...
- ^
- src/engine/shared/config_variables.h:95:45: error: use of undeclared identifier 'sv_rcon_bantime'
- MACRO_CONFIG_INT_ACCESSLEVEL(SvRconBantime, sv_rcon_bantime, 5, 0, 1440, CFGFLAG_SERVER, "The time a client gets banned if remote console authentication fails. 0 makes i...
- ^
- 12 errors generated.
- bam: 'objs/game/server/teehistorian_x86.o' error 256
- bam: error: a build step failed
- ✔ ~/Desktop/zCatch [teehistorian|✚ 1]
- 23:53 $
Advertisement
Add Comment
Please, Sign In to add comment