You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This was on Ubuntu 12 in a virtual machine. Full error is below. This was when trying to build, after setup.
The text was updated successfully, but these errors were encountered: