nwg-piotr / nwg-menu

MenuStart plugin to nwg-panel, also capable of working standalone
MIT License
58 stars 4 forks source link

[Bug] Build error at gotk3/gdk: 'undefined: callback' - needs an upgrade to v0.6.4.1 #23

Closed tkapias closed 2 weeks ago

tkapias commented 3 weeks ago

I had this error when building on a Debian/testing with go 1.22:

# github.com/gotk3/gotk3/gdk
../../../../go/pkg/mod/github.com/gotk3/gotk3@v0.6.4/gdk/gdk_since_3_22.go:140:180: undefined: callback
make: *** [Makefile:13 : build] Erreur 1

The same issue with a solution is explained in this gotk3 thread:

There is a fix in tag v0.6.4.1. The version needs to be specified because latest is still v0.6.4 and does not work.

nwg-piotr commented 3 weeks ago

I'll fix tonight,