Advertisement
Guest User

wothout PCH

a guest
Apr 15th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. /root/TrinitySource/lichgard_tw/dep/g3dlite/include/G3D/ReferenceCount.h:24:62: error: expected template-name
  2. before '<' token
  3. class ReferenceCountedObject : public enable_shared_from_this<ReferenceCountedObject> {
  4. ^
  5. /root/TrinitySource/lichgard_tw/dep/g3dlite/include/G3D/ReferenceCount.h:24:62: error: expected '{' before '<'
  6. token
  7. /root/TrinitySource/lichgard_tw/dep/g3dlite/include/G3D/ReferenceCount.h:24:62: error: expected unqualified-id
  8. before '<' token
  9. In file included from /root/TrinitySource/lichgard_tw/src/server/game/Entities/Object/Object.h:26:0,
  10. from /root/TrinitySource/lichgard_tw/src/server/game/Globals/ObjectMgr.h:23,
  11. from /root/TrinitySource/lichgard_tw/src/server/game/Spells/Auras/../Spell.h:24,
  12. from /root/TrinitySource/lichgard_tw/src/plugins/playerbot/playerbot.h:10,
  13. from /root/TrinitySource/lichgard_tw/src/plugins/playerbot/PlayerbotAI.cpp:3:
  14. /root/TrinitySource/lichgard_tw/src/server/game/Maps/Map.h:215:16: error: expected '}' before end of line
  15. #pragma pack(1)
  16. ^
  17. /root/TrinitySource/lichgard_tw/src/server/game/Maps/Map.h:215:16: error: expected declaration before end of l
  18. ine
  19. make[2]: *** [src/plugins/CMakeFiles/plugins.dir/playerbot/PlayerbotAI.cpp.o] Error 1
  20. make[1]: *** [src/plugins/CMakeFiles/plugins.dir/all] Error 2
  21. make: *** [all] Error 2
  22. root@wow:~/TrinitySource/lichgard_tw/build#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement