• 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 linux compiling problems

Wraskly

Member
Joined
Jun 17, 2010
Messages
244
Reaction score
7
Configure complete, now you may type './build.sh'.
/bin/bash ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make all-am
make[1]: Entering directory `/home/shane/0.4'
CXX manager.o
CXX monsters.o
CXX mounts.o
manager.cpp: In member function ‘LuaReturn_t Manager::execute(const string&)’:
manager.cpp:507:50: error: cannot convert ‘bool’ to ‘LuaReturn_t’ in initialization
make[1]: *** [manager.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/shane/0.4'
make: *** [all] Error 2




Anyone know what i can do to fix?
 
its rev seems not be compatible with your System
a tip for not having problems compiling and using rev 3777 on Ubuntu ^ ^

never had problems like this.
 
Back
Top