|
From: Kai-Uwe B. <ku...@gm...> - 2005-08-15 07:30:04
|
Hi,
the compilation of version 2.2.0 failed with:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./demangle -I../include
-I../include -I./x86 -DVG_LIBDIR="\"/usr/local/lib/valgrind"\"
-DKICKSTART_BASE=0xb0000000 -Winline -Wall -Wshadow -O
-fno-omit-frame-pointer -mpreferred-stack-boundary=2 -g -DELFSZ=32 -MT
vg_syscalls.o -MD -MP -MF ".deps/vg_syscalls.Tpo" -c -o vg_syscalls.o
vg_syscalls.c; \
then mv -f ".deps/vg_syscalls.Tpo" ".deps/vg_syscalls.Po"; else rm -f
".deps/vg_syscalls.Tpo"; exit 1; fi
In file included from /usr/include/linux/msg.h:5,
from vg_unsafe.h:56,
from vg_syscalls.c:35:
/usr/include/linux/list.h:699:2: warning: #warning "don't include kernel
headers in userspace"
In file included from /usr/include/linux/mii.h:12,
from vg_unsafe.h:76,
from vg_syscalls.c:35:
/usr/include/linux/if.h:95: error: redefinition of `struct ifmap'
/usr/include/linux/if.h:131: error: redefinition of `struct ifreq'
/usr/include/linux/if.h:181: error: redefinition of `struct ifconf'
make[4]: *** [vg_syscalls.o] Fehler 1
make[4]: Leaving directory `/home/tmp/RPMS/valgrind-2.2.0/coregrind'
Any idea?
System: PIV; gcc3.3.4; glibc-2.3.3 on SuSE9.2
regards
Kai-Uwe
|