Todd, I think it's bit-rot. There are other Raku bindings of gdk-3 and most developer attention is on gdk-4.
Also you work on Windows. The gdk to windows interface is tricky because the Raku interface is on top of the OS library. So the OS library has to be installed correctly. Richard On Mon, 4 May 2026, 09:14 ToddAndMargo via perl6-users, < [email protected]> wrote: > > > > >> On 4 May 2026, at 09:44, ToddAndMargo via perl6-users < > [email protected]> wrote: > >> > >> Hi All, > >> > >> Fedora 43 > >> rakudo-pkg-2026.3.0-01.x86_6 > >> > >> > >> Anyone get Gnome::Gtk3 to install? > >> > >> > >> $ zef install Gnome::Gtk3 > >> ===> Searching for: Gnome::Gtk3 > >> ===> Searching for missing dependencies: Gnome::Gdk3:api<1>, > Gnome::Cairo:api<1> > >> ===> Testing: Gnome::Cairo:ver<0.3.0>:auth<cpan:MARTIMM>:api<1> > >> ===> Testing [OK] for Gnome::Cairo:ver<0.3.0>:auth<cpan:MARTIMM>:api<1> > >> ===> Testing: Gnome::Gdk3:ver<0.20.0>:api<1> > >> [Gnome::Gdk3] Saw 1 occurrence of deprecated code. > >> [Gnome::Gdk3] > ================================================================================ > >> [Gnome::Gdk3] Method Str (from Distribution::Resource) seen at: > >> [Gnome::Gdk3] > /home/tony/.zef/tmp/Gnome%3A%3AGdk3%3Aver%3C0.20.0%3E%3Aauth%3Ccpan%3AMARTIMM%3E%3Aapi%3C1%3E.tar.gz/gnome-gdk3-0.20.0/lib/Gnome/Gdk3/Pixbuf.rakumod > (Gnome::Gdk3::Pixbuf), line 321 > >> [Gnome::Gdk3] Please use %?RESOURCES<key> directly instead. > >> [Gnome::Gdk3] > -------------------------------------------------------------------------------- > >> [Gnome::Gdk3] Please contact the author to have these occurrences of > deprecated code > >> [Gnome::Gdk3] adapted, so that this message will disappear! > >> [Gnome::Gdk3] # rgb: 32 > >> [Gnome::Gdk3] # blue pix: 255 0 8 > >> [Gnome::Gdk3] # green pix: 65280 8 8 > >> [Gnome::Gdk3] # red pix: 16711680 16 8 > >> [Gnome::Gdk3] # display name: :0.0 > >> [Gnome::Gdk3] # display name: :0.0 > >> [Gnome::Gdk3] # visual type: GDK_VISUAL_TRUE_COLOR > >> ===> Testing [OK] for Gnome::Gdk3:ver<0.20.0>:api<1> > >> ===> Testing: Gnome::Gtk3:ver<0.49.1>:auth<zef:martimm>:api<1> > >> > >> Repeats over and over > >> > >> Yours in Confusion, > >> -T > > > > I just posted on his site: > https://github.com/MARTIMM/gnome-gtk3/issues/32 > > I was hoping it was just something dumb I was doing. >
