-
Notifications
You must be signed in to change notification settings - Fork 18k
misc/swig: long long not working with gcc 4.7 on Windows #6541
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
Labels
Milestone
Comments
The original report was a dup of issue #5603. This is now the SWIG equivalent of issue #5603. The solution is to use __attribute__((__packed__,__gcc_struct__)) when using a non-clang compiler. Labels changed: added priority-later, removed priority-triage. Status changed to Accepted. |
So it's more likely a SWIG issue then. SWIG is kind of broken on Windows anyway https://github.com/steeve/libtorrent-go/blob/master/Makefile#L118 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: