• 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 Compiling The Forgotten Server latest source code - Last Update: 02/12/2010

Hey i need tutorial or compiled TFS on 8.54 (0.3.6pl1) in 64-bit

Anybody can do it ?
 
It gave me a total of 78 errors and did not compile my .exe after following your tutorial. This has happened in the past when I tried to compile and I don't know what I'm doing wrong. Can someone help me?
 
In file included from ../../0.3.6pl1/protocolhttp.cpp:18:
../../0.3.6pl1/protocolhttp.h: In constructor `ProtocolHTTP::ProtocolHTTP(Connection*)':
../../0.3.6pl1/protocolhttp.h:34: error: no matching function for call to `Protocol::Protocol(Connection*&)'
../../0.3.6pl1/protocol.h:33: note: candidates are: Protocol::Protocol(const Protocol&)
../../0.3.6pl1/protocol.h:36: note: Protocol::Protocol(Connection_ptr)

make.exe: *** [../../0.3.6pl1/protocolhttp.o] Error 1

Execution terminated



H3|_P
 
Update for 0.4? It's about the same as 0.3.6, except that you need my dev-cpp repack (or any repack with crypto++). And you got the "-lcryptopp" linking option.
 
In file included from ../../0.3.6pl1/protocolhttp.cpp:18:
../../0.3.6pl1/protocolhttp.h: In constructor `ProtocolHTTP::ProtocolHTTP(Connection*)':
../../0.3.6pl1/protocolhttp.h:34: error: no matching function for call to `Protocol::Protocol(Connection*&)'
../../0.3.6pl1/protocol.h:33: note: candidates are: Protocol::Protocol(const Protocol&)
../../0.3.6pl1/protocol.h:36: note: Protocol::Protocol(Connection_ptr)

make.exe: *** [../../0.3.6pl1/protocolhttp.o] Error 1

Execution terminated



H3|_P

I'm getting this error as well...
 
It gave me a total of 78 errors and did not compile my .exe after following your tutorial. This has happened in the past when I tried to compile and I don't know what I'm doing wrong. Can someone help me?

Can someone help me out with this?
 
Remove databaseodbc.cpp and databaseodbc.h from project options -> files.

Now I have this;

In file included from ../protocolhttp.cpp:18:
../protocolhttp.h: In constructor `ProtocolHTTP::ProtocolHTTP(Connection*)':
../protocolhttp.h:34: error: no matching function for call to `Protocol::Protocol(Connection*&)'
../protocol.h:33: note: candidates are: Protocol::Protocol(const Protocol&)
../protocol.h:36: note: Protocol::Protocol(Connection_ptr)

make.exe: *** [../protocolhttp.o] Error 1

Execution terminated
 
Now I have this;

In file included from ../protocolhttp.cpp:18:
../protocolhttp.h: In constructor `ProtocolHTTP::ProtocolHTTP(Connection*)':
../protocolhttp.h:34: error: no matching function for call to `Protocol::Protocol(Connection*&)'
../protocol.h:33: note: candidates are: Protocol::Protocol(const Protocol&)
../protocol.h:36: note: Protocol::Protocol(Connection_ptr)

make.exe: *** [../protocolhttp.o] Error 1

Execution terminated

Seems like a programming error in my eyes.
 
Maybe you should make your tutorial a little clearer because I followed every step exactly as it said

It has nothing to do with the tutorial, it's probably a mistake done by elf while he was writting that file. I'll check it out myself. Also mind telling me which part of my tutorial is not clear?
 
Originally Posted by Grehy View Post
Now I have this;

In file included from ../protocolhttp.cpp:18:
../protocolhttp.h: In constructor `ProtocolHTTP::ProtocolHTTP(Connection*)':
../protocolhttp.h:34: error: no matching function for call to `Protocol::Protocol(Connection*&)'
../protocol.h:33: note: candidates are: Protocol::Protocol(const Protocol&)
../protocol.h:36: note: Protocol::Protocol(Connection_ptr)

make.exe: *** [../protocolhttp.o] Error 1

Execution terminated

i have the same error Delirium.

great tutorial, very clear
 
Back
Top