Benjamin Kaduk <[email protected]> writes: > Well, I think that the GSS situation is slightly less bad than for krb5 > itself, but the headers in /usr/include/gssapi and in > /System/Library/Frameworks/GSS.framework/Headers/ are rather > different. The framework setup is also incompatible with rra-c-util and > including headers as <gssapi/gssapi.h>, so it still counts as "you don't > get to use it".
rra-c-util will cope with either gssapi.h or gssapi/gssapi.h. What it won't cope with is gssapi_krb5.h instead of gssapi/gssapi_krb5.h, since no one else does that. That's a relatively easy fix, but that doesn't help with the weird framework flags. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
