Jump to content
TrinityCore

InnocenceLost

Plebs
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

9868 profile views

InnocenceLost's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. IT WORKED!!! GOD BLESS YOU!!!! ( annnd... THANK YOU AGAIN!! )
  2. Hi again! I did as you told me to (I even re-pulled the whole source from git ), reconfigured, re-generated until now, no prob. The funny part is when I try to recompile. x) I got a nasty bunch of errors... (105 if you love numbers ) They all are LNK2019, LNK2001 and LNK1120. (In the previous posts, one said : "Looks like you installed the lite version of mysql, which doesn't include the headers needed for compilation, something mentioned in the official guide on the wiki, as well as the many threads you claimed you couldn't find.". I'm currently checking which version of MySql I installed. ) Thanks again for your support and consideration!
  3. I'm wondering... Could it be because I modified some things in the CMakeList? I changed/added some lines after reading someone on StackOverflow having a similar problem with boost, and fixing it like this... Maybe it should be treated differently for Trinity though... Here's my CMakeList.txt (I put in red and bold what I modified/added) : Of course I was changing every 1_55 to 1_56 while using Boost 1_56 and vice-versa.
  4. @Nay I installed the 64x version in the same directory as the x32 (in 1.55, as I had already tried both in 1.56), reconfigured with CMake and rebuilt with Visual but still have the same error LINK : fatal error LNK1104: cannot open file 'libboost_system-vc120-mt-1_55.lib'. This time I also got error MSB6006: "link.exe" exited with code 1104. C:Program Files (x86)MSBuildMicrosoft.Cppv4.0V120Microsoft.CppCommon.targets. I must admit I don't have a clue... :/
  5. I used the .exe installer : http://sourceforge.net/projects/boost/files/boost-binaries/1.55.0-build2/boost_1_55_0-msvc-12.0-32.exe/download.
  6. Ok, tried reinstalling Boost 1.56, didn't change a thing. I also tried using Boost 1.55, I just get another error : LINK : fatal error LNK1104: cannot open file 'libboost_system-vc120-mt-1_55.lib' Does anyone have any idea of what might cause this? Thanks again for your consideration.
  7. However I still have an error while compiling with Visual... LINK : fatal error LNK1104: cannot open file 'libboost_system-vc120-mt-1_56.lib' The libboost_system-vc120-mt-1_56.lib file is required both in authserver and worldserver. Maybe the lib file in question is corrupt? Should I reinstall Boost then? Or would it be another problem? InnocenceLost
  8. Worked like a fucking charm for Cmake. Thanks a bunch, Nay!
  9. Hi, I'm trying to compile Trinity but I met a problem while generating Visual C++ solutions with CMake. I get this error while configuring : CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in tufhe CMake files: LIB_EAY (ADVANCED) linked by target "authserver" in directory C:/Trinity/src/server/authserver linked by target "worldserver" in directory C:/Trinity/src/server/worldserver SSL_EAY (ADVANCED) linked by target "authserver" in directory C:/Trinity/src/server/authserver linked by target "worldserver" in directory C:/Trinity/src/server/worldserver I first thought it was because OpenSSL wasn't installed properly... but I checked three times : it was (the 32 bits version ). So I have no idea... I scoured google and these forums for more information about similar errors, and the only ones getting something like it were the ones who didn't install OpenSSL... Which I did. Do someone have any idea about what might cause this CMake error? I'm using Windows 8. Thanks in advance for your time, InnocenceLost.
×
×
  • Create New...