Guest User

Untitled

a guest
Mar 13th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.65 KB | None | 0 0
  1. Last login: Tue Mar 13 21:37:25 on ttys001
  2. ^[[A
  3. ✔ ~
  4. 23:53 $ cd Desktop/zCatch/
  5. ✔ ~/Desktop/zCatch [teehistorian|1]
  6. 23:53 $ ./rebuild.sh
  7. [1/4] #1 c++ src/game/server/teehistorian.cpp
  8. In file included from src/game/server/teehistorian.cpp:181:
  9. src/engine/shared/config_variables.h:92:158: error: expected ';' after expression
  10. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
  11.                                                                                                                                                              ^
  12.                                                                                                                                                              ;
  13. src/engine/shared/config_variables.h:92:30: error: use of undeclared identifier 'SvRconPassword'
  14. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
  15.                              ^
  16. src/engine/shared/config_variables.h:92:46: error: use of undeclared identifier 'sv_rcon_password'
  17. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
  18.                                              ^
  19. src/engine/shared/config_variables.h:93:183: error: expected ';' after expression
  20.   ...sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_LEVEL_ADMIN)
  21.                                                                                                                                            ^
  22.                                                                                                                                            ;
  23. src/engine/shared/config_variables.h:93:30: error: use of undeclared identifier 'SvRconModPassword'
  24. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_...
  25.                              ^
  26. src/engine/shared/config_variables.h:93:49: error: use of undeclared identifier 'sv_rcon_mod_password'
  27. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_...
  28.                                                 ^
  29. src/engine/shared/config_variables.h:94:182: error: expected ';' after expression
  30.   ...sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication", IConsole::ACCESS_LEVEL_ADMIN)
  31.                                                                                                                                              ^
  32.                                                                                                                                              ;
  33. src/engine/shared/config_variables.h:94:30: error: use of undeclared identifier 'SvRconMaxTries'
  34. 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...
  35.                              ^
  36. src/engine/shared/config_variables.h:94:46: error: use of undeclared identifier 'sv_rcon_max_tries'
  37. 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...
  38.                                              ^
  39. src/engine/shared/config_variables.h:95:217: error: expected ';' after expression
  40.   ...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)
  41.                                                                                                                                                                 ^
  42.                                                                                                                                                                 ;
  43. src/engine/shared/config_variables.h:95:30: error: use of undeclared identifier 'SvRconBantime'
  44. 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...
  45.                             ^
  46. src/engine/shared/config_variables.h:95:45: error: use of undeclared identifier 'sv_rcon_bantime'
  47. 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...
  48.                                             ^
  49. 12 errors generated.
  50. bam: 'objs/game/server/teehistorian_x86_64.o' error 256
  51. [2/4] #1 c++ src/game/server/teehistorian.cpp
  52. In file included from src/game/server/teehistorian.cpp:181:
  53. src/engine/shared/config_variables.h:92:158: error: expected ';' after expression
  54. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
  55.                                                                                                                                                              ^
  56.                                                                                                                                                              ;
  57. src/engine/shared/config_variables.h:92:30: error: use of undeclared identifier 'SvRconPassword'
  58. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
  59.                              ^
  60. src/engine/shared/config_variables.h:92:46: error: use of undeclared identifier 'sv_rcon_password'
  61. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password (full access)", IConsole::ACCESS_LEVEL_ADMIN)
  62.                                              ^
  63. src/engine/shared/config_variables.h:93:183: error: expected ';' after expression
  64.   ...sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_LEVEL_ADMIN)
  65.                                                                                                                                            ^
  66.                                                                                                                                            ;
  67. src/engine/shared/config_variables.h:93:30: error: use of undeclared identifier 'SvRconModPassword'
  68. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_...
  69.                              ^
  70. src/engine/shared/config_variables.h:93:49: error: use of undeclared identifier 'sv_rcon_mod_password'
  71. MACRO_CONFIG_STR_ACCESSLEVEL(SvRconModPassword, sv_rcon_mod_password, 32, "", CFGFLAG_SERVER, "Remote console password for moderators (limited access)", IConsole::ACCESS_...
  72.                                                 ^
  73. src/engine/shared/config_variables.h:94:182: error: expected ';' after expression
  74.   ...sv_rcon_max_tries, 3, 0, 100, CFGFLAG_SERVER, "Maximum number of tries for remote console authentication", IConsole::ACCESS_LEVEL_ADMIN)
  75.                                                                                                                                              ^
  76.                                                                                                                                              ;
  77. src/engine/shared/config_variables.h:94:30: error: use of undeclared identifier 'SvRconMaxTries'
  78. 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...
  79.                              ^
  80. src/engine/shared/config_variables.h:94:46: error: use of undeclared identifier 'sv_rcon_max_tries'
  81. 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...
  82.                                              ^
  83. src/engine/shared/config_variables.h:95:217: error: expected ';' after expression
  84.   ...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)
  85.                                                                                                                                                                 ^
  86.                                                                                                                                                                 ;
  87. src/engine/shared/config_variables.h:95:30: error: use of undeclared identifier 'SvRconBantime'
  88. 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...
  89.                             ^
  90. src/engine/shared/config_variables.h:95:45: error: use of undeclared identifier 'sv_rcon_bantime'
  91. 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...
  92.                                             ^
  93. 12 errors generated.
  94. bam: 'objs/game/server/teehistorian_x86.o' error 256
  95. bam: error: a build step failed
  96. ✔ ~/Desktop/zCatch [teehistorian|1]
  97. 23:53 $
Advertisement
Add Comment
Please, Sign In to add comment