-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/cgo: cgo is broken in 1.3 #8302
Labels
Comments
Your test case is not a valid program. typedef struct { ... } _foo; typedef struct _foo foo; are referring to two different _foo. The first is a type name, and the second is a struct tag. They do not mean the same struct. It may be that go-gtk is broken, but this test case is likely not the reason. I believe the real problem was issue #8463, now fixed. Can you please try go-gtk at tip? I tried to build it myself but my Ubuntu seems not to have gdk-2.0 or gthread-2.0 available. |
Thanks for the followup. Status changed to Duplicate. Merged into issue #8463. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: