Subject: Re: libkvm/kvm.c compile problem
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: James M Chacon <jmc@cis.ksu.edu>
List: current-users
Date: 04/21/1994 20:05:30
>cc -O -DLIBC_SCCS -c /usr/src/lib/libkvm/kvm.c 
>/usr/src/lib/libkvm/kvm.c: In function `findpage':
>/usr/src/lib/libkvm/kvm.c:1223: storage size of `bucket' isn't known
>/usr/src/lib/libkvm/kvm.c:1228: sizeof applied to an incomplete type
>/usr/src/lib/libkvm/kvm.c:1248: structure has no member named `tqe_next'

This sounds like include files are out of date somewhere. The first
thing I *always* do before rebuilding anything that changes is to
cd /usr/src/include and make install. This avoids a lot of otherwise
elusive headaches later on when making the system again.

James



------------------------------------------------------------------------------