- ✘ ~/d/a/build g3d ± make -j 6
- Scanning dependencies of target g3dlib
- [ 1%] Built target Detour
- [ 2%] Built target Recast
- [ 3%] Built target gsoap
- [ 3%] Built target fmt
- [ 6%] Built target jemalloc
- [ 7%] Built target mpq
- [ 7%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Any.cpp.o
- [ 7%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/AABox.cpp.o
- [ 8%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryInput.cpp.o
- [ 8%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryOutput.cpp.o
- [ 9%] Built target vmap4extractor
- [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Box.cpp.o
- [ 9%] Built target revision.h
- [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Capsule.cpp.o
- [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/CollisionDetection.cpp.o
- [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/CoordinateFrame.cpp.o
- [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Cylinder.cpp.o
- [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/FileSystem.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/fileutils.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Line.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/LineSegment.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix3.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix4.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/PhysicsFrame.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Plane.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Quat.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Ray.cpp.o
- [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Sphere.cpp.o
- [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/stringutils.cpp.o
- [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/TextInput.cpp.o
- [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Triangle.cpp.o
- [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/UprightFrame.cpp.o
- [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector2.cpp.o
- [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector3.cpp.o
- [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector4.cpp.o
- [ 12%] Linking CXX static library libg3dlib.a
- [ 13%] Built target g3dlib
- Scanning dependencies of target common
- [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o
- [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/MMapFactory.cpp.o
- [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/VMapManager2.cpp.o
- [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Maps/MapTree.cpp.o
- [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/BoundingIntervalHierarchy.cpp.o
- [ 14%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/MMapManager.cpp.o
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Maps/MapTree.cpp:7:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Maps/MapTree.h:11:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
- /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]
- Vector3& __fastcall operator= (const Vector3& rkVector);
- ^
- 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
- /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.cpp: return Vector3::zero();
- 7:
- ^
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
- /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]
- Vector3& __fastcall operator= (const Vector3& rkVector);
- ^
- /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
- return Vector3::zero();
- ^
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/DynamicTree.cpp:10:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchyWrapper.h:13:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
- /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]
- Vector3& __fastcall operator= (const Vector3& rkVector);
- ^
- /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
- return Vector3::zero();
- ^
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/VMapManager2.cpp:23:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Maps/MapTree.h:11:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
- /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]
- Vector3& __fastcall operator= (const Vector3& rkVector);
- ^
- /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
- return Vector3::zero();
- ^
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapManager.cpp:7:
- In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/MapManager.h:13:
- In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/Map.h:27:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Models/GameObjectModel.h:10:
- In file included from /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Matrix3.h:18:
- /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]
- Vector3& __fastcall operator= (const Vector3& rkVector);
- ^
- /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
- return Vector3::zero();
- ^
- 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:126: src/common/CMakeFiles/common.dir/Collision/BoundingIntervalHierarchy.cpp.o] Ошибка 1
- make[2]: *** Ожидание завершения заданий…
- 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:140: src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o] Ошибка 1
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapFactory.cpp:7:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapFactory.h:14:
- In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/Map.h:27:
- In file included from /home/viste/dev-wow/az-core/src/common/Collision/Models/GameObjectModel.h:10:
- In file included from /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Matrix3.h:18:
- /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]
- Vector3& __fastcall operator= (const Vector3& rkVector);
- ^
- /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
- return Vector3::zero();
- ^
- 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:210: src/common/CMakeFiles/common.dir/Collision/Maps/MapTree.cpp.o] Ошибка 1
- 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:196: src/common/CMakeFiles/common.dir/Collision/Management/VMapManager2.cpp.o] Ошибка 1
- 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:154: src/common/CMakeFiles/common.dir/Collision/Management/MMapFactory.cpp.o] Ошибка 1
- 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:168: src/common/CMakeFiles/common.dir/Collision/Management/MMapManager.cpp.o] Ошибка 1
- make[1]: *** [CMakeFiles/Makefile2:998: src/common/CMakeFiles/common.dir/all] Ошибка 2
- make: *** [Makefile:150: all] Ошибка 2