This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [MaNGOS 3.3.5a]Error during compilation process  (Read 908 times)

kestus0756

  • Registred Member
  • Race Changer
  • *****
  • Posts: 26
    • View Profile
[MaNGOS 3.3.5a]Error during compilation process
« on: May 31, 2017, 05:22:34 pm »
Hello, I decided to switch to CMaNGOS and I fully understand that it's not as stable as Trinity Core is but anyways, here's the thing: I cannot compile the core successfully because of these 2 errors: "fatal error LNK1104: cannot open file 'libboost_thread-vc140-mt-1_60.lib'" and "fatal error LNK1104: cannot open file 'libboost_system-vc140-mt-1_60.lib'". I understand that it's something related with Boost but can't figure out what. Thanks.

Rochet2

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
    • http://rochet2.github.io/
Re: [MaNGOS 3.3.5a]Error during compilation process
« Reply #1 on: May 31, 2017, 07:33:21 pm »
Last I checked you need to copy/move the contents of libxx-msvc-xx.x to lib/WIN32 folder inside the boost installation folder.
This was mentioned in some thread on their forum, but seems the forum is down atm. I cannot remember if this was it exactly, since I cant see the post and I recently reinstalled and lost my setup.

It may be worth trying to view in cmake advanced settings where boost libs are being fetched from or maybe try print them in cmake files.

It may also be possible that you are using the wrong boost libs (by version or bit) or did not get the precompiled libs or did not compile them yet if you got the source ones.

Probably related: https://github.com/cmangos/issues/issues/907
« Last Edit: May 31, 2017, 07:34:54 pm by Rochet2 »

kestus0756

  • Registred Member
  • Race Changer
  • *****
  • Posts: 26
    • View Profile
Re: [MaNGOS 3.3.5a]Error during compilation process
« Reply #2 on: June 05, 2017, 09:38:03 am »
Tried reinstalling Boost 1.61.0 and checking CMake boost tab but still gives me those errors.
« Last Edit: June 05, 2017, 11:04:56 am by kestus0756 »