-
Notifications
You must be signed in to change notification settings - Fork 652
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
undefined errors while running tests on Windows #29
Comments
Can you paste the output of |
|
I'm also receiving those same errors, when trying to compile the "widgetgallery" program in the examples folder under Windows 8, 64 bit. Same Go and MinGW-W64 version as user brunoqc. |
i compile the example "widgetgallery" successfully. but the exe cannot work well. only the button can be seen. other objects were disappeared. win7 32bit, mingw-w64 |
Seems to be an issue with Go and gcc 4.9-based MinGW-w64 on Windows. gcc-4.9 MinGW-w64 on Linux isn't affected. (Thanks to Wessie in #go-nuts for help diagnosing.) Does go 1.3.3 fix this already? I can try myself tomorrow. |
I still have the problem with go 1.3.3.
|
Then it's time for a new bug report. I'll set up Go in a VM and produce a minimal-case bug report later today. |
Issue filed: https://code.google.com/p/go/issues/detail?id=8856 |
Now fixed in go tip. |
There hasn't been another point release, and with go 1.4 imminent there likely won't be. However this issue is fixed as of go1.4 rc1 and will likely stay fixed with release of 1.4 proper. |
Thanks. Updated README. |
go version go1.3.1 windows/amd64
Windows 7 (64-bit)
gcc version 4.9.1 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
The text was updated successfully, but these errors were encountered: