Hi! Trying to build WDFS (http://noedler.de/projekte/wdfs/), i get the following error:
Making all in src make all-am if gcc -DHAVE_CONFIG_H -I. -I. -I. -D__FreeBSD__=10 - D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse -I/ usr/local/include/neon -I/usr/local/include/glib-2.0 -I/usr/local/lib/ glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT cache.o -MD - MP -MF ".deps/cache.Tpo" -c -o cache.o cache.c; \ then mv -f ".deps/cache.Tpo" ".deps/cache.Po"; else rm -f ".deps/ cache.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -D__FreeBSD__=10 - D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse -I/ usr/local/include/neon -I/usr/local/include/glib-2.0 -I/usr/local/lib/ glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT svn.o -MD -MP - MF ".deps/svn.Tpo" -c -o svn.o svn.c; \ then mv -f ".deps/svn.Tpo" ".deps/svn.Po"; else rm -f ".deps/svn.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -D__FreeBSD__=10 - D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse -I/ usr/local/include/neon -I/usr/local/include/glib-2.0 -I/usr/local/lib/ glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT wdfs-main.o - MD -MP -MF ".deps/wdfs-main.Tpo" -c -o wdfs-main.o wdfs-main.c; \ then mv -f ".deps/wdfs-main.Tpo" ".deps/wdfs-main.Po"; else rm -f ".deps/wdfs-main.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -D__FreeBSD__=10 - D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse -I/ usr/local/include/neon -I/usr/local/include/glib-2.0 -I/usr/local/lib/ glib-2.0/include -Wall -D_GNU_SOURCE -D_REENTRANT -MT webdav.o -MD - MP -MF ".deps/webdav.Tpo" -c -o webdav.o webdav.c; \ then mv -f ".deps/webdav.Tpo" ".deps/webdav.Po"; else rm -f ".deps/ webdav.Tpo"; exit 1; fi gcc -D__FreeBSD__=10 -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/ local/include/fuse -I/usr/local/include/neon -I/usr/local/include/ glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -D_GNU_SOURCE - D_REENTRANT -o wdfs cache.o svn.o wdfs-main.o webdav.o -arch i386 ppc -Wl,-search_paths_first -L/usr/local/lib -lfuse -lneon -lssl - lcrypto -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err - lresolv -lglib-2.0 -lintl -liconv i686-apple-darwin8-gcc-4.0.1: ppc: No such file or directory make[2]: *** [wdfs] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 Is there someone who could help me? -- Thanks, Basil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" 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-devel?hl=en -~----------~----~----~----~------~----~------~--~---
