Aokromes Posted June 28, 2017 Report Share Posted June 28, 2017 14 minutes ago, Atréalis said: Since no one have an idea, should I post it as an issue on the github repository? I sugest you to upgrade your system to debian 9 and install maria db from apt-get it works. Link to comment Share on other sites More sharing options...
Atréalis Posted June 28, 2017 Report Share Posted June 28, 2017 well, I upgraded to debian 9 then tried to cmake and... CMake Error at cmake/macros/FindOpenSSL.cmake:226 (message): TrinityCore needs OpenSSL version 1.0 but found too new version 1.1.0f. Any version different to 1.0.x breaks TrinityCore compatibility (and we cannot fix this). Please install OpenSSL 1.0.x if you still have problems search on forum for TCE00022 So now, I have to find build instructions for openssl and what to put in every -DOPENSSL_STUFF u_u Link to comment Share on other sites More sharing options...
Aokromes Posted June 28, 2017 Report Share Posted June 28, 2017 1 hour ago, Atréalis said: well, I upgraded to debian 9 then tried to cmake and... CMake Error at cmake/macros/FindOpenSSL.cmake:226 (message): TrinityCore needs OpenSSL version 1.0 but found too new version 1.1.0f. Any version different to 1.0.x breaks TrinityCore compatibility (and we cannot fix this). Please install OpenSSL 1.0.x if you still have problems search on forum for TCE00022 So now, I have to find build instructions for openssl and what to put in every -DOPENSSL_STUFF u_u Or you can simply: apt-get install git cmake make gcc g++ libmariadbclient-dev libssl1.0-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev mysql-server p7zip 1 Link to comment Share on other sites More sharing options...
Atréalis Posted June 29, 2017 Report Share Posted June 29, 2017 (edited) Thanks! I was afraid it would break the MASTER-MASTER replication but it looks like everything's working fine now. And since this server is behind another, I don't mind much about the libssl downgrade. =) Edited June 29, 2017 by Atréalis Link to comment Share on other sites More sharing options...
Bullface Posted July 4, 2017 Report Share Posted July 4, 2017 (edited) 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 Edited July 4, 2017 by Bullface Link to comment Share on other sites More sharing options...
whyamidead Posted July 4, 2017 Report Share Posted July 4, 2017 CMake Error at CMakeLists.txt:15 (project): Failed to run MSBuild command: MSBuild.exe to get the value of VCTargetsPath: Just reinstalled Visual Studio and suddenly am getting this issue. Did first time run and nothing happened. just this error Link to comment Share on other sites More sharing options...
Nay Posted July 4, 2017 Report Share Posted July 4, 2017 Did you select the C++ compiler when you installed VS? Drop by on our IRC channel, it's easier to help: https://trinitycore.atlassian.net/wiki/display/tc/IRC Link to comment Share on other sites More sharing options...
whyamidead Posted July 4, 2017 Report Share Posted July 4, 2017 Hi Nay, I fixed this problem with a reinstall of Visual Studio. NOw I'm getting a new error. CXX Compiler not found Link to comment Share on other sites More sharing options...
Aokromes Posted July 4, 2017 Report Share Posted July 4, 2017 17 minutes ago, whyamidead said: Hi Nay, I fixed this problem with a reinstall of Visual Studio. NOw I'm getting a new error. CXX Compiler not found Like nayd told you, you need to select c++ compiler. Link to comment Share on other sites More sharing options...
whyamidead Posted July 4, 2017 Report Share Posted July 4, 2017 http://i.imgur.com/L96LHzz.png Link to comment Share on other sites More sharing options...
CDawg Posted July 4, 2017 Report Share Posted July 4, 2017 8 hours ago, Bullface said: 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 Need more details on this error. Need a log dump. That would help. paste it into a gist https://gist.github.com/ Link to comment Share on other sites More sharing options...
Aokromes Posted July 4, 2017 Report Share Posted July 4, 2017 4 minutes ago, whyamidead said: http://i.imgur.com/L96LHzz.png Link to comment Share on other sites More sharing options...
Bullface Posted July 4, 2017 Report Share Posted July 4, 2017 gist:4851023ee2d9ba1a74c1b54034099ed6 Link to comment Share on other sites More sharing options...
jchan03 Posted July 4, 2017 Report Share Posted July 4, 2017 Hey guys, This is my first time compiling the core myself, and I'm running into this issue. Anyone know why and/or how to fix? Thanks in advance! Link to comment Share on other sites More sharing options...
codeman3518 Posted July 5, 2017 Report Share Posted July 5, 2017 If I am right and understand the log correctly if there wasn't more to it then it is saying it cannot link to boost correctly meaning it cannot find it, are you using boost 1_63_0 or 1_64_0 if you are then use 1_63_0 because it should point to that directory unlike 1_64_0 which seems to have trouble when finding the libs for boost. 2 Link to comment Share on other sites More sharing options...
jchan03 Posted July 5, 2017 Report Share Posted July 5, 2017 (edited) So, I'm using 1_63_0, and when I configure in CMake, it always needs me to point to each individual .lib for Boost. I've created the variables and installed Boost at the default place. Here is an image of what it looks like when I configure/generate... if it helps, I have to point to each individual Boost .lib manually. It's never been able to find it on its own. -- UPDATE -- I was using Boost for x32 while everything else was x64. Fixed everything. Thanks for dealing with a Plebs. Edited July 5, 2017 by jchan03 UPDATE Link to comment Share on other sites More sharing options...
Bullface Posted July 5, 2017 Report Share Posted July 5, 2017 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 >.< Link to comment Share on other sites More sharing options...
codeman3518 Posted July 5, 2017 Report Share Posted July 5, 2017 I guess I should of mention mixing libs as well never gave it much thought until you said you mixed them sorry about that, just glad you got it working. 1 Link to comment Share on other sites More sharing options...
HamedMohsenavi Posted July 8, 2017 Report Share Posted July 8, 2017 Hi Compile Error: https://ibb.co/eS7kFF Os: Arch Linux 64bit last version 335 Link to comment Share on other sites More sharing options...
westwing Posted July 9, 2017 Report Share Posted July 9, 2017 Hi, Trinity I was following the install guide to build 3.5.5 source on Windows 10 using Visual Studio Community 2017. I got some compile errors when build project database. Errors: https://ibb.co/cMvFhv Can anyone help? Thanks in advance! Link to comment Share on other sites More sharing options...
Zebraka Posted July 10, 2017 Report Share Posted July 10, 2017 (edited) Hi, i'm here to request an update for visual studio installation guide because it has TOTALLY changed and it's impossible for novice like me to be sure if what we install is needed without doubts ... and because of that i think i got this error with cmake 3.9.0 : CMake Error at CMakeLists.txt:15 (project): Failed to run MSBuild command: MSBuild.exe to get the value of VCTargetsPath: Configuring incomplete, errors occurred! See also "C:/Build/CMakeFiles/CMakeOutput.log". Edited July 10, 2017 by Zebraka Link to comment Share on other sites More sharing options...
codeman3518 Posted July 11, 2017 Report Share Posted July 11, 2017 If you select desktop environment on the main screen you will not have any problems installing what you need and it is no more then 4.7gb in size. I want to say actually 4.5gb. 1 Link to comment Share on other sites More sharing options...
Zebraka Posted July 11, 2017 Report Share Posted July 11, 2017 17 hours ago, codeman8214 said: If you select desktop environment on the main screen you will not have any problems installing what you need and it is no more then 4.7gb in size. I want to say actually 4.5gb. ok i'll try thanks Link to comment Share on other sites More sharing options...
wildcat Posted July 12, 2017 Report Share Posted July 12, 2017 In ubunut In first time finished complier and bulit server about a week age . then I updated code and passed cmake,my branch is up-to-date with 'origin/3.3.5' In make when 98% Linking CXX executable worldserver ,a lot errors appear : https://hastebin.com/ehogafoyel.vbs May I need clean all codes and build to make a clear build? or do something else? thanks. errors.txt Link to comment Share on other sites More sharing options...
CDawg Posted July 12, 2017 Report Share Posted July 12, 2017 9 hours ago, wildcat said: May I need clean all codes and build to make a clear build? or do something else? thanks. Need more details, such as what version of Ubuntu OS, cmake, boost, clang or gcc, etc... Link to comment Share on other sites More sharing options...
Recommended Posts