Date: Sun, 10 May 1998 12:00:14 -0700 From: Kirk PacBellNet <unixguru@pacbell.net> To: questions@FreeBSD.ORG Subject: lex question Message-ID: <3555F93E.FE3994CA@pacbell.net>
next in thread | raw e-mail | index | archive | help
Hi, I just upgraded my system with cvsup from 2.2.1 to 2.2.6. Everthing compiled fine and seems to work. However, when I try to build my kernel is breaks: lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c cc -O -I. -c aicasm_scan.c ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': ../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this function) ../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported only once ../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 I'm not yet a lex guru. Can anyone tell me what has gone wrong? Thanks Kirk :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3555F93E.FE3994CA>