Jump to content
TrinityCore

Compile or cmake problems


Joy
 Share

Recommended Posts

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 by Noee
Link to comment
Share on other sites

  • Replies 2.9k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

@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.

ScreenHunter_03 Jan. 07 18.44.jpg

Link to comment
Share on other sites

/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

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

  • Aokromes changed the title to Compile or cmake problems
  • Aokromes locked this topic
  • Carbenium unlocked this topic
  • Aokromes pinned and locked this topic
  • Aokromes featured and featured this topic
  • Aokromes pinned this topic
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.


×
×
  • Create New...