Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- CMake version: 3.22.4
- -- Running cmake hook: AFTER_LOAD_CONF
- -- No hooks registered for AFTER_LOAD_CONF
- -- Enabled ะก++20 standard
- -- Detected 64-bit platform
- -- UNIX: Using jemalloc
- -- UNIX: Using default configuration directory
- -- UNIX: Using default library directory
- -- UNIX: Configuring uninstall target
- -- UNIX: Created uninstall target
- -- UNIX: Detected compiler: /usr/bin/clang-14
- -- Clang: Minimum version required is 10.0.0, found 14.0.1 - ok!
- -- Clang: All warnings enabled
- -- Running cmake hook: AFTER_LOAD_CMAKE_MODULES
- -- No hooks registered for AFTER_LOAD_CMAKE_MODULES
- -- Using mysql-config: /usr/bin/mysql_config
- -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmariadb.so
- -- Found MySQL headers: /usr/include/mariadb
- -- Found MySQL executable: /usr/bin/mysql
- -- Found git binary : /usr/bin/git
- * AzerothCore revision : 03a641308075 2022-04-18 17:40:31 +0000 (master branch)
- * AzerothCore buildtype : RelWithDebInfo
- * Install core to : /mnt/server
- * Install libraries to : /mnt/server/lib
- * Install configs to : /mnt/server/etc
- * Build world/auth : Yes (default)
- * Build with scripts : Yes (static)
- * Build with modules : Yes (static)
- * Build map/vmap tools : No (default)
- * Build unit tests : No (default)
- * Build core w/PCH : Yes (default)
- * Build scripts w/PCH : Yes (default)
- * Show all warnings : Yes
- * Use coreside debug : No (default)
- * Use unix gperftools : No (default)
- * Use GIT revision hash : Yes (default)
- * Enable vmap DisableMgr checks : Yes (default)
- * Show source tree : No (For UNIX default)
- -- Found Readline library: /usr/lib/x86_64-linux-gnu/libreadline.so
- -- Include dir is: /usr/include
- -- Running cmake hook: BEFORE_SRC_LOAD
- -- No hooks registered for BEFORE_SRC_LOAD
- -- Running cmake hook: AFTER_AUTHSERVER_CMAKE
- -- No hooks registered for AFTER_AUTHSERVER_CMAKE
- -- Running cmake hook: BEFORE_GAME_LIBRARY
- -- No hooks registered for BEFORE_GAME_LIBRARY
- -- Running cmake hook: AFTER_GAME_LIBRARY
- -- No hooks registered for AFTER_GAME_LIBRARY
- -- Running cmake hook: BEFORE_SCRIPTS_LIBRARY
- -- No hooks registered for BEFORE_SCRIPTS_LIBRARY
- * Script configuration (static):
- |
- +- worldserver
- | +- Commands
- | +- Custom
- | +- EasternKingdoms
- | +- Events
- | +- Kalimdor
- | +- Northrend
- | +- OutdoorPvP
- | +- Outland
- | +- Pet
- | +- Spells
- | +- World
- |
- -- Running cmake hook: AFTER_WORLDSERVER_CMAKE
- -- No hooks registered for AFTER_WORLDSERVER_CMAKE
- * Modules configuration (static):
- |
- -- * Modules config list:
- |
- -- Running cmake hook: AFTER_SRC_LOAD
- -- No hooks registered for AFTER_SRC_LOAD
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /mnt/server/azerothcore/build
- Consolidate compiler generated dependencies of target fmt
- Consolidate compiler generated dependencies of target Detour
- Consolidate compiler generated dependencies of target sfmt
- Consolidate compiler generated dependencies of target Recast
- Consolidate compiler generated dependencies of target gsoap
- Consolidate compiler generated dependencies of target argon2
- [ 0%] Built target sfmt
- [ 0%] Built target Detour
- [ 0%] Built target fmt
- [ 1%] Built target argon2
- Consolidate compiler generated dependencies of target jemalloc
- [ 2%] Built target gsoap
- [ 3%] Built target Recast
- Consolidate compiler generated dependencies of target g3dlib
- [ 3%] Built target revision.h
- [ 6%] Built target jemalloc
- [ 10%] Built target g3dlib
- Consolidate compiler generated dependencies of target common
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Maps/MapTree.cpp.o
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Models/GameObjectModel.cpp.o
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Configuration/BuiltInConfig.cpp.o
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Models/WorldModel.cpp.o
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Configuration/Config.cpp.o
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/AES.cpp.o
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/ARC4.cpp.o
- In file included from /mnt/server/azerothcore/src/common/Configuration/Config.cpp:20:
- In file included from /mnt/server/azerothcore/src/common/Utilities/StringConvert.h:25:
- In file included from /mnt/server/azerothcore/src/common/Utilities/Util.h:21:
- In file included from /mnt/server/azerothcore/src/common/Utilities/Containers.h:22:
- In file included from /mnt/server/azerothcore/src/common/Utilities/Random.h:22:
- /mnt/server/azerothcore/src/common/Utilities/Duration.h:55:27: fatal error: no type named 'days' in namespace 'std::chrono'
- using Days = std::chrono::days;
- ~~~~~~~~~~~~~^
- In file included from /mnt/server/azerothcore/src/common/Collision/Models/GameObjectModel.cpp:18:
- In file included from /mnt/server/azerothcore/src/common/Collision/Models/GameObjectModel.h:22:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
- /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
- Vector3& operator=(const Vector3& rkVector) = default;
- ^
- /mnt/server/azerothcore/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 /mnt/server/azerothcore/src/common/Collision/Models/WorldModel.cpp:18:
- In file included from /mnt/server/azerothcore/src/common/Collision/Models/WorldModel.h:21:
- In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchy.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
- /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
- Vector3& operator=(const Vector3& rkVector) = default;
- ^
- /mnt/server/azerothcore/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 /mnt/server/azerothcore/src/common/Collision/Maps/MapTree.cpp:18:
- In file included from /mnt/server/azerothcore/src/common/Collision/Maps/MapTree.h:21:
- In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchy.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
- /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
- Vector3& operator=(const Vector3& rkVector) = default;
- ^
- /mnt/server/azerothcore/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 /mnt/server/azerothcore/src/common/Collision/DynamicTree.cpp:19:
- In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchyWrapper.h:21:
- In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchy.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
- /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
- Vector3& operator=(const Vector3& rkVector) = default;
- ^
- /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
- return Vector3::zero();
- ^
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/Argon2.cpp.o
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/BigNumber.cpp.o
- [ 11%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/CryptoRandom.cpp.o
- 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:333: src/common/CMakeFiles/common.dir/Configuration/Config.cpp.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- In file included from In file included from /mnt/server/azerothcore/src/common/Collision/Maps/MapTree.cpp/mnt/server/azerothcore/src/common/Collision/Models/GameObjectModel.cpp::2122:
- :
- In file included from In file included from /mnt/server/azerothcore/src/common/Metric/Metric.h/mnt/server/azerothcore/src/common/Utilities/Timer.h::2222:
- :
- /mnt/server/azerothcore/src/common/Utilities/Duration.h/mnt/server/azerothcore/src/common/Utilities/Duration.h::5555::2727:: fatal error: fatal error: no type named 'days' in namespace 'std::chrono'no type named 'days' in namespace 'std::chrono'
- using Days = std::chrono::days;
- ~~~~~~~~~~~~~^
- using Days = std::chrono::days;
- ~~~~~~~~~~~~~^
- In file included from /mnt/server/azerothcore/src/common/Collision/DynamicTree.cpp:25:
- In file included from /mnt/server/azerothcore/src/common/Utilities/Timer.h:22:
- /mnt/server/azerothcore/src/common/Utilities/Duration.h:55:27: fatal error: no type named 'days' in namespace 'std::chrono'
- using Days = std::chrono::days;
- ~~~~~~~~~~~~~^
- 1 warning and 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:269: src/common/CMakeFiles/common.dir/Collision/Models/GameObjectModel.cpp.o] Error 1
- 1 warning and 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:157: src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o] Error 1
- 1 warning and 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:237: src/common/CMakeFiles/common.dir/Collision/Maps/MapTree.cpp.o] Error 1
- 1 warning generated.
- make[1]: *** [CMakeFiles/Makefile2:848: src/common/CMakeFiles/common.dir/all] Error 2
- make: *** [Makefile:136: all] Error 2
- [ 4%] Built target g3dlib
- [ 4%] Built target Detour
- [ 5%] Built target Recast
- [ 5%] Built target fmt
- [ 5%] Built target sfmt
- [ 6%] Built target argon2
- [ 9%] Built target jemalloc
- [ 10%] Built target gsoap
- Consolidate compiler generated dependencies of target common
- [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o
- In file included from /mnt/server/azerothcore/src/common/Collision/DynamicTree.cpp:19:
- In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchyWrapper.h:21:
- In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchy.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
- In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
- /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
- Vector3& operator=(const Vector3& rkVector) = default;
- ^
- /mnt/server/azerothcore/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 /mnt/server/azerothcore/src/common/Collision/DynamicTree.cpp:25:
- In file included from /mnt/server/azerothcore/src/common/Utilities/Timer.h:22:
- /mnt/server/azerothcore/src/common/Utilities/Duration.h:55:27: fatal error: no type named 'days' in namespace 'std::chrono'
- using Days = std::chrono::days;
- ~~~~~~~~~~~~~^
- 1 warning and 1 error generated.
- make[2]: *** [src/common/CMakeFiles/common.dir/build.make:157: src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o] Error 1
- make[1]: *** [CMakeFiles/Makefile2:848: src/common/CMakeFiles/common.dir/all] Error 2
- make: *** [Makefile:136: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment