|
From: Vincenzo V. <vin...@gm...> - 2006-10-11 14:42:55
|
hi all, sorry for I'm late. I tried to install the 0.4b41 but I've received
these errors in the make output,
tx in advance.
./configure
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for cp... /bin/cp
checking for mv... /bin/mv
checking for rm... /bin/rm
checking for ar... ar
checking for ranlib... ranlib
checking for patch... patch
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/types.h... (cached) yes
Not including debugging code by default
Linking dump and restore dynamically by default
Linking libz and libbz2 dynamically by default
Compiling rmt by default
Not compiling ermt by default
Not compiling kerberos extensions by default
Including readline support by default
Using new style F script by default
Enabling Large File System support by default
Enabling Quick File Access support by default
Not including Quick File Access debugging code by default
Not including Mac OSX restore compatibility code by default
CC defaults to gcc
LD defaults to gcc
BINOWNER defaults to root
BINGRP defaults to tty
BINMODE defaults to 0755
MANOWNER defaults to man
MANGRP defaults to tty
MANMODE defaults to 0644
DUMPDATESPATH defaults to ${prefix}/etc/dumpdates
checking for ext2fs/ext2fs.h... yes
checking for ext2fs_open in -lext2fs... yes
checking for ext2fs_read_inode_full in -lext2fs... no
checking for ext2fs/ext2_fs.h... yes
checking for ext2_ino_t type in libext2fs headers... yes
checking for s_journal_inum field in ext2_super_block struct... yes
checking for blkid/blkid.h... no
checking for blkid_get_devname in -lblkid... no
checking for tgetent in -lncurses... yes
checking for tgetent in -ltermcap... yes
checking for readline/readline.h... yes
checking for readline in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for rl_completion_append_character in -lreadline... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for bzlib.h... yes
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
checking for err... yes
checking for errx... yes
checking for verr... yes
checking for verrx... yes
checking for vwarn... yes
checking for vwarnx... yes
checking for warn... yes
checking for warnx... yes
checking for realpath... yes
checking for lchown... yes
checking for glob... yes
checking for extended glob routines... yes
checking for quad_t... yes
checking for u_quad_t... yes
configure: creating ./config.status
config.status: creating MCONFIG
config.status: creating Makefile
config.status: creating common/Makefile
config.status: creating compat/include/Makefile
config.status: creating compat/lib/Makefile
config.status: creating dump/Makefile
config.status: creating restore/Makefile
config.status: creating rmt/Makefile
config.status: creating config.h
config.status: config.h is unchanged
[root@xyz dump-0.4b41]# 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'
gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -pipe -I..
-I../compat/include -I../dump
-DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO
-D_PATH_DUMPDATES=\"/us
r/local/etc/dumpdates\" -D_DUMP_VERSION=\"0.4b41\" dumprmt.c -o
dumprmt.o
In file included from ../compat/include/bsdcompat.h:14,
from dumprmt.c:56:
/usr/include/ext2fs/ext2fs.h:700: parse error before `FILE'
/usr/include/ext2fs/ext2fs.h:757: parse error before `FILE'
/usr/include/ext2fs/ext2fs.h:763: parse error before `)'
/usr/include/ext2fs/ext2fs.h:764: parse error before `FILE'
/usr/include/ext2fs/ext2fs.h:767: parse error before `)'
/usr/include/ext2fs/ext2fs.h:797: parse error before `FILE'
make[1]: *** [dumprmt.o] Error 1
make[1]: Leaving directory `/home/vincenzo/dump/dump-0.4b41/common'
make: *** [all] Error 1
|