From owner-freebsd-current Mon Jul 14 04:10:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA14205 for current-outgoing; Mon, 14 Jul 1997 04:10:05 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA14168 for ; Mon, 14 Jul 1997 04:09:59 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id NAA19801 for ; Mon, 14 Jul 1997 13:09:58 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id NAA28882 for freebsd-current@FreeBSD.ORG; Mon, 14 Jul 1997 13:09:47 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.6/keltia-uucp-2.9) id MAA07687; Mon, 14 Jul 1997 12:47:50 +0200 (CEST) Message-ID: <19970714124750.17158@keltia.freenix.fr> Date: Mon, 14 Jul 1997 12:47:50 +0200 From: Ollivier Robert To: "FreeBSD Current Users' list" Subject: Make world broken Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3461 AMD-K6 MMX @ 208 MHz Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I think that removing "-I/sys" from CFLAGS is probably a good idea but one must replace it by something which works like "-I{.CURDIR}/../../sys" because after Guido's change, one cannot "make world"... ---------------------------- revision 1.4 date: 1997/07/13 11:51:42; author: guido; state: Exp; lines: +0 -1 Remove -I/sys ---------------------------- cc -O -pipe -c /src/src/usr.sbin/pstat/pstat.c /src/src/usr.sbin/pstat/pstat.c:55: miscfs/union/union.h: No such file or directory /src/src/usr.sbin/pstat/pstat.c: In function `union_print': /src/src/usr.sbin/pstat/pstat.c:569: storage size of `unode' isn't known /src/src/usr.sbin/pstat/pstat.c:573: dereferencing pointer to incomplete type /src/src/usr.sbin/pstat/pstat.c:573: dereferencing pointer to incomplete type *** Error code 1 Stop. -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #22: Sun Jul 13 22:07:09 CEST 1997