I couldn't compile the version 0.35 of shfs because of
the following error:
orion:/usr/src/shfs-0.35# make
make[1]: Entering directory `/usr/src/shfs-0.35/shfs'
make[2]: Entering directory
`/usr/src/shfs-0.35/shfs/Linux-2.6'
make -C //lib/modules/2.6.12/build
SUBDIRS=/usr/src/shfs-0.35/shfs/Linux-2.6 modules
make[3]: Entering directory `/usr/src/linux-source-2.6.12'
CC [M] /usr/src/shfs-0.35/shfs/Linux-2.6/dcache.o
CC [M] /usr/src/shfs-0.35/shfs/Linux-2.6/dir.o
/usr/src/shfs-0.35/shfs/Linux-2.6/dir.c:491: error:
static declaration of 'shfs_dentry_operations' follows
non-static declaration
/usr/src/shfs-0.35/shfs/Linux-2.6/shfs_fs.h:53: error:
previous declaration of 'shfs_dentry_operations' was here
make[4]: *** [/usr/src/shfs-0.35/shfs/Linux-2.6/dir.o]
Error 1
make[3]: ***
[_module_/usr/src/shfs-0.35/shfs/Linux-2.6] Error 2
make[3]: Leaving directory `/usr/src/linux-source-2.6.12'
make[2]: *** [default] Error 2
make[2]: Leaving directory
`/usr/src/shfs-0.35/shfs/Linux-2.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/shfs-0.35/shfs'
make: *** [module] Error 2
my configurations is :
Linux version 2.6.12 (root@orion) (gcc version 4.0.2
20050816 (prerelease) (Debian 4.0.1-5)) #1 Mon Aug 22
20:48:53 CEST 2005
Thank you in advance for any help.
marco