Thanks for your answer :) Could you also suggest how to disable build for x86_64 or how to specify build only for i386?
On Jun 7, 2:06 pm, Erik Larsson <[email protected]> wrote: > No, you should try to compile the software only for i386 and ppc, as > those are the only supported architectures. The x86_64 kernel API > removed a feature that is used in the kernel module, which is why > MacFUSE doesn't support x86_64 yet. > > - Erik > > freedev wrote 2010-06-07 14.03: > > > Hello all, > > > I have an update. > > The error is related to an undeclared statement : > > > /Users/freedev/workdir/macfuse-read-only/core/10.5/fusefs/ > > fuse_vfsops.c:27: error: fuse_biglock_vnode_operation_entries > > undeclared here (not in a function) > > > Looking at source I see: > > > #if M_MACFUSE_ENABLE_INTERIM_FSNODE_LOCK > > fuse_biglock_vnode_operation_entries // opv_desc_ops > > #else > > fuse_vnode_operation_entries // opv_desc_ops > > #endif /* M_MACFUSE_ENABLE_INTERIM_FSNODE_LOCK */ > > > but looking at: > > > ./core/10.5/fusefs/fuse_biglock_vnops.c > > ./core/10.5/fusefs/fuse_biglock_vnops.h > > > implementation is missing. > > > should I try to disable M_MACFUSE_ENABLE_INTERIM_FSNODE_LOCK ? > > > Best regards, > > freedev > > > On Jun 3, 7:03 pm, freedev<[email protected]> wrote: > > >> Hello all, > > >> following instruction available > >> athttp://code.google.com/p/macfuse/wiki/HOWTO > >> I tried to compile and install macfuse core. > > >> But after svn checkout, I received following error when I executed > >> "macfuse_buildtool.sh -p 10.6 -t smalldist" > > >> === BUILD AGGREGATE TARGET All OF PROJECT fusefs WITH CONFIGURATION > >> Release === > >> Check dependencies > >> ** BUILD FAILED ** > > >> The following build commands failed: > >> fusefs: > >> CompileC build/fusefs.build/Release/fusefs.build/Objects-normal/ > >> x86_64/fuse_vfsops.o /Users/freedev/workdir/macfuse-read-only/core/ > >> 10.5/fusefs/fuse_vfsops.c normal x86_64 c com.apple.compilers.gcc.4_2 > >> (1 failure) > > >> MacFUSEBuildTool(smalldist) failed: xcodebuild cannot build > >> configuration Release. > > >> Any help is appreciated. > > >> Best regards, > >> freedev -- 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.
