What's new

Compiling a 3.3.5 / Build: 20 succeeded, 2 failed, 0 up-to-date, 0 skipped

OMGhixD

Gold Supporter
Epic Member
522
2014
58
by the way you will find yourself within emulation that you just wanna rip off your hair and make everyone call you homer simpons at some times. Trust me...
This was just for the attitudes sake :) My point being, No matter how stressfull and annoying compiling and stuff like that might seem. It's just for now. It will get better

ON TOPIC

Give this a shot :)


 

tchniq

Verified Member
22
2016
0
Location
2005
You need to download the C++ Boost libraries and link them with your compiler. Latest download and documentation of it can be found here http://www.boost.org/users/history/version_1_61_0.html - Afaik Trinity wiki should go throuhgt his as well, perhaps they don't? It may be a lot of text and sound tricky but it's easy installing, give it a shot and you'll have it within an hour or two (compiling it takes some time).
 

WowSiphon

Verified Member
5
2016
0
You need to download the C++ Boost libraries and link them with your compiler. Latest download and documentation of it can be found here http://www.boost.org/users/history/version_1_61_0.html - Afaik Trinity wiki should go throuhgt his as well, perhaps they don't? It may be a lot of text and sound tricky but it's easy installing, give it a shot and you'll have it within an hour or two (compiling it takes some time).

I did see:

http://imgur.com/a/9hvbY

Doesnt work
 
Last edited:

Nickyzxo36

Verified Member
6
2016
0
You want to download both boost x32 and x64 as boost 32x already contains the needed lib32-msvc-14.0 files. You also want to re-install VS if you have any other previous version from Visual Studios 15 as trinity released a post saying they no longer support previous versions. Make sure that in your Environment Variables you have set your boost path correctly, with the Variable being: BOOST_ROOT and the variable path being: C:\local\boost_1_59_0 (or wherever you installed boost).

-EDITED- Also, use boost_1_59_0 as recommended by the TrinityDevs, (found here: https://sourceforge.net/projects/boost/files/boost-binaries/1.59.0/)

Also, remember tutorials and information is outdated on external sites like EmuDevs, EmuCoach and Ac-Webs, so try follow the Trinity Wiki as it's updated regularly (https://trinitycore.atlassian.net/wiki)

any further issues, contact the trinitydevs themselves through their IRC: https://trinitycore.atlassian.net/wiki/display/tc/IRC
 
Last edited:

madmax765

Silver Supporter
Veteran Member
129
2014
3
Location
3Rd. Rock from the sun
If you register at cmangos and search for post called
"How to complie Cmangos with boost with Microsoft Visual Studio 2015 on windows 10"
is a how to i made for newbies
 
Last edited:
Top