Re: Building smb-fs
Re: Building smb-fs
- Subject: Re: Building smb-fs
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Thu, 18 Sep 2014 11:59:38 +0100
On 18 Sep 2014, at 11:47, Ralph Böhme <email@hidden> wrote:
> This is with Mac OS X 10.9.4 and XCode 5.1.1. I guess these headers
> are Apple private
Correct.
> so essentially it's not possible to build smbfs, or am I missing something?
You have a bunch of choices:
o You can grab those headers from Darwin and integrate them into your build system. The problem here is that private headers tend to include other private headers, and things tend to get ugly quickly.
<http://www.opensource.apple.com/source/configd/configd-596.12/SystemConfiguration.fproj/SCNetworkConfigurationPrivate.h>
<http://www.opensource.apple.com/source/Heimdal/Heimdal-323.12/lib/gssapi/gssapi/gssapi_spi.h>
o You can modify the SMB source to not include those headers, and disable any functionality they are required for. Alas, I don't know the SMB source well enough to assess the impact of this.
o In a variant of the previous choice, you can copy just the declarations required to build SMB from the Darwin private headers to the SMB source.
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Filesystem-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden