Date: Sat, 19 Dec 1998 13:20:57 -0800 (PST) From: Matthew Jacob <mjacob@feral.com> To: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> Cc: freebsd-current@FreeBSD.ORG Subject: Re: massive compilation breakage in user space Message-ID: <Pine.LNX.4.04.9812191320020.27971-100000@feral-gw> In-Reply-To: <199812192034.XAA03412@tejblum.dnttm.rssi.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <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?Pine.LNX.4.04.9812191320020.27971-100000>