From: Jag <ag...@li...> - 2002-03-20 13:26:21
|
On Wed, 20 Mar 2002, kilesa wrote: > make kernel ok! > but make bproc error! > #make > make -C vmadump vmadump.o > make[1]: Entering directory `/home/linux/bproc-3.1.9/vmadump' > make[1]: `vmadump.o' is up to date. > make[1]: Leaving directory `/home/linux/bproc-3.1.9/vmadump' > make -C kernel > make[1]: Entering directory `/home/linux/bproc-3.1.9/kernel' > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength- > reduc > e -D__KERNEL__ -DMODULE -DPACKAGE_VERSION='"3.1.9"' - > DPACKAGE_MAGIC='61127' -DE > NABLE_DEBUG -DLINUX_TCP_IS_BROKEN -I. -I../vmadump - > I/usr/src/linux/include -c g > host.c > ghost.c: In function `ghost_deliver_msg': > ghost.c:74: structure has no member named `bproc' > ghost.c:78: structure has no member named `bproc' > ghost.c: In function `add_ghost': I don't have time to look at the code this minute.. but I'm going to take a stab in the dark and say you're not building against kernel headers that have the BProc patch applied. |