-
Notifications
You must be signed in to change notification settings - Fork 18k
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/go: always pass -intgosize flag to swig #4756
Labels
Milestone
Comments
Link do golang-nuts discusion https://groups.google.com/d/msg/golang-nuts/U-1Ih--TIKc/ZsLJL_KVH-4J |
I believe the specific work is, since earlier versions of SWIG don't have the flag and even the new version defaults to 32 bit int, 1) pass -intgosize 64 when the int size is 64 bits, no option otherwise. 2) perhaps recognize the 'no intgosize flag' error from SWIG and replace it with something about needing to update to SWIG version >= x.y.z. Ian, can you confirm this? |
This issue was closed by revision 7c79382. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
by giacomo.tartari:
The text was updated successfully, but these errors were encountered: