-
Notifications
You must be signed in to change notification settings - Fork 74
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
Warnings in MacOS when go-getting and executing #101
Comments
I can't reproduce this on my system:
What version of Go are you using? I'm on a Mid-2015 15" MBP, macOS 10.13.5, Go 1.11 Beta 1 but I'm guessing it would work with Go 1.10.3 as well.
4.1 is the right output. You're requesting a forward-compatible, core profile context. That means you'll get a context for the highest version of OpenGL greater than or equal to 3.3 that is supported by macOS and GPU. That is 4.1. Reference: http://www.glfw.org/faq.html#how-do-i-create-an-opengl-30-context. |
I'm using 1.10.3 |
could be related XCode update? (http://sd.jtimothyking.com/2018/07/26/stub-file-and-library-file-out-of-sync) |
Yes, this appears to be related to that. Ever since Xcode 10 came out, it has been affecting the |
Looks like this was fixed over on golang/go#26073. Please ping the thread or file a new issue if not. |
Hi, when getting the packages I get a bunch of warnings like this one:
I guess this is something related just to macOS.
Btw: Not sure if related but executing this simple script returns me:
OpenGL version: 4.1 INTEL-10.34.27
(should be 3.3 right?)System:
Macbook Pro (2016).
MacOS High Sierra Version 10.13.5
Graphics card: Intel Iris Graphics 540 1536 MB
The text was updated successfully, but these errors were encountered: