quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
415 stars 47 forks source link

Please add cl-gtk4 #2217

Open bohonghuang opened 2 years ago

bohonghuang commented 2 years ago

This project contains the bindings to GTK4/Libadwaita/WebKit2GTK, available at: https://github.com/bohonghuang/cl-gtk4

quicklisp commented 2 years ago

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?

bohonghuang commented 2 years ago

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? packages

quicklisp commented 2 years ago

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: @.***>

quicklisp commented 1 year ago

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.

bohonghuang commented 1 year ago

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?

quicklisp commented 1 year ago

gir1.2-gtk4.0 isn't available.