Skip site navigation (1)Skip section navigation (2)
Date:      24 Dec 1998 22:10:33 +0100
From:      Anton Berezin <tobez@plab.ku.dk>
To:        Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Cc:        freebsd-current@FreeBSD.ORG, rcarter@pinyon.org
Subject:   Re: make build fails on fresh current
Message-ID:  <8667b1kzzq.fsf@lion.plab.ku.dk>
In-Reply-To: Jeroen Ruigrok/Asmodai's message of Thu, 24 Dec 1998 07:04:37 %2B0100 (CET)
References:  <XFMail.981224070437.asmodai@wxs.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> writes:

> 
> On 23-Dec-98 Russell L. Carter wrote:
> >|Ye might want to make and make install lex and yacc by hand and then try make
> >|world again. This solved a problem for me during make world. And from the error
> >|results it looks similar... Always worth a try...
> >|
> >|Then again, I could be dead wrong...
> > 
> > Not this time.  Your suggestion appears to have worked for me
> > (at least I'm further along at this minute).
> 
> OK, glad I am moving from clooless newbie status to just newbie status ;)
> 
> Keep us informed...

Uh oh.  Bad luck for me... :-(
I can make && make install yacc, but I cannot do this with lex:

# pwd
/usr/src/usr.bin/lex
# make
Warning: Object directory not changed from original /usr/src/usr.bin/lex
cc -O -pipe -I. -I/usr/src/usr.bin/lex   -c scan.c
scan.l:33: parse.h: No such file or directory
scan.l: In function `flexscan':
scan.l:108: `SCDECL' undeclared (first use this function)
scan.l:108: (Each undeclared identifier is reported only once
scan.l:108: for each function it appears in.)
scan.l:109: `XSCDECL' undeclared (first use this function)
scan.l:125: `SECTEND' undeclared (first use this function)
scan.l:131: `OPTION_OP' undeclared (first use this function)
scan.l:144: `NAME' undeclared (first use this function)
scan.l:275: `OPT_OUTFILE' undeclared (first use this function)
scan.l:276: `OPT_PREFIX' undeclared (first use this function)
scan.l:277: `OPT_YYCLASS' undeclared (first use this function)
scan.l:393: `EOF_OP' undeclared (first use this function)
scan.l:416: `PREVCCL' undeclared (first use this function)
scan.l:470: `CHAR' undeclared (first use this function)
scan.l:519: `CCE_ALNUM' undeclared (first use this function)
scan.l:520: `CCE_ALPHA' undeclared (first use this function)
scan.l:521: `CCE_BLANK' undeclared (first use this function)
scan.l:522: `CCE_CNTRL' undeclared (first use this function)
scan.l:523: `CCE_DIGIT' undeclared (first use this function)
scan.l:524: `CCE_GRAPH' undeclared (first use this function)
scan.l:525: `CCE_LOWER' undeclared (first use this function)
scan.l:526: `CCE_PRINT' undeclared (first use this function)
scan.l:527: `CCE_PUNCT' undeclared (first use this function)
scan.l:528: `CCE_SPACE' undeclared (first use this function)
scan.l:529: `CCE_UPPER' undeclared (first use this function)
scan.l:530: `CCE_XDIGIT' undeclared (first use this function)
scan.l:542: `NUMBER' undeclared (first use this function)
*** Error code 1

Stop.
# uname -a
FreeBSD lion.plab.ku.dk 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #6: Thu Oct 15 18:09:41 CEST 1998     tobez@lion.plab.ku.dk:/usr/src/sys/compile/LION  i386

Oops!  Any clues?
Thank you in advance.

-- 
Anton Berezin <tobez@plab.ku.dk>
The Protein Laboratory, University of Copenhagen

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8667b1kzzq.fsf>