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