Date: Sat, 19 Dec 1998 23:34:33 +0300 From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> To: mjacob@feral.com Cc: freebsd-current@FreeBSD.ORG Subject: Re: massive compilation breakage in user space Message-ID: <199812192034.XAA03412@tejblum.dnttm.rssi.ru> In-Reply-To: Your message of "Sat, 19 Dec 1998 11:52:25 PST." <Pine.LNX.4.04.9812191152010.27971-100000@feral-gw>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/types.h> from source tree, and <machine/ansi.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812192034.XAA03412>