Subject: Re: pkgsrc bootstrap fails on AIX
To: John Housden <John.Housden@TRW.COM>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-users
Date: 12/17/2006 13:54:43
John Housden wrote:
> inet_pton.c:92: `uint32_t' undeclared (first use in this function)
> inet_pton.c:92: (Each undeclared identifier is reported only once
> inet_pton.c:92: for each function it appears in.)
> inet_pton.c:92: parse error before `val'
> inet_pton.c:108: `val' undeclared (first use in this function)

Please insert the following line into pkgsrc/net/tnftp/files/tnftp.h, 
line 25:

#include <inttypes.h>

Then, just try bootstrapping again. That should help.

Roland