From owner-freebsd-questions Sun May 10 12:00:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23220 for freebsd-questions-outgoing; Sun, 10 May 1998 12:00:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail-gw.pacbell.net (mail-gw.pacbell.net [206.13.28.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23208 for ; Sun, 10 May 1998 12:00:05 -0700 (PDT) (envelope-from unixguru@pacbell.net) Received: from pacbell.net (ppp-206-170-69-202.irvn11.pacbell.net [206.170.69.202]) by mail-gw.pacbell.net (8.8.8/8.7.1+antispam) with ESMTP id MAA19424 for ; Sun, 10 May 1998 12:00:06 -0700 (PDT) Message-ID: <3555F93E.FE3994CA@pacbell.net> Date: Sun, 10 May 1998 12:00:14 -0700 From: Kirk PacBellNet Organization: Pacific Bell Network X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: lex question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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