Hi,

on the nextcomputers.org forums the problem came up that the ufs file
system from unixfs doesn't compile on OS X 10.4. The cause are two
rather small problems - the compiler warns about incorrect types when
printing inode numbers (presumably these are 32 bit on Tiger, but the
format string specifies %llu) - removing -Werror from the Makefile is,
of course, the quick and dirty fix, but fixing the format strings
would surely make more sense. The second problem is that the ufs
Makefile unconditionally tries to link against libfuse_ino64, which
isn't available on (my) 10.4 (system). Linking against libfuse works
fine.

Perhaps it still makes sense to add these small fixes for the
remaining 10.4 users out there?

Best regards,
    Michael

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to