Package Details: osvr-steamvr-git v0.1.r342.g990f627-1

Git Clone URL: https://aur.archlinux.org/osvr-steamvr-git.git (read-only, click to copy)
Package Base: osvr-steamvr-git
Description: Driver for allowing applications written against SteamVR to work with hardware and software running with the OSVR software framework.
Upstream URL: https://github.com/OSVR/SteamVR-OSVR
Conflicts: osvr-display-git
Submitter: haagch
Maintainer: haagch (feilen, lubosz, godbyk)
Last Packager: haagch
Votes: 1
Popularity: 0.000000
First Submitted: 2015-07-29 16:08 (UTC)
Last Updated: 2017-05-03 20:49 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3

godbyk commented on 2016-03-25 16:46 (UTC)

I've backported the WriteCompilerDetectionHeader.cmake module so the project should build with older versions of cmake again.

godbyk commented on 2016-03-25 01:12 (UTC)

This error is due to a bug in the WriteCompilerDetectionHeader.cmake module found in with cmake versions 3.1.x through 3.2.x. If you upgrade to cmake version 3.3.0 or higher (or at least download a newer version of that module file), the bug has been fixed. The module was fixed in this commit: <https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=65e6b115>. I've bumped the required cmake version in the upstream SteamVR-OSVR repository to reflect this.

haagch commented on 2015-11-19 00:32 (UTC)

Hm, builds for me. Wild guess: Make sure there are no symlinks in the path to where it is build, cmake sometimes trips up with that. I don't have a HMD right now, so I can't test, but this one may apply to linux too: https://github.com/ValveSoftware/openvr/issues/37

feilen commented on 2015-11-19 00:29 (UTC)

Odd, I can build this when just using the instructions at https://github.com/OSVR/SteamVR-OSVR/tree/master checked out into a local dir, but this package doesn't build (despite working very similarly) Any ideas? Apparently it's supposed to be semi-usable now.

feilen commented on 2015-07-31 20:11 (UTC)

It appears as though there's system-wide environment variables in OpenVR that say where things are: VR_OVERRIDE = (like VR_OVERRIDE=E:\Gry\steam\steamapps\common\OpenVR on windows from a pastebin log somewhere) VR_CONFIG_PATH VR_LOG_PATH

feilen commented on 2015-07-31 20:07 (UTC)

Whoops, looks like my fault most likely. My openvr-git version was pretty old.

haagch commented on 2015-07-30 23:33 (UTC)

Looks like this can only occur when the FILE keyword is missing https://github.com/Kitware/CMake/blob/a8c3698526cfa11c61d9dfd8c0f9fa8d2c7ff10a/Modules/WriteCompilerDetectionHeader.cmake#L249 But it isn't, for me.

haagch commented on 2015-07-30 23:30 (UTC)

No idea what this means. There is write_compiler_detection_header( FILE "osvr_compiler_detection.h" PREFIX OSVR COMPILERS GNU Clang AppleClang MSVC FEATURES cxx_override cxx_noexcept ) and according to the docs that looks like everything is in order: http://www.cmake.org/cmake/help/v3.2/module/WriteCompilerDetectionHeader.html

feilen commented on 2015-07-30 23:18 (UTC)

CMake Error at /usr/share/cmake-3.2/Modules/WriteCompilerDetectionHeader.cmake:250 (message): write_compiler_detection_header: FILE parameter missing. Call Stack (most recent call first): CMakeLists.txt:37 (write_compiler_detection_header) -- Configuring incomplete, errors occurred!