Subject: Re: NetBSD-current compile probs
To: Berndt Josef Wulf <wulf@ping.net.au>
From: David Brownlee <abs@anim.dreamworks.com>
List: port-i386
Date: 06/28/1997 01:15:02
On Sat, 28 Jun 1997, Berndt Josef Wulf wrote:
> G'day,
>
> after one week I had a second go of "make build" and found the
> problems from the previous attempt still being there. Anyone else
> having problems?
>
> 1.) ftpd
>
> [ y.tab.c problems ]
cd usr.bin/yacc & make && make install
(You need the new version of yacc)
> 2.) ipftest
>
> ===> ipftest
> cc -O -I/usr/src/usr.sbin/ipf/ipftest
> -I/usr/src/usr.sbin/ipf/ipftest/../ipf -I/
> usr/src/usr.sbin/ipf/ipftest/../../../sys -Werror -c ip_nat.c
> In file included from
> /usr/src/usr.sbin/ipf/ipftest/../../../sys/netinet/ip_nat.
> h:18,
> from ip_nat.c:63:
> /usr/src/usr.sbin/ipf/ipftest/../../../sys/netinet/ip_proxy.h:72:
> syntax error b
> efore `*'
> /usr/src/usr.sbin/ipf/ipftest/../../../sys/netinet/ip_proxy.h:74:
> syntax error b
> efore `*'
> /usr/src/usr.sbin/ipf/ipftest/../../../sys/netinet/ip_proxy.h:76:
>
Odd.. it just compiled for me.. have you run 'make includes' from
/usr/src?