/xxx/sunwellcore/dep/recastnavigation/Detour/DetourNavMesh.h:33:32: fatal error:
typedef redefinition with different types ('uint64_t' (aka
'unsigned long long') vs 'ACE_UINT64' (aka 'unsigned long'))
typedef uint64_t uint64;
^
In file included from /xxx/sunwellcore/src/server/game/PrecompiledHeaders/gamePCH.h:3:
In file included from /xxx/sunwellcore/src/server/game/Server/WorldSocket.h:41:
In file included from /xxx/sunwellcore/src/server/shared/Common.h:62:
/xxx/sunwellcore/src/server/shared/Define.h:85:20: note:
previous definition is here
typedef ACE_UINT64 uint64;
^
Extra: Also lots of deprecation warnings for this function:
/xxx/sunwellcore/src/server/shared/Common.h:137:45: warning:
'finite' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
inline float finiteAlways(float f) { return finite(f) ? f : 0.0f; }
^
Extra: Also lots of deprecation warnings for this function: