Skip to content
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

signal: killed, running examples on mac os #70

Closed
walesey opened this issue Apr 23, 2017 · 3 comments
Closed

signal: killed, running examples on mac os #70

walesey opened this issue Apr 23, 2017 · 3 comments

Comments

@walesey
Copy link

walesey commented Apr 23, 2017

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.

@dmitshur
Copy link
Member

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.

@walesey
Copy link
Author

walesey commented Apr 23, 2017

Xcode 8.3 yea.
Cool go1.8.1 fixed it, thanks for that 👍

@walesey walesey closed this as completed Apr 23, 2017
@OSMeteor
Copy link

use go1.8.1 fixed it good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants