DrArkaneX

Bot error 4-12-19-1

Apr 12th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. Scanning dependencies of target bot
  2. [ 0%] Building CXX object modules/bot/CMakeFiles/bot.dir/playerbot/AiFactory.cpp.o
  3. In file included from /home/doc/source/azcore-playerbots/modules/bot/playerbot/AiFactory.cpp:3:
  4. In file included from /home/doc/source/azcore-playerbots/modules/bot/playerbot/playerbot.h:21:
  5. In file included from /home/doc/source/azcore-playerbots/src/server/game/Accounts/../Guilds/Guild.h:14:
  6. /home/doc/source/azcore-playerbots/src/server/game/Entities/Player/Player.h:1138:40: error:
  7. unknown type name 'BotCharacterCreateInfo'; did you mean 'CharacterCreateInfo'?
  8. bool CreateBot(uint32 guidlow, BotCharacterCreateInfo* createInfo);
  9. ^~~~~~~~~~~~~~~~~~~~~~
  10. CharacterCreateInfo
  11. /home/doc/source/azcore-playerbots/src/server/game/Entities/Player/Player.h:34:7: note:
  12. 'CharacterCreateInfo' declared here
  13. class CharacterCreateInfo;
  14. ^
  15. In file included from /home/doc/source/azcore-playerbots/modules/bot/playerbot/AiFactory.cpp:18:
  16. In file included from /home/doc/source/azcore-playerbots/modules/bot/playerbot/PlayerbotAIConfig.h:3:
  17. /home/doc/source/azcore-playerbots/src/common/Configuration/Config.h:68:5: error: constructor
  18. cannot be redeclared
  19. ConfigMgr(ConfigMgr const&);
  20. ^
  21. /home/doc/source/azcore-playerbots/src/common/Configuration/Config.h:24:9: note: previous
  22. definition is here
  23. ConfigMgr(ConfigMgr const&) = delete;
  24. ^
  25. /home/doc/source/azcore-playerbots/src/common/Configuration/Config.h:69:16: error: class member
  26. cannot be redeclared
  27. ConfigMgr& operator=(ConfigMgr const&);
  28. ^
  29. /home/doc/source/azcore-playerbots/src/common/Configuration/Config.h:25:20: note: previous
  30. definition is here
  31. ConfigMgr& operator=(ConfigMgr const&) = delete;
  32. ^
  33. /home/doc/source/azcore-playerbots/modules/bot/playerbot/AiFactory.cpp:75:38: error: use of
  34. undeclared identifier 'GetTalentTabPages'
  35. uint32 const* talentTabIds = GetTalentTabPages(player->getClass());
  36. ^
  37. 4 errors generated.
  38. make[2]: *** [modules/bot/CMakeFiles/bot.dir/build.make:63: modules/bot/CMakeFiles/bot.dir/playerbot/AiFactory.cpp.o] Error 1
  39. make[1]: *** [CMakeFiles/Makefile2:123: modules/bot/CMakeFiles/bot.dir/all] Error 2
  40. make: *** [Makefile:130: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment