sensics / OSVR-RenderManager

Apache License 2.0
63 stars 45 forks source link

Build fixes for Android. #190

Closed JeroMiya closed 8 years ago

JeroMiya commented 8 years ago

Just a couple of build fixes for Android. Samples do not currently build correctly in the Android build. We may need to revisit this in the future, but I think for the most part Android RenderManager samples probably should go in the OSVR-Android-Samples anyway, rather than in this repository. I'm not sure why the missing vrpn_Shared.h include isn't breaking the non-Android build, but it is breaking the Android build.

russell-taylor commented 8 years ago

There was a separate pull request for the vrpn_Shared.h include and for an update to the VRPN submodule that was just merged. Not sure how that got by the CI tests on Linux. Can you rebase or just add the example-removal commit as a separate pull request?

JeroMiya commented 8 years ago

Sure. it's easier to just close this and open a new PR since it's such a small change.