You should be able to build if you have your tree updated. Maybe you need to sync? The errors you are seeing could occur if you sync'd only part of the tree to head.
For your purposes, it would probably make more sense to download, install, and use a proper MacFUSE Core release .dmg. As with any software development project, the head of the tree may be in flux at any given point in time. There should be no reason to build your own MacFUSE Core in order to get a file system working. ted On Fri, May 2, 2008 at 9:34 AM, Baa <[EMAIL PROTECTED]> wrote: > > first of all, sorry for the stupid question:): > > i try to build macFUSE from source. First, i cd to macfuse/core. Then > i enter sudo ./build_macfuse.sh". > Everything is going right then, but after a few minutes i get that > error: > > (...) > === BUILDING NATIVE TARGET MacFUSE WITH CONFIGURATION Release === > > Checking Dependencies... > > CompileC build/MacFUSE.build/Release/MacFUSE.build/Objects-normal/ppc/ > GMUserFileSystem.o /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m > normal ppc objective-c com.apple.compilers.gcc.4_0 > cd /Users/baa/macfuse/core/sdk-objc > /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno- > trigraphs -fobjc-exceptions -fpascal-strings -fasm-blocks -Os -Werror - > Wreturn-type -Wunused-variable -fmessage-length=0 -fobjc-gc -mtune=G5 - > fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/Users/baa/ > macfuse/core/sdk-objc/build/MacFUSE.build/Release/MacFUSE.build/ > MacFUSE.hmap -F/Users/baa/macfuse/core/sdk-objc/build/Release -I/Users/ > baa/macfuse/core/sdk-objc/build/Release/include -I/Users/baa/macfuse/ > core/sdk-objc/build/MacFUSE.build/Release/MacFUSE.build/DerivedSources > -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -std=c99 -I/tmp/ > macfuse_out-10.4/pkgroot//usr/local/include -isysroot /Developer/SDKs/ > MacOSX10.4u.sdk -include /Library/Caches/com.apple.Xcode.0/ > SharedPrecompiledHeaders/MacFUSE_Prefix-gqdkzwswfwaryzfsjkvlagacwbau/ > MacFUSE_Prefix.pch -c /Users/baa/macfuse/core/sdk-objc/ > GMUserFileSystem.m -o /Users/baa/macfuse/core/sdk-objc/build/ > MacFUSE.build/Release/MacFUSE.build/Objects-normal/ppc/ > GMUserFileSystem.o > cc1obj: warnings being treated as errors > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m: In function '- > [GMUserFileSystemInternal initWithDelegate:isThreadSafe:]': > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:132: warning: > implicit declaration of function 'fuse_os_version_major_np' > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m: In function '- > [GMUserFileSystem waitUntilMounted]': > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:297: warning: > implicit declaration of function 'fuse_device_fd_np' > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m: In function > 'fusefm_init': > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1646: warning: > implicit declaration of function 'FUSE_ENABLE_XTIMES' > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1649: warning: > implicit declaration of function 'FUSE_ENABLE_SETVOLNAME' > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m: At top level: > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1867: error: > unknown field 'chflags' specified in initializer > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1867: warning: > initialization from incompatible pointer type > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1868: error: > unknown field 'exchange' specified in initializer > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1868: warning: > initialization from incompatible pointer type > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1869: error: > unknown field 'getxtimes' specified in initializer > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1869: warning: > initialization from incompatible pointer type > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1870: error: > unknown field 'setbkuptime' specified in initializer > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1870: warning: > initialization from incompatible pointer type > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1871: error: > unknown field 'setchgtime' specified in initializer > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1871: warning: > initialization from incompatible pointer type > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1872: error: > unknown field 'setcrtime' specified in initializer > /Users/baa/macfuse/core/sdk-objc/GMUserFileSystem.m:1872: warning: > initialization from incompatible pointer type > ** BUILD FAILED ** > ** BUILD FAILED ** > molnar-gyulas-mac-mini:~/macfuse/core baa$ > > > I got xcode 2.5, and i wanna mount a gamecube filesystem with gcfuse: > > http://multimedia.cx/gcfuse/ > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---