|
From: Vincenzo V. <vin...@gm...> - 2006-10-13 09:07:07
|
Hi Stelian, tx for the latest advice because I installed dump and it seems
it works. The troubles now are with restore I can't make the bin file and
here is the output of make:
for i in compat/lib compat/include common dump restore rmt; do \
(cd $i && make all) || exit 1; \
done
make[1]: Entering directory `/home/vincenzo/dump/dump-0.4b41/compat/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vincenzo/dump/dump-0.4b41/compat/lib'
make[1]: Entering directory `/home/vincenzo/dump/dump-0.4b41/compat/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vincenzo/dump/dump-0.4b41/compat/include'
make[1]: Entering directory `/home/vincenzo/dump/dump-0.4b41/common'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vincenzo/dump/dump-0.4b41/common'
make[1]: Entering directory `/home/vincenzo/dump/dump-0.4b41/dump'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vincenzo/dump/dump-0.4b41/dump'
make[1]: Entering directory `/home/vincenzo/dump/dump-0.4b41/restore'
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -pipe -I..
-I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG
-DHAVE_LZO -D_PATH_DUMPDATES=\"/usr/local/etc/dumpdates\" -D_DUMP_VERSION=\"
0.4b41\" xattr.c -o xattr.o
In file included from ../compat/include/bsdcompat.h:15,
from xattr.c:44:
/usr/include/ext2fs/ext2fs.h:209: warning: `struct ext2_inode' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h:209: warning: its scope is only this definition
or declaration, which is probably not what you want.
/usr/include/ext2fs/ext2fs.h:211: warning: `struct ext2_inode' declared
inside parameter list
In file included from ../compat/include/bsdcompat.h:15,
from xattr.c:44:
/usr/include/ext2fs/ext2fs.h:531: warning: `struct ext2_inode' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h:584: warning: `struct ext2_dir_entry' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h:602: warning: `struct ext2_dir_entry' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h:666: warning: `struct ext2_inode' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h:679: warning: `struct ext2_inode' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h:681: warning: `struct ext2_inode' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h:784: warning: `struct ext2_inode' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h:787: warning: `struct ext2_inode' declared
inside parameter list
/usr/include/ext2fs/ext2fs.h: In function `ext2fs_group_of_blk':
/usr/include/ext2fs/ext2fs.h:958: dereferencing pointer to incomplete type
/usr/include/ext2fs/ext2fs.h:959: dereferencing pointer to incomplete type
/usr/include/ext2fs/ext2fs.h: In function `ext2fs_group_of_ino':
/usr/include/ext2fs/ext2fs.h:967: dereferencing pointer to incomplete type
make[1]: *** [xattr.o] Error 1
make[1]: Leaving directory `/home/vincenzo/dump/dump-0.4b41/restore'
make: *** [all] Error 1
well sorry but I don't know|
thank you in advance
Vincenzo
|