Subject: Re: -current build failure on i386
To: Naoto Shimazaki <igy@arhc.org>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: current-users
Date: 12/22/2000 12:21:49
On 23 Dec 2000, Naoto Shimazaki wrote:
> /usr/src/lib/libc/locale/___runetype_mb.c is written in K&R style.
> and cc is given -Wstrict-prototypes and -Werror.  So cc says
>
> cc1: warnings being treated as errors
>
> I don't think the latest wctype.h can resolve this problem.
>
> try below.
>
> cd /usr/src/lib/libc
> make NOGCCERROR=yes

Yep, that did the trick -- thanks. It seems that ___runetype_mb.c isn't
the only file in this directory that's in K&R style, I'm seeing a lot more
of the same type of warnings on different files.

Jared