Hi, I'm trying out guile-gi 0.2.2 on the Guix System by running the empty window example in https://spk121.github.io/guile-gi/Empty-Window.html#Empty-Window, but I get the following error:
★★★★★ $ guile empty-window.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/sirgazil/Escritorio/empty-window.scm ;;; WARNING: compilation of /home/sirgazil/Escritorio/empty-window.scm failed: ;;; In procedure dynamic-link: file: "libguile-gi", message: "file not found" Backtrace: 19 (primitive-load-path "gi/repository" #<procedure 7f5801…>) In gi/repository.scm: 16:0 18 (_) In ice-9/boot-9.scm: 2874:4 17 (define-module* _ #:filename _ #:pure _ #:version _ # _ …) 2071:24 16 (call-with-deferred-observers #<procedure 7f5802490000 …>) 2887:24 15 (_) 222:29 14 (map1 (((ice-9 optargs)) ((oop goops)) ((srfi #)) (#) …)) 222:29 13 (map1 (((oop goops)) ((srfi srfi-1)) ((system #)) (#) #)) 222:29 12 (map1 (((srfi srfi-1)) ((system foreign)) ((gi #)) (#))) 222:29 11 (map1 (((system foreign)) ((gi types)) ((gi #)))) 222:17 10 (map1 (((gi types)) ((gi core-generics)))) 2800:17 9 (resolve-interface (gi types) #:select _ #:hide _ # _ # …) In ice-9/threads.scm: 390:8 8 (_ _) In ice-9/boot-9.scm: 2726:13 7 (_) In ice-9/threads.scm: 390:8 6 (_ _) In ice-9/boot-9.scm: 2994:20 5 (_) 2312:4 4 (save-module-excursion #<procedure 7f58010996f0 at ice-…>) 3014:26 3 (_) In unknown file: 2 (primitive-load-path "gi/types" #<procedure 7f5801faad2…>) In gi/types.scm: 43:2 1 (_) In unknown file: 0 (load-extension "libguile-gi" "gig_init_types") ERROR: In procedure load-extension: In procedure dynamic-link: file: "libguile-gi", message: "file not found" ★★★★★ Any help welcomed, --- https://sirgazil.bitbucket.io/