From owner-freebsd-stable Mon Oct 13 06:27:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA22840 for stable-outgoing; Mon, 13 Oct 1997 06:27:37 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from uk1.imdb.com (UK1.IMDb.COM [192.68.174.59]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA22829 for ; Mon, 13 Oct 1997 06:27:32 -0700 (PDT) (envelope-from robh@imdb.com) Received: from robh.imdb.com [194.222.68.23] by uk1.imdb.com with esmtp (Exim 1.62 #1) id 0xKkSM-0002lY-00; Mon, 13 Oct 1997 14:22:47 +0100 Date: Mon, 13 Oct 1997 14:02:55 +0100 (BST) From: Rob Hartill X-Sender: robh@localhost To: freebsd-stable@freebsd.org Subject: make world -> `T_DOWNLOAD' undeclared Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On trying to build a new kernel on a newly completed 'make world' 2.2-STABLE system I'm getting the following error: make depend make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/HOME cc -O2 -m486 -pipe -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 Stop. Adding '#define T_DOWNLOAD 259' found with grep I then get: ./aicasm -nostdinc -I- -I. -I../.. -I../../../include -o aic7xxx_seq.h -r aic7xxx_reg.h ../../dev/aic7xxx/aic7xxx.seq ./aicasm: Stopped at file ../../dev/aic7xxx/aic7xxx.seq, line 44 - syntax error ./aicasm: Removing aic7xxx_seq.h due to error *** Error code 65 Can someone please point me in the right direction. I synced with cvsup last night and again after the failures today. No joy and the same problem compiling GENERIC. thanks -- Rob Hartill Internet Movie Database (Ltd) http://www.moviedatabase.com/ .. a site for sore eyes.