From owner-freebsd-current Mon Dec 16 05:45:12 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA01420 for current-outgoing; Mon, 16 Dec 1996 05:45:12 -0800 (PST) Received: from mail.tky007.tth.expo96.ad.jp (root@tky007.tth.expo96.ad.jp [133.246.32.58]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id FAA01092; Mon, 16 Dec 1996 05:42:55 -0800 (PST) Received: from tky007.tth.expo96.ad.jp (masafumi@localhost [127.0.0.1]) by mail.tky007.tth.expo96.ad.jp (8.8.4/3.4W4-SMTP) with ESMTP id WAA08571; Mon, 16 Dec 1996 22:42:55 +0900 (JST) Message-Id: <199612161342.WAA08571@mail.tky007.tth.expo96.ad.jp> To: se@freebsd.org Cc: max@wide.ad.jp, current@freebsd.org Subject: Re: Error with current ncr.c From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Mon, 16 Dec 1996 14:06:33 +0100" References: X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 16 Dec 1996 22:42:55 +0900 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> /sys/pci/ncr.c attempts to include opt_ncr.h which seems to be >> nonexistent. Please check on this. se> Did you remember to rerun "config " ? Oops, I didn't probably run config. However, even having run config, make in /usr/src/usr.sbin/ncrcontrol would fail as cpp can't find opt_ncr.h in /sys/compile/WHATEVER. This of course makes `make world' break. We need some workaround for this. Cheers, Max