Trying to get game editor packaged for playdeb.net, but getting this error:
- Code: Select all
#ifdef SDL_HAS_64BIT_TYPE
typedef SDL_HAS_64BIT_TYPE S64;
typedef unsigned SDL_HAS_64BIT_TYPE U64;
#else
//#error No 64-bit integer. //maks
#endif
this code results in this error:
../util/gltypes.h:83: error: expected unqualified-id before numeric constant
../util/gltypes.h:84: error: expected unqualified-id before numeric constant
Any ideas: