• 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 Compiling TFS for ubuntu, please help

abes800

Experienced Member
Joined
Sep 3, 2010
Messages
2,038
Reaction score
132
Location
Sweden
I'm trying to compile TFS 0.4 with Ubuntu but after "make -j 2" I get:

Code:
iomap.cpp: In member function âbool IOMap::loadMap(Map*, const std::string&)â:
iomap.cpp:574: error: invalid conversion from âuint32_tâ to âtileflags_tâ
iomap.cpp:574: error:   initializing argument 1 of âvoid Tile::setFlag(tileflags_t)â
iologindata.cpp: In member function âbool IOLoginData::savePlayer(Player*, bool, bool)â:
iologindata.cpp:981: error: âquery_insertâ was not declared in this scope
iologindata.cpp:1028: error: âbufferâ was not declared in this scope
iologindata.cpp:1053: error: âbufferâ was not declared in this scope
iologindata.cpp:1083: error: âbufferâ was not declared in this scope
iologindata.cpp:1085: error: âbufferâ was not declared in this scope
iologindata.cpp:1087: error: âbufferâ was not declared in this scope
make[1]: *** [iomap.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [iologindata.o] Error 1
make[1]: Leaving directory `/home/zalvera/tfs'
make: *** [all] Error 2

Tried with both Ubuntu 10.04 and 10.10 (64bit).
 
Last edited:
Back
Top