Topic: Error in compiling on unix
src/game/server/player.cpp:15: warning: ignoring #pragma comment
In file included from /usr/include/fcntl.h:34,
from /usr/local/include/my_global.h:348,
from src/game/server/player.cpp:10:
/usr/include/bits/fcntl.h:264: error: 'SSIZE_T' does not name a type
/usr/include/bits/fcntl.h:274: error: 'SSIZE_T' does not name a type
/usr/include/bits/fcntl.h:278: error: 'SSIZE_T' does not name a type
/usr/include/bits/fcntl.h:283: error: 'SSIZE_T' does not name a type
In file included from src/game/server/player.cpp:10:
/usr/local/include/my_global.h: In function 'double rint(double)':
/usr/local/include/my_global.h:1459: error: 'double rint(double)' was declared 'extern' and later 'static'
/usr/include/bits/mathcalls.h:280: error: previous declaration of 'double rint(double)'
On windows everything compiles fine.