Noee Posted January 6, 2016 Report Share Posted January 6, 2016 (edited) Sorry, I instaled version 1.55 cmake Boost version: 1.55.0 -- Found the following Boost libraries: -- system -- filesystem -- thread -- program_options -- iostreams -- regex -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed -- Found Readline library: /usr/lib/x86_64-linux-gnu/libreadline.so now give this error http://pastebin.com/ibJ66Dyc sorry for berfore post i have wrong instalation Edited January 6, 2016 by Noee Link to comment Share on other sites More sharing options...
Nay Posted January 7, 2016 Report Share Posted January 7, 2016 Scroll up... Link to comment Share on other sites More sharing options...
Brlott1 Posted January 7, 2016 Report Share Posted January 7, 2016 So that error still appears but it can see and I have uninstalled and reinstalled CMake and MS with no luck yet. Link to comment Share on other sites More sharing options...
Nay Posted January 7, 2016 Report Share Posted January 7, 2016 Did you install Visual Studio 2013? Link to comment Share on other sites More sharing options...
Brlott1 Posted January 7, 2016 Report Share Posted January 7, 2016 2015 But it allows you to run as 2013. I have also tried 2013 with the same result Link to comment Share on other sites More sharing options...
Nay Posted January 7, 2016 Report Share Posted January 7, 2016 No, that's not how it works. Change the compiler to VS 2015 in CMake. Make sure that you actually installed the C++ compiler when you installed VS 2015, for that you need to select the C++ modules in the Advanced options in the VS installer. Link to comment Share on other sites More sharing options...
Brlott1 Posted January 7, 2016 Report Share Posted January 7, 2016 Alrighty I will uninstall and reinstall again and let ya know. Thanks again Nay Link to comment Share on other sites More sharing options...
Kyyteo Posted January 7, 2016 Report Share Posted January 7, 2016 Uhh... is it me or is the image you posted look like absolutely nothing's wrong XD Link to comment Share on other sites More sharing options...
Aokromes Posted January 7, 2016 Report Share Posted January 7, 2016 I suggest you to move trinitycore source outside a directory containing spaces Link to comment Share on other sites More sharing options...
Aokromes Posted January 7, 2016 Report Share Posted January 7, 2016 I suggest you don't use directory containing spaces to compile TC. Link to comment Share on other sites More sharing options...
Brlott1 Posted January 8, 2016 Report Share Posted January 8, 2016 @Nay Alright so I reinstalled VS2015 and selected everything. While I can get the system to point out on CMake, the error that now shows states that Boost and Git are not installed. I have added boost to the variables as listed on the installation guide, but the system still does not recognize boost. Pic is attached. Link to comment Share on other sites More sharing options...
Nay Posted January 8, 2016 Report Share Posted January 8, 2016 Can you post a screenshot of C:/local/boost_1_60_0/stage/lib ? Link to comment Share on other sites More sharing options...
iceyman Posted January 8, 2016 Report Share Posted January 8, 2016 /TrinityCore/src/server/database/Database/DatabaseWorkerPool.h:71 in DatabaseWorkerPool FATAL ERROR: Used MySQL library version (5.6.24) does not match the version used to compile TrinityCore (5.5.46). only just got this error after updated ubuntu server 14.04 Link to comment Share on other sites More sharing options...
Aokromes Posted January 8, 2016 Report Share Posted January 8, 2016 You must recompile TC after updating OS if it updates libs. Link to comment Share on other sites More sharing options...
Brlott1 Posted January 9, 2016 Report Share Posted January 9, 2016 @Nay Don't see a "stage" but here is the screenshot of what I do have. Link to comment Share on other sites More sharing options...
Nay Posted January 9, 2016 Report Share Posted January 9, 2016 That's enough. You have Boost in 64 bits for VS 2015 (lib64-msvc-14.0) but you are compiling in 32 bits mode. Change the compiler in CMake to Visual Studio 14 2015 Win64. Link to comment Share on other sites More sharing options...
Brlott1 Posted January 9, 2016 Report Share Posted January 9, 2016 Still pulling up one error. The system is still stating that Git is not installed, yet it is there. Link to comment Share on other sites More sharing options...
Nay Posted January 9, 2016 Report Share Posted January 9, 2016 Add the folder that has git.exe to your PATH and restart CMake. Link to comment Share on other sites More sharing options...
Brlott1 Posted January 9, 2016 Report Share Posted January 9, 2016 Git is added, and yet CMake still does not recognize that it is there? Is there a line in the script within CMake that needs to be altered? Link to comment Share on other sites More sharing options...
Nay Posted January 9, 2016 Report Share Posted January 9, 2016 That's not how you add something to the PATH... GitExtensions is NOT Git. Somewhere (probably C:\Program Files (x86)\Git\bin) there is a git.exe binary. You need to add that path to the PATH environment variable, after all the others directories that are there already. Link to comment Share on other sites More sharing options...
Brlott1 Posted January 9, 2016 Report Share Posted January 9, 2016 Thanks again @Nay I had to reinstall Git and all parts associated with Git. 1 Link to comment Share on other sites More sharing options...
UncleChristiof Posted January 10, 2016 Report Share Posted January 10, 2016 Hello Maybe anyone know how to fix theese errors? Link to comment Share on other sites More sharing options...
Aokromes Posted January 10, 2016 Report Share Posted January 10, 2016 avoid the use of spaces on your tc source path. Link to comment Share on other sites More sharing options...
UncleChristiof Posted January 10, 2016 Report Share Posted January 10, 2016 I've just changed folders, but it hasn't helped. Now building can be finished, but i get these errors anyway. Build ends with 10 succeeded and 8 failed. Link to comment Share on other sites More sharing options...
UncleChristiof Posted January 13, 2016 Report Share Posted January 13, 2016 Hm... There are no more ideas how do i fix it, guys? Maybe some advices or anything else? Link to comment Share on other sites More sharing options...
Recommended Posts