Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 1996 10:36:10 -0600 (MDT)
From:      Nate Williams <nate@mt.sri.com>
To:        Developer <dev@fgate.flevel.co.uk>
Cc:        freebsd-current@freebsd.org
Subject:   Re: A couple of problems!!
Message-ID:  <199607091636.KAA18405@rocky.mt.sri.com>
In-Reply-To: <Pine.BSI.3.93.960709114048.6003C-100000@fgate.flevel.co.uk>
References:  <Pine.BSI.3.93.960709114048.6003C-100000@fgate.flevel.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 3) I can't compile the new version of flex.. I get this error:-
> 
> lex -t  -is scan.l > scan.tmp.c
> "scan.l", line 68: bad character: %
> "scan.l", line 69: unknown error processing section 1
> "scan.l", line 69: bad character: %
> "scan.l", line 70: unknown error processing section 1
> *** Error code 1

If you read the -current email, you'd know that you *must* first do a
'make bootstrap' in the lex diretory first.  So

# cd /usr/src/usr.bin/lex
# make clean
# make bootstrap
# make
# make install

It'll work fine from then on.



Nate



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