-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Error when try go get with go 1.3 #3
Comments
any solutions ? |
What is the version of glib and gstreamer? I can build without any problem (go 1.3, glib 2.0, gstreamer 0.10). |
i use ubuntu 13.10, amd 64 dev@dev:~$ go version dev@dev:~$ glib-genmarshal -v i don't know how to find gstreamer version but i have these files in my /usr/include directory /usr/include/gstreamer-0.10/ |
dev@dev: github.com/ziutek/gstgolab/ws/src/github.com/ziutek/gst/object.go:31: cannot use o.g() (type *C.struct__GstObject) as type *C.GstObject in argument to _Cfunc_gst_object_set_name github.com/ziutek/gtkgolab/ws/src/github.com/ziutek/gtk/box.go:32: cannot use child.g() (type *C.struct__GtkWidget) as type *C.GtkWidget in argument to _Cfunc_gtk_box_pack_start |
When I try instal gst, I see this error:
cannot use o.g() (type *C.struct__GstObject) as type *C.GstObject in argument to _Cfunc_gst_object_set_name
Here is reason: http://golang.org/doc/go1.3#cgo
The text was updated successfully, but these errors were encountered: