Subject: Re: Problem with BCC
To: None <pkgsrc-users@netbsd.org>
From: Pierrick Brossin <pierrick@bs-network.net>
List: pkgsrc-users
Date: 10/03/2006 11:39:24
On Tue, Oct 03, 2006 at 11:25:39AM +0200, Pierrick Brossin wrote:
> # compile bcc-cc1/input.o
> cc -O2 -DNSIG=32 -Werror -c input.c
> cc1: warnings being treated as errors
> input.c: In function 'openio':
> input.c:426: warning: incompatible implicit declaration of built-in
> function 'memset'
> *** Error code 1
This one was also easy :)
We have to add #include <string.h> to:
- bcc-cc1/input.c
- bcc-cc1/preproc.c
- bcc-cc1/table.c
I am running -current.
Will someone make the change to the package ?
I wrote the maintainer a mail but he seems to not maintain bcc anymore.
Best Regards
-Pierrick Brossin