Search Criteria
Package Details: osvr-core-git 0.2.r3092.g495648e4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/osvr-core-git.git (read-only, click to copy) |
---|---|
Package Base: | osvr-core-git |
Description: | The core libraries, applications, and plugins of the OSVR software platform. |
Upstream URL: | https://github.com/OSVR/OSVR-Core |
Submitter: | haagch |
Maintainer: | None |
Last Packager: | haagch |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2015-03-27 23:09 (UTC) |
Last Updated: | 2022-03-13 22:46 (UTC) |
Dependencies (8)
- boost (boost-gitAUR)
- discount
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libuvcAUR (libuvc-gitAUR)
- opencv (opencv-cuda)
- osvr-libfunctionality-gitAUR
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
haagch commented on 2019-01-22 13:33 (UTC)
Sorry I didn't update this so long. I don't like replacing a system wide package with an old version but fortunately there is a package opencv2-opt which installs in /opt and which the PKGBUILD now uses with -DOpenCV_DIR=/opt/opencv2/share/opencv2.
VlinkZ commented on 2018-12-22 22:08 (UTC) (edited on 2018-12-22 22:09 (UTC) by VlinkZ)
You should change the opencv dependency from
opencv
toopencv2
as the later versions of opencv cause errors in compilation.presidentwolf commented on 2018-08-18 11:54 (UTC)
How about changing the cmake to this:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DOSVR_UTIL_DEV_VERBOSE=0 -DBUILD_TESTING=0 -DBUILD_HEADER_DEPENDENCY_TESTS=0 -DCMAKE_CXX_FLAGS='-Wno-ignored-attributes' -DCMAKE_INSTALL_LIBDIR=lib ../osvr-core
This works for me.
haagch commented on 2018-07-26 21:22 (UTC)
Yea I don't know what's wrong.
The commit is not removed btw it's just not in any branch, it was part of a pull request that didn't get merged. It basically just disables the one warning that is produced so much by gcc compiling the Eigen code: https://github.com/OSVR/OSVR-Core/commit/3b5e3a6f3132afbdaf251161ba3b3d03c790f45f
Maybe it really has to do with the amount of warnings.
presidentwolf commented on 2018-07-26 21:12 (UTC)
I'm getting a segfault during the build of the Unified Video Inertial Tracker plugin. Looks to be something inside the Eigen library.
https://gist.github.com/rabidlogic/a89ebc29736ee32eafda1c22ea13aed0
morguldir commented on 2018-07-20 23:28 (UTC)
It looks like they deleted the branch the commit was in.
However the commit is still needed to build, you should create a patch for it.
haagch commented on 2018-07-17 17:32 (UTC)
Interesting, I guess the commit is only downloaded with git fetch --all or so. Anyway, the commit should be completely optional, so I commented it out in the PKGBUILD. It just disables a warning.
The weird thing is that I could not build osvr-core and only saw lots of these warnings, so I disabled them and suddenly it built...
presidentwolf commented on 2018-07-17 16:45 (UTC)
Good Afternoon,
I've been getting a bad object error on the build.
fatal: bad object 3b5e3a6f3132afbdaf251161ba3b3d03c790f45f
de-vries commented on 2018-04-05 21:39 (UTC)
Howdy, it's probably better to depend on
libuvc
instead oflibuvc-git
. Both are now available on the AUR and the git one also provideslibuvc
(always has).haagch commented on 2017-01-31 08:57 (UTC)
« First ‹ Previous 1 2 3 4 5 6 Next › Last »