azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.4k stars 2.55k forks source link

build error on windows or vcpkg not support or dynamic not support? #19002

Closed xengine-qyt closed 3 months ago

xengine-qyt commented 3 months ago

Current Behaviour


PS D:\azerothcore\build> cmake ../ -DCMAKE_INSTALL_PREFIX=D:/azeroth-server -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DWITH_WARNINGS=1 -DTOOLS_BUILD=all -DSCRIPTS=dynamic -DMODULES=dynamic
-- Building for: Visual Studio 17 2022
-- CMake version: 3.29.3
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- The CXX compiler identification is MSVC 19.40.33811.0
-- The C compiler identification is MSVC 19.40.33811.0
-- Detecting CXX compiler ABI info
PS D:\azerothcore\build> cmake ../ -DCMAKE_INSTALL_PREFIX=D:/azeroth-server -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DWITH_WARNINGS=1 -DTOOLS_BUILD=all -DSCRIPTS=dynamic -DMODULES=dynamic
-- Building for: Visual Studio 17 2022
-- CMake version: 3.29.3
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- The CXX compiler identification is MSVC 19.40.33811.0
-- The C compiler identification is MSVC 19.40.33811.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
PS D:\azerothcore\build> cmake ../ -DCMAKE_INSTALL_PREFIX=D:/azeroth-server -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DWITH_WARNINGS=1 -DTOOLS_BUILD=all -DSCRIPTS=dynamic -DMODULES=dynamic
-- Building for: Visual Studio 17 2022
-- CMake version: 3.29.3
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- The CXX compiler identification is MSVC 19.40.33811.0
-- The C compiler identification is MSVC 19.40.33811.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Running cmake hook: AFTER_LOAD_CONF
-- No hooks registered for AFTER_LOAD_CONF
-- Enabled С++20 standard
-- Detected 64-bit platform
-- MSVC: Minimum version required is 19.24, found 19.40.33811.0 - ok!
-- MSVC: 64-bit platform, enforced -D_WIN64 parameter
-- MSVC: Enabled extended object-support for debug-compiles
-- MSVC: Overloaded standard names
-- MSVC: Disabled NON-SECURE warnings
-- MSVC: Disabled POSIX warnings
-- MSVC: Disabled INTMAX_MAX warnings
-- MSVC: Enable NOMINMAX
-- MSVC: Enabled shared linking
-- Using installation path for configuration files
-- Running cmake hook: AFTER_LOAD_CMAKE_MODULES
-- No hooks registered for AFTER_LOAD_CMAKE_MODULES
-- Found MySQL library: D:/vcpkg/installed/x64-windows/debug/lib/libmariadb.lib
-- Found MySQL headers: D:/vcpkg/installed/x64-windows/include/mysql
-- Found git binary : C:/Program Files/Git/cmd/git.exe

* AzerothCore revision            : a6425c36309f 2024-06-03 00:42:06 -0300 (master branch)

* Install core to                 : D:/azeroth-server
* Install configs to              : D:/azeroth-server

* Build applications              : Yes (all)
* Build tools                     : Yes (all)
* Build with scripts              : Yes (dynamic)
* Build with modules              : Yes (dynamic)
* 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 MySQL sourcetree            : No
* Use GIT revision hash           : Yes (default)
* Enable vmap DisableMgr checks   : Yes (default)
* Show source tree                : Yes - "hierarchical"

 *** WITH_DYNAMIC_LINKING - INFO!
 *** Will link against shared libraries!
 *** Please note that this is an experimental feature!

 *** Dynamic linking was enforced through a dynamic script module!

-- Found Threads: TRUE
-- Found Boost: D:/vcpkg/installed/x64-windows/share/boost/BoostConfig.cmake (found suitable version "1.85.0", minimum required is "1.74") found components: system filesystem program_options iostreams regex
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success
-- Looking for _strtod_l
-- Looking for _strtod_l - found
-- Found OpenSSL: optimized;D:/vcpkg/installed/x64-windows/lib/libcrypto.lib;debug;D:/vcpkg/installed/x64-windows/debug/lib/libcrypto.lib (found version "3.3.0") found components: Crypto SSL
-- Looking for C++ include filesystem
-- Looking for C++ include filesystem - found
-- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED
-- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED - Success
-- Running cmake hook: BEFORE_SRC_LOAD
-- No hooks registered for BEFORE_SRC_LOAD

* Apps build list (all):
  |
  +- apps
  |   +- authserver
  |   +- worldserver
  |

-- 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 (dynamic):
  |
  +- scripts_commands.dll
  |   +- Commands
  |
  +- scripts_custom.dll
  |   +- Custom
  |
  +- scripts_easternkingdoms.dll
  |   +- EasternKingdoms
  |
  +- scripts_events.dll
  |   +- Events
  |
  +- scripts_kalimdor.dll
  |   +- Kalimdor
  |
  +- scripts_northrend.dll
  |   +- Northrend
  |
  +- scripts_outdoorpvp.dll
  |   +- OutdoorPvP
  |
  +- scripts_outland.dll
  |   +- Outland
  |
  +- scripts_pet.dll
  |   +- Pet
  |
  +- scripts_spells.dll
  |   +- Spells
  |
  +- scripts_world.dll
  |   +- World
  |

* Tools build list (all):
  |
  +- tools
  |   +- dbimport
  |   +- map_extractor
  |   +- mmaps_generator
  |   +- vmap4_assembler
  |   +- vmap4_extractor
  |

* Modules configuration (dynamic):
  |
  +- mod_mod-arena-3v3-solo-queue.dll
  |   +- mod-arena-3v3-solo-queue
  |
  +- mod_mod-boss-announcer.dll
  |   +- mod-boss-announcer
  |
  +- mod_mod-breaking-news-override.dll
  |   +- mod-breaking-news-override
  |
  +- mod_mod-eluna.dll
  |   +- mod-eluna
  |
  +- mod_mod-guildhouse.dll
  |   +- mod-guildhouse
  |
  +- mod_mod-learn-spells.dll
  |   +- mod-learn-spells
  |
  +- mod_mod-money-for-kills.dll
  |   +- mod-money-for-kills
  |
  +- mod_mod-npc-all-mounts.dll
  |   +- mod-npc-all-mounts
  |
  +- mod_mod-npc-gambler.dll
  |   +- mod-npc-gambler
  |
  +- mod_mod-playerbots.dll
  |   +- mod-playerbots
  |
  +- mod_mod-progression-system.dll
  |   +- mod-progression-system
  |
  +- mod_mod-top-arena.dll
  |   +- mod-top-arena
  |
  +- mod_mod-transmog.dll
  |   +- mod-transmog
  |
  +- mod_mod-weekend-xp.dll
  |   +- mod-weekend-xp
  |
  +- mod_mod-world-chat.dll
  |   +- mod-world-chat
  |

-- * Modules config list:
  |
--   +- mod-arena-3v3-solo-queue
--   |  * arena_3v3_solo_queue.conf.dist
--   +- mod-boss-announcer
--   |  * mod_boss_announcer.conf.dist
--   +- mod-breaking-news-override
--   |  * breakingnews.conf.dist
--   +- mod-eluna
--   |  * mod_LuaEngine.conf.dist
--   +- mod-guildhouse
--   |  * mod_guildhouse.conf.dist
--   +- mod-learn-spells
--   |  * mod_learnspells.conf.dist
--   +- mod-money-for-kills
--   |  * mod_moneyforkills.conf.dist
--   +- mod-npc-all-mounts
--   |  * npc_allmounts.conf.dist
--   +- mod-npc-gambler
--   |  * npc_gambler.conf.dist
--   +- mod-playerbots
--   |  * playerbots.conf.dist
--   +- mod-progression-system
--   |  * progression_system.conf.dist
--   +- mod-top-arena
--   |  * modarenatop.conf.dist
--   +- mod-transmog
--   |  * transmog.conf.dist
--   +- mod-weekend-xp
--   |  * mod-double-xp-weekend.conf.dist
--   +- mod-world-chat
--   |  * WorldChat.conf.dist

-- Running cmake hook: AFTER_SRC_LOAD
-- No hooks registered for AFTER_SRC_LOAD
-- Configuring done (17.4s)
-- Generating done (1.0s)
-- Build files have been written to: D:/azerothcore/build
PS D:\azerothcore\build> cmake --build . --config Release
适用于 .NET Framework MSBuild 版本 17.10.4+10fbfbf2e

  1>Checking Build System
  Building Custom Rule D:/azerothcore/src/genrev/CMakeLists.txt
  Building Custom Rule D:/azerothcore/deps/zlib/CMakeLists.txt
  adler32.c
  compress.c
  crc32.c
  deflate.c
  infback.c
  inffast.c
  inflate.c
  inftrees.c
  trees.c
  uncompr.c
  zutil.c
  zlib.vcxproj -> D:\azerothcore\build\deps\zlib\Release\zlib.lib
  Building Custom Rule D:/azerothcore/deps/recastnavigation/Detour/CMakeLists.txt
  DetourAlloc.cpp
  DetourAssert.cpp
  DetourCommon.cpp
  DetourNavMesh.cpp
  DetourNavMeshBuilder.cpp
  DetourNavMeshQuery.cpp
  DetourNode.cpp
  Detour.vcxproj -> D:\azerothcore\build\deps\recastnavigation\Detour\Release\Detour.lib
  Building Custom Rule D:/azerothcore/deps/recastnavigation/Recast/CMakeLists.txt
  Recast.cpp
  RecastAlloc.cpp
  RecastAssert.cpp
  RecastArea.cpp
  RecastContour.cpp
  RecastFilter.cpp
  RecastLayers.cpp
  RecastMesh.cpp
  RecastMeshDetail.cpp
  RecastRasterization.cpp
  RecastRegion.cpp
  Recast.vcxproj -> D:\azerothcore\build\deps\recastnavigation\Recast\Release\Recast.lib
  Building Custom Rule D:/azerothcore/deps/argon2/CMakeLists.txt
  argon2.c
  blake2b.c
  core.c
  encoding.c
  opt.c
  thread.c
  argon2.vcxproj -> D:\azerothcore\build\deps\argon2\Release\argon2.lib
  Building Custom Rule D:/azerothcore/deps/fmt/CMakeLists.txt
  format.cc
  os.cc
  fmt.vcxproj -> D:\azerothcore\build\deps\fmt\Release\fmt.lib
  Building Custom Rule D:/azerothcore/deps/g3dlite/CMakeLists.txt
  AABox.cpp
  Any.cpp
  AnyTableReader.cpp
  BinaryFormat.cpp
  BinaryInput.cpp
  BinaryOutput.cpp
  Box.cpp
  Capsule.cpp
  CollisionDetection.cpp
  CoordinateFrame.cpp
  Crypto.cpp
  Cylinder.cpp
  debugAssert.cpp
  FileSystem.cpp
  fileutils.cpp
  format.cpp
  g3dfnmatch.cpp
  g3dmath.cpp
  GThread.cpp
  Line.cpp
  LineSegment.cpp
  Log.cpp
  Matrix3.cpp
  Matrix4.cpp
  MemoryManager.cpp
  PhysicsFrame.cpp
  Plane.cpp
  prompt.cpp
  Quat.cpp
  Random.cpp
  Ray.cpp
  RegistryUtil.cpp
  Sphere.cpp
  stringutils.cpp
  System.cpp
  TextInput.cpp
  TextOutput.cpp
  Triangle.cpp
  uint128.cpp
  UprightFrame.cpp
  Vector2.cpp
  Vector3.cpp
  Vector4.cpp
  g3dlib.vcxproj -> D:\azerothcore\build\deps\g3dlite\Release\g3dlib.lib
  Building Custom Rule D:/azerothcore/deps/SFMT/CMakeLists.txt
  SFMT.c
  sfmt.vcxproj -> D:\azerothcore\build\deps\SFMT\Release\sfmt.lib
  Building Custom Rule D:/azerothcore/src/common/CMakeLists.txt
  cmake_pch.cxx
  Banner.cpp
  Common.cpp
  GitRevision.cpp
  BoundingIntervalHierarchy.cpp
  DynamicTree.cpp
  MMapFactory.cpp
  MMapMgr.cpp
  VMapFactory.cpp
  VMapMgr2.cpp
  MapTree.cpp
  TileAssembler.cpp
  GameObjectModel.cpp
  ModelInstance.cpp
  WorldModel.cpp
  BuiltInConfig.cpp
  Config.cpp
D:\azerothcore\src\common\Banner.cpp(22,21): warning C4273: “Acore::Banner::Show”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Common.cpp(20,13): warning C4273: “localeNames”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\GitRevision.cpp(21,26): warning C4273: “GitRevision::GetHash”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  AES.cpp
  ARC4.cpp
D:\azerothcore\src\common\GitRevision.cpp(26,26): warning C4273: “GitRevision::GetDate”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  Argon2.cpp
  BigNumber.cpp
  CryptoRandom.cpp
  OpenSSLCrypto.cpp
D:\azerothcore\src\common\Common.cpp(33,16): warning C4273: “GetLocaleByName”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  TOTP.cpp
  AuthCrypt.cpp
  SRP6.cpp
  DBCFileLoader.cpp
  Base32.cpp
  Base64.cpp
  IPLocation.cpp
  Appender.cpp
D:\azerothcore\src\common\GitRevision.cpp(31,26): warning C4273: “GitRevision::GetBranch”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  AppenderConsole.cpp
  AppenderFile.cpp
  Log.cpp
  LogMessage.cpp
D:\azerothcore\src\common\GitRevision.cpp(36,26): warning C4273: “GitRevision::GetCMakeCommand”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\GitRevision.cpp(41,26): warning C4273: “GitRevision::GetCMakeVersion”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  LogOperation.cpp
  Logger.cpp
  enuminfo_AppenderConsole.cpp
  enuminfo_LogCommon.cpp
  Metric.cpp
  DetourExtended.cpp
  ProcessPriority.cpp
  Threading.cpp
D:\azerothcore\src\common\GitRevision.cpp(46,26): warning C4273: “GitRevision::GetHostOSVersion”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  EventMap.cpp
  EventProcessor.cpp
D:\azerothcore\src\common\GitRevision.cpp(51,26): warning C4273: “GitRevision::GetBuildDirectory”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  Random.cpp
  SFMTRand.cpp
D:\azerothcore\src\common\Common.cpp(44,6): warning C4273: “CleanStringForMysqlQuery”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  StartProcess.cpp
  StringFormat.cpp
  TaskScheduler.cpp
  Timer.cpp
  Tokenize.cpp
  Util.cpp
  Errors.cpp
D:\azerothcore\src\common\GitRevision.cpp(56,26): warning C4273: “GitRevision::GetSourceDirectory”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\GitRevision.cpp(61,26): warning C4273: “GitRevision::GetMySQLExecutable”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\GitRevision.cpp(82,26): warning C4273: “GitRevision::GetFullVersion”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\GitRevision.cpp(87,26): warning C4273: “GitRevision::GetCompanyNameStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\GitRevision.cpp(92,26): warning C4273: “GitRevision::GetLegalCopyrightStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\GitRevision.cpp(97,26): warning C4273: “GitRevision::GetFileVersionStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\GitRevision.cpp(102,26): warning C4273: “GitRevision::GetProductVersionStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Configuration\BuiltInConfig.cpp(30,28): warning C4273: “BuiltInConfig::GetCMakeCommand”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Configuration\BuiltInConfig.cpp(36,28): warning C4273: “BuiltInConfig::GetBuildDirectory”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Configuration\BuiltInConfig.cpp(42,28): warning C4273: “BuiltInConfig::GetSourceDirectory”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Configuration\BuiltInConfig.cpp(48,28): warning C4273: “BuiltInConfig::GetMySQLExecutable”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\AES.cpp(22,21): warning C4273: “Acore::Crypto::AES::AES”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\AES.cpp(29,22): warning C4273: “Acore::Crypto::AES::~AES”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\AES.cpp(34,26): warning C4273: “Acore::Crypto::AES::Init”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Argon2.cpp(21,57): warning C4273: “Acore::Crypto::Argon2::Hash”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\AES.cpp(40,26): warning C4273: “Acore::Crypto::AES::Process”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\ARC4.cpp(21,22): warning C4273: “Acore::Crypto::ARC4::ARC4”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\ARC4.cpp(34,23): warning C4273: “Acore::Crypto::ARC4::~ARC4”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\ARC4.cpp(43,27): warning C4273: “Acore::Crypto::ARC4::Init”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Argon2.cpp(40,40): warning C4273: “Acore::Crypto::Argon2::Verify”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\ARC4.cpp(51,27): warning C4273: “Acore::Crypto::ARC4::UpdateData”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(25,12): warning C4273: “BigNumber::BigNumber”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(29,12): warning C4273: “BigNumber::BigNumber”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(33,13): warning C4273: “BigNumber::~BigNumber”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(38,17): warning C4273: “BigNumber::SetDword”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(45,17): warning C4273: “BigNumber::SetDword”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(50,17): warning C4273: “BigNumber::SetQword”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(57,17): warning C4273: “BigNumber::SetBinary”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(78,17): warning C4273: “BigNumber::SetHexStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(84,17): warning C4273: “BigNumber::SetRand”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(89,23): warning C4273: “BigNumber::operator =”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(98,23): warning C4273: “BigNumber::operator +=”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(104,23): warning C4273: “BigNumber::operator -=”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(110,23): warning C4273: “BigNumber::operator *=”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(121,23): warning C4273: “BigNumber::operator /=”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(132,23): warning C4273: “BigNumber::operator %=”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(143,23): warning C4273: “BigNumber::operator <<=”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(149,16): warning C4273: “BigNumber::CompareTo”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(154,22): warning C4273: “BigNumber::Exp”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(166,22): warning C4273: “BigNumber::ModExp”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(178,18): warning C4273: “BigNumber::GetNumBytes”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(183,19): warning C4273: “BigNumber::AsDword”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(188,17): warning C4273: “BigNumber::IsZero”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(193,17): warning C4273: “BigNumber::IsNegative”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(198,17): warning C4273: “BigNumber::GetBytes”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(223,31): warning C4273: “BigNumber::ToByteVector”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(232,24): warning C4273: “BigNumber::AsHexStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\BigNumber.cpp(240,24): warning C4273: “BigNumber::AsDecStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\CryptoRandom.cpp(22,21): warning C4273: “Acore::Crypto::GetRandomBytes”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\AuthCrypt.cpp(22,17): warning C4273: “AuthCrypt::Init”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\AuthCrypt.cpp(38,17): warning C4273: “AuthCrypt::DecryptRecv”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\AuthCrypt.cpp(44,17): warning C4273: “AuthCrypt::EncryptSend”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Encoding\Base32.cpp(47,49): warning C4273: “Acore::Encoding::Base32::Encode”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Encoding\Base32.cpp(52,66): warning C4273: “Acore::Encoding::Base32::Decode”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Encoding\Base64.cpp(49,49): warning C4273: “Acore::Encoding::Base64::Encode”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Encoding\Base64.cpp(54,66): warning C4273: “Acore::Encoding::Base64::Decode”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\TOTP.cpp(27,40): warning C4273: “Acore::Crypto::TOTP::GenerateToken”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\TOTP.cpp(44,38): warning C4273: “Acore::Crypto::TOTP::ValidateToken”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(26,45): warning C4273: “g”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(26,45): error C2491: “Acore::Crypto::SRP6::g”: 不允许 dllimport 静态数据成员 的定义 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(27,46): warning C4273: “N”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(27,46): error C2491: “Acore::Crypto::SRP6::N”: 不允许 dllimport 静态数据成员 的定义 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(28,34): warning C4273: “_g”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(28,34): error C2491: “Acore::Crypto::SRP6::_g”: 不允许 dllimport 静态数据成员 的定义 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(29,34): warning C4273: “_N”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(29,34): error C2491: “Acore::Crypto::SRP6::_N”: 不允许 dllimport 静态数据成员 的定义 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(31,56): warning C4273: “Acore::Crypto::SRP6::MakeRegistrationData”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(39,33): warning C4273: “Acore::Crypto::SRP6::CalculateVerifier”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(50,29): warning C4273: “Acore::Crypto::SRP6::SHA1Interleave”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(84,7): warning C4273: “Acore::Crypto::SRP6::SRP6”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\Authentication\SRP6.cpp(87,33): warning C4273: “Acore::Crypto::SRP6::VerifyChallengeResponse”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Threading\ProcessPriority.cpp(29,6): warning C4273: “SetProcessPriority”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\OpenSSLCrypto.cpp(64,21): warning C4273: “OpenSSLCrypto::threadsSetup”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Cryptography\OpenSSLCrypto.cpp(88,21): warning C4273: “OpenSSLCrypto::threadsCleanup”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\IPLocation\IPLocation.cpp(25,18): warning C4273: “IpLocationStore::IpLocationStore”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\IPLocation\IPLocation.cpp(29,19): warning C4273: “IpLocationStore::~IpLocationStore”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\IPLocation\IPLocation.cpp(33,23): warning C4273: “IpLocationStore::Load”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\IPLocation\IPLocation.cpp(108,42): warning C4273: “IpLocationStore::GetLocationRecord”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\IPLocation\IPLocation.cpp(125,35): warning C4273: “IpLocationStore::instance”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\StringFormat.cpp(22,34): error C2491: “Acore::String::Trim”: 不允许 dllimport 函数 的定义 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\StringFormat.cpp(52,28): warning C4273: “Acore::String::TrimRightInPlace”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\StringFormat.cpp(73,28): warning C4273: “Acore::String::AddSuffixIfNotExists”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(220,26): warning C4273: “Acore::Time::ToTimeString”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(226,12): warning C4273: “localtime_r”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(233,22): warning C4273: “Acore::Time::TimeBreakdown”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(245,21): warning C4273: “Acore::Time::LocalTimeToUTCTime”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(254,21): warning C4273: “Acore::Time::GetLocalHourTimestamp”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(272,26): warning C4273: “Acore::Time::TimeToTimestampStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(287,26): warning C4273: “Acore::Time::TimeToHumanReadable”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(302,21): warning C4273: “Acore::Time::GetNextTimeWithDayAndHour”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(333,21): warning C4273: “Acore::Time::GetNextTimeWithMonthAndHour”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(364,21): warning C4273: “Acore::Time::GetSeconds”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(374,21): warning C4273: “Acore::Time::GetMinutes”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(384,21): warning C4273: “Acore::Time::GetHours”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(394,21): warning C4273: “Acore::Time::GetDayInWeek”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(404,21): warning C4273: “Acore::Time::GetDayInMonth”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(414,21): warning C4273: “Acore::Time::GetDayInYear”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(424,21): warning C4273: “Acore::Time::GetMonth”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Timer.cpp(434,21): warning C4273: “Acore::Time::GetYear”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(37,7): warning C4273: “irand”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(44,8): warning C4273: “urand”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(51,8): warning C4273: “urandms”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(57,7): warning C4273: “frand”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(64,14): warning C4273: “randtime”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(72,8): warning C4273: “rand32”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(77,8): warning C4273: “rand_norm”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(83,8): warning C4273: “rand_chance”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(89,8): warning C4273: “urandweighted”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Random.cpp(95,29): warning C4273: “RandomEngine::Instance”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Debugging\Errors.cpp(107,13): warning C4273: “Acore::Assert”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Debugging\Errors.cpp(115,13): warning C4273: “Acore::Fatal”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Debugging\Errors.cpp(124,13): warning C4273: “Acore::Error”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Debugging\Errors.cpp(133,13): warning C4273: “Acore::Warning”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Debugging\Errors.cpp(139,13): warning C4273: “Acore::Abort”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Debugging\Errors.cpp(148,13): warning C4273: “Acore::AbortHandler”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Debugging\Errors.cpp(157,13): warning C4273: “GetDebugInfo”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(108,17): warning C4273: “MoneyStringToMoney”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(281,6): warning C4273: “Utf8toWStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(317,6): warning C4273: “Utf8toWStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(333,6): warning C4273: “WStrToUtf8”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(357,6): warning C4273: “WStrToUtf8”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(442,6): warning C4273: “utf8ToConsole”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(461,6): warning C4273: “consoleToUtf8”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(476,6): warning C4273: “Utf8FitTo”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(496,6): warning C4273: “utf8printf”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(504,6): warning C4273: “vutf8printf”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(527,6): warning C4273: “Utf8ToUpperOnlyLatin”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(540,26): warning C4273: “Acore::Impl::ByteArrayToHexStr”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(564,19): warning C4273: “Acore::Impl::HexStrToByteArray”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(587,6): warning C4273: “StringEqualI”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(592,6): warning C4273: “StringContainsStringI”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(598,6): warning C4273: “StringCompareLessI”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\Util.cpp(603,13): warning C4273: “GetTypeName”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(27,9): warning C4273: “Metric::Metric”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(31,10): warning C4273: “Metric::~Metric”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(35,17): warning C4273: “Metric::instance”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(41,14): warning C4273: “Metric::Initialize”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(51,14): warning C4273: “Metric::Connect”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(70,14): warning C4273: “Metric::LoadFromConfigs”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(126,14): warning C4273: “Metric::Update”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(135,14): warning C4273: “Metric::ShouldLog”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(147,14): warning C4273: “Metric::LogEvent”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(161,14): warning C4273: “Metric::SendBatch”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(246,14): warning C4273: “Metric::ScheduleSend”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(266,14): warning C4273: “Metric::Unload”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(279,14): warning C4273: “Metric::ScheduleOverallStatusLog”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(292,21): warning C4273: “Metric::FormatInfluxDBValue”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(303,21): warning C4273: “Metric::FormatInfluxDBValue”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(308,21): warning C4273: “Metric::FormatInfluxDBValue”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(313,21): warning C4273: “Metric::FormatInfluxDBValue”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(318,21): warning C4273: “Metric::FormatInfluxDBValue”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(323,21): warning C4273: “Metric::FormatInfluxDBTagValue”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Metric\Metric.cpp(329,21): warning C4273: “Metric::FormatInfluxDBValue”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\StartProcess.cpp(160,9): warning C4273: “Acore::StartProcess”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\StartProcess.cpp(261,9): warning C4273: “Acore::StartAsyncProcess”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
D:\azerothcore\src\common\Utilities\StartProcess.cpp(271,17): warning C4273: “Acore::SearchExecutableInPath”: dll 链接不一致 [D:\azerothcore\build\src\common\common.vcxproj]
  Building Custom Rule D:/azerothcore/deps/bzip2/CMakeLists.txt
  blocksort.c
  bzlib.c
  compress.c
  crctable.c
  decompress.c
  huffman.c
  randtable.c
  bzip2.vcxproj -> D:\azerothcore\build\deps\bzip2\Release\bzip2.lib
  Building Custom Rule D:/azerothcore/deps/gsoap/CMakeLists.txt
  soapC.cpp
  soapServer.cpp
  stdsoap2.cpp
  gsoap.vcxproj -> D:\azerothcore\build\deps\gsoap\Release\gsoap.lib
  Building Custom Rule D:/azerothcore/deps/libmpq/CMakeLists.txt
  common.c
  explode.c
  extract.c
  huffman.c
  mpq.c
  wave.c
  mpq.vcxproj -> D:\azerothcore\build\deps\libmpq\Release\mpq.lib
PS D:\azerothcore\build>

Expected Blizzlike Behaviour

build complete

Source

No response

Steps to reproduce the problem

Current Behaviour

Extra Notes

No response

AC rev. hash/commit

Current Behaviour

Operating system

win11 x64

Custom changes or Modules

No response

Kitzunu commented 3 months ago
  1. Dont post entire logs into an issue. Use gist.
  2. Vckpg is not supported
  3. Windows build works if you do it http://azerothcore.org/wiki/installation