From owner-freebsd-current Sat Dec 19 13:21:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19562 for freebsd-current-outgoing; Sat, 19 Dec 1998 13:21:10 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from feral-gw.feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19557 for ; Sat, 19 Dec 1998 13:21:09 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral-gw.feral.com (8.8.7/8.8.7) with ESMTP id NAA28457; Sat, 19 Dec 1998 13:20:58 -0800 Date: Sat, 19 Dec 1998 13:20:57 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: Dmitrij Tejblum cc: freebsd-current@FreeBSD.ORG Subject: Re: massive compilation breakage in user space In-Reply-To: <199812192034.XAA03412@tejblum.dnttm.rssi.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, I had to do a make includes (or make world) to fix this. On Sat, 19 Dec 1998, Dmitrij Tejblum wrote: > Matthew Jacob wrote: > > > > This seems pretty annoyingly bad: > > > > from mt.c:52: > > /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:11: parse error before > > `int8_t' > > /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:11: warning: data definition > > has no type or storage class > > Are you building this particular program without 'make world'? > > I think, this is because you get from source tree, and > from /usr/include, and they are not in sync. Remove CFLAGS > setting from Makefile should help. > > Dima > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message