-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
build demo.go error #414
Comments
build demo err E:\go\src\github.com\mattn\go-gtk_example\demo>go build demo.go github.com/mattn/go-gtk/glibIn file included from glib.go:5, github.com/mattn/go-gtk/glibIn file included from E:\go\src\github.com\mattn\go-gtk\glib\glib.go:5: github.com/mattn/go-gtk/gtkIn file included from C:/msys64/mingw64/include/gtk-2.0/gtk/gtkobject.h:37, github.com/mattn/go-gtk/gtkIn file included from C:/msys64/mingw64/include/gtk-2.0/gtk/gtkobject.h:37, github.com/mattn/go-gtk/gtk....\gtk\gtk.go:4271:3: cannot type switch on non-interface value val (type string) |
Why is there not to anyone answer? |
因为没人会哈哈哈哈哈哈 |
我也遇到了这个问题 ,会不会是win10电脑的问题 |
any one ? |
is there any solution? |
解决了吗,卡了一天了实在是解决不了 |
github.com/mattn/go-gtk/glibIn file included from glib.go:5, github.com/mattn/go-gtk/glibIn file included from ..........\go\src\github.com\mattn\go-gtk\glib\glib.go:5: Above are some warnings that cannot be worried about. The result is normal after modifing the demo.go file. Following are the modified statements. Line 99: Line 266: |
The text was updated successfully, but these errors were encountered: