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

Compiling Ubuntu error on command Make

vBzone

Banned User
Joined
Mar 1, 2009
Messages
119
Reaction score
0
PHP:
root@server88-208-193-93:/home/neveria/neveria# make -j 2
make  all-am
make[1]: Entering directory `/home/neveria/neveria'
  CXX    actions.o
  CXX    beds.o
cc1plus: warnings being treated as errors
In file included from actions.cpp:24:
monster.h: In member function قbool Monster::hasRecentBattle() constق:
monster.h:82: error: comparison between signed and unsigned integer expressions
cc1plus: warnings being treated as errors
In file included from spawn.h:26,
                 from game.h:28,
                 from beds.cpp:25:
monster.h: In member function قbool Monster::hasRecentBattle() constق:
monster.h:82: error: comparison between signed and unsigned integer expressions
make[1]: *** [beds.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [actions.o] Error 1
make[1]: Leaving directory `/home/neveria/neveria'
make: *** [all] Error 2
i will rep++
 
Back
Top