Compiling Sphere Server Linux [DEBUG]... 09-09-2016 Current build revision: 199 (GIT hash: c9093a2) Compiler Flags: g++ -c -Wall -Wno-unknown-pragmas -Wno-invalid-offsetof -Wno-unused-but-set-variable -Wno-switch -Wno-unused-variable -pipe -fexceptions -fnon-call-exceptions -s -ggdb3 -O0 -fno-expensive-optimizations -fno-omit-frame-pointer -ffast-math -fpermissive -march=i686 -m32 -I./src/common -I/usr/include/mysql -DGRAY_SVR -D_CONSOLE -D_REENTRANT -D_LINUX -D_NIGHTLYBUILD -D_MTNETWORK -D_DEBUG -DTHREAD_TRACK_CALLSTACK Compiling src/graysvr/CAccount.cpp In file included from src/graysvr/../common/CException.h:5:0, from src/graysvr/../common/graycom.h:143, from src/graysvr/graysvr.h:27, from src/graysvr/CAccount.cpp:1: src/graysvr/../common/../sphere/threads.h: In member function ‘void AbstractSphereThread::pushStackCall(const char*)’: src/graysvr/../common/../sphere/threads.h:209:40: error: ‘::GetTickCount’ has not been declared m_stackInfo[m_stackPos].startTime = ::GetTickCount(); ^ make: *** [src/graysvr/CAccount.o] Error 1 Sphere Server Linux [DEBUG] Complete