• 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 TFS

Ronaldino

Esso Eh
Joined
Dec 25, 2007
Messages
745
Reaction score
0
Hello.

I need help in compiling newest SVN from TFS. Where can I find newest library files etc ? <_<
 
U dont need to download any library fiels and so on libbost or whatever just take thes.
Dev C++ 1.3 For Forgottenserver

And Here is Tutorial How to compile!

[Tutorial] How to compile The Forgotten Server latest sources
i hope will help u ;p

Yeah thats work :D:D:D but when I compile my server, and after modifications I run engine and when console is loading I get this error:
[07/02/2008 19:51:20] >> Testing SQL connection... Unknown... terminating!

Help :p
 
Last edited:
You compiled without -D__USE_MYSQL__ or -D__USE_SQLITE__?
 
I add into "C++ Compile" box that:


-D__USE_MYSQL__
-D__USE_SQLITE__
-D__SERVER_PROTECTION__

And "Linker":

-O1
-lboost_system
-lgmp
-lluasql-mysql
-lluasql-sqlite3
-llua5.1
-lmysql
-lregex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s

I tried add into "Compile" box this too:

-D__USE_MYSQL__
-D__USE_SQLITE__

But still same error.
 
Last edited:
Back
Top