Forums WoW Modding Discussion Miscellaneous [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

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

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#1
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? [Image: 1f600.png]
rektbyfaith
11-04-2025, 05:16 PM #1

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? [Image: 1f600.png]

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#2
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source

Boost is not correctly setup [Image: 1f642.png]
rektbyfaith
11-04-2025, 05:16 PM #2

Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source

Boost is not correctly setup [Image: 1f642.png]

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#3
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.
rektbyfaith
11-04-2025, 05:16 PM #3

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.

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#4
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 [Image: 1f642.png] 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 [Image: 1f642.png]

https://www.youtube.com/embed/gvb0uRuXjLw?wmode=opaque
rektbyfaith
11-04-2025, 05:16 PM #4

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 [Image: 1f642.png] 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 [Image: 1f642.png]

https://www.youtube.com/embed/gvb0uRuXjLw?wmode=opaque

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#5
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).
rektbyfaith
11-04-2025, 05:16 PM #5

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).

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#6
Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source

Quote:tchniq said:

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...
I did see:

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

Doesnt work
rektbyfaith
11-04-2025, 05:16 PM #6

Archived author: WowSiphon • Posted: 2025-11-04T18:16:06.648287
Original source

Quote:tchniq said:

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...
I did see:

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

Doesnt work

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#7
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
rektbyfaith
11-04-2025, 05:16 PM #7

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

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#8
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
rektbyfaith
11-04-2025, 05:16 PM #8

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

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)