openvr
openvr copied to clipboard
Latest version not building
The latest version of OpenVR errors (OpenVR SDK 1.16.8, committed on Feb 25) errors when building. When cloning the repository -> making a build folder -> cmake ../ -> make, an error message appears that header files in the folder src/vcore are not recognized. This is because this folder is actually called vrcommon.
This is easily solved by changing the header references to vrcommon/headerfil.h.
The next error mentions a missing header file called assert.h.
As far as I know, there is no quick solution to this missing header file. I had to download the previous commit version to be able to build the software.
See #1594 .