openvr icon indicating copy to clipboard operation
openvr copied to clipboard

Latest version not building

Open BasvanOorschot opened this issue 4 years ago • 1 comments

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.

BasvanOorschot avatar Dec 15 '21 13:12 BasvanOorschot

See #1594 .

okawo80085 avatar Dec 15 '21 13:12 okawo80085