building hdfs-fuse

2009-09-11 Thread Ted Yu
I use the following commandline to build fuse: ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1 My ant version is 1.7.1 I got the following error: [exec] if gcc -DPACKAGE_NAME=\fuse_dfs\ -DPACKAGE_TARNAME=\fuse_dfs\ -DPACKAGE_VERSION=\0.1.0\ -DPACKAGE_STRING=\fuse_dfs\ 0.1.0\

Re: building hdfs-fuse

2009-09-11 Thread Anthony Urso
fuse.h should come with the FUSE software, not Hadoop. It should be somewhere like /usr/include/fuse.h on a Linux machine. Possibly /usr/local/include/fuse.h Did you install FUSE from source? If not, you probably need something like Debian's libfuse-dev package installed by your operating