[Archive] Compiling a 3.3.5 / Build: 20 succeeded, 2 failed, 0 up-to-date, 0 skipped
[Archive] Compiling a 3.3.5 / Build: 20 succeeded, 2 failed, 0 up-to-date, 0 skipped
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source
Hey All so im compiling my serv and get this:
http://pastebin.com/Qm64Ehn4
Any tips? ![]()
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source
Boost is not correctly setup ![]()
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source
Then how am i suppose to set it up? I followed the wiki tutorial. And well i came this far.
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source
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 ![]()
https://www.youtube.com/embed/gvb0uRuXjLw?wmode=opaque
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source
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).
Quote:tchniq said:I did see:
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).
Click to expand...
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source
Quote:tchniq said:I did see:
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).
Click to expand...
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source
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/f...es/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
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source
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