-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/compile: cannot convert nil to type _Ctype on macOS High Sierra #23317
Comments
/cc @mdempsky @randall77 |
This is unfortunate but intentional. See https://tip.golang.org/doc/go1.10#cgo. Closing. Please comment if you disagree. |
So what is the solution to get running Go in Mac OS X Mojave?
|
You need to convert
|
Thank you for your answer, but it doesn't work for me. The issue here occurs even if I exec the following:
Issue related : |
Then you will need to fix those 3 lines by hand. |
See fsnotify/fsevents#33
Note that I'm not the original reporter, but I thought I should raise this just in case.
According to the reporter:
The text was updated successfully, but these errors were encountered: