ChristophHaag / SteamVR-OpenHMD

SteamVR plugin for using OpenHMD drivers in SteamVR
Boost Software License 1.0
195 stars 32 forks source link

errors with "needed by /usr/lib/libopencv_viz.so.4.5.2" #65

Open Gladox114 opened 3 years ago

Gladox114 commented 3 years ago

So I am not sure how to compile it exactly for Manjaro Gnome with an another version of OpenHMD so all I did was replacing that branch with the current submodule but I get errors when compiling.

I did the exact same thing and on the command "make" it gives this error. https://hastebin.com/zuturokiza.sql

edit: I have no problems compiling the OpenHMD-kalman alone with meson. But noticed that it doesn't work with cmake so this project has nothing to do with it.

Gladox114 commented 3 years ago

compiling everything with meson gives me another error that prevents me from compiling it. last command was "ninja -C build" https://hastebin.com/abazulupig.cpp

one command previous was "meson -Dbuildtype=release build" https://hastebin.com/pahanomida.yaml

I tried to follow his guide https://noraisin.net/diary/?p=1033

thaytan commented 3 years ago

There are no errors in your meson build that I can see. The build completed successfully.

Gladox114 commented 3 years ago

There are no errors in your meson build that I can see. The build completed successfully.

Well I thought these are errors because steam can't find my device. I did this now 3 times again and 1 out of 3 steam said that some add-ons crashed. The rest steamVR just says that I need to plugin my VR headset.

The AUR "steamvr-openhmd-git" worked but it has no tracking so this means the AUR does something I didn't do maybe

Edit: forgot to mention that for every build and register.sh I logged out and in or restarted my PC to hope it works.