From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2113 invoked from network); 24 Oct 2002 06:54:01 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Oct 2002 06:54:01 -0000 Received: (qmail 4772 invoked by alias); 24 Oct 2002 06:53:16 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5463 Received: (qmail 4756 invoked from network); 24 Oct 2002 06:53:11 -0000 Date: Thu, 24 Oct 2002 16:52:24 +1000 Subject: Re: Compile error on Solaris 8 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) Cc: zsh-users@sunsite.dk To: "Bart Schaefer" From: Andrew Nesbit In-Reply-To: <1021023163458.ZM14150@candle.brasslantern.com> Message-Id: <270C77FF-E71D-11D6-BF3A-000393AE4D10@optushome.com.au> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.543) On Thursday, October 24, 2002, at 02:34 AM, Bart Schaefer wrote: > On Oct 24, 10:41am, alnesbit@optushome.com.au wrote: > } Subject: Compile error on Solaris 8 > } > } params.epro:45: previous declaration of `hashchar' > > What does that line of params.epro look like? params.c has this: unsigned char hatchar, hashchar; but params.epro has this: extern unsigned hashchar; > The .epro files are automatically generated, so the most likely problem > is with the awk script that generates those files (or the way your awk > interprets the script). AWK is defined in the Makefile as gawk. $ gawk -V Gnu Awk (gawk) 2.11, patchlevel 1 [BTW, it also fails on our Solaris 7 machines, which have the same gawk version.] Thanks. Andrew.