-
Notifications
You must be signed in to change notification settings - Fork 377
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
oc fails to build on macOS with "Unknown type name gss_const_name_t
"
#415
Comments
Go version 1.14.2_1 from Homebrew, if that's relevant. Catalina 10.15.4. |
Apparently this is a known issue. There seems to be a hack to build some headers, need to manually install them I guess.
|
Used |
In addition to installing heimdal, had to explicitly call out the include path:
compiled successfully with above on macos arm64 |
Thanks @jwmatthews !! worked like a charm |
Not sure exactly if I'm doing anything wrong. The same source version builds on Fedora32 without a problem:
The text was updated successfully, but these errors were encountered: