Date: Tue, 4 Feb 1997 21:17:14 -0600 (CST) From: Wm Brian McCane <root@bmccane.uit.net> To: freebsd-current@freebsd.org Subject: make world Message-ID: <Pine.BSF.3.91.970204211255.26134A-100000@bmccane.uit.net>
next in thread | raw e-mail | index | archive | help
Okay, this has been happening for a LOONG time. In order for me to complete a `make world', I have to use the `-k' option. If I don't do this, the make fails in `/usr/src/bin/sh' as follows: cc -O -DSHELL -I. -I/usr/src/bin/sh -c arith_lex.c /usr/src/bin/sh/arith_lex.l: In function `yylex': /usr/src/bin/sh/arith_lex.l:63: `ARITH_BOR' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:63: (Each undeclared identifier is reported only once /usr/src/bin/sh/arith_lex.l:63: for each function it appears in.) /usr/src/bin/sh/arith_lex.l:64: `ARITH_BXOR' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:65: `ARITH_BAND' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:67: `ARITH_NE' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:69: `ARITH_GE' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:71: `ARITH_LE' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:72: `ARITH_LSHIFT' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:73: `ARITH_RSHIFT' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:74: `ARITH_MUL' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:78: `ARITH_SUB' undeclared (first use this function) /usr/src/bin/sh/arith_lex.l:79: `ARITH_BNOT' undeclared (first use this function) *** Error code 1 WHY?! TIA, brian +-------------------------------------+----------------------------------------+ He rides a cycle of mighty days, and \ Wm Brian and Lori McCane he represents the last great schizm \ McCane Consulting among the gods. Evil though he obviously \ root@bmccane.uit.net is, he is a mighty figure, this father of \ http://bmccane.uit.net/~pictures/ my spirit, and I respect him as the sons \ http://bmccane.uit.net/~bmccane/ of old did the fathers of their bodies. \ http://bmccane.uit.net/~bbs/ Roger Zelazny - "Lord of Light" \ +---------------------------------------------+--------------------------------+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970204211255.26134A-100000>