Date: Mon, 20 May 1996 23:50:02 -0700 (PDT) From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs Subject: Re: ports/1222: pgcc in ports Message-ID: <199605210650.XAA02333@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/1222; it has been noted by GNATS. From: Bruce Evans <bde@zeta.org.au> To: FreeBSD-gnats-submit@freebsd.org, mi@aldan.zipnet.net Cc: Subject: Re: ports/1222: pgcc in ports Date: Tue, 21 May 1996 16:35:30 +1000 > pgcc, patch level 9 >>Description: > /usr/local/lib/gcc-lib/pentium-uknown-freebsd/2.7.2p/include/stddef.h > and /usr/include/stdlib.h both define rune_t, which produces a warning > every time. This is caused by FreeBSD's std*.h not actually being standard (rune_t isn't standard), and gcc's stddef.h being out of date. >>Fix: > > Remove the "typedef _BSD_RUNE_T rune_t;" line from gcc's file. Or: > Ignore the warning, although, it slows down the compilation somewhat. Real fix: use the standard headers. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605210650.XAA02333>