1) I pulled the hellofs example code from http://code.google.com/p/macfuse/wiki/HELLOWORLDFS and extracted the first section, the original example.
2) I used the command gcc -o hellofs hellofs.c -lfuse described by http://www.macdevcenter.com/pub/a/mac/2007/03/06/macfuse-new-frontiers-in-file-systems.html?page=2 3) which generates the following errors: In file included from /usr/local/include/fuse/fuse.h:26, from /usr/local/include/fuse.h:9, from hellofs.c:7: /usr/local/include/fuse/fuse_common.h:263:5: error: token "?" is not valid in preprocessor expressions In file included from /usr/local/include/fuse.h:9, from hellofs.c:7: /usr/local/include/fuse/fuse.h:856:5: error: token "?" is not valid in preprocessor expressions any ideas? thanks, Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
