pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

filesystems/fuse-ntfs-3g does not build on NetBSD -current



I have not followed fuse and related things lately, but tried to
build filesystems/fuse-ntfs-3g and it fails with:

In file included from ntfs-3g.c:30:0:
/usr/include/fuse.h:153:14: note: expected 'void *' but argument is of type 'lon
g unsigned int'
 struct fuse *fuse_new(struct fuse_args *,
              ^
ntfs-3g.c:3705:7: error: too many arguments to function 'fuse_new'
  fh = fuse_new(ctx->fc, &args , &ntfs_3g_ops, sizeof(ntfs_3g_ops), NULL);
       ^

Fuse version differences?

Martin


Home | Main Index | Thread Index | Old Index