Advertisement
Guest User

Untitled

a guest
May 18th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: theforgottenserver, Configuration: Release x64 ------
  2. 1> otpch.cpp
  3. 1> actions.cpp
  4. 1> ban.cpp
  5. 1> baseevents.cpp
  6. 1> bed.cpp
  7. 1> chat.cpp
  8. 1> combat.cpp
  9. 1> commands.cpp
  10. 1> condition.cpp
  11. 1> configmanager.cpp
  12. 1> connection.cpp
  13. 1> container.cpp
  14. 1> creature.cpp
  15. 1> creatureevent.cpp
  16. 1> cylinder.cpp
  17. 1> database.cpp
  18. 1> databasemanager.cpp
  19. 1> databasetasks.cpp
  20. 1> depotchest.cpp
  21. 1> depotlocker.cpp
  22. 1> events.cpp
  23. 1> fileloader.cpp
  24. 1> game.cpp
  25. 1> globalevent.cpp
  26. 1> groups.cpp
  27. 1> guild.cpp
  28. 1> house.cpp
  29. 1> housetile.cpp
  30. 1> inbox.cpp
  31. 1> ioguild.cpp
  32. 1> iologindata.cpp
  33. 1> iomap.cpp
  34. 1> iomapserialize.cpp
  35. 1> iomarket.cpp
  36. 1> item.cpp
  37. 1> items.cpp
  38. 1> luascript.cpp
  39. 1> mailbox.cpp
  40. 1> map.cpp
  41. 1> monster.cpp
  42. 1> monsters.cpp
  43. 1> mounts.cpp
  44. 1> movement.cpp
  45. 1> networkmessage.cpp
  46. 1> npc.cpp
  47. 1> otserv.cpp
  48. 1> outfit.cpp
  49. 1> outputmessage.cpp
  50. 1> party.cpp
  51. 1> player.cpp
  52. 1> position.cpp
  53. 1> protocol.cpp
  54. 1> protocolgame.cpp
  55. 1> protocolgamebase.cpp
  56. 1> protocolspectator.cpp
  57. 1>D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\atomic(661): error C2338: You've instantiated std::atomic<T> with sizeof(T) equal to 2/4/8 and alignof(T) < sizeof(T). Before VS 2015 Update 2, this would have misbehaved at runtime. VS 2015 Update 2 was fixed to handle this correctly, but the fix inherently changes layout and breaks binary compatibility. Please define _ENABLE_ATOMIC_ALIGNMENT_FIX to acknowledge that you understand this, and that everything you're linking has been compiled with VS 2015 Update 2 (or later). (compiling source file ..\src\outputmessage.cpp)
  58. 1> D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\atomic(675): note: see reference to class template instantiation 'std::_Atomic_base<_Ty,4>' being compiled
  59. 1> with
  60. 1> [
  61. 1> _Ty=boost::lockfree::detail::tagged_index
  62. 1> ] (compiling source file ..\src\outputmessage.cpp)
  63. 1> D:\Tibia Custom Evo\boost_1_60_0\boost/lockfree/detail/freelist.hpp(603): note: see reference to class template instantiation 'std::atomic<boost::lockfree::detail::tagged_index>' being compiled (compiling source file ..\src\outputmessage.cpp)
  64. 1> D:\Tibia Custom Evo\boost_1_60_0\boost/lockfree/detail/freelist.hpp(604): note: see reference to class template instantiation 'boost::lockfree::detail::fixed_size_freelist<T,NodeStorage>' being compiled (compiling source file ..\src\outputmessage.cpp)
  65. 1> protocollogin.cpp
  66. 1> protocolold.cpp
  67. 1>..\src\protocolspectator.cpp(364): warning C4100: 'broadcast': unreferenced formal parameter
  68. 1>..\src\protocollogin.cpp(47): warning C4100: 'version': unreferenced formal parameter
  69. 1> quests.cpp
  70. 1> raids.cpp
  71. 1> rsa.cpp
  72. 1> scheduler.cpp
  73. 1> scriptmanager.cpp
  74. 1> server.cpp
  75. 1> spawn.cpp
  76. 1> spells.cpp
  77. 1> protocolstatus.cpp
  78. 1> talkaction.cpp
  79. 1> tasks.cpp
  80. 1> teleport.cpp
  81. 1> thing.cpp
  82. 1> tile.cpp
  83. 1> tools.cpp
  84. 1> trashholder.cpp
  85. 1> vocation.cpp
  86. 1> waitlist.cpp
  87. 1> weapons.cpp
  88. 1> wildcardtree.cpp
  89. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement