bohonghuang / cl-gtk4

GTK4/Libadwaita/WebKit2 bindings for Common Lisp.
GNU Lesser General Public License v3.0
216 stars 9 forks source link

Can't install CL-GTK.WEBKIT #41

Closed Filipp-Druan closed 1 year ago

Filipp-Druan commented 1 year ago

I tried to install CL-GTK.WEBKIT and got an error:

CL-USER> (ql:quickload :cl-gtk4.webkit2/example)
To load "cl-gtk4.webkit2/example":
  Load 1 ASDF system:
    cl-gtk4.webkit2/example
; Loading "cl-gtk4.webkit2/example"
[package webkit2]

; file: /home/iam/quicklisp/dists/ultralisp/software/bohonghuang-cl-gtk4-20231015170944/webkit2.lisp
; in: GOBJECT-INTROSPECTION-WRAPPER:DEFINE-GIR-NAMESPACE "WebKit2"
;     (GOBJECT-INTROSPECTION-WRAPPER:DEFINE-GIR-NAMESPACE "WebKit2" "5.0")
; 
; caught COMMON-LISP:ERROR:
;   (during macroexpansion of (GOBJECT-INTROSPECTION-WRAPPER:DEFINE-GIR-NAMESPACE "WebKit2" ...))
;   Typelib file for namespace 'WebKit2', version '5.0' not found
; Debugger entered on #<UIOP/LISP-BUILD:COMPILE-FILE-ERROR {1005F712F3}>

Manjaro Linux. Installed: webkit2gtk, webkit2gtk-4.1, webkit2gtk-6.0,

bohonghuang commented 1 year ago
; caught COMMON-LISP:ERROR:
;   (during macroexpansion of (GOBJECT-INTROSPECTION-WRAPPER:DEFINE-GIR-NAMESPACE "WebKit2" ...))
;   Typelib file for namespace 'WebKit2', version '5.0' not found

On Manjaro Linux, the latest version is 6.0. I updated it in commit 442e238aa23c89702acf19c78397c9e609b22ea4. Thank you for the report.