Package Details: openmw-vr-git r29818.cac0667193-1

Git Clone URL: https://aur.archlinux.org/openmw-vr-git.git (read-only, click to copy)
Package Base: openmw-vr-git
Description: An open-source engine reimplementation for the role-playing game Morrowind, fork with OpenXR VR support.
Upstream URL: https://gitlab.com/madsbuvi/openmw
Licenses: custom, GPL3, MIT
Conflicts: openmw-git, openmw-vr
Provides: openmw-git, openmw-vr
Submitter: haagch
Maintainer: haagch
Last Packager: haagch
Votes: 2
Popularity: 0.000110
First Submitted: 2021-06-18 13:56 (UTC)
Last Updated: 2024-12-18 17:45 (UTC)

Latest Comments

Patola commented on 2025-10-22 04:35 (UTC)

I don't understand. What's wrong with this package? First, it always require me to edit its PKGFILE and add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the cmake parameters, otherwise it won't compile. Second, now it's making trouble with my boost 1.89:

-- Checking if OSG supports multiview
Osg does not support multiview, disabling use of GL_OVR_multiview
CMake Error at /usr/lib/cmake/Boost-1.89.0/BoostConfig.cmake:141 (find_package):
  Could not find a package configuration file provided by "boost_system"
  (requested version 1.89.0) with any of the following names:

    boost_systemConfig.cmake
    boost_system-config.cmake

  Add the installation prefix of "boost_system" to CMAKE_PREFIX_PATH or set
  "boost_system_DIR" to a directory containing one of the above files.  If
  "boost_system" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/Boost-1.89.0/BoostConfig.cmake:262 (boost_find_component)
  CMakeLists.txt:471 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

What should I install for that to work? I have boost 1.89 and boost-libs 1.89. And of course, I need to link these otherwise it won't work:

[6:34] [9095] [patola@risadinha /tmp]% openmw_vr
openmw_vr: error while loading shared libraries: libboost_program_options.so.1.88.0: cannot open shared object file: No such file or directory

Patola commented on 2025-05-30 09:59 (UTC)

It's compiling now. Great! And working correctly. Thanks for whoever make that possible! :D

Patola commented on 2025-05-20 08:34 (UTC)

Any news on this package? Still not compiling...

purpuru commented on 2024-12-17 08:33 (UTC)

I'm actually the reason this package exists, @haagch was kind enough to make it for me but unfortunately it didn't build due to non-deterministic issues.

I'm now on nixos and working on a flake/derivation that should build on any system with the nix package manager installed, like arch.

I'd love some help / testing https://github.com/bndlfm/OpenMW-VR_Nix/

Patola commented on 2024-12-12 03:28 (UTC)

Filed a bug report on the openmw-vr gitlab https://gitlab.com/madsbuvi/openmw/-/issues/185

Patola commented on 2024-11-29 18:47 (UTC)

It's not compiling... Again. Main error: no member named 'sort' in namespace 'std' clang 18 is installed.

Compilation log: https://gist.github.com/Patola/1a2f19f0100888a2e39aeb9a229f53a2

scribwalker commented on 2023-02-28 19:15 (UTC) (edited on 2023-02-28 19:18 (UTC) by scribwalker)

The installation currently fails in the package() stage due to a recent change of the configuration file settings-overrides.cfg. It is now packaged as overrides.bin.

See commit: https://gitlab.com/madsbuvi/openmw/-/commit/0f00231c0ffa92666c04069fb4eea9968758c184

Therefore line 51 needs to be changed to:

install "$srcdir"/openmw/build/overrides.bin "$pkgdir"/etc/openmw/overrides.bin

After that the package can be installed correctly.

Patola commented on 2022-06-21 21:36 (UTC)

It's not compiling.

https://pastebin.com/xNi8Xijw -- log of compilation attempt