-
Notifications
You must be signed in to change notification settings - Fork 177
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
Get fails on Ubuntu 16.04 #155
Comments
What version of Go are you using? |
I have 1.11 for linux/amd64. I downloaded the tarball and built on the box. The default would have been 1.6, which I think is too old. |
I think Go 1.11 is quite old. I'm not 100% sure if it's the source of the issue you're having, but could you please try updating Go first? |
I'll try an upgrade - Thank you very much. |
@GeertJohan Is it possible to workaround this on older Go versions? |
Running 'go get github.com/GeertJohan/go.rice' completes without issue.
Running 'go get github.com/GeertJohan/go.rice/rice' fails with the following:
`root@apps:~# go get github.com/GeertJohan/go.rice/rice
github.com/akavel/rsrc/coff
go/src/github.com/akavel/rsrc/coff/coff.go:169:18: undefined: pe.IMAGE_FILE_MACHINE_ARMNT
go/src/github.com/akavel/rsrc/coff/coff.go:265:7: undefined: pe.IMAGE_FILE_MACHINE_ARMNT
`
Since rsrc appears to be a Windows-specific project, there seems to be no reason why it should be called on a linux system.
The text was updated successfully, but these errors were encountered: