From owner-freebsd-questions Thu May 13 22:57:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 540941527B for ; Thu, 13 May 1999 22:57:43 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id PAA09883; Fri, 14 May 1999 15:27:41 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id PAA94238; Fri, 14 May 1999 15:27:35 +0930 (CST) Date: Fri, 14 May 1999 15:27:35 +0930 From: Greg Lehey To: Patrick Crawford Cc: questions@FreeBSD.ORG Subject: Re: Help me, Make failed during kernel build Message-ID: <19990514152735.R89091@freebie.lemis.com> References: <373BA229.75A67D37@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <373BA229.75A67D37@bellsouth.net>; from Patrick Crawford on Fri, May 14, 1999 at 12:10:18AM -0400 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 14 May 1999 at 0:10:18 -0400, Patrick Crawford wrote: > Hello, > My name is Patrick Crawford. I just order the FreeBSD 3.1 (4 cdroms) > release of the FreeBSD Unix OS. I am having a serious problem during a > "make" attempt on my custom build of my kernel. I have a simple machine > with the following configuration: > > 233Mhz Pentium MMX > 64 Meg of ram > 2gig partition for FreeBSD on an IDE Fujitsu model > MPB3032AT/AE > AWE 64 Sound Blaster at irq 7 I/O port 220 > MAXTECH NX32pci network card > > My Network card is working OK under FreeBSD. I got X11R6 Working ok. > > I can't get my sound card to work or my external Hayes Accura 56K/FAX > modem to work to connect to the internet. If you're having trouble with your modem, it won't help to build a new kernel. The GENERIC kernel supports your modem, so you probably have some other problem. IRQ conflict maybe? > Attatched to this email is a copy of my kernel configuration file that I > created based on the 1700+ page document titled "The Complete FreeBSD" > by Greg Lehey. > > ERRORS: > During the make process in the ../../compile/PATRICK directory, I get > the an error stating the it cannot find the header file "vnode_if.h". > I dont know how to fix this. > > I have 7 years of UNIX programming experience under the following, so > please be as technical as you want with your solution to my problem. Can I assume you did this? # config -g PATRICK Don't forget to do a ``make depend'' Kernel build directory is ../../compile/PATRICK # cd ../../compile/PATRICK/ # make If so, I suspect that that's your problem. You wouldn't expect it on a new directory, but you still needed to do a ``make depend'' in order to create the files vnode_if.h and vnode_if.c. If not, it would be interesting to see the last 10 or so lines of your output. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message