We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am trying to build glade.go from gotk3-examples. However, it fails with error message
go build glade.go # github.com/gotk3/gotk3/gdk ../../../go/pkg/mod/github.com/gotk3/[email protected]/gdk/gdk_since_3_22.go:140:180: undefined: callback
build environment is:
go version go1.22.2 linux/amd64 gotk3 v0.6.4 Ubuntu 24.04.1 LTS
However, it goes well with
go build -tags gtk_3_10
Is there any problem in my build command?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I am trying to build glade.go from gotk3-examples. However, it fails with error message
build environment is:
go version go1.22.2 linux/amd64
gotk3 v0.6.4
Ubuntu 24.04.1 LTS
However, it goes well with
Is there any problem in my build command?
The text was updated successfully, but these errors were encountered: