quicklisp-projects
quicklisp-projects copied to clipboard
Please add cl-gtk4
This project contains the bindings to GTK4/Libadwaita/WebKit2GTK, available at: https://github.com/bohonghuang/cl-gtk4
I get this:
Typelib file for namespace 'Gtk', version '4.0' not found
How can I get that installed on a Debian 10 system? Is it possible?
I get this:
Typelib file for namespace 'Gtk', version '4.0' not found
How can I get that installed on a Debian 10 system? Is it possible?
Can you have all these packages installed and retry loading the library?
Hmm, those aren't visible in my Debian 10 install. Maybe it's time for me to upgrade...
On Sun, Sep 25, 2022 at 8:18 PM bohonghuang @.***> wrote:
I get this:
Typelib file for namespace 'Gtk', version '4.0' not found
How can I get that installed on a Debian 10 system? Is it possible?
Can you have all these packages installed and retry loading the library? [image: packages] https://user-images.githubusercontent.com/11132087/192172313-90f514fa-f898-418c-9beb-2c9daca1cf25.png
— Reply to this email directly, view it on GitHub https://github.com/quicklisp/quicklisp-projects/issues/2217#issuecomment-1257320176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPNLPRTCEJP4CMIPGTTHTWADTULANCNFSM6AAAAAAQP7KE34 . You are receiving this because you commented.Message ID: @.***>
Ok, this doesn't work even with a more recent Debian. It will have to wait a bit so I can figure out how to get gtk4 into my build environment.
Ok, this doesn't work even with a more recent Debian. It will have to wait a bit so I can figure out how to get gtk4 into my build environment.
gir1.2-gtk4.0
seems to be the mandatory package for Debian to compile cl-gtk4. Is this package available in your system?
gir1.2-gtk4.0 isn't available.