From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4892 invoked from network); 25 Apr 2001 14:59:45 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Apr 2001 14:59:45 -0000 Received: (qmail 28189 invoked by alias); 25 Apr 2001 14:59:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14096 Received: (qmail 28170 invoked from network); 25 Apr 2001 14:59:39 -0000 From: "Bart Schaefer" Message-Id: <1010425145840.ZM11172@candle.brasslantern.com> Date: Wed, 25 Apr 2001 14:58:39 +0000 In-Reply-To: <545y9spyrwy.fsf@icd.teradyne.com> Comments: In reply to Vin Shelton "Re: Make Failure on SunOS-4.1" (Apr 25, 10:29am) References: <54566fu13tt.fsf@icd.teradyne.com> <1010425041307.ZM10317@candle.brasslantern.com> <545y9spyrwy.fsf@icd.teradyne.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Vin Shelton Subject: Re: Make Failure on SunOS-4.1 Cc: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 25, 10:29am, Vin Shelton wrote: } Subject: Re: Make Failure on SunOS-4.1 } } > That's tgetstr(), which should have been declared somewhere. I suspect } > perhaps that the `defined(HAVE_CURSES_H) && defined(HAVE_TERM_H)' test } > is inadequate. } } You worry was well placed. I'm also attention-deficient, apparently, as I see that (in your original complaint) the error is coming from line 51 of termcap.c, which would mean that you have curses.h but neither termcap.h nor term.h. Can you please check your config.h for HAVE_TERM.*_H and HAVE_CURSES_H and see which of them are defined? Also, if you have a build tree from an older version of zsh where this all worked, can you check the config.h there, too? -- 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