larsiusprime / SteamWrap

Haxe native extension for the Steam API
MIT License
106 stars 44 forks source link

Linux: UINT64_MAX was not declared in this scope #7

Open steverichey opened 8 years ago

steverichey commented 8 years ago

This was on Ubuntu 12 in a virtual machine. Full error is below. This was when trying to build, after setup.

Error: While running :g++ -Iinclude -c -fvisibility=hidden -O2 -fpic -fPIC -DHX_LINUX -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=0 -m32 -I/home/dev/haxelib/hxcpp/3,3,49/include -c -fvisibility=hidden -O2 -fpic -fPIC -DHX_LINUX -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=0 -m32 -I/home/dev/haxelib/hxcpp/3,3,49/include -x c++ -frtti -Wno-invalid-offsetof -frtti -Wno-invalid-offsetof ./SteamWrap.cpp -o/home/dev/haxelib/steamwrap/git/native/obj/linux/c2f0f211_SteamWrap.o
./SteamWrap.cpp: In function ‘int SteamWrap_GetDigitalActionData(int, int)’:
./SteamWrap.cpp:981:96: error: ‘UINT64_MAX’ was not declared in this scope
./SteamWrap.cpp: In function ‘int SteamWrap_GetAnalogActionData(int, int)’:
./SteamWrap.cpp:1009:96: error: ‘UINT64_MAX’ was not declared in this scope
./SteamWrap.cpp: In function ‘int SteamWrap_ActivateActionSet(int, int)’:
./SteamWrap.cpp:1101:96: error: ‘UINT64_MAX’ was not declared in this scope
./SteamWrap.cpp: In function ‘int SteamWrap_GetCurrentActionSet(int)’:
./SteamWrap.cpp:1113:96: error: ‘UINT64_MAX’ was not declared in this scope
./SteamWrap.cpp: In function ‘void SteamWrap_TriggerHapticPulse(int, int, int)’:
./SteamWrap.cpp:1122:96: error: ‘UINT64_MAX’ was not declared in this scope
./SteamWrap.cpp: In function ‘void SteamWrap_TriggerRepeatedHapticPulse(int, int, int, int, int, int)’:
./SteamWrap.cpp:1138:96: error: ‘UINT64_MAX’ was not declared in this scope