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

Build issue #45

Open
rebokdev opened this issue Dec 7, 2022 · 3 comments
Open

Build issue #45

rebokdev opened this issue Dec 7, 2022 · 3 comments

Comments

@rebokdev
Copy link

rebokdev commented Dec 7, 2022

I'm building using the readme.md from samples and i get this:

/home/rebok/LinusTrinus/samples/driver_linus_trinus/watchdog.cpp:58:45: error: no matching function for call to ‘vr::IVRWatchdogHost::WatchdogWakeUp(vr::ETrackedDeviceClass)’
58 | vr::VRWatchdogHost()->WatchdogWakeUp(vr::TrackedDeviceClass_HMD);

@GabJustGab
Copy link

Quite late with the answer, but I just got that error as well. Apparently, you need to download the latest version of the OpenVR headers and not the ones specified on the README.md in the samples folder, it seems to solve the issue (at least in my case)

@rebokdev
Copy link
Author

rebokdev commented Feb 6, 2023

now i got

/usr/bin/ld: cannot find -lOPENVR_LIBRARIES-NOTFOUND: No such file or directory

maybe that cause i didn't install openvr
but i don't know how
i have searched for this package in fedora repo and coprs and i can't find

@SnowyJune678
Copy link
Contributor

Yup, its not in Fedora repos - https://pkgs.org/search/?q=openvr

I recommend using a Distrobox (https://github.com/89luca89/distrobox) container with Arch Linux, and use pacman -S to install the dependencies and compile within the container.

SteamVR Home is kinda wonky, everything is blue, but I'm not sure if that has anything to do with this.

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

3 participants