• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Need help compiling The Forgotten Server 1.2.

Dkami

The Hunter
Joined
Apr 19, 2009
Messages
28
Solutions
1
Reaction score
5
Hello, i have been trying to compile this server for a while... and i just cannot figure it out.
I am a complete noob when it comes to C++ (And programming in general... but i am trying to learn)

So here are the errors.

Error 1 error C2065: 'uint32_t' : undeclared identifier c:\users\dkami\desktop\tfs core - server stuff\src\definitions.h 78 1 theforgottenserver
Error 2 error C2923: 'std:: pair' : 'uint32_t' is not a valid template type argument for parameter '_Ty1' c:\users\dkami\desktop\tfs core - server stuff\src\definitions.h 78 1 theforgottenserver
Error 3 error C2923: 'std:: pair' : 'uint32_t' is not a valid template type argument for parameter '_Ty2' c:\users\dkami\desktop\tfs core - server stuff\src\definitions.h 78 1 theforgottenserver
Error 4 error C3203: 'pair' : unspecialized class template can't be used as a template argument for template parameter '_Ty', expected a real type c:\users\dkami\desktop\tfs core - server stuff\src\definitions.h 78 1 theforgottenserver
Error 5 error C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory c:\users\dkami\desktop\tfs core - server stuff\src\otpch.h 42 1 theforgottenserver

I had to space some things because of the emotes...
 
Back
Top