Package Details: monado 24.0.0-2

Git Clone URL: https://aur.archlinux.org/monado.git (read-only, click to copy)
Package Base: monado
Description: An open source OpenXR runtime
Upstream URL: https://monado.dev/
Licenses: BSL-1.0
Provides: openxr-runtime
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 4
Popularity: 0.006680
First Submitted: 2021-02-16 02:03 (UTC)
Last Updated: 2025-01-14 19:36 (UTC)

Latest Comments

1 2 Next › Last »

dbermond commented on 2025-02-02 18:48 (UTC)

@MrDev023 I cannot reproduce your issue. I have just checked, and the package is building fine. AUR helpers are not supported, use makepkg.

MrDev023 commented on 2025-02-02 17:20 (UTC)

I can't compile the packages

/home/noctis/.cache/paru/clone/monado/src/monado-v24.0.0/src/xrt/drivers/qwerty/qwerty_sdl.c:30:21: erreur: déclaration implicite de la fonction « strcmp » [-Wimplicit-function-declaration] 30 | if (strcmp(tracker_name, QWERTY_HMD_TRACKER_STR) == 0 || | ^~ /home/noctis/.cache/paru/clone/monado/src/monado-v24.0.0/src/xrt/drivers/qwerty/qwerty_sdl.c:15:1: note: incluez « <string.h> » ou fournissez une déclaration de « strcmp »

dbermond commented on 2025-01-14 19:37 (UTC)

@Dewedin implemented.

Dewedin commented on 2025-01-14 08:11 (UTC)

Please include the cmake option -DXRT_HAVE_SYSTEM_CJSON:BOOL='OFF' Without this, games running from Steam with OpenComposite are unable to load Monado. I have verified that building with this option resolves the issue for this package (and I did already have the cjson package installed to the system too so that on its own did not resolve it, probably a quirk with Steam's pressure-vessel game containerisation). The solution is taken from this tutorial which states 'If there is an error related to libcjson.so.1 you will need to build Monado with the cmake option -DXRT_HAVE_SYSTEM_CJSON=off.'

Perdu commented on 2024-12-14 19:07 (UTC) (edited on 2024-12-14 19:32 (UTC) by Perdu)

Edit: Never mind, it's a problem with the librealsense AUR package

dbermond commented on 2024-10-07 18:47 (UTC)

@Perdu I've just checked, and the package is building fine. Using librealsense stable version 2.55.1.

Perdu commented on 2024-10-06 10:43 (UTC)

Build fails:

CMake Error at /lib/cmake/realsense2/realsense2Config.cmake:11 (message):
  File or directory //include referenced by variable realsense2_INCLUDE_DIR
  does not exist !
Call Stack (most recent call first):
  /lib/cmake/realsense2/realsense2Config.cmake:33 (set_and_check)
  CMakeLists.txt:109 (find_package)

(with librealsense, as librealsense-git fails build as well)

dbermond commented on 2024-05-15 00:39 (UTC)

@seeseemelk That's due to libsurvive dependencies being updated. Needed to update it here too. Package updated, now building fine. Thanks for pointing this.

seeseemelk commented on 2024-05-14 12:21 (UTC)

I could not get this to build until I installed the package cnmatrix. Missing dependency?