Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: kestus0756 on May 31, 2017, 05:22:34 pm

Title: [MaNGOS 3.3.5a]Error during compilation process
Post by: kestus0756 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.
Title: Re: [MaNGOS 3.3.5a]Error during compilation process
Post by: Rochet2 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
Title: Re: [MaNGOS 3.3.5a]Error during compilation process
Post by: kestus0756 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.