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

The Forgotten Dev-Cpp v2.6!

Status
Not open for further replies.
u can post all linkers and c++ things needed to compile latest sources?

-D__USE_MYSQL__
-D__USE_SQLITE__
-D__RULEVIOLATIONREPORT__
-D__NO_HOMEDIR_CONF__

-----------------------------

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

[-D__SERVERPROTECTION__ gives that freeze bug, so dont use it =(]
 
Please Update To The Newest Revision, I Need This Badly.
 
Get a SVN client then.
 
The sources included in your post are not the newest for 0.2.8
Please update it!

Like now im feeling like I dont get any support..Please, I have waited patiently 1 week for the damn 0.2.8 sources so I can compile.
Update to newest sources please.
 
Last edited by a moderator:
Yes,you're missing a fast method.

A Tutorial how to download the sources at once:


1)Download tortoiseSVN from Here
2)After downloading, installing it. (might not be supported from your CPU so use the other version that is uploaded there.)If it asks you for restart click no.
3)Create a folder on the desktop called forgotten Sources.Right click it and select SVN checkout
4)Where it says URL of Rapository write:
Code:
http://forgottenserver.svn.sourceforge.net/svnroot/forgottenserver
Tick omit externals and press ok.
5)Now you have all forgotten sources in the file Forgotten Sources ;)

Maybe try this.? =X
 
@Xexza

Add the files yourself instead... the linkers are posted by Marcinek here... -.-



-D__USE_MYSQL__
-D__USE_SQLITE__
-D__RULEVIOLATIONREPORT__
-D__NO_HOMEDIR_CONF__

-----------------------------

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

[-D__SERVERPROTECTION__ gives that freeze bug, so dont use it =(]
 
@Xexza

Add the files yourself instead... the linkers are posted by Marcinek here... -.-

That DOES not work. I get 74 errors, all linker errors (USING NEWEST DEV-CPP POSTED ON THIS THREAD BY TALA)
 
PLEASE!!!!!!!!!! DEV 1.4!!!!
I cant compile. Waited 1 week for support.
 
PLEASE!!!!!!!!!! DEV 1.4!!!!
I cant compile. Waited 1 week for support.

v1.3 already works with the latest sources. You just have to configure the project file.
 
PLEASE!!!!!!!!!! DEV 1.4!!!!
I cant compile. Waited 1 week for support.

I have compiled The Forgotten Server 0.2.8 successfully with Dev-C++ 1.3

I used these

C++ Compilers:
Code:
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__SERVER_PROTECTION__

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

If it helped give me rep :)
 
Thanks. I will try for the third time ;b

Tala:
Did you fix allowFarUse in the newest sources?
 
Omg, it does not work.
When I try to open it it says protocol80.cpp missing and some other files.
I used Tortoise SVN to download the newest, but the fucking files are missing???
then i took them from 0.2.6 sources and then it gave me 84 errors.
why cant you just release 1 damn package which got everything included?
it would help alot of ppl ;<

Edit:
When I get this to work, I swear I will write a good tutorial how to REALLY do it.
 
Last edited:
Status
Not open for further replies.
Back
Top