• 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 Error with compiling tfs 0.3.6 pl1

Tuchol

falania.com
Joined
Nov 21, 2008
Messages
387
Reaction score
13
Location
Uzbekistan
i want to compile tfs 0.3.6pl1 on ubuntu server 9.10 64-bits but:

PHP:
otsystem.h:79:11: error: missing binary operator before token "_MSC_VER"
what's wrong?
 
I managed to compile it when removing:

#elif def _MSC_VER
#define __OTSERV_FUNCTION__ __FUNCDNAME__


from otsystem.h


_MSC_VER is probably something with microsoft, i guess it aint necessary :p

i only got this error in 0.3.6, not in 0.3.6pl1.
 
Back
Top