sensics / OSVR-EmulatedDevices

Plugins for emulated devices
Apache License 2.0
4 stars 0 forks source link

I'm having a lot of trouble building #1

Open ghost opened 7 years ago

ghost commented 7 years ago

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.

ghost commented 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).