Hey Guys
I am a new user to tup and I try to intall it on hpc under my account. hen I install it this is what I get after typing ./bootstrap.sh
In file included from /home/rcf-proj2/ms/congyuew/fuse/fuse/include/fuse3/fuse.h:19:0,
from ../src/tup/server/tup_fuse_fs.h:26,
from ../src/tup/server/fuse_fs.c:29:
/home/rcf-proj2/ms/congyuew/fuse/fuse/include/fuse3/fuse_common.h:724:4: error:#error only API version 30 or greater is supported
# error only API version 30 or greater is supported
^
../src/tup/server/fuse_fs.c: In function ‘add_dir_entries’:
../src/tup/server/fuse_fs.c:585:4: error: too few arguments to function ‘filler’
if(filler(buf, de->d_name, &st, 0))
^
../src/tup/server/fuse_fs.c: In function ‘tup_fs_readdir’:
../src/tup/server/fuse_fs.c:715:4: error: too few arguments to function ‘filler’
if(filler(buf, realname, &st, 0))
^
../src/tup/server/fuse_fs.c:747:5: error: too few arguments to function ‘filler’
if (filler(buf, realname, &st, 0))
does anyone have any idea about that ? Thank you