• 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 TFS 0.4 : Debian 5.0 / GCC 4.3 / Boost 1.43

Status
Not open for further replies.

Lessaire

Omniscient Hypervisor
Joined
Dec 29, 2009
Messages
1,264
Solutions
46
Reaction score
462
Location
Oregon
make[1]: Entering directory `/home/xaekai/source'
^
all seemed fine
V
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__WAR_SYSTEM__ -D__ROOT_PERMISSION__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -g -O2 -pipe -march=native -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.cpp
status.cpp: In member function ‘std::string Status::getStatusString(bool) const’:
status.cpp:138: error: ‘connectionCount’ is not a member of ‘Connection’
status.cpp: In member function ‘void Status::getInfo(uint32_t, OutputMessage_ptr, NetworkMessage&) const’:
status.cpp:236: error: ‘connectionCount’ is not a member of ‘Connection’

make[1]: *** [status.o] Error 1
make[1]: Leaving directory `/home/xaekai/source'
make: *** [all] Error 2
debian:/home/xaekai/source#

=/ is this because boost wasn't built with MPI or what? Never had TFS get so far into compiling and fail.
 
So yeah, --enable-server-diag solved it. The previous staffmembers of the project never heard of a f@cking changelog on their source edits. -.-

Closed.
 
Status
Not open for further replies.
Back
Top