conformal / gotk3

Go bindings for GTK3
ISC License
470 stars 81 forks source link

Errors during installation #93

Closed marcioAlmada closed 9 years ago

marcioAlmada commented 9 years ago

Tried to go get "github.com/conformal/gotk3/gtk" and got a trail of errors. What could be wrong?

# github.com/conformal/gotk3/gtk
37: error: 'gtk_popover_get_type' undeclared (first use in this function)
37: error: 'gtk_popover_new' undeclared (first use in this function)
37: error: 'gtk_popover_set_position' undeclared (first use in this function)
37: error: 'gtk_popover_get_position' undeclared (first use in this function)
37: error: 'gtk_popover_set_modal' undeclared (first use in this function)
38: error: 'gtk_popover_get_modal' undeclared (first use in this function)
38: error: 'gtk_widget_get_margin_end' undeclared (first use in this function)
38: error: 'GtkPopover' undeclared (first use in this function)
38: error: 'gtk_widget_set_margin_end' undeclared (first use in this function)
38: error: 'gtk_popover_set_relative_to' undeclared (first use in this function)
38: error: 'gtk_popover_get_relative_to' undeclared (first use in this function)
38: error: 'gtk_widget_get_margin_start' undeclared (first use in this function)
38: error: 'gtk_widget_set_margin_start' undeclared (first use in this function)
marcioAlmada commented 9 years ago

wrong tag! all works now :sweat_smile:

Somesh-zz commented 9 years ago

Which tag you used ? I used 3_10 but still getting these errors.