Hi On Thu, Jul 21, 2011 at 4:01 PM, Josh <[email protected]> wrote:
> For example, It appears the current code uses the "ucred" struct in > userspace, but apparently in SDK 10.7 this has become an internal API > and is no longer available, so I needed to compile some userspace code > with SDK 10.6.... > In userspace??? Do you mean in kext maybe? Here is the fix for that https://github.com/drkp/fuse4x-kext/commit/65776af3ea061b3117fe31a1693837c94d3bf9af But I did not test it yet.. > I also needed to drop -Werror because of newly deprecated call... > > I'll take a look at osxfuse, Thanks! > > On Jul 21, 4:30 am, Benjamin Fleischer <[email protected]> wrote: > > Hi Josh, > > > > check out OSXFUSE. There has been some quite some messages in the past > about OSXFUSE on this mailinglist. > > OSXFUSE is compatible with Leopard through Lion and features a > compatibility layer to be compatible with "all" existing MacFUSE filesystems > ("all" in: I could not test all, but OSXFUSE and MacFUSE are binary > compatible). Unlike Fuse4X the MacFUSE filesystems don't even have to be > recompiled! OSXFUSE is a drop-in replacement for MacFUSE. > > > > OSXFUSE has been build on Tuxera's rebel branch and my sources. Erik (the > author of the rebel branch) and I are the the owners of the OSXFUSE project. > > > > Homepage will behttp://osxfuse.github.com > > The GitHub ishttps://github.com/osxfuse > > Our google group ishttp://groups.google.com/group/osxfuse-group > > > > You can find some instructions on building OSXFUSE in the group. If you > need assistance, feel free to ask. But please hold off from distributing any > builds. The update mechanism has not been set up and there are a few other > things I'm working on right now. Non the less OSXFUSE's core feature is > already fully functional. > > > > I will post an official beta in in the next two or three days. More > information to come. Just thought I'd let you know. We don't need another > MacFUSE fork/build around. The situation is already a mess as it is. But I > will highly appreciate you spreading the word when we are ready, in a few > days. You blog post has helped quite some people. > > > > Regards, > > Benjamin > > > > Am 21.07.2011 um 07:02 schrieb Josh: > > > > > > > > > > > > > > > > > Hello, I am the author of the blog post jb links to below. The direct > > > link to the page is here: > > > > >http://www.offthehill.org/articles/2010/12/31/macfuse-for-64-bit-snow. > .. > > > > > I get many thank you comments from people, so I can only hope it helps > > > them. I can't take any credit for the work however, since I just > > > compiled Tuxera's 'rebel' source code. > > > > > I am trying to figure out how to compile for Lion, and I've made some > > > progress, but so far I am stuck on a check in the build script, I'll > > > have to start understanding how it works I guess. > > -- > You received this message because you are subscribed to the Google Groups > "MacFUSE" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/macfuse?hl=en. > > -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
