From owner-freebsd-questions Thu Apr 6 21:15:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rjk191.rh.psu.edu (RJK191.rh.psu.edu [128.118.193.182]) by hub.freebsd.org (Postfix) with ESMTP id 28A4837BD57 for ; Thu, 6 Apr 2000 21:15:07 -0700 (PDT) (envelope-from ray@rjk191.rh.psu.edu) Received: (from ray@localhost) by rjk191.rh.psu.edu (8.9.3/8.9.3) id AAA08296; Fri, 7 Apr 2000 00:14:37 -0400 (EDT) (envelope-from ray) Date: Fri, 7 Apr 2000 00:14:37 -0400 From: Ray Kohler To: Chris Lucas Cc: freebsd-questions@freebsd.org Subject: Re: building kernel with 4.0-release Message-ID: <20000407001410.A8270@rjk191.rh.psu.edu> Reply-To: rjk191@psu.edu References: <38ED5C0E.6DADA607@baylor.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38ED5C0E.6DADA607@baylor.edu>; from Chris_Lucas@baylor.edu on Thu, Apr 06, 2000 at 10:54:55PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 06, 2000 at 10:54:55PM -0500, Chris Lucas wrote: > Im getting this error when I run make depend : > > ../../pci/if_dc.c:151: miibus_if.h: No such file or directory > ../../isa/ppc.c:54: ppbus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 You need to include: device miibus device ppbus "device dc0" requires miibus, and "device ppc0" requires ppbus. Then run config again and make depend. It ought to work now. -- Ray Kohler FreeBSD -- The Power to Serve There is a great discovery still to be made in Literature: that of paying literary men by the quantity they do NOT write. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message