DrArkaneX

azcore eluna error

Apr 16th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. [ 18%] Building CXX object src/server/game/CMakeFiles/game.dir/__/__/__/modules/mod-eluna-lua-engine/LuaEngine/LuaFunctions.cpp.o
  2. In file included from /root/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/LuaEngine/LuaFunctions.cpp:20:
  3. /root/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/LuaEngine/GlobalMethods.h:1950:18: error: use of undeclared identifier 'BAN_ACCOUNT'
  4. case BAN_ACCOUNT:
  5. ^
  6. /root/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/LuaEngine/GlobalMethods.h:1959:18: error: use of undeclared identifier 'BAN_CHARACTER'; did
  7. you mean 'LANG_CHARACTER'?
  8. case BAN_CHARACTER:
  9. ^~~~~~~~~~~~~
  10. LANG_CHARACTER
  11. /root/source/azerothcore-wotlk/src/server/game/Miscellaneous/Language.h:1123:5: note: 'LANG_CHARACTER' declared here
  12. LANG_CHARACTER = 5040,
  13. ^
  14. In file included from /root/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/LuaEngine/LuaFunctions.cpp:20:
  15. /root/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/LuaEngine/GlobalMethods.h:1963:18: error: use of undeclared identifier 'BAN_IP'
  16. case BAN_IP:
  17. ^
  18. /root/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/LuaEngine/GlobalMethods.h:1974:17: error: no member named 'BanAccount' in 'World'
  19. eWorld->BanAccount((BanMode)banMode, nameOrIP, std::to_string(duration) + "s", reason, whoBanned);
  20. ~~~~~~ ^
  21. /root/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/LuaEngine/GlobalMethods.h:1974:29: error: use of undeclared identifier 'BanMode'; did you
  22. mean 'banMode'?
  23. eWorld->BanAccount((BanMode)banMode, nameOrIP, std::to_string(duration) + "s", reason, whoBanned);
  24. ^~~~~~~
  25. banMode
  26. /root/source/azerothcore-wotlk/modules/mod-eluna-lua-engine/LuaEngine/GlobalMethods.h:1942:13: note: 'banMode' declared here
  27. int banMode = Eluna::CHECKVAL<int>(L, 1);
  28. ^
  29. 5 errors generated.
  30. make[2]: *** [src/server/game/CMakeFiles/game.dir/build.make:2948: src/server/game/CMakeFiles/game.dir/__/__/__/modules/mod-eluna-lua-engine/LuaEngine/LuaFunctions.cpp.o] Error 1
  31. make[1]: *** [CMakeFiles/Makefile2:956: src/server/game/CMakeFiles/game.dir/all] Error 2
  32. make: *** [Makefile:130: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment