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

TFS 0.4 R.3884 With Guild War System

You can easily compile it by yourself.

I tried but I get errors and i dont know how to fix them

this is the error
HTML:
mingw32-make -f "C:\Users\Vendeliko\Desktop\trunk.r3884\dev-cpp\Makefile.win" all
g++.exe -c ../otserv.cpp -o obj//otserv.o -I"C:/Users/Beata/Desktop/Stian's Repack Dev-Cpp 0.2, 64bit/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -O2   -fexpensive-optimizations -O1

../otserv.cpp:87: error: expected constructor, destructor, or type conversion before '*' token

../otserv.cpp: In function 'void otserv(StringVec, ServiceManager*)':
../otserv.cpp:545: error: 'g_RSA' was not declared in this scope

../otserv.cpp:545: error: 'RSA_new' was not declared in this scope

../otserv.cpp:547: error: 'BN_dec2bn' was not declared in this scope

../otserv.cpp:555: error: 'RSA_check_key' was not declared in this scope

../otserv.cpp:560: error: 'ERR_load_crypto_strings' was not declared in this scope

../otserv.cpp:561: error: 'ERR_get_error' was not declared in this scope

../otserv.cpp:561: error: 'ERR_error_string' was not declared in this scope

mingw32-make: *** [obj//otserv.o] Error 1

Execution terminated
 
Last edited:
Back
Top