You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit the same issues today with RHEL 8.3 (yeah always a problems).
I did add the build tags pango_1_42 gtk_3_22 . I remember not long time ago it built fine. After recent update - failed!
../../go/pkg/mod/github.com/gotk3/[email protected]/glib/gbinding_since_2_68.go:15:9: could not determine kind of name for C.g_binding_dup_source
../../go/pkg/mod/github.com/gotk3/[email protected]/glib/gbinding_since_2_68.go:24:9: could not determine kind of name for C.g_binding_dup_target
I'm receiving the following error:
go build github.com/gotk3/gotk3/gdk: invalid flag in pkg-config --libs: -Wl,--export-dynamic
when attempting to build anything surrounding gotk3.
Go version is go version go1.10.4 linux/amd64
OS is Ubuntu 18.04 on AMD64
The text was updated successfully, but these errors were encountered: