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
{{ message }}
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
I install library with command: go get github.com/conformal/gotk3/gtk
add changes from #58. Then I try to build simple.go example and I get more than 200 errors like that:
/home/anton/dev/go/src/github.com/conformal/gotk3/gtk/gtk.go.h:26: error: undefined reference to 'gtk_about_dialog_get_type'
/home/anton/dev/go/src/github.com/conformal/gotk3/gtk/gtk.go.h:152: error: undefined reference to 'gtk_adjustment_get_type'
/home/anton/dev/go/src/github.com/conformal/gotk3/gtk/gtk.go.h:32: error: undefined reference to 'gtk_alignment_get_type'
Sorry for my basic English.
The text was updated successfully, but these errors were encountered:
Can you describe your system? (OS and GTK version in particular)
Also, if your package manager splits GTK into two packages, one for the linkable libraries and another for the headers, it's possible that you're missing the later and need to install a dev or devel GTK package.
I install library with command: go get github.com/conformal/gotk3/gtk
add changes from #58. Then I try to build simple.go example and I get more than 200 errors like that:
/home/anton/dev/go/src/github.com/conformal/gotk3/gtk/gtk.go.h:26: error: undefined reference to 'gtk_about_dialog_get_type'
/home/anton/dev/go/src/github.com/conformal/gotk3/gtk/gtk.go.h:152: error: undefined reference to 'gtk_adjustment_get_type'
/home/anton/dev/go/src/github.com/conformal/gotk3/gtk/gtk.go.h:32: error: undefined reference to 'gtk_alignment_get_type'
Sorry for my basic English.
The text was updated successfully, but these errors were encountered: