Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux: UINT64_MAX was not declared in this scope #7

Open
steverichey opened this issue Jun 5, 2016 · 0 comments
Open

Linux: UINT64_MAX was not declared in this scope #7

steverichey opened this issue Jun 5, 2016 · 0 comments

Comments

@steverichey
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant