Nay Posted December 24, 2014 Report Share Posted December 24, 2014 No problem, merry christmas --- Canned message start --- It appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread. --- Canned message end --- Link to comment Share on other sites More sharing options...
Grianar Posted December 24, 2014 Report Share Posted December 24, 2014 I am getting this error when I go to compile TrinityCore but I have checked the folder and all the files are there. Link to comment Share on other sites More sharing options...
Nay Posted December 24, 2014 Report Share Posted December 24, 2014 Link to comment Share on other sites More sharing options...
Grianar Posted December 24, 2014 Report Share Posted December 24, 2014 Thanks I have compiled the server and everything is running smoothly. Link to comment Share on other sites More sharing options...
Rushor Posted December 24, 2014 Report Share Posted December 24, 2014 The reply-button to this topic: http://www.trinitycore.org/f/topic/120-compile-or-cmake-problems/page-86 is closed again 2 days ago i could successfully compile the core for the 3.3.5 branch. So i tried to start with the 4.xx Server with the Core from Trinity. I compilied with RelWithDebInfo x64. Then i put the: libeay32.dll, libmySQL.dll, and ssleay32.dll - files from the OpenSSL-Win64-file to the RelWithDebInfo-Folder. If i try to start the auth/world/bnet, i get also this error like 2 days ago : http://www.pic-upload.de/view-25614208/error.jpg.html But this time i copied all required dll-files to the serverfolder. (Note: I downloaded the libmySQL.dll from the web) Do you know how to fix this? Link to comment Share on other sites More sharing options...
Rushor Posted December 24, 2014 Report Share Posted December 24, 2014 (edited) okay problem solved, i had to copy the libmySQL.dll from C:Programms:Mysql:MySGL Server:lib Everything seems to works fine now, i only miss the: DBC, MAPS, VMAPS and MMAPS for catacylsm - anyone knows a good place to download this? my pc is too slow to extract this... b-net server starts as usual, worldserver also starts fine, but it turns of by hotfix_data. >> Loaded 0 hotfix info entries. DB table `hotfix_data` is empty. Loading missing KeyChains... >> Loaded 4 KeyChain entries in 1 ms World initialized in 0 minutes 23 seconds was there a sql missing in the www.trinitycore.org/f/files/getdownload/1298-legacy-tdb-full-434/? i applied all sqls from https://github.com/TrinityCore/TDB_4.3.4_No_Longer_Used/tree/master/updates okay: TRUNCATE `keychain_db2`; solved my problem^^ Edited December 25, 2014 by Rushor Link to comment Share on other sites More sharing options...
Ravokhan Posted December 26, 2014 Report Share Posted December 26, 2014 Hi ! I got a problem with Cmake. I can't compile from my trinity folder, idk why ! The C compiler identification is MSVC 18.0.31101.0 The CXX compiler identification is MSVC 18.0.31101.0 Check for working C compiler using: Visual Studio 12 2013 Check for working C compiler using: Visual Studio 12 2013 -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working CXX compiler using: Visual Studio 12 2013 Check for working CXX compiler using: Visual Studio 12 2013 -- works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Detected 32-bit platform MSVC: Enabled large address awareness MSVC: Enabled SSE2 support MSVC: Disabled Safe Exception Handlers for debug builds MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/OpenSSL-Win32/include Looking for include file pthread.h Looking for include file pthread.h - not found Found Threads: TRUE Found ZMQ library: C:/Program Files (x86)/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib Found ZMQ headers: C:/Program Files (x86)/ZeroMQ 4.0.4/includeCMake Warning (dev) at cmake/macros/FindBoost.cmake:344 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "MSVC" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX) cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:61 (include) This warning is for project developers. Use -Wno-dev to suppress it.CMake Error at cmake/macros/FindBoost.cmake:1115 (message): Unable to find the requested Boost libraries. Boost version: 1.57.0 Boost include path: C:/local/boost_1_57_0 Could not find the following static Boost libraries: boost_system boost_thread boost_program_options No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:61 (include) Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include Found git binary : C:/Program Files (x86)/Git/cmd/git.exe * TrinityCore revision : ad71d227d3e6 2014-12-19 23:32:40 +0000 (4.3.4 branch) * Install core to : C:/Program Files (x86)/TrinityCore * Build world/auth : Yes (default)* Build with scripts : Yes (default) * Build map/vmap tools : No (default) * Build core w/PCH : Yes (default)* Build scripts w/PCH : Yes (default)* Show compile-warnings : No (default)* Use coreside debug : No (default)* Use MySQL sourcetree : No* Use GIT revision hash : Yes SCRIPT PREPARATIONS-> Prepared: Spells-> Prepared: Commands-> Prepared: Custom-> Prepared: World-> Prepared: Outdoor PVP Zones-> Prepared: Eastern Kingdoms-> Prepared: Kalimdor-> Prepared: Outland-> Prepared: Northrend-> Prepared: The Maelstrom-> Prepared: Events-> Prepared: Pet SCRIPT PREPARATION COMPLETE Configuring incomplete, errors occurred! See also "C:/Build/CMakeFiles/CMakeOutput.log". See also "C:/Build/CMakeFiles/CMakeError.log". Link to comment Share on other sites More sharing options...
Nay Posted December 26, 2014 Report Share Posted December 26, 2014 Hi ! I got a problem with Cmake. I can't compile from my trinity folder, idk why ! The C compiler identification is MSVC 18.0.31101.0 The CXX compiler identification is MSVC 18.0.31101.0 Check for working C compiler using: Visual Studio 12 2013 Check for working C compiler using: Visual Studio 12 2013 -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working CXX compiler using: Visual Studio 12 2013 Check for working CXX compiler using: Visual Studio 12 2013 -- works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Detected 32-bit platform MSVC: Enabled large address awareness MSVC: Enabled SSE2 support MSVC: Disabled Safe Exception Handlers for debug builds MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/OpenSSL-Win32/include Looking for include file pthread.h Looking for include file pthread.h - not found Found Threads: TRUE Found ZMQ library: C:/Program Files (x86)/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib Found ZMQ headers: C:/Program Files (x86)/ZeroMQ 4.0.4/includeCMake Warning (dev) at cmake/macros/FindBoost.cmake:344 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "MSVC" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX) cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:61 (include) This warning is for project developers. Use -Wno-dev to suppress it.CMake Error at cmake/macros/FindBoost.cmake:1115 (message): Unable to find the requested Boost libraries. Boost version: 1.57.0 Boost include path: C:/local/boost_1_57_0 Could not find the following static Boost libraries: boost_system boost_thread boost_program_options No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:61 (include) Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include Found git binary : C:/Program Files (x86)/Git/cmd/git.exe * TrinityCore revision : ad71d227d3e6 2014-12-19 23:32:40 +0000 (4.3.4 branch) * Install core to : C:/Program Files (x86)/TrinityCore * Build world/auth : Yes (default)* Build with scripts : Yes (default) * Build map/vmap tools : No (default) * Build core w/PCH : Yes (default)* Build scripts w/PCH : Yes (default)* Show compile-warnings : No (default)* Use coreside debug : No (default)* Use MySQL sourcetree : No* Use GIT revision hash : Yes SCRIPT PREPARATIONS-> Prepared: Spells-> Prepared: Commands-> Prepared: Custom-> Prepared: World-> Prepared: Outdoor PVP Zones-> Prepared: Eastern Kingdoms-> Prepared: Kalimdor-> Prepared: Outland-> Prepared: Northrend-> Prepared: The Maelstrom-> Prepared: Events-> Prepared: Pet SCRIPT PREPARATION COMPLETE Configuring incomplete, errors occurred! See also "C:/Build/CMakeFiles/CMakeOutput.log". See also "C:/Build/CMakeFiles/CMakeError.log". No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to thedirectory containing Boost libraries or BOOST_ROOT to the location ofBoost. You need Boost, as described in the wiki: http://collab.kpsn.org/display/tc/Installation+Guide Also, you need to change MYSQL_LIBRARY (described in the wiki as well) to the x86 version. Link to comment Share on other sites More sharing options...
Ravokhan Posted December 26, 2014 Report Share Posted December 26, 2014 I actually installed 2 versions of Boost to try, i also add it to variables thing, ! Also, you need to change MYSQL_LIBRARY (described in the wiki as well) to the x86 version. Where ? Link to comment Share on other sites More sharing options...
Nay Posted December 26, 2014 Report Share Posted December 26, 2014 (edited) I actually installed 2 versions of Boost to try, i also add it to variables thing, ! Also, you need to change MYSQL_LIBRARY (described in the wiki as well) to the x86 version. Where ? You only need the 32 bits version of Boost (http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0/boost_1_57_0-msvc-12.0-32.exe/download). Download and install to the default location. Set env var BOOST_ROOT to C:/local/boost_1_57_0 For MySQL, download the libs from https://github.com/TrinityCore/TrinityCore/releases/download/TDB335.55/mysql_lib.zip and in cmake modify MYSQL_LIBRARY to /lib_32/libmysql.lib. If you do not see MYSQL_LIBRARY in the cmake gui, tick the advanced checkbox. P.S Why am I repeating this if everything is already in the wiki..? Edited December 27, 2014 by Nay Correct Boost link Link to comment Share on other sites More sharing options...
Ravokhan Posted December 26, 2014 Report Share Posted December 26, 2014 I already followed the tutorial on the wiki. I have all things I need, i have done the env var i said it actually. But i don't see MYSQL_LIBRARY or advanced checkbox on the cmake gui. P.S Why am I repeating this if everything is already in the wiki..? Because i follow it but got errors ? Link to comment Share on other sites More sharing options...
Nay Posted December 26, 2014 Report Share Posted December 26, 2014 I already followed the tutorial on the wiki. I have all things I need, i have done the env var i said it actually. But i don't see MYSQL_LIBRARY or advanced checkbox on the cmake gui. P.S Why am I repeating this if everything is already in the wiki..? Because i follow it but got errors ? http://i.imgur.com/F0Fa7x0.png In your case point it to lib_32 instead of lib_64 since you are compiling in 32 bits mode. Link to comment Share on other sites More sharing options...
Ravokhan Posted December 26, 2014 Report Share Posted December 26, 2014 (edited) I changed, but i don't see a 32 or 64 bits number here. http://i.imgur.com/p4JqTdw.png Edited December 26, 2014 by Ravokhan Link to comment Share on other sites More sharing options...
dsadasdasd12ew1321 Posted December 27, 2014 Report Share Posted December 27, 2014 . Link to comment Share on other sites More sharing options...
Nay Posted December 27, 2014 Report Share Posted December 27, 2014 I am having the same issue with Boost. Tried using CMake 2.8 and 3.1. Tried installing both the 32b and 64b versions with no dice. Reinstalled with just the 32b library based on your suggestion earlier and I am getting the same issue. In that case I do not know what the issue is. You might want to file a detailed issue in the tracker. Link to comment Share on other sites More sharing options...
dsadasdasd12ew1321 Posted December 27, 2014 Report Share Posted December 27, 2014 . Link to comment Share on other sites More sharing options...
Nay Posted December 27, 2014 Report Share Posted December 27, 2014 The file you linked should have all the files (Boost_XXXXX_vc90_mt-1_57.lib/dll) located in "C:localboost_1_57_0lib32-msvc-9.0" and not the root folder "C:localboost_1_57_0" correct? Oh. My. God. The link in the wiki (same one I wrote above) is the wrong one. Try http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0/boost_1_57_0-msvc-12.0-32.exe/download 1 Link to comment Share on other sites More sharing options...
dsadasdasd12ew1321 Posted December 27, 2014 Report Share Posted December 27, 2014 . Link to comment Share on other sites More sharing options...
Lyckano Posted December 29, 2014 Report Share Posted December 29, 2014 Error 1 error C1001: An internal error has occurred in the compiler. G:repositoriosTrinityCoresrcservergameQuestsQuestDef.h 427 1 game Error 2 error C1001: An internal error has occurred in the compiler. G:repositoriosTrinityCoresrcservergameQuestsQuestDef.h 427 1 scripts Error 3 error C1001: An internal error has occurred in the compiler. G:repositoriosTrinityCoresrcservergameQuestsQuestDef.h 427 1 worldserver Error 4 error C1001: An internal error has occurred in the compiler. G:repositoriosTrinityCoresrcservergameQuestsQuestDef.h 427 1 worldserver http://subefotos.com/ver/?6229d48d0a3c6842ec72cfab4ca73b19o.png http://subefotos.com/ver/?db3729cab3f3a4dfeb5a22667636d8bao.png 1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------ 1> Checking Build System 1> CMake does not need to re-run because G:/trinity6x/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/bzip2/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/zlib/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/g3dlite/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/recastnavigation/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/recastnavigation/Detour/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/recastnavigation/Recast/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/gsoap/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/zmqpp/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/dep/CascLib/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/genrev/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/server/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/server/shared/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/server/game/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/server/collision/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/server/ipc/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/server/bnetserver/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/server/scripts/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/server/worldserver/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/tools/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/tools/connection_patcher/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/tools/map_extractor/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/tools/vmap4_assembler/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/tools/vmap4_extractor/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because G:/trinity6x/src/tools/mmaps_generator/CMakeFiles/generate.stamp is up-to-date. 2>------ Build started: Project: revision.h, Configuration: Release Win32 ------ 3>------ Build started: Project: shared, Configuration: Release Win32 ------ 4>------ Build started: Project: zlib, Configuration: Release Win32 ------ 5>------ Build started: Project: bzip2, Configuration: Release Win32 ------ 2> Building Custom Rule G:/repositorios/TrinityCore/src/genrev/CMakeLists.txt 2> CMake does not need to re-run because G:trinity6xsrcgenrevCMakeFilesgenerate.stamp is up-to-date. 3> Building Custom Rule G:/repositorios/TrinityCore/src/server/shared/CMakeLists.txt 3> CMake does not need to re-run because G:trinity6xsrcserversharedCMakeFilesgenerate.stamp is up-to-date. 3> sharedPCH.cpp 4> Building Custom Rule G:/repositorios/TrinityCore/dep/zlib/CMakeLists.txt 4> CMake does not need to re-run because G:trinity6xdepzlibCMakeFilesgenerate.stamp is up-to-date. 5> Building Custom Rule G:/repositorios/TrinityCore/dep/bzip2/CMakeLists.txt 5> CMake does not need to re-run because G:trinity6xdepbzip2CMakeFilesgenerate.stamp is up-to-date. 4> adler32.c 4> compress.c 4> crc32.c 4> deflate.c 4> infback.c 5> blocksort.c 4> inffast.c 4> inflate.c 4> inftrees.c 4> trees.c 4> uncompr.c 4> zutil.c 5> bzlib.c 4> Generating Code... 6>------ Build started: Project: casc, Configuration: Release Win32 ------ 5> compress.c 6> Building Custom Rule G:/repositorios/TrinityCore/dep/CascLib/CMakeLists.txt 6> CMake does not need to re-run because G:trinity6xdepCascLibCMakeFilesgenerate.stamp is up-to-date. 5> crctable.c 4> zlib.vcxproj -> G:trinity6xdepzlibReleasezlib.lib 7>------ Build started: Project: Detour, Configuration: Release Win32 ------ 5> decompress.c 5> huffman.c 5> randtable.c 5> Generating Code... 6> Common.cpp 6> Directory.cpp 6> FileStream.cpp 6> ListFile.cpp 6> Map.cpp 6> CascBuildCfg.cpp 6> CascCommon.cpp 6> CascDecompress.cpp 6> CascDumpData.cpp 6> CascFindFile.cpp 6> CascMndxRoot.cpp 6> CascOpenFile.cpp 6> CascOpenStorage.cpp 6> CascReadFile.cpp 8>------ Build started: Project: Recast, Configuration: Release Win32 ------ 8> Building Custom Rule G:/repositorios/TrinityCore/dep/recastnavigation/Recast/CMakeLists.txt 8> CMake does not need to re-run because G:trinity6xdeprecastnavigationRecastCMakeFilesgenerate.stamp is up-to-date. 3> Config.cpp 3> ARC4.cpp 3> PacketCrypt.cpp 3> WorldPacketCrypt.cpp 3> BigNumber.cpp 3> HmacHash.cpp 3> OpenSSLCrypto.cpp 3> SHA1.cpp 3> SHA256.cpp 3> AdhocStatement.cpp 3> DatabaseWorker.cpp 3> Field.cpp 3> CharacterDatabase.cpp 8> Recast.cpp 8> RecastAlloc.cpp 8> RecastArea.cpp 8> RecastContour.cpp 8> RecastFilter.cpp 8> RecastLayers.cpp 8> RecastMesh.cpp 8> RecastMeshDetail.cpp 8> RecastRasterization.cpp 8> RecastRegion.cpp 5> bzip2.vcxproj -> G:trinity6xdepbzip2Releasebzip2.lib 3> HotfixDatabase.cpp 3> LoginDatabase.cpp 3> WorldDatabase.cpp 3> MySQLConnection.cpp 9>------ Build started: Project: g3dlib, Configuration: Release Win32 ------ 3> PreparedStatement.cpp 8> Recast.vcxproj -> G:trinity6xdeprecastnavigationRecastReleaseRecast.lib 3> QueryHolder.cpp 9> Building Custom Rule G:/repositorios/TrinityCore/dep/g3dlite/CMakeLists.txt 9> CMake does not need to re-run because G:trinity6xdepg3dliteCMakeFilesgenerate.stamp is up-to-date. 3> QueryResult.cpp 10>------ Build started: Project: game, Configuration: Release Win32 ------ 3> Transaction.cpp 3> DB2StorageLoader.cpp 3> DBCFileLoader.cpp 3> Errors.cpp 3> Appender.cpp 3> AppenderConsole.cpp 3> AppenderDB.cpp 3> AppenderFile.cpp 3> Log.cpp 3> Logger.cpp 3> LogOperation.cpp 3> ByteBuffer.cpp 3> Realm.cpp 3> EventProcessor.cpp 3> ServiceWin32.cpp 3> Util.cpp 3> Common.cpp 9> AABox.cpp 9> Any.cpp 9> AnyTableReader.cpp 9> BinaryFormat.cpp 6> lookup3.c 6> hash_memory.c 6> md5.c 6> crypt_argchk.c 6> crypt_hash_descriptor.c 6> crypt_hash_is_valid.c 6> crypt_libc.c 10> Building Custom Rule G:/repositorios/TrinityCore/src/server/game/CMakeLists.txt 10> CMake does not need to re-run because G:trinity6xsrcservergameCMakeFilesgenerate.stamp is up-to-date. 9> BinaryInput.cpp 9> BinaryOutput.cpp 9> Box.cpp 3> shared.vcxproj -> G:trinity6xsrcserversharedReleaseshared.lib 10> gamePCH.cpp 11>------ Build started: Project: collision, Configuration: Release Win32 ------ 6> casc.vcxproj -> G:trinity6xdepCascLibReleasecasc.lib 12>------ Build started: Project: gsoap, Configuration: Release Win32 ------ 9> Capsule.cpp 9> CollisionDetection.cpp 11> Building Custom Rule G:/repositorios/TrinityCore/src/server/collision/CMakeLists.txt 11> CMake does not need to re-run because G:trinity6xsrcservercollisionCMakeFilesgenerate.stamp is up-to-date. 9> CoordinateFrame.cpp 12> Building Custom Rule G:/repositorios/TrinityCore/dep/gsoap/CMakeLists.txt 12> CMake does not need to re-run because G:trinity6xdepgsoapCMakeFilesgenerate.stamp is up-to-date. 9> Crypto.cpp 11> collisionPCH.cpp 12> soapC.cpp 12> soapServer.cpp 12> stdsoap2.cpp 9> Cylinder.cpp 9> debugAssert.cpp 9> FileSystem.cpp 9> fileutils.cpp 9> format.cpp 9> g3dfnmatch.cpp 9> g3dmath.cpp 9> GThread.cpp 11> MMapFactory.cpp 9> Line.cpp 11> MMapManager.cpp 11> VMapFactory.cpp 11> VMapManager2.cpp 10>G:repositoriosTrinityCoresrcservergameQuestsQuestDef.h(427): fatal error C1001: An internal error has occurred in the compiler. 10> (compiler file 'f:ddvctoolscompilercxxfeslp1cconvert.cpp', line 9608) 10> To work around this problem, try simplifying or changing the program near the locations listed above. 10> Please choose the Technical Support command on the Visual C++ 10> Help menu, or open the Technical Support help file for more information 11> MapTree.cpp 12> gsoap.vcxproj -> G:trinity6xdepgsoapReleasegsoap.lib 9> LineSegment.cpp 13>------ Build started: Project: ipc, Configuration: Release Win32 ------ 14>------ Build started: Project: scripts, Configuration: Release Win32 ------ 9> Log.cpp 11> TileAssembler.cpp 13> Building Custom Rule G:/repositorios/TrinityCore/src/server/ipc/CMakeLists.txt 13> CMake does not need to re-run because G:trinity6xsrcserveripcCMakeFilesgenerate.stamp is up-to-date. 11> GameObjectModel.cpp 14> Building Custom Rule G:/repositorios/TrinityCore/src/server/scripts/CMakeLists.txt 14> CMake does not need to re-run because G:trinity6xsrcserverscriptsCMakeFilesgenerate.stamp is up-to-date. 11> ModelInstance.cpp 11> WorldModel.cpp 11> BoundingIntervalHierarchy.cpp 11> DynamicTree.cpp 14> ScriptPCH.cpp 14>G:repositoriosTrinityCoresrcservergameQuestsQuestDef.h(427): fatal error C1001: An internal error has occurred in the compiler. 14> (compiler file 'f:ddvctoolscompilercxxfeslp1cconvert.cpp', line 9608) 14> To work around this problem, try simplifying or changing the program near the locations listed above. 14> Please choose the Technical Support command on the Visual C++ 14> Help menu, or open the Technical Support help file for more information 15>------ Build started: Project: zmqpp, Configuration: Release Win32 ------ 13> Commands.cpp 13> ZmqContext.cpp 15> Building Custom Rule G:/repositorios/TrinityCore/dep/zmqpp/CMakeLists.txt 13> ZmqListener.cpp 13> ZmqMux.cpp 15> CMake does not need to re-run because G:trinity6xdepzmqppCMakeFilesgenerate.stamp is up-to-date. 13> ZMQTask.cpp 13> ZmqWorker.cpp 9> Matrix3.cpp 9> Matrix4.cpp 9> MemoryManager.cpp 9> PhysicsFrame.cpp 9> Plane.cpp 9> prompt.cpp 9> Quat.cpp 9> Random.cpp 9> Ray.cpp 9> RegistryUtil.cpp 9> Sphere.cpp 9> stringutils.cpp 9> System.cpp 9> TextInput.cpp 11> collision.vcxproj -> G:trinity6xsrcservercollisionReleasecollision.lib 9> TextOutput.cpp 15> context.cpp 15> frame.cpp 15> message.cpp 15> poller.cpp 16>------ Build started: Project: connection_patcher, Configuration: Release Win32 ------ 15> socket.cpp 13> ipc.vcxproj -> G:trinity6xsrcserveripcReleaseipc.lib 9> Triangle.cpp 17>------ Build started: Project: mapextractor, Configuration: Release Win32 ------ 15> zmqpp.cpp 16> Building Custom Rule G:/repositorios/TrinityCore/src/tools/connection_patcher/CMakeLists.txt 16> CMake does not need to re-run because G:trinity6xsrctoolsconnection_patcherCMakeFilesgenerate.stamp is up-to-date. 9> uint128.cpp 9> UprightFrame.cpp 9> Vector2.cpp 16> Helper.cpp 16> Patcher.cpp 16> Program.cpp 17> Building Custom Rule G:/repositorios/TrinityCore/src/tools/map_extractor/CMakeLists.txt 17> CMake does not need to re-run because G:trinity6xsrctoolsmap_extractorCMakeFilesgenerate.stamp is up-to-date. 15> zmqpp.vcxproj -> G:trinity6xdepzmqppReleasezmqpp.lib 18>------ Build started: Project: bnetserver, Configuration: Release Win32 ------ 9> Vector3.cpp 17> dbcfile.cpp 17> loadlib.cpp 17> System.cpp 9> Vector4.cpp 18> Building Custom Rule G:/repositorios/TrinityCore/src/server/bnetserver/CMakeLists.txt 18> CMake does not need to re-run because G:trinity6xsrcserverbnetserverCMakeFilesgenerate.stamp is up-to-date. 18> bnetPCH.cpp 17> mapextractor.vcxproj -> G:trinity6xbinReleasemapextractor.exe 19>------ Build started: Project: vmap4extractor, Configuration: Release Win32 ------ 19> Building Custom Rule G:/repositorios/TrinityCore/src/tools/vmap4_extractor/CMakeLists.txt 19> CMake does not need to re-run because G:trinity6xsrctoolsvmap4_extractorCMakeFilesgenerate.stamp is up-to-date. 19> adtfile.cpp 19> dbcfile.cpp 19> gameobject_extract.cpp 19> model.cpp 16> connection_patcher.vcxproj -> G:trinity6xbinReleaseconnection_patcher.exe 19> mpqfile.cpp 19> vmapexport.cpp 19> wdtfile.cpp 19> wmo.cpp 19> vmap4extractor.vcxproj -> G:trinity6xbinReleasevmap4extractor.exe 9> g3dlib.vcxproj -> G:trinity6xdepg3dliteReleaseg3dlib.lib 20>------ Build started: Project: mmaps_generator, Configuration: Release Win32 ------ 21>------ Build started: Project: vmap4assembler, Configuration: Release Win32 ------ 22>------ Build started: Project: worldserver, Configuration: Release Win32 ------ 20> Building Custom Rule G:/repositorios/TrinityCore/src/tools/mmaps_generator/CMakeLists.txt 21> Building Custom Rule G:/repositorios/TrinityCore/src/tools/vmap4_assembler/CMakeLists.txt 20> CMake does not need to re-run because G:trinity6xsrctoolsmmaps_generatorCMakeFilesgenerate.stamp is up-to-date. 21> CMake does not need to re-run because G:trinity6xsrctoolsvmap4_assemblerCMakeFilesgenerate.stamp is up-to-date. 22> Building Custom Rule G:/repositorios/TrinityCore/src/server/worldserver/CMakeLists.txt 22> CMake does not need to re-run because G:trinity6xsrcserverworldserverCMakeFilesgenerate.stamp is up-to-date. 21> VMapAssembler.cpp 20> IntermediateValues.cpp 20> MapBuilder.cpp 20> PathGenerator.cpp 20> TerrainBuilder.cpp 20> VMapExtensions.cpp 21> vmap4assembler.vcxproj -> G:trinity6xbinReleasevmap4assembler.exe 22> worldPCH.cpp 20> mmaps_generator.vcxproj -> G:trinity6xbinReleasemmaps_generator.exe 18> AuthCodes.cpp 18> BattlenetPacketCrypt.cpp 18> RealmList.cpp 18> WorldListener.cpp 18> ComponentManager.cpp 18> ModuleManager.cpp 18> Session.cpp 18> SessionManager.cpp 18> AuthenticationPackets.cpp 18> BitStream.cpp 18> CachePackets.cpp 18> ConnectionPackets.cpp 18> FriendsPackets.cpp 18> PacketManager.cpp 18> PacketsBase.cpp 18> PresencePackets.cpp 18> WoWRealmPackets.cpp 18> Main.cpp 18> WheatyExceptionReport.cpp 22> CliRunnable.cpp 22> RASession.cpp 22> TCSoap.cpp 22> Main.cpp 22> WheatyExceptionReport.cpp 22>G:repositoriosTrinityCoresrcservergameQuestsQuestDef.h(427): fatal error C1001: An internal error has occurred in the compiler. 22> (compiler file 'f:ddvctoolscompilercxxfeslp1cconvert.cpp', line 9608) 22> To work around this problem, try simplifying or changing the program near the locations listed above. 22> Please choose the Technical Support command on the Visual C++ 22> Help menu, or open the Technical Support help file for more information (G:repositoriosTrinityCoresrcserverworldserverCommandLineCliRunnable.cpp) 22>G:repositoriosTrinityCoresrcservergameQuestsQuestDef.h(427): fatal error C1001: An internal error has occurred in the compiler. 22> (compiler file 'f:ddvctoolscompilercxxfeslp1cconvert.cpp', line 9608) 22> To work around this problem, try simplifying or changing the program near the locations listed above. 22> Please choose the Technical Support command on the Visual C++ 22> Help menu, or open the Technical Support help file for more information (G:repositoriosTrinityCoresrcserverworldserverMain.cpp) 18> bnetserver.vcxproj -> G:trinity6xbinReleasebnetserver.exe 23>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------ 23> Building Custom Rule G:/repositorios/TrinityCore/CMakeLists.txt 23> CMake does not need to re-run because G:trinity6xCMakeFilesgenerate.stamp is up-to-date. 24>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------ 24>Project not selected to build for this solution configuration ========== Build: 20 succeeded, 3 failed, 0 up-to-date, 1 skipped ========== Link to comment Share on other sites More sharing options...
Nay Posted December 29, 2014 Report Share Posted December 29, 2014 Try changing the {} in that line 427 to { 0 } and tell me if it still happens. You may also want to uninstall VS 2013 Express and get Community http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx Link to comment Share on other sites More sharing options...
Ravokhan Posted December 29, 2014 Report Share Posted December 29, 2014 I got again a error, i took a picture: http://i.imgur.com/S1qVSbo.png Detected 32-bit platform MSVC: Enabled large address awareness MSVC: Enabled SSE2 support MSVC: Disabled Safe Exception Handlers for debug builds MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/OpenSSL-Win32/include Found ZMQ library: C:/Program Files (x86)/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib Found ZMQ headers: C:/Program Files (x86)/ZeroMQ 4.0.4/include CMake Warning (dev) at cmake/macros/FindBoost.cmake:344 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "MSVC" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX) cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:61 (include) This warning is for project developers. Use -Wno-dev to suppress it. Boost version: 1.57.0 Found the following Boost libraries: system thread program_options Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include Found git binary : C:/Program Files (x86)/Git/cmd/git.exe * TrinityCore revision : ad71d227d3e6 2014-12-19 23:32:40 +0000 (4.3.4 branch) * Install core to : C:/Program Files (x86)/TrinityCore * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map/vmap tools : No (default) * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Use MySQL sourcetree : No * Use GIT revision hash : Yes SCRIPT PREPARATIONS -> Prepared: Spells -> Prepared: Commands -> Prepared: Custom -> Prepared: World -> Prepared: Outdoor PVP Zones -> Prepared: Eastern Kingdoms -> Prepared: Kalimdor -> Prepared: Outland -> Prepared: Northrend -> Prepared: The Maelstrom -> Prepared: Events -> Prepared: Pet SCRIPT PREPARATION COMPLETE Configuring done WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. Generating done Someone know how to make that work ? Link to comment Share on other sites More sharing options...
Nay Posted December 29, 2014 Report Share Posted December 29, 2014 I got again a error, i took a picture: http://i.imgur.com/S1qVSbo.png Detected 32-bit platform MSVC: Enabled large address awareness MSVC: Enabled SSE2 support MSVC: Disabled Safe Exception Handlers for debug builds MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/OpenSSL-Win32/include Found ZMQ library: C:/Program Files (x86)/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib Found ZMQ headers: C:/Program Files (x86)/ZeroMQ 4.0.4/include CMake Warning (dev) at cmake/macros/FindBoost.cmake:344 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "MSVC" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX) cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:61 (include) This warning is for project developers. Use -Wno-dev to suppress it. Boost version: 1.57.0 Found the following Boost libraries: system thread program_options Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include Found git binary : C:/Program Files (x86)/Git/cmd/git.exe * TrinityCore revision : ad71d227d3e6 2014-12-19 23:32:40 +0000 (4.3.4 branch) * Install core to : C:/Program Files (x86)/TrinityCore * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map/vmap tools : No (default) * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Use MySQL sourcetree : No * Use GIT revision hash : Yes SCRIPT PREPARATIONS -> Prepared: Spells -> Prepared: Commands -> Prepared: Custom -> Prepared: World -> Prepared: Outdoor PVP Zones -> Prepared: Eastern Kingdoms -> Prepared: Kalimdor -> Prepared: Outland -> Prepared: Northrend -> Prepared: The Maelstrom -> Prepared: Events -> Prepared: Pet SCRIPT PREPARATION COMPLETE Configuring done WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "authserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "bnetserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "worldserver" requests linking to directory "C:/local/boost_1_57_0/lib32-msvc-9.0". Targets may link only to libraries. CMake is dropping the item. Generating done Someone know how to make that work ? You need to configure boost like in the picture below, however in your case you have to change lib64 to lib32 (this step is automatic if you set BOOST_ROOT): If you do not have the directory lib32-msvc-12.0 created, download proper boost version at http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0/boost_1_57_0-msvc-12.0-32.exe/download 1 Link to comment Share on other sites More sharing options...
Ravokhan Posted December 29, 2014 Report Share Posted December 29, 2014 Hi ! CMake configuring done / generating done. But when i open the Trinitycore in the build folder, and do all the steps (All build --> Clean and others) when i build i got 153 errors Error 1 error LNK2019: unresolved external symbol _mysql_server_init@12 referenced in function "public: static void __cdecl MySQL::Library_Init(void)" (?Library_Init@MySQL@@SAXXZ) C:BuildsrcserverbnetserverMain.obj bnetserver Error 2 error LNK2019: unresolved external symbol _mysql_server_end@0 referenced in function "public: static void __cdecl MySQL::Library_End(void)" (?Library_End@MySQL@@SAXXZ) C:BuildsrcserverbnetserverMain.obj bnetserver Error 3 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "private: virtual bool __thiscall PingOperation::Execute(void)" (?Execute@PingOperation@@EAE_NXZ) C:BuildsrcserverbnetserverMain.obj bnetserver Error 4 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE@XZ) C:BuildsrcserverbnetserverMain.obj bnetserver Error 5 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "private: bool __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::OpenConnections(enum DatabaseWorkerPool<class LoginDatabaseConnection>::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@AAE_NW4InternalIndex@1@E@Z) C:BuildsrcserverbnetserverMain.obj bnetserver Error 6 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE@XZ) C:BuildsrcserverbnetserverMain.obj bnetserver Error 7 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "public: __thiscall ResultSet::~ResultSet(void)" (??1ResultSet@@QAE@XZ) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 8 error LNK2001: unresolved external symbol _mysql_free_result@4 C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 9 error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 10 error LNK2019: unresolved external symbol _mysql_fetch_field@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 11 error LNK2019: unresolved external symbol _mysql_stmt_fetch@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 12 error LNK2019: unresolved external symbol _mysql_stmt_store_result@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 13 error LNK2019: unresolved external symbol _mysql_stmt_bind_result@8 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 14 error LNK2019: unresolved external symbol _mysql_stmt_free_result@4 referenced in function "private: void __thiscall PreparedResultSet::CleanUp(void)" (?CleanUp@PreparedResultSet@@AAEXXZ) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 15 error LNK2019: unresolved external symbol _mysql_stmt_error@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 16 error LNK2001: unresolved external symbol _mysql_stmt_error@4 C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 17 error LNK2019: unresolved external symbol _mysql_stmt_num_rows@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverbnetservershared.lib(QueryResult.obj) bnetserver Error 18 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 19 error LNK2019: unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 20 error LNK2019: unresolved external symbol _mysql_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 21 error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 22 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 23 error LNK2001: unresolved external symbol _mysql_errno@4 C:Buildsrcserverbnetservershared.lib(Transaction.obj) bnetserver Error 24 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 25 error LNK2019: unresolved external symbol _mysql_thread_id@4 referenced in function "private: bool __thiscall MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AAE_NI@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 26 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 27 error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 28 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 29 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 30 error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 31 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 32 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 33 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 34 error LNK2019: unresolved external symbol _mysql_stmt_init@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 35 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 36 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 37 error LNK2019: unresolved external symbol _mysql_stmt_bind_param@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 38 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 39 error LNK2001: unresolved external symbol _mysql_stmt_close@4 C:Buildsrcserverbnetservershared.lib(PreparedStatement.obj) bnetserver Error 40 error LNK2019: unresolved external symbol _mysql_stmt_result_metadata@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 41 error LNK2019: unresolved external symbol _mysql_stmt_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 42 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 43 error LNK2019: unresolved external symbol _mysql_more_results@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 44 error LNK2019: unresolved external symbol _mysql_next_result@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 45 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: virtual __thiscall MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UAE@XZ) C:Buildsrcserverbnetservershared.lib(MySQLConnection.obj) bnetserver Error 46 error LNK2019: unresolved external symbol _mysql_stmt_param_count@4 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) C:Buildsrcserverbnetservershared.lib(PreparedStatement.obj) bnetserver Error 47 error LNK2019: unresolved external symbol _mysql_stmt_attr_set@12 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) C:Buildsrcserverbnetservershared.lib(PreparedStatement.obj) bnetserver Error 48 error LNK1120: 42 unresolved externals C:BuildbinReleasebnetserver.exe bnetserver Error 49 error LNK2019: unresolved external symbol _mysql_server_init@12 referenced in function "public: static void __cdecl MySQL::Library_Init(void)" (?Library_Init@MySQL@@SAXXZ) C:BuildsrcserverauthserverMain.obj authserver Error 50 error LNK2019: unresolved external symbol _mysql_server_end@0 referenced in function "public: static void __cdecl MySQL::Library_End(void)" (?Library_End@MySQL@@SAXXZ) C:BuildsrcserverauthserverMain.obj authserver Error 51 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "private: virtual bool __thiscall PingOperation::Execute(void)" (?Execute@PingOperation@@EAE_NXZ) C:BuildsrcserverauthserverMain.obj authserver Error 52 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE@XZ) C:BuildsrcserverauthserverMain.obj authserver Error 53 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "private: bool __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::OpenConnections(enum DatabaseWorkerPool<class LoginDatabaseConnection>::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@AAE_NW4InternalIndex@1@E@Z) C:BuildsrcserverauthserverMain.obj authserver Error 54 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE@XZ) C:BuildsrcserverauthserverMain.obj authserver Error 55 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "public: __thiscall ResultSet::~ResultSet(void)" (??1ResultSet@@QAE@XZ) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 56 error LNK2001: unresolved external symbol _mysql_free_result@4 C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 57 error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 58 error LNK2019: unresolved external symbol _mysql_fetch_field@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 59 error LNK2019: unresolved external symbol _mysql_stmt_fetch@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 60 error LNK2019: unresolved external symbol _mysql_stmt_store_result@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 61 error LNK2019: unresolved external symbol _mysql_stmt_bind_result@8 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 62 error LNK2019: unresolved external symbol _mysql_stmt_free_result@4 referenced in function "private: void __thiscall PreparedResultSet::CleanUp(void)" (?CleanUp@PreparedResultSet@@AAEXXZ) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 63 error LNK2019: unresolved external symbol _mysql_stmt_error@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 64 error LNK2001: unresolved external symbol _mysql_stmt_error@4 C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 65 error LNK2019: unresolved external symbol _mysql_stmt_num_rows@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverauthservershared.lib(QueryResult.obj) authserver Error 66 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 67 error LNK2019: unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 68 error LNK2019: unresolved external symbol _mysql_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 69 error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 70 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 71 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 72 error LNK2019: unresolved external symbol _mysql_thread_id@4 referenced in function "private: bool __thiscall MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AAE_NI@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 73 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 74 error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 75 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 76 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 77 error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 78 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 79 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 80 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 81 error LNK2019: unresolved external symbol _mysql_stmt_init@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 82 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 83 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 84 error LNK2019: unresolved external symbol _mysql_stmt_bind_param@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 85 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 86 error LNK2001: unresolved external symbol _mysql_stmt_close@4 C:Buildsrcserverauthservershared.lib(PreparedStatement.obj) authserver Error 87 error LNK2019: unresolved external symbol _mysql_stmt_result_metadata@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 88 error LNK2019: unresolved external symbol _mysql_stmt_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 89 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 90 error LNK2019: unresolved external symbol _mysql_more_results@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 91 error LNK2019: unresolved external symbol _mysql_next_result@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 92 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: virtual __thiscall MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UAE@XZ) C:Buildsrcserverauthservershared.lib(MySQLConnection.obj) authserver Error 93 error LNK2019: unresolved external symbol _mysql_stmt_param_count@4 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) C:Buildsrcserverauthservershared.lib(PreparedStatement.obj) authserver Error 94 error LNK2019: unresolved external symbol _mysql_stmt_attr_set@12 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) C:Buildsrcserverauthservershared.lib(PreparedStatement.obj) authserver Error 95 error LNK1120: 42 unresolved externals C:BuildbinReleaseauthserver.exe authserver Error 96 error LNK2019: unresolved external symbol _mysql_server_init@12 referenced in function "public: static void __cdecl MySQL::Library_Init(void)" (?Library_Init@MySQL@@SAXXZ) C:BuildsrcserverworldserverMain.obj worldserver Error 97 error LNK2019: unresolved external symbol _mysql_server_end@0 referenced in function "public: static void __cdecl MySQL::Library_End(void)" (?Library_End@MySQL@@SAXXZ) C:BuildsrcserverworldserverMain.obj worldserver Error 98 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:BuildsrcserverworldserverMain.obj worldserver Error 99 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "private: bool __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::OpenConnections(enum DatabaseWorkerPool<class CharacterDatabaseConnection>::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@AAE_NW4InternalIndex@1@E@Z) C:BuildsrcserverworldserverMain.obj worldserver Error 100 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:BuildsrcserverworldserverMain.obj worldserver Error 101 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "private: virtual bool __thiscall PingOperation::Execute(void)" (?Execute@PingOperation@@EAE_NXZ) C:Buildsrcserverworldservergame.lib(World.obj) worldserver Error 102 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldserverscripts.lib(cs_misc.obj) worldserver Error 103 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldserverscripts.lib(cs_wp.obj) worldserver Error 104 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldservergame.lib(PlayerDump.obj) worldserver Error 105 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldserverscripts.lib(cs_ban.obj) worldserver Error 106 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldserverscripts.lib(cs_go.obj) worldserver Error 107 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldserverscripts.lib(cs_gobject.obj) worldserver Error 108 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldservergame.lib(CharacterHandler.obj) worldserver Error 109 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldservergame.lib(GroupHandler.obj) worldserver Error 110 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldservergame.lib(PetitionsHandler.obj) worldserver Error 111 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:Buildsrcserverworldservergame.lib(Pet.obj) worldserver Error 112 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "public: __thiscall ResultSet::~ResultSet(void)" (??1ResultSet@@QAE@XZ) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 113 error LNK2001: unresolved external symbol _mysql_free_result@4 C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 114 error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 115 error LNK2019: unresolved external symbol _mysql_fetch_field@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 116 error LNK2019: unresolved external symbol _mysql_stmt_fetch@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 117 error LNK2019: unresolved external symbol _mysql_stmt_store_result@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 118 error LNK2019: unresolved external symbol _mysql_stmt_bind_result@8 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 119 error LNK2019: unresolved external symbol _mysql_stmt_free_result@4 referenced in function "private: void __thiscall PreparedResultSet::CleanUp(void)" (?CleanUp@PreparedResultSet@@AAEXXZ) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 120 error LNK2019: unresolved external symbol _mysql_stmt_error@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 121 error LNK2001: unresolved external symbol _mysql_stmt_error@4 C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 122 error LNK2019: unresolved external symbol _mysql_stmt_num_rows@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:Buildsrcserverworldservershared.lib(QueryResult.obj) worldserver Error 123 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 124 error LNK2019: unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 125 error LNK2019: unresolved external symbol _mysql_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 126 error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 127 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 128 error LNK2001: unresolved external symbol _mysql_errno@4 C:Buildsrcserverworldservershared.lib(Transaction.obj) worldserver Error 129 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 130 error LNK2019: unresolved external symbol _mysql_thread_id@4 referenced in function "private: bool __thiscall MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AAE_NI@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 131 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 132 error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 133 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 134 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 135 error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 136 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 137 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 138 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 139 error LNK2019: unresolved external symbol _mysql_stmt_init@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 140 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 141 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 142 error LNK2019: unresolved external symbol _mysql_stmt_bind_param@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 143 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 144 error LNK2001: unresolved external symbol _mysql_stmt_close@4 C:Buildsrcserverworldservershared.lib(PreparedStatement.obj) worldserver Error 145 error LNK2019: unresolved external symbol _mysql_stmt_result_metadata@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 146 error LNK2019: unresolved external symbol _mysql_stmt_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 147 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 148 error LNK2019: unresolved external symbol _mysql_more_results@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 149 error LNK2019: unresolved external symbol _mysql_next_result@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 150 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: virtual __thiscall MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UAE@XZ) C:Buildsrcserverworldservershared.lib(MySQLConnection.obj) worldserver Error 151 error LNK2019: unresolved external symbol _mysql_stmt_param_count@4 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) C:Buildsrcserverworldservershared.lib(PreparedStatement.obj) worldserver Error 152 error LNK2019: unresolved external symbol _mysql_stmt_attr_set@12 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) C:Buildsrcserverworldservershared.lib(PreparedStatement.obj) worldserver Error 153 error LNK1120: 43 unresolved externals C:BuildbinReleaseworldserver.exe worldserver Link to comment Share on other sites More sharing options...
Aokromes Posted December 29, 2014 Report Share Posted December 29, 2014 You missed this point: MySQL development files These files are shipped with MySQL Server but to make it easier we packed the libs and include files for both 32 bits and 64 bits. Extract the files to a known location, e.g, C:/mysql_libshttps://github.com/TrinityCore/TrinityCore/releases/download/TDB335.55/mysql_lib.zip Link to comment Share on other sites More sharing options...
Ravokhan Posted December 29, 2014 Report Share Posted December 29, 2014 I created a mysql_libs in my C:/ directory and drag the 3 files in the folder. But that's the same errors again Link to comment Share on other sites More sharing options...
Recommended Posts