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've tried both the standalone C-make application and MS Visual Studio and I just can't get this project to build successfully, it always seems to be an issue with Boost.
` CMake Error in CMakeLists.txt:
Imported target "osvr::osvrClientKitCpp" includes non-existent path
"Boost_INCLUDE_DIR-NOTFOUND"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.`
Any help getting this to compile would be great, thanks in advance.
The text was updated successfully, but these errors were encountered:
I got past the problems with Boost by downloading Boost version 1.57.0 and running cd Downloads/boost_1_57_0 bootstrap.bat
followed by bjam --build-type=complete --prefix=C:\Boost install
It looks like most of the outrageous errors are fixed, although I did have to delete a few lines from the cmakelists.txt file pertaining to the HIDAPI, which is now the major problem I'm having. Luckily I think I'll have this fixed in the near future, so hopefully I'll end up not needing any help on this (yet).
I've tried both the standalone C-make application and MS Visual Studio and I just can't get this project to build successfully, it always seems to be an issue with Boost.
` CMake Error in CMakeLists.txt:
Imported target "osvr::osvrClientKitCpp" includes non-existent path
Any help getting this to compile would be great, thanks in advance.
The text was updated successfully, but these errors were encountered: