-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error on Windows 8.1, go 1.3.1, mingw-64 #1
Comments
I found the issue and fixed it. Once my PR is merged into go-gl/glfw3 it will be mirrored here as well. |
Hi, the issue is fixed. You can run:
to update your local copy. |
They warning is fixed! I am still getting the second set of errors at runtime. It seems like you and others are not getting the problem, but any idea what the errors mean? (The second half of the pastebin.) Thanks. |
Hey, Sorry to hear it's still giving you trouble. I'll need some more information so that I can reproduce the problem.
|
Let me know if there is any other information I can give you. Thanks for looking into it! |
Okay, so, I don't know what is causing the errors here. But I have found out what is in play: If I use mingw-w64 (and select x86_64 during installation) then I get the errors. AFAIK that is the most official MinGW 64-bit installer, though. If I use tdm64-gcc-4.8.1-3.exe from http://tdm-gcc.tdragon.net/download -- I don't get the errors. Now, some interesting things to note:
This is really baffling to me. I've even tried building Go 1.3.1 (and tip) built with MinGW-W64 to see if there was perhaps a GCC version incompatibility for some reason -- but no dice still. |
@ajhager lets move this issue over to go-gl/glfw#91 so others can feedback as well. This mirror is good but I think others there can help us discover the issue better/more quickly. Obviously -- all changes made to that repo will still be mirrored here so no worries. I'll close this issue once that happens. |
I can confirm that the alternative compilers work great on my end. I will make a note of it in my README and subscribe to go-gl/glfw#91. |
There is a warning when building, and error messages I don't quite understand at runtime. Here is a pastebin: http://pastebin.com/eyfEuyam
Thanks.
The text was updated successfully, but these errors were encountered: