From owner-freebsd-questions Tue Feb 27 05:03:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA16969 for questions-outgoing; Tue, 27 Feb 1996 05:03:47 -0800 (PST) Received: from mail1.is.net (root@mail1.is.net [198.69.24.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA16962 for ; Tue, 27 Feb 1996 05:03:44 -0800 (PST) Received: from visual.is.net (visual.is.net [204.180.29.228]) by mail1.is.net (8.6.11/8.6.12) with SMTP id HAA12413 for ; Tue, 27 Feb 1996 07:53:57 -0500 Message-ID: <3132B87D.41C67EA6@visual.is.net> Date: Tue, 27 Feb 1996 07:53:33 +0000 From: Adam Mitchell X-Mailer: Mozilla 2.0 (X11; I; FreeBSD 2.1.0-RELEASE i386) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc CC: questions@freebsd.org Subject: opt_sysvipc.h: No such file or directory Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk When trying to compile the new kernel from \ "/usr/src/sys/compile/GENERIC" I get this: visual: {2} 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. I have never seen this "opt_sysvipc.h" file. What's up with that??? Adam