I trying to build the libs but when i installed osxfuse and tried to rebuild again its giving me this error.
fsapfsmount.c:430:41: error: incompatible function pointer types assigning to 'int (*)(const char *, const char *, char *, size_t, uint32_t)' (aka 'int (*)(const char *, const char *, char *, unsigned long, unsigned int)') from 'int (*)(const char *, const char *, char *, size_t)' (aka 'int (*)(const char *, const char *, char *, unsigned long)') [-Wincompatible-function-pointer-types]
fsapfsmount_fuse_operations.getxattr = &mount_fuse_getxattr;