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

Joined
Jul 16, 2016
Messages
26
Reaction score
1
Location
Egypt
make all-am
make[1]: Entering directory `/home/source'
CXX status.o
CXX talkaction.o
status.cpp: In member function ‘std::string Status::getStatusString(bool) const’:
status.cpp:129:23: error: ‘connectionCount’ is not a member of ‘Connection’
status.cpp: In member function ‘void Status::getInfo(uint32_t, OutputMessage_ptr, NetworkMessage&) const’:
status.cpp:227:25: error: ‘connectionCount’ is not a member of ‘Connection’
make[1]: *** [status.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/source'
make: *** [all] Error 2
can someone help me to fix the error please?
 
Back
Top