Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Problems with build simple example. #66

Open
Rydsin opened this issue Jul 24, 2014 · 1 comment
Open

Problems with build simple example. #66

Rydsin opened this issue Jul 24, 2014 · 1 comment

Comments

@Rydsin
Copy link

Rydsin commented Jul 24, 2014

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.

@Rydsin Rydsin closed this as completed Jul 24, 2014
@Rydsin Rydsin reopened this Jul 24, 2014
@jrick
Copy link
Member

jrick commented Aug 13, 2014

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.

andre-hub added a commit to andre-hub/gotk3 that referenced this issue Feb 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants