Hi Pedro, Sorry for the trouble you are having. I updated the examples to be in sync with what is currently in the tree, but of course that breaks if you are not working out of the tree. If you get these symbols squared away then things will still work fine with the current installed release you have.
Probably the easiest thing for you to do would be to define your own kGMUserFileSystemMountPathkey in YT-Controller.m to be the same as what is currently in svn: @"mountPath". After the next release you can strip out your own definition and rely on the public header file and extern'd symbol. Try: // TODO: Remove after update to next release of MacFUSE Core static NSString* const kGMUserFileSystemMountPathKey = @"mountPath"; ted On Mon, Apr 14, 2008 at 11:42 AM, IOException <[EMAIL PROTECTED]> wrote: > > Greetings, sorry if this a noob question, i'm new to objective-C, > xcode, and fuse ;/ > > Just trying to build the ytfs example and i'm getting a couple errors > related to: > > kGMUserFileSystemMountPathKey > > like: error: 'kGMUserFileSystemMountPathKey' undeclared (first use in > this function) > for file YTController-finished.m > > In my /Library/Framework/MacFUSE.framework/Headers/GMUserFileSystem.h > header this value is never defined. I found some other version of > GMUserFileSystem.h somewhere in the SVN repo that declared and > externed kGMUserFileSystemMountPathKey but using that version of the > file, which is not what my install came with, still resulted in a > linker error (since it still wasn't defined anywhere?) when trying to > build the ytfs project in xcode 3.0 on Mac OS 10.5.2 > > Any help would be appreciated, > > Regards, > Pedro > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to macfuse-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---