-
-
Notifications
You must be signed in to change notification settings - Fork 692
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
Can't Run Example on MacOS 10.13.6 #1125
Comments
Hi, which version of Ebiten are you using? This error indicates you'd need to use macOS 10.14 or later, but in theory Ebiten should work with older macOS. |
I see v1.10.5 listed in |
Thanks. Are you using the latest Xcode and its tools? |
I've got Xcode 10.1 installed, build 10B61, that's the latest that runs on 10.13.x I think. |
Thanks. Hmm, you can use Ebiten 1.11.0-rc.1, which uses GLFW 3.3 instead of 3.2, but I don't think this would solve this issue. Then, you might need to update macOS to 10.14 or later. Sorry I could not give a good help. |
Ah that sucks but I guess I can't hold out forever. Thanks anyway for trying! |
I'll notify you here when I find another solution. Thank you! |
I have a Mac OSX 10.11.6 and all the examples work properly. Sorry to hijack this thread @hajimehoshi but although everything works perfectly fine, I am indeed getting these warnings.
I been on the Golang threads as well, regarding this. They seem to have closed the issue. I tried their suggestion of |
What kind of error did you see? |
No errors, just warnings. However, as you mentioned in Slack, by using |
I'm getting a related error when I try to run the example with go1.15 and macOS 10.15.3:
|
This also sounds like an issue in go-gl/glfw. CC @dmitshur |
Maybe, but "fatal error: 'Carbon/Carbon.h' file not found" sounds like a system issue; that file should definitely exist with a properly installed Xcode (or Xcode CLI). If it can be reproduced, please file an issue in the go-gl/glfw issue tracker. |
I'm running into a problem running the rotate example with
go version go1.14.1 darwin/amd64
on MacOS 10.13.6. It runs fine on a different machine running 10.14.x.The text was updated successfully, but these errors were encountered: