Subject: Re: Build 1.5.2 with -current
To: Mark White <mjw@celos.net>
From: Frederick Bruckman <fredb@immanent.net>
List: current-users
Date: 10/11/2001 10:26:23
On Thu, 11 Oct 2001, Mark White wrote:

> Frederick Bruckman writes:
> I tried this; building distrib/utils results in:
>
> cc -O2 -Os -Wall -Wstrict-prototypes -Wmissing-prototypes \
> -Wpointer-arith -Wno-uninitialized -Werror   -c gethost.c
> gethost.c: In function `_gethostbyaddr':
> gethost.c:159: argument `len' doesn't match prototype
> /usr/include/netdb.h:262: prototype declaration
> *** Error code 1
>
> which is rather curious; I suppose because the system it's
> building under is -current.  (The 1.5.2 shouldn't be at
> fault; I downloaded it from .tgz yesterday).

Oh, then you really need to build all this against the 1.5.2 includes.
If you do a "make release" at the top-level, with DESTDIR and
RELEASEDIR set, that will probably do it, although it will do a lot
more building than you bargained for.

Frederick