site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com - 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 rodrigc@crodrigues.org _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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/>. This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Van Vechten