-
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: struct size calculation error OS X 10.9 Mavericks #6368
Labels
Milestone
Comments
Comment 3 by mazdak@chango.com: Just a note that OS X Mavericks (10.9) GM was released today. |
I reproduced this on my non-Mavericks machine. g% sw_vers ProductName: Mac OS X ProductVersion: 10.8.5 BuildVersion: 12F37 g% xcodebuild -version Xcode 4.5.2 Build version 4G2008a g% It is the same problem (an inner anonymous struct/union) as issue #6472. That fix makes this work too. Status changed to Duplicate. Merged into issue #6472. |
Comment 6 by mazdak@chango.com: Is there a fix for issue #6472? I wasn't able to see a fix there. Setting CC=gcc will not work on Mavericks as gcc no longer ships with OS X 10.9 |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by mazdak@chango.com:
The text was updated successfully, but these errors were encountered: