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
I'm attempting to build this on Ubuntu 20.04, and I'm running into an issue:
OpenHMD.cpp: In member function ‘voidOpenHMD::printDeviceInfo()’:
OpenHMD.cpp:68:24: error: ‘OHMD_BUTTON_COUNT’ was not declared in this scope; did you mean ‘OHMD_CONTROL_COUNT’?
68 | ohmd_device_geti(hmd, OHMD_BUTTON_COUNT, bcount);
| ^~~~~~~~~~~~~~~~~
| OHMD_CONTROL_COUNT
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
I was able to build it by swapping that OHMD_CONTROL_COUNT in for OHMD_BUTTON_COUNT, but will this cause issues down the line?
The text was updated successfully, but these errors were encountered:
I'm attempting to build this on Ubuntu 20.04, and I'm running into an issue:
I was able to build it by swapping that OHMD_CONTROL_COUNT in for OHMD_BUTTON_COUNT, but will this cause issues down the line?
The text was updated successfully, but these errors were encountered: