From owner-freebsd-current Tue Jul 9 09:36:45 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA19866 for current-outgoing; Tue, 9 Jul 1996 09:36:45 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA19857 for ; Tue, 9 Jul 1996 09:36:40 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA18405; Tue, 9 Jul 1996 10:36:10 -0600 (MDT) Date: Tue, 9 Jul 1996 10:36:10 -0600 (MDT) Message-Id: <199607091636.KAA18405@rocky.mt.sri.com> From: Nate Williams To: Developer Cc: freebsd-current@freebsd.org Subject: Re: A couple of problems!! In-Reply-To: References: Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > 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