From owner-freebsd-current Sat Dec 19 13:17:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19087 for freebsd-current-outgoing; Sat, 19 Dec 1998 13:17:02 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19082 for ; Sat, 19 Dec 1998 13:16:58 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id XAA27223; Sat, 19 Dec 1998 23:48:15 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.1/8.9.1) with ESMTP id XAA03412; Sat, 19 Dec 1998 23:34:33 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199812192034.XAA03412@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: mjacob@feral.com cc: freebsd-current@FreeBSD.ORG Subject: Re: massive compilation breakage in user space In-reply-to: Your message of "Sat, 19 Dec 1998 11:52:25 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 19 Dec 1998 23:34:33 +0300 From: Dmitrij Tejblum Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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