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

sosnix

New Member
Joined
Jun 6, 2008
Messages
3
Reaction score
0
root@ks359244:~/Desktop/Pobrania/forgottenserver# make
rm -rf *.o
g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -O1 -c account.cpp
g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -O1 -c actions.cpp
In file included from iologindata.h:27,
from game.h:37,
from actions.cpp:27:
database.h:34:25: error: mysql/mysql.h: Nie ma takiego pliku ani katalogu
database.h:129: error: 'MYSQL_ROW' has not been declared
make: *** [actions.o] Błąd 1


I cant compile tfs. Please help me.
Best regards!
 
Back
Top