Re: [Kosmosfs-users] Fuse?
Status: Alpha
Brought to you by:
sriramsrao
|
From: Paul D. <pau...@gm...> - 2008-08-11 18:52:48
|
I've tried the following to get fuse compiled (ubuntu server 8.04.1 64bit):
install fuse-dev: sudo apt-get install libfuse-dev
Then edit ~/code/kfs/CMakeLists.txt and set:
# Fill in the path to fuse library
SET(Fuse_LIBRARY_DIR "/lib64")
However, make returns:
Scanning dependencies of target kfs_fuse
[100%] Building CXX object
src/cc/fuse/CMakeFiles/kfs_fuse.dir/kfs_fuse_main.o
/home/madmin/code/kfs/src/cc/fuse/kfs_fuse_main.cc:37: warning:
deprecated conversion from string constant to "char*"
/home/madmin/code/kfs/src/cc/fuse/kfs_fuse_main.cc: In function
"void* fuse_init()":
/home/madmin/code/kfs/src/cc/fuse/kfs_fuse_main.cc:43: error:
"getKfsClient" is not a member of "KFS"
/home/madmin/code/kfs/src/cc/fuse/kfs_fuse_main.cc:44: error: no
matching function for call to "KFS::KfsClient::Init(char*&)"
/home/madmin/code/kfs/src/cc/libkfsClient/KfsClient.h:71: note:
candidates are: int KFS::KfsClient::Init(std::string, int)
make[2]: *** [src/cc/fuse/CMakeFiles/kfs_fuse.dir/kfs_fuse_main.o] Error 1
make[1]: *** [src/cc/fuse/CMakeFiles/kfs_fuse.dir/all] Error 2
make: *** [all] Error 2
So I'm wondering, is FUSE in this release broken? Is it a
compatability issue with the libs on Ubuntu 8.04.1? Or am I doing
something wrong? Unfortunately, my C++ skills are rather limited.
According to the changelog, I'm using fuse 2.7.2.
# dpkg -L libfuse-dev
/usr
/usr/include
/usr/include/fuse
/usr/include/fuse/fuse.h
/usr/include/fuse/fuse_compat.h
/usr/include/fuse/fuse_common.h
/usr/include/fuse/fuse_common_compat.h
/usr/include/fuse/fuse_lowlevel.h
/usr/include/fuse/fuse_lowlevel_compat.h
/usr/include/fuse/fuse_opt.h
/usr/include/fuse.h
/usr/include/ulockmgr.h
/usr/lib
/usr/lib/pkgconfig
/usr/lib/pkgconfig/fuse.pc
/usr/lib/libfuse.a
/usr/lib/libulockmgr.a
/usr/lib/libfuse.la
/usr/lib/libulockmgr.la
...
/usr/share/doc
...
/usr/lib/libfuse.so
/usr/lib/libulockmgr.so
Regards,
Paul
2008/8/10 Saptarshi Guha <sap...@gm...>:
> Hello,
> I couldn't find the location for the fuse-fs for KFS in the build/bin/*
> tree.
> Am i missing something?
> Thank you
> Saptarshi
>
> Saptarshi Guha | sap...@gm... |
> http://www.stat.purdue.edu/~sguha
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Kosmosfs-users mailing list
> Kos...@li...
> https://lists.sourceforge.net/lists/listinfo/kosmosfs-users
>
>
|