Open ghost opened 7 years ago
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.