We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MacOS version: 10.12.4 go version go1.7.5 darwin/amd64
$ go get github.com/go-gl/gl $ go get github.com/go-gl/examples $ go run $GOPATH/src/github.com/go-gl/examples/gl21-cube/cube.go $ signal: killed
I also tried
$ go install github.com/go-gl/examples/gl21-cube $ gl21-cube $ Killed: 9
I also tried gl41core-cube, same problem: nothing happens program just returns that signal.
The text was updated successfully, but these errors were encountered:
Do you have Xcode 8.3 or newer installed?
If so, I think your issue is golang/go#19734, and you'll need to update to go1.8.1 to fix it.
Sorry, something went wrong.
Xcode 8.3 yea. Cool go1.8.1 fixed it, thanks for that 👍
use go1.8.1 fixed it good
No branches or pull requests
MacOS version: 10.12.4
go version go1.7.5 darwin/amd64
I also tried
I also tried gl41core-cube, same problem: nothing happens program just returns that signal.
The text was updated successfully, but these errors were encountered: