1. ~/d/a/build g3d ± make -j 6
  2. Scanning dependencies of target g3dlib
  3. [ 1%] Built target Detour
  4. [ 2%] Built target Recast
  5. [ 3%] Built target gsoap
  6. [ 3%] Built target fmt
  7. [ 6%] Built target jemalloc
  8. [ 7%] Built target mpq
  9. [ 7%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Any.cpp.o
  10. [ 7%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/AABox.cpp.o
  11. [ 8%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryInput.cpp.o
  12. [ 8%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryOutput.cpp.o
  13. [ 9%] Built target vmap4extractor
  14. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Box.cpp.o
  15. [ 9%] Built target revision.h
  16. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Capsule.cpp.o
  17. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/CollisionDetection.cpp.o
  18. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/CoordinateFrame.cpp.o
  19. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Cylinder.cpp.o
  20. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/FileSystem.cpp.o
  21. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/fileutils.cpp.o
  22. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Line.cpp.o
  23. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/LineSegment.cpp.o
  24. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix3.cpp.o
  25. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix4.cpp.o
  26. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/PhysicsFrame.cpp.o
  27. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Plane.cpp.o
  28. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Quat.cpp.o
  29. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Ray.cpp.o
  30. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Sphere.cpp.o
  31. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/stringutils.cpp.o
  32. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/TextInput.cpp.o
  33. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Triangle.cpp.o
  34. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/UprightFrame.cpp.o
  35. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector2.cpp.o
  36. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector3.cpp.o
  37. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector4.cpp.o
  38. [ 12%] Linking CXX static library libg3dlib.a
  39. [ 13%] Built target g3dlib
  40. Scanning dependencies of target common
  41. [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o
  42. [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/MMapFactory.cpp.o
  43. [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/VMapManager2.cpp.o
  44. [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Maps/MapTree.cpp.o
  45. [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/BoundingIntervalHierarchy.cpp.o
  46. [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/MMapManager.cpp.o
  47. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Maps/MapTree.cpp:7:
  48. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Maps/MapTree.h:11:
  49. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
  50. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:131:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  51. Vector3& __fastcall operator= (const Vector3& rkVector);
  52. ^
  53. In file included from /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  54. /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.cpp: return Vector3::zero();
  55. 7:
  56. ^
  57. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
  58. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:131:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  59. Vector3& __fastcall operator= (const Vector3& rkVector);
  60. ^
  61. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  62. return Vector3::zero();
  63. ^
  64. In file included from /home/viste/dev-wow/az-core/src/common/Collision/DynamicTree.cpp:10:
  65. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchyWrapper.h:13:
  66. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
  67. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:131:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  68. Vector3& __fastcall operator= (const Vector3& rkVector);
  69. ^
  70. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  71. return Vector3::zero();
  72. ^
  73. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/VMapManager2.cpp:23:
  74. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Maps/MapTree.h:11:
  75. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
  76. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:131:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  77. Vector3& __fastcall operator= (const Vector3& rkVector);
  78. ^
  79. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  80. return Vector3::zero();
  81. ^
  82. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapManager.cpp:7:
  83. In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/MapManager.h:13:
  84. In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/Map.h:27:
  85. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Models/GameObjectModel.h:10:
  86. In file included from /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Matrix3.h:18:
  87. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:131:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  88. Vector3& __fastcall operator= (const Vector3& rkVector);
  89. ^
  90. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  91. return Vector3::zero();
  92. ^
  93. 1 error generated.
  94. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:126: src/common/CMakeFiles/common.dir/Collision/BoundingIntervalHierarchy.cpp.o] Ошибка 1
  95. make[2]: *** Ожидание завершения заданий…
  96. 1 error generated.
  97. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:140: src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o] Ошибка 1
  98. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapFactory.cpp:7:
  99. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapFactory.h:14:
  100. In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/Map.h:27:
  101. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Models/GameObjectModel.h:10:
  102. In file included from /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Matrix3.h:18:
  103. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:131:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  104. Vector3& __fastcall operator= (const Vector3& rkVector);
  105. ^
  106. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  107. return Vector3::zero();
  108. ^
  109. 1 error generated.
  110. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:210: src/common/CMakeFiles/common.dir/Collision/Maps/MapTree.cpp.o] Ошибка 1
  111. 1 error generated.
  112. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:196: src/common/CMakeFiles/common.dir/Collision/Management/VMapManager2.cpp.o] Ошибка 1
  113. 1 error generated.
  114. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:154: src/common/CMakeFiles/common.dir/Collision/Management/MMapFactory.cpp.o] Ошибка 1
  115. 1 error generated.
  116. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:168: src/common/CMakeFiles/common.dir/Collision/Management/MMapManager.cpp.o] Ошибка 1
  117. make[1]: *** [CMakeFiles/Makefile2:998: src/common/CMakeFiles/common.dir/all] Ошибка 2
  118. make: *** [Makefile:150: all] Ошибка 2