GoSublime: MarGo build failed
I upgraded go to 1.2 and got some problem… It seems that GoSublime cannot figure out what version of go I use. Any idea?
| GoSublime error: MarGo build failed
| > This is possibly a bug or miss-configuration of your environment.
| > For more help, please file an issue with the following build output
| > at: https://github.com/DisposaBoy/GoSublime/issues/new
| > or alternatively, you may send an email to: gosublime@dby.me
| >
| >
| > cmd: ['C:\\go\\bin\\go.exe', 'build', '-v', '-x', '-o', 'gosublime.margo_r13.12.17-1_go?.exe', 'gosubli.me/margo']
| > stdout: | > stderr:
| > exception: None
| install state: busy
| sublime.version: 3047
| sublime.channel: stable
| about.ann: a13.12.17-1
| about.version: r13.12.17-1
| version: r13.12.17-1
| platform: windows-x64
| ~bin: D:\Software\Sublime Text Build 3047 x64\Data\Packages\User\GoSublime\windows-x64\bin
| margo.exe: ~bin\gosublime.margo_r13.12.17-1_go?.exe (missing)
| go.exe: C:\go\bin\go.exe (ok)
| go.version: go?
| GOROOT: C:\go
| GOPATH: D:\Dropbox\My Documents\Programming\GitRepos\gocode
| GOBIN: C:\go\bin (should usually be (not set))
| set.shell: []
| env.shell:
| shell.cmd: [‘C:\WINDOWS\system32\cmd.exe’, ‘/C’, ‘${CMD}’]
About this issue
- Original URL
- State: closed
- Created 11 years ago
- Comments: 15 (5 by maintainers)
Most upvoted comments
- go env . Check your go path
- Sublime ->Package Setting -> GoSublime -> settings - user This is my go path { “env”: { “GOPATH”: “C:/Users/Tattoo.L/Documents/gowark”, “GOROOT”: “C:/Users/Tattoo.L/Documents/go” } }
- in Sublime. ctrl + B. check it