1. ~/d/a/build   master  cmake ../ -DCMAKE_INSTALL_PREFIX=/opt/server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DTOOLS=1 -DSCRIPTS=1 -DWITH_WARNINGS=1 -DCMAKE_C_FLAGS="-Werror" -DCMAKE_CXX_FLAGS="-Werror"
  2. -- The C compiler identification is Clang 10.0.0
  3. -- The CXX compiler identification is Clang 10.0.0
  4. -- Check for working C compiler: /usr/bin/clang
  5. -- Check for working C compiler: /usr/bin/clang - works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/clang++
  11. -- Check for working CXX compiler: /usr/bin/clang++ - works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. Loading module: modules/mod-chat-login
  17. -- Running cmake hook: AFTER_LOAD_CONF
  18. -- No hooks registered for AFTER_LOAD_CONF
  19. -- Enabled С++17 support
  20. -- Detected 64-bit platform
  21. -- UNIX: Using jemalloc
  22. -- UNIX: Using default configuration directory
  23. -- UNIX: Using default library directory
  24. -- UNIX: Configuring uninstall target
  25. -- UNIX: Created uninstall target
  26. -- UNIX: Detected compiler: /usr/bin/clang
  27. -- Clang: All warnings enabled
  28. -- Running cmake hook: AFTER_LOAD_CMAKE_MODULES
  29. -- No hooks registered for AFTER_LOAD_CMAKE_MODULES
  30. -- cotire 1.8.0 loaded.
  31. -- Found ACE library: /usr/lib/libACE.so
  32. -- Found ACE headers: /usr/include
  33. -- Using mysql-config: /usr/bin/mysql_config
  34. -- Found MySQL library: /usr/lib/libmariadb.so
  35. -- Found MySQL headers: /usr/include/mysql
  36. -- Found git binary : /usr/bin/git
  37. * AzerothCore revision : be4d7b810c60 2020-04-22 23:26:50 +0300 (master branch)
  38. * AzerothCore buildtype : Release
  39. * Install core to : /opt/server
  40. * Install libraries to : /opt/server/lib
  41. * Install configs to : /opt/server/etc
  42. * Build world/auth : Yes (default)
  43. * Build with scripts : Yes (default)
  44. * Build map/vmap tools : Yes
  45. * Build core w/PCH : Yes (default)
  46. * Build scripts w/PCH : Yes (default)
  47. * Show all warnings : Yes
  48. * Use coreside debug : No (default)
  49. * Use unix gperftools : No (default)
  50. * Use GIT revision hash : Yes (default)
  51. * Enable extra features : Yes (default)
  52. * Enable vmap DisableMgr checks : Yes (default)
  53. * Enable extra logging functions : No (default)
  54. * Show source tree : No (For UNIX default)
  55. -- Looking for pthread.h
  56. -- Looking for pthread.h - found
  57. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  58. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  59. -- Looking for pthread_create in pthreads
  60. -- Looking for pthread_create in pthreads - not found
  61. -- Looking for pthread_create in pthread
  62. -- Looking for pthread_create in pthread - found
  63. -- Found Threads: TRUE
  64. -- Looking for open
  65. -- Looking for open - found
  66. -- Looking for strtod_l
  67. -- Looking for strtod_l - not found
  68. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
  69. -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so
  70. -- Found Readline library: /usr/lib/libreadline.so
  71. -- Include dir is: /usr/include
  72. -- Looking for MADV_FREE
  73. -- Looking for MADV_FREE - found
  74. -- Found BZip2: /usr/lib/libbz2.so (found version "1.0.8")
  75. -- Looking for BZ2_bzCompressInit
  76. -- Looking for BZ2_bzCompressInit - found
  77. -- CXX target common cotired without unity build.
  78. -- Running cmake hook: BEFORE_SRC_LOAD
  79. -- No hooks registered for BEFORE_SRC_LOAD
  80. -- Running cmake hook: BEFORE_GAME_LIBRARY
  81. -- No hooks registered for BEFORE_GAME_LIBRARY
  82. -- CXX target game cotired without unity build.
  83. -- Running cmake hook: AFTER_GAME_LIBRARY
  84. -- No hooks registered for AFTER_GAME_LIBRARY
  85. -- CXX target authserver cotired without unity build.
  86. -- Running cmake hook: AFTER_AUTHSERVER_CMAKE
  87. -- No hooks registered for AFTER_AUTHSERVER_CMAKE
  88. -- Running cmake hook: BEFORE_SCRIPTS_LIBRARY
  89. -- No hooks registered for BEFORE_SCRIPTS_LIBRARY
  90. -- SCRIPT PREPARATIONS
  91. -> Prepared: Spells
  92. -> Prepared: Commands
  93. -> Prepared: World
  94. -> Prepared: Outdoor PVP Zones
  95. -> Prepared: Eastern Kingdoms
  96. -> Prepared: Kalimdor
  97. -> Prepared: Outland
  98. -> Prepared: Northrend
  99. -> Prepared: Events
  100. -> Prepared: Pet
  101. -- SCRIPT PREPARATION COMPLETE
  102. -- CXX target scripts cotired without unity build.
  103. -- CXX target worldserver cotired without unity build.
  104. -- Running cmake hook: AFTER_WORLDSERVER_CMAKE
  105. Including /home/viste/dev-wow/az-core/modules/mod-chat-login/src/cmake/after_ws_install.cmake
  106. -- Running cmake hook: AFTER_SRC_LOAD
  107. -- No hooks registered for AFTER_SRC_LOAD
  108. -- Configuring done
  109. -- Generating done
  110. -- Build files have been written to: /home/viste/dev-wow/az-core/build
  111. ~/d/a/build   master  make -j 6
  112. Scanning dependencies of target Detour
  113. Scanning dependencies of target g3dlib
  114. Scanning dependencies of target Recast
  115. Scanning dependencies of target jemalloc
  116. Scanning dependencies of target gsoap
  117. Scanning dependencies of target fmt
  118. [ 0%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/Recast.cpp.o
  119. [ 0%] Building CXX object deps/fmt/CMakeFiles/fmt.dir/fmt/format.cc.o
  120. [ 0%] Building CXX object deps/recastnavigation/Detour/CMakeFiles/Detour.dir/Source/DetourAlloc.cpp.o
  121. [ 0%] Building CXX object deps/gsoap/CMakeFiles/gsoap.dir/soapC.cpp.o
  122. [ 0%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/AABox.cpp.o
  123. [ 1%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/arena.c.o
  124. [ 1%] Building CXX object deps/recastnavigation/Detour/CMakeFiles/Detour.dir/Source/DetourAssert.cpp.o
  125. [ 1%] Building CXX object deps/recastnavigation/Detour/CMakeFiles/Detour.dir/Source/DetourCommon.cpp.o
  126. [ 2%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastAlloc.cpp.o
  127. [ 2%] Building CXX object deps/recastnavigation/Detour/CMakeFiles/Detour.dir/Source/DetourNavMesh.cpp.o
  128. [ 2%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastAssert.cpp.o
  129. [ 2%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastArea.cpp.o
  130. [ 2%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Any.cpp.o
  131. [ 2%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastContour.cpp.o
  132. [ 2%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/background_thread.c.o
  133. [ 2%] Building CXX object deps/gsoap/CMakeFiles/gsoap.dir/soapServer.cpp.o
  134. [ 2%] Building CXX object deps/recastnavigation/Detour/CMakeFiles/Detour.dir/Source/DetourNavMeshBuilder.cpp.o
  135. [ 2%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/base.c.o
  136. [ 2%] Building CXX object deps/gsoap/CMakeFiles/gsoap.dir/stdsoap2.cpp.o
  137. [ 2%] Building CXX object deps/recastnavigation/Detour/CMakeFiles/Detour.dir/Source/DetourNavMeshQuery.cpp.o
  138. [ 2%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/bin.c.o
  139. [ 2%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastFilter.cpp.o
  140. [ 2%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/bitmap.c.o
  141. [ 2%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastLayers.cpp.o
  142. [ 2%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/ckh.c.o
  143. [ 2%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryFormat.cpp.o
  144. [ 2%] Building CXX object deps/recastnavigation/Detour/CMakeFiles/Detour.dir/Source/DetourNode.cpp.o
  145. [ 2%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastMesh.cpp.o
  146. [ 2%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/ctl.c.o
  147. [ 2%] Linking CXX static library libDetour.a
  148. [ 2%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryInput.cpp.o
  149. [ 2%] Built target Detour
  150. [ 3%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryOutput.cpp.o
  151. [ 3%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/div.c.o
  152. [ 3%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastMeshDetail.cpp.o
  153. [ 3%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/extent.c.o
  154. [ 3%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/extent_dss.c.o
  155. [ 4%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/extent_mmap.c.o
  156. [ 4%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastRasterization.cpp.o
  157. [ 4%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Box.cpp.o
  158. [ 4%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Capsule.cpp.o
  159. [ 4%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/hash.c.o
  160. [ 4%] Building CXX object deps/recastnavigation/Recast/CMakeFiles/Recast.dir/Source/RecastRegion.cpp.o
  161. [ 4%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/hook.c.o
  162. [ 4%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/jemalloc.c.o
  163. [ 4%] Building CXX object deps/jemalloc/CMakeFiles/jemalloc.dir/src/jemalloc_cpp.cpp.o
  164. [ 4%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/CollisionDetection.cpp.o
  165. [ 4%] Linking CXX static library libgsoap.a
  166. [ 4%] Built target gsoap
  167. Scanning dependencies of target mpq
  168. [ 4%] Building C object deps/libmpq/CMakeFiles/mpq.dir/libmpq/common.c.o
  169. [ 5%] Building C object deps/libmpq/CMakeFiles/mpq.dir/libmpq/explode.c.o
  170. [ 5%] Building C object deps/libmpq/CMakeFiles/mpq.dir/libmpq/extract.c.o
  171. [ 5%] Building C object deps/libmpq/CMakeFiles/mpq.dir/libmpq/huffman.c.o
  172. [ 5%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/large.c.o
  173. [ 5%] Building C object deps/libmpq/CMakeFiles/mpq.dir/libmpq/mpq.c.o
  174. [ 5%] Building C object deps/libmpq/CMakeFiles/mpq.dir/libmpq/wave.c.o
  175. [ 5%] Linking CXX static library libmpq.a
  176. [ 5%] Built target mpq
  177. Scanning dependencies of target revision.h
  178. [ 5%] Built target revision.h
  179. Scanning dependencies of target vmap4extractor
  180. [ 5%] Building CXX object src/tools/vmap4_extractor/CMakeFiles/vmap4extractor.dir/adtfile.cpp.o
  181. [ 5%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/CoordinateFrame.cpp.o
  182. [ 5%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Crypto.cpp.o
  183. [ 6%] Linking CXX static library libRecast.a
  184. [ 6%] Built target Recast
  185. [ 6%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/log.c.o
  186. [ 6%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/malloc_io.c.o
  187. [ 6%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Cylinder.cpp.o
  188. [ 6%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/debugAssert.cpp.o
  189. [ 6%] Building CXX object deps/fmt/CMakeFiles/fmt.dir/fmt/posix.cc.o
  190. [ 6%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/mutex.c.o
  191. [ 6%] Building CXX object src/tools/vmap4_extractor/CMakeFiles/vmap4extractor.dir/dbcfile.cpp.o
  192. [ 6%] Building CXX object src/tools/vmap4_extractor/CMakeFiles/vmap4extractor.dir/gameobject_extract.cpp.o
  193. [ 6%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/FileSystem.cpp.o
  194. [ 7%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/mutex_pool.c.o
  195. [ 7%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/fileutils.cpp.o
  196. [ 8%] Building CXX object src/tools/vmap4_extractor/CMakeFiles/vmap4extractor.dir/model.cpp.o
  197. [ 8%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/nstime.c.o
  198. [ 8%] Linking CXX static library libfmt.a
  199. [ 8%] Built target fmt
  200. [ 8%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/pages.c.o
  201. [ 8%] Building CXX object src/tools/vmap4_extractor/CMakeFiles/vmap4extractor.dir/mpq_libmpq.cpp.o
  202. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/format.cpp.o
  203. [ 9%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/prng.c.o
  204. [ 9%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/prof.c.o
  205. [ 9%] Building CXX object src/tools/vmap4_extractor/CMakeFiles/vmap4extractor.dir/vmapexport.cpp.o
  206. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/g3dfnmatch.cpp.o
  207. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/g3dmath.cpp.o
  208. [ 9%] Building CXX object src/tools/vmap4_extractor/CMakeFiles/vmap4extractor.dir/wdtfile.cpp.o
  209. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Line.cpp.o
  210. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/LineSegment.cpp.o
  211. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Log.cpp.o
  212. [ 9%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/safety_check.c.o
  213. [ 9%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/rtree.c.o
  214. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix3.cpp.o
  215. [ 9%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/stats.c.o
  216. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix4.cpp.o
  217. [ 9%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/MemoryManager.cpp.o
  218. [ 9%] Building CXX object src/tools/vmap4_extractor/CMakeFiles/vmap4extractor.dir/wmo.cpp.o
  219. [ 10%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/PhysicsFrame.cpp.o
  220. [ 10%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/sc.c.o
  221. [ 10%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/sz.c.o
  222. [ 11%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/tcache.c.o
  223. [ 11%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/test_hooks.c.o
  224. [ 11%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/ticker.c.o
  225. [ 11%] Linking CXX executable vmap4extractor
  226. [ 11%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/tsd.c.o
  227. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Plane.cpp.o
  228. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/prompt.cpp.o
  229. [ 11%] Built target vmap4extractor
  230. [ 11%] Building C object deps/jemalloc/CMakeFiles/jemalloc.dir/src/witness.c.o
  231. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Quat.cpp.o
  232. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Random.cpp.o
  233. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Ray.cpp.o
  234. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/ReferenceCount.cpp.o
  235. [ 11%] Linking CXX static library libjemalloc.a
  236. [ 11%] Built target jemalloc
  237. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/RegistryUtil.cpp.o
  238. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Sphere.cpp.o
  239. [ 11%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/stringutils.cpp.o
  240. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/System.cpp.o
  241. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/TextInput.cpp.o
  242. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/TextOutput.cpp.o
  243. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Triangle.cpp.o
  244. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/uint128.cpp.o
  245. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/UprightFrame.cpp.o
  246. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector2.cpp.o
  247. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector3.cpp.o
  248. [ 12%] Building CXX object deps/g3dlite/CMakeFiles/g3dlib.dir/source/Vector4.cpp.o
  249. [ 12%] Linking CXX static library libg3dlib.a
  250. [ 12%] Built target g3dlib
  251. [ 12%] Generating CXX prefix source src/common/cotire/common_CXX_prefix.cxx
  252. [ 12%] Generating CXX prefix header src/common/cotire/common_CXX_prefix.hxx
  253. [ 12%] Building CXX precompiled header src/common/cotire/common_CXX_prefix.hxx.pch
  254. Scanning dependencies of target common
  255. [ 12%] Building CXX object src/common/CMakeFiles/common.dir/Common.cpp.o
  256. [ 12%] Building CXX object src/common/CMakeFiles/common.dir/GitRevision.cpp.o
  257. [ 12%] Building CXX object src/common/CMakeFiles/common.dir/Collision/BoundingIntervalHierarchy.cpp.o
  258. [ 13%] Building CXX object src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o
  259. [ 13%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/MMapFactory.cpp.o
  260. [ 13%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/MMapManager.cpp.o
  261. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.cpp:7:
  262. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
  263. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:118:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  264. Vector3& __fastcall operator= (const Vector3& rkVector);
  265. ^
  266. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:213:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  267. return Vector3::zero();
  268. ^
  269. In file included from /home/viste/dev-wow/az-core/src/common/Collision/DynamicTree.cpp:10:
  270. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchyWrapper.h:13:
  271. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
  272. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:118:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  273. Vector3& __fastcall operator= (const Vector3& rkVector);
  274. ^
  275. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:213:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  276. return Vector3::zero();
  277. ^
  278. [ 13%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/VMapFactory.cpp.o
  279. [ 13%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Management/VMapManager2.cpp.o
  280. 1 error generated.
  281. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:126: src/common/CMakeFiles/common.dir/Collision/BoundingIntervalHierarchy.cpp.o] Ошибка 1
  282. make[2]: *** Ожидание завершения заданий…
  283. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapManager.cpp:7:
  284. In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/MapManager.h:13:
  285. In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/Map.h:20:
  286. In file included from /home/viste/dev-wow/az-core/src/server/game/Grids/GridDefines.h:11:
  287. /home/viste/dev-wow/az-core/src/server/game/Grids/NGrid.h:47:58: fatal error: cannot assign to non-static data member within const member function 'SetGridId'
  288. void SetGridId(const uint32 id) const { i_gridId = id; }
  289. ~~~~~~~~ ^
  290. 1 error generated.
  291. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:140: src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o] Ошибка 1
  292. /home/viste/dev-wow/az-core/src/server/game/Grids/NGrid.h:47:14: note: member function 'NGrid::SetGridId' is declared const here
  293. void SetGridId(const uint32 id) const { i_gridId = id; }
  294. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/VMapManager2.cpp:23:
  296. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Maps/MapTree.h:11:
  297. In file included from /home/viste/dev-wow/az-core/src/common/Collision/BoundingIntervalHierarchy.h:10:
  298. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:118:25: fatal error: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  299. Vector3& __fastcall operator= (const Vector3& rkVector);
  300. ^
  301. /home/viste/dev-wow/az-core/deps/g3dlite/include/G3D/Vector3.h:213:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  302. return Vector3::zero();
  303. ^
  304. 1 error generated.
  305. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:168: src/common/CMakeFiles/common.dir/Collision/Management/MMapManager.cpp.o] Ошибка 1
  306. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapFactory.cpp:7:
  307. In file included from /home/viste/dev-wow/az-core/src/common/Collision/Management/MMapFactory.h:14:
  308. In file included from /home/viste/dev-wow/az-core/src/server/game/Maps/Map.h:20:
  309. In file included from /home/viste/dev-wow/az-core/src/server/game/Grids/GridDefines.h:11:
  310. /home/viste/dev-wow/az-core/src/server/game/Grids/NGrid.h:47:58: fatal error: cannot assign to non-static data member within const member function 'SetGridId'
  311. void SetGridId(const uint32 id) const { i_gridId = id; }
  312. ~~~~~~~~ ^
  313. /home/viste/dev-wow/az-core/src/server/game/Grids/NGrid.h:47:14: note: member function 'NGrid::SetGridId' is declared const here
  314. void SetGridId(const uint32 id) const { i_gridId = id; }
  315. ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316. 1 error generated.
  317. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:154: src/common/CMakeFiles/common.dir/Collision/Management/MMapFactory.cpp.o] Ошибка 1
  318. 1 error generated.
  319. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:196: src/common/CMakeFiles/common.dir/Collision/Management/VMapManager2.cpp.o] Ошибка 1
  320. make[1]: *** [CMakeFiles/Makefile2:998: src/common/CMakeFiles/common.dir/all] Ошибка 2
  321. make: *** [Makefile:150: all] Ошибка 2