On Tue, 16 Nov 1999, Edwin Culp wrote:
> Just looking at the results of a make world from a cvsup at about 4:40
> PST.
>
> ed
>
> /usr/obj/usr/src/tmp/usr/include/sys/ttydev.h:60: warning: `B115200'
> redefined
> /usr/obj/usr/src/tmp/usr/include/termios.h:227: warning: this is the
> location of the previous definition
> cc -nostdinc -O -pipe -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE
> -fwritable-strings -I/usr/obj/usr/src/tmp/usr/include -c
> /usr/src/games/larn/monster.c
> /usr/src/games/larn/monster.c: In function `hitm':
> /usr/src/games/larn/monster.c:856: syntax error before `amt'
> *** Error code 1
>
> Stop in /usr/src/games/larn.
> *** Error code 1
Yep - same here. One other problem I had is that make world failed when I
used:
make -j 3 -DNOPROFILE world
It bombed out somewhere near the beginning of make world when gcc was
being built. When I eliminated the parallel build (make -DNOPROFILE
world), it got further into the build, but bombed out at the point you
describe.
I was able to continue on by doing
make -j 3 -DNOCLEAN -DNOGAMES -DNOPROFILE world
- Donn
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message