[fuse-discuss] Buildable fusefs, libfuse codes

Sunil Kumar T Subramanya subra056 at umn.edu
Tue Oct 9 15:16:39 PDT 2007


>    "fuse.h", line 32: cannot find include file: <sys/vfs_opreg.h>
>   "fuse_kernel.h", line 45: cannot find include file: <asm/types.h>
>    "fuse_kernel.h", line 46: cannot find include file: <linux/major.h>
>    "fuse_kernel.h", line 68: syntax error before or at: __u64
>    "fuse_kernel.h", line 85: syntax error before or at: __u64
>    "fuse_kernel.h", line 98: syntax error before or at: __u64
>    "fuse_kernel.h", line 172: warning: unnamed struct member

The current repository code can be built only on nevada build 62 or above, I guess you are building on a build less than 62, which would explain the first error seen above. I am not sure why you are seeing the rest of the errors, they shouldn't come since __SOLARIS__ is being defined in Makefile.com file, which means line 45, 46 of fuse_kernel.h should never be compiled on Solaris.

~Sunil
--
This messages posted from opensolaris.org


More information about the fuse-discuss mailing list