Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm having a lot of trouble building #1

Open
ghost opened this issue Jun 5, 2017 · 1 comment
Open

I'm having a lot of trouble building #1

ghost opened this issue Jun 5, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 5, 2017

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
Copy link
Author

ghost commented Jun 6, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants