pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Problem with BCC
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
Home |
Main Index |
Thread Index |
Old Index