From owner-freebsd-current Tue Nov 4 01:37:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28363 for current-outgoing; Tue, 4 Nov 1997 01:37:26 -0800 (PST) (envelope-from owner-freebsd-current) Received: from access.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.141.171]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA28274 for ; Tue, 4 Nov 1997 01:35:33 -0800 (PST) (envelope-from max@bourbon.sfc.wide.ad.jp) Received: from bourbon.sfc.wide.ad.jp (localhost [127.0.0.1]) by access.sfc.wide.ad.jp (8.8.7/3.5Wpl107/15/97) with ESMTP id SAA00344; Tue, 4 Nov 1997 18:10:22 +0900 (JST) Message-Id: <199711040910.SAA00344@access.sfc.wide.ad.jp> To: max@wide.ad.jp Cc: current@FreeBSD.ORG Subject: Re: aic7xx/aicasm_scan.l From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Tue, 04 Nov 1997 12:54:37 +0900" References: <199711040354.MAA10998@access.sfc.wide.ad.jp> X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 04 Nov 1997 18:10:21 +0900 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Well, looks like something was wrong with my system. I removed all files in the dev/aic7xxx directory, and then did cvsup and everything went fine. Isn't it enough if I just did config GENERIC? Cheers, Max max> Hi, max> I'm just updating my -current box to today's -current. When I compile max> kernel (both custom and GENERIC), it fails with following error. max> Could anyone help me with this? max> ---------------------------------------------------------------------- max> lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c max> cc -O -I. -c aicasm_scan.c max> ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': max> ../../dev/aic7xxx/aicasm_scan.l:69: `T_DOWNLOAD' undeclared (first use max> this function) max> ../../dev/aic7xxx/aicasm_scan.l:69: (Each undeclared identifier is max> reported only once max> ../../dev/aic7xxx/aicasm_scan.l:69: for each function it appears in.) >> ** Error code 1 max> Stop. >> ** Error code 1 max> Stop. max> ---------------------------------------------------------------------- max> Thanks, max> Max