-
Notifications
You must be signed in to change notification settings - Fork 144
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
Support Clang/Xcode and support Kerberos on macOS #280
Conversation
Hey there, could you try to merge to the latest branch? |
@Wolf3s Would you mind checking again? |
Yeah, i will check soon also maybe i do some patches til then. |
Add more headers to module.modulemap Port C99 comment to C89
Apple patches
It works pretty well now, i think @sahlberg would merge this one. |
It needs some more changes. |
i´ve added #include <> it should work on mac os normally. |
When I use Swift Package Manager, so no headers would be found on |
This pull request adds module.modulemap to allow clang to treat this library as
a framework, allowing use of "
import
" rather than include and provides bettersupport for Swift binding.
Also krb5wrapper has been modified to support macOS.
I've disabled a section of code as
gss_set_neg_mechs()
is not defined on macOS.Please note I've changed two cases of angled-bracket include to double-quoted one
as it did not compile on my computer. I hope it won't break anything on other systems.