From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23677 invoked from network); 9 May 2002 15:08:41 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 May 2002 15:08:41 -0000 Received: (qmail 4376 invoked by alias); 9 May 2002 15:08:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17110 Received: (qmail 4361 invoked from network); 9 May 2002 15:08:32 -0000 From: "Bart Schaefer" Message-Id: <1020509150823.ZM8499@candle.brasslantern.com> Date: Thu, 9 May 2002 15:08:23 +0000 In-Reply-To: <20020509090819.A10978@yoda.jedi.net> Comments: In reply to travis@jedi.net "Compile errors for zsh 4.0.4 on Aix 4.3.3" (May 9, 9:08am) References: <20020509090819.A10978@yoda.jedi.net> X-Mailer: Z-Mail (5.0.0 30July97) To: travis@jedi.net, zsh-workers@sunsite.dk Subject: Re: Compile errors for zsh 4.0.4 on Aix 4.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 9, 9:08am, travis@jedi.net wrote: } } The Etc/MACHINES file said you want more info on this error. Hmm, actually I should have re-read Etc/MACHINES more closely before I responded. The error that you're seeing: } "termcap.c", line 71.13: 1506-334 (S) Identifier boolcodes has already been defined on line 1342 of "/usr/include/term.h". is happening *because* "Zsh now defaults to termcap on AIX;" the problem about which we want more information is "variables boolcodes and some other are declared in term.h but missing is libcurses.a." It's a bit confusing that your build actually included term.h even though it was supposedly defaulting to termcap, so that might still be worth looking into, but it's not the problem Etc/MACHINES is talking about. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net