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

Linux Tfs 0.4 r3777 CAST.

Nekiro

Legendary OT User
TFS Developer
Joined
Sep 7, 2015
Messages
2,684
Solutions
127
Reaction score
2,129
Hello, im searching for cast system to tfs 0.4 r3777. I cant find anywhere. Someone maybe know where can I get this system ?:)

Thank you, thexamx.
 
Im getting error while compiling. I searched for error in google and found solution but its not working for me.
r3884

after using:
Code:
./autogen.sh && ./configure --enable-sqlite --enable-mysql --enable-root-permission --enable-server-diag && ./build.sh

Error:
8601100a696bfa998c6866c7d5ee174c.png
 
Im getting error while compiling. I searched for error in google and found solution but its not working for me.
r3884

after using:
Code:
./autogen.sh && ./configure --enable-sqlite --enable-mysql --enable-root-permission --enable-server-diag && ./build.sh

Error:
8601100a696bfa998c6866c7d5ee174c.png

I mostly use this: https://otland.net/threads/compiling-simple-otserv-msvc-2010-linux-compiling-the-source.218342/
Code:
aptitude install autoconf libxml2-dev liblua5.1-0-dev g++ libgmp3-dev libboost-filesystem1.49-dev libboost-system1.49-dev libboost-regex1.49-dev libboost-thread1.49-dev make libsqlite3-dev libmysqlclient15-dev mysql-server liblua5.1-sql-mysql-dev
 
I found like 3 sources with cast, none of them are compiling on linux. Errors everywhere...
 
Back
Top