From owner-freebsd-questions Tue Feb 27 13:17:49 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04574 for questions-outgoing; Tue, 27 Feb 1996 13:17:49 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA04556 for ; Tue, 27 Feb 1996 13:17:43 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA05875; Tue, 27 Feb 1996 14:11:26 -0700 From: Terry Lambert Message-Id: <199602272111.OAA05875@phaeton.artisoft.com> Subject: Re: make from /usr/src/sys/compile/GENERIC fails To: adamm@visual.is.net (Adam Mitchell) Date: Tue, 27 Feb 1996 14:11:26 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <3131A410.41C67EA6@visual.is.net> from "Adam Mitchell" at Feb 26, 96 12:14:08 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > I'm trying to compile the current kernel and I get this: > > visual: {12} make > cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline > -nostdinc -I. -I../.. -I../../sys -I../../../include -DGENERIC > -DI686_CPU -DI586_CPU -DI486_CPU -DI386_CPU -DATAPI -DUCONSOLE > -DBOUNCE_BUFFERS -DSCSI_DELAY="15" -DCOMPAT_43 -DPROCFS -DCD9660 > -DMSDOSFS -DNFS -DFFS -DINET -DMATH_EMULATE -DKERNEL -DTIMEZONE=0 > -DDST=0 -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c > ../../i386/i386/genassym.c:40: opt_sysvipc.h: No such file or directory > *** Error code 1 > > Stop. > > > Where is this "opt_sysvipc.h" file??? Compile the new config. Use the new config to config the kernel. The file will be generated by the configuration process. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.