Re: Problems building automount
Re: Problems building automount
- Subject: Re: Problems building automount
- From: Kevin Van Vechten <email@hidden>
- Date: Wed, 11 May 2005 23:18:48 -0700
Sorry, URLMount is a private framework, so those headers are not
available, and there's no real workaround at this time (Bad engineer,
no cookie). You could patch around the URLMount code to get
automount compiled, but that wouldn't work as desired on Mac OS X.
Unfortunately, only Apple is in the position to make this change, so
I suggest filing a bug via <http://developer.apple.com/bugreporter/>.
- Kevin
On May 11, 2005, at 2:13 PM, Craig Rodrigues wrote:
Hi,
I want to make some local modifications to the automount
program that comes with MacOS X and compile it.
I downloaded the source from:
http://darwinsource.opendarwin.org/10.3.9/automount-81.5/
If I try to build this code,
the compilation fails due to:
AMMap.m:44:30: URLMount/URLMount.h: No such file or directory
AMMap.m:45:37: URLMount/URLMountPrivate.h: No such file or directory
These lines are:
#import <URLMount/URLMount.h>
#import <URLMount/URLMountPrivate.h>
Where do I get the header files for URLMount,
and how do I install them, so that I can get a working
build environment for automount?
Thanks.
--
Craig Rodrigues
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden