Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build.sh ... distribution fails for alpha (at least)



On Mon, 8 Mar 2010, Kurt Schreiner wrote:

> On Mon, Mar 08, 2010 at 09:20:16PM +0000, Iain Hibbert wrote:
> > On Mon, 8 Mar 2010, Kurt Schreiner wrote:
> >
> > > with -current source cvs updated some minutes ago trying build.sh ...
> > > distribution for alpha on NetBSD-amd64, Solaris and MacOS ends w/:
> >
> > I fixed the compilation errors..
> Hm, still one problem left:
>
> cc1: warnings being treated as errors
> /u/NetBSD/src/usr.sbin/btattach/btattach.c: In function 'test':
> /u/NetBSD/src/usr.sbin/btattach/btattach.c:592: warning: format '%d' expects 
> type 'int', but argument 2 has type 'ssize_t'
> /u/NetBSD/src/usr.sbin/btattach/btattach.c:592: warning: format '%d' expects 
> type 'int', but argument 2 has type 'ssize_t'

sorry, should be fixed.. (use %zd for ssize_t)

iain




Home | Main Index | Thread Index | Old Index