Advertisement
DrArkaneX

Bot Error 4-11-19-2

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