• 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 Cant compile 0.2.9 R1

Erikas Kontenis

Excellent OT User
Joined
Jul 3, 2009
Messages
1,938
Reaction score
682
Location
Lithuania
i just downloaded pure sources i didint edit them at all and i getting this error, with windows i can compile it without any errors, but with linux somewhy i cant mayby i need update something? please help.

and i getting this error and i cant also compile 0.2.9. (0.2.10 distribution i can compile fine.)

Code:
g++ -I. -I/usr/include/libxml2 -I /usr/include/lua5.1 -D_THREAD_SAFE -D_REENTRANT -D__NO_HOMEDIR_CONF__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__USE_MYSQL__ -D__USE_SQLITE__ -Werror -Wall -O2 -c ioguild.cpp
cc1plus: warnings being treated as errors
ioguild.cpp: In member function 'bool IOGuild::joinGuild(Player*, uint32_t)':
ioguild.cpp:233: error: comparison between signed and unsigned integer expressions
make: *** [ioguild.o] Error 1
 
Back
Top