-
Notifications
You must be signed in to change notification settings - Fork 647
go get failed in windows 64 #190
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
Comments
sorry, the error mentioned above was caused by incorrect golang installation. but after i reinstalled my golang, there was another error:
|
Same issue here. Trying to do a go get and receiving:
|
@redhatlinux10 that log is from an attempt to build package runtime. How did you install Go? Is this an upgrade from a previous version? @TarabyteCoding see #147 |
@redhatlinux10 did you extract a Go source tarball over another Go source tarball? #185 |
@andlabs the first error was caused by directly extracting tarball into already existed golang installation directory, and i realized that, so i delete the whole original directory and then the first error disappeared. but the second error cames. |
So now you get the TaskDialog error? |
I'm also having the issue Info: Environment: |
Again, install the latest MinGW-w64. If that one still does not fix it, please let me know. It must be the -w64 version, not normal MinGW. |
Ok, it worked with the latest MinGW-w64 from MSYS2 (GCC 6.2.0). |
Merged with #279. |
os: windows 7 64bit
go: 1.7 windows amd64
gcc: gcc (tdm64-1) 5.1.0
error messages:
The text was updated successfully, but these errors were encountered: