• 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 Problem compiling tfs

HeberPcL

[PowerOT.com.br]
Joined
Aug 21, 2007
Messages
1,292
Reaction score
51
Location
Brazil
GitHub
heberpcl
I am compiling the R1772 version 0.3.4.
After the compilation and try running the server tells me that he did not find the boost_system-mgw34-mt-1_35.dll

Compiler:
PHP:
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__

Linker:
PHP:
-O1
-lboost_system
-lgmp
-llua5.1
-lmysql
-lboost_regex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s


Who knows what can be? and how to fix?
 
Have you tried installing the Dev-Cpp from Talaturen in download->tool section?

If not, download it and then open the project and start compiling! you dont need to change Compiler nor Linker!
 
Back
Top