• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Error Boost

Status
Not open for further replies.

PrestonParsons

BETA Tester
done this one set (ENV {BOOST_ROOT} "C:/Boost") and system aswell but this problem i got now.

a3e3y0.png


I did install boost and config. but have no idea what to do next.


______
FIXED.
Boost Installer to work. NOT BOOST ZIP!
Make sure Visual studio is loading till READY then compiling.
 
Last edited:

Rochet2

Moderator / Eluna Dev
Try this;
This is how the TC download I am using looks like and works:
http://prntscr.com/44kxwv

The important part I recon is mostly the lib 32 / 64
Try installing both 32 and 64 to the same folder. They can co exist according to boost.
The TC guide says to follow your platform, but mine is 64 bit and I had to get 32 bit for it to work.
http://collab.kpsn.org/display/tc/TrinityCore+Requirements

You should set the BOOST_ROOT to point to the boost root directory as I mentioned earlier.


The variable can be set like this:
http://www.computerhope.com/issues/ch000549.htm
Restart Cmake after setting / changing the environment variable.

Also, see all the instructions on here about boost installing.
 
Status
Not open for further replies.
Top