OSVR / Homebrew-OSVR

Mac OS X Homebrew tap for OSVR
14 stars 9 forks source link

OSVR Tracker Viewer fails because of open-scene-graph dependency #7

Open enilsen16 opened 8 years ago

enilsen16 commented 8 years ago

It looks like open-scene-graph doesn't support OS X 10.11. https://github.com/Homebrew/homebrew/issues/46372

Is there any other way to install the Tracker Viewer on OS X?

rpavlik commented 8 years ago

Well, openscenegraph is a required dependency: tracker viewer is a pretty simple application combining OSVR and OSG. The options are presumably either manually building OSG to work around the build issue you linked to, or resolve the upstream issue. Given that openscenegraph is an active project (as is homebrew) it's probably safe to assume that 10.11 fixes will arrive to those projects at some point if you can't do it. (Unfortunately, lacking a Mac myself, I can't do it.)

enilsen16 commented 8 years ago

Homebrew has a PR in the works - https://github.com/Homebrew/homebrew/pull/46776

gching commented 8 years ago

@enilsen16 Building OSG manually worked for me and I got Tracker Viewer working. Try that if you can't wait :>

d235j commented 8 years ago

@gching @enilsen16 which source code did you use, latest from repo? If so, can you try doing brew install open-scene-graph --HEAD? This should install the latest version of OSG from source.

gching commented 8 years ago

@d235j I used specifically OSG 3.4.0 back in December, but running into other problems such as not being able to detect the HMD so can't really test it out. I'll try building it with the latest version when I can!

enilsen16 commented 8 years ago

Yeah if brew install open-scene-graph --HEAD works we should update the formula. :smile: