Jump to content
TrinityCore

Bullface

Plebs
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Bullface

  1. I guess it just took a few more pulls to try and get it cause it worked now. I also wasn't compiling with RelWithDebInfo since I haven't read through the full install instructions in a while >.<
  2. gist:4851023ee2d9ba1a74c1b54034099ed6
  3. Hey all Trying to update my TC 3.3.5 and getting errors I haven't encountered before during compile. When ever compile finishes I get error LNK1120 (unresolved externals in worldserver), LNK2001 (unresolved external symbols) and LNK2019 Never have had these issues before during compiling and they started happening after pulling fresh changes. I have tried using the solution specified here https://trinitycore.atlassian.net/wiki/pages/viewpage.action?pageId=2130028 but no avail. I tried updating my boost from 1.59->1.63, MySQL and my OpenSSL and still have had no luck after pulling changes from the 3.3.5 branch. Any input on what to do would be helpful! Win 7 32bit VS 2015 MySQL 5.5 (I tried updating to 5.6 but I am getting errors involving the Microsoft visual 2010 32bit runtime 10.0 not installing) boost 1.63 Cmake 3.8.2 OpenSSL 1.0.2L (not light) Here is my cmake Detected 32-bit platform MSVC: Enabled large address awareness MSVC: Enabled SSE2 support MSVC: Disabled Safe Exception Handlers for debug builds MSVC: Enabled increased number of sections in object files MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found MySQL library: C:/mySQLLib/lib_32/libmysql.lib Found MySQL headers: C:/mySQLLib/include Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.5/bin/mysql.exe Found git binary : C:/Program Files/Git/cmd/git.exe * TrinityCore revision : 5d3c69bf441a+ 2017-07-03 00:17:31 +0200 (3.3.5 branch) * Install core to : C:/Program Files/TrinityCore * Build world/auth : Yes (default) * Build with scripts : Yes (static) * Build map/vmap tools : Yes (default) * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Show source tree : Yes (hierarchical) * Use GIT revision hash : Yes (default) Boost version: 1.63.0 Found the following Boost libraries: system filesystem thread program_options iostreams 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 * Script configuration (static): | +- worldserver | +- Commands | +- Custom | +- EasternKingdoms | +- Events | +- Kalimdor | +- Northrend | +- OutdoorPvP | +- Outland | +- Pet | +- Spells | +- World | Configuring done Generating done
×
×
  • Create New...