bitfighter custom server
so i got the svn, did what needed to be done beforehand
and got to cd bitfighter
in Bitfighter, when i typed in Make, i got this
max@ubuntux8:~/bitfighter$ make
make[1]: Entering directory `/home/max/bitfighter/tnl'
g++ -g -DTNL_ENABLE_LOGGING -I../libtomcrypt/src/headers -I../libtomcrypt -c assert.cpp
assert.cpp: In function ‘const char* TNL::avar(const char*, ...)’:
assert.cpp:81: error: ‘vsnprintf’ was not declared in this scope
make[1]: *** [assert.o] Error 1
make[1]: Leaving directory `/home/max/bitfighter/tnl'
make: *** [default] Error 2
do I have to modify any files before I make it? or can i go directly to building the game right after i get the source code? If I don't have to mod any files, why do I get this error?
Sorry if i'm confusing or am just a plain newbie at this. This is my first time compiling something