Date: Thu, 18 Jul 1996 20:30:25 GMT From: James Raynard <fqueries@jraynard.demon.co.uk> To: durang@u.washington.edu Cc: questions@freebsd.org Subject: Re: Kernel rebuild errors Part II Message-ID: <199607182030.UAA09376@jraynard.demon.co.uk> In-Reply-To: <Pine.A32.3.92a.960717162915.136527B-100000@homer14.u.washington.edu> (message from Ken Marsh on Wed, 17 Jul 1996 16:31:04 -0700 (PDT))
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Ken Marsh <durang@u.washington.edu> writes: > > In regard to the kernel rebuild errors message of today, about 30 minutes > ago, The majority of the errors are of the form: > > ../../pci/if_dc.c:####: derefernecing pointer to incomplete type Hmm. This is usually a sign that an include file has been omitted, which points to an error in the config file. Presumably you meant if_de.c? There isn't an if_dc.c file in that directory. This is the driver for the DEC 21040 family of Ethernet cards. If you do not have such a card, you can work around this by commenting out the line that says "device de0". > Where #### is a four-digit number, such as 1845. These will be the line numbers in if_de.c where the error occurred. -- James Raynard, Edinburgh, Scotland james@jraynard.demon.co.uk http://www.freebsd.org/~jraynard/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607182030.UAA09376>