From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7329 invoked from network); 20 Apr 2001 16:20:35 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Apr 2001 16:20:35 -0000 Received: (qmail 1623 invoked by alias); 20 Apr 2001 16:20:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14056 Received: (qmail 1601 invoked from network); 20 Apr 2001 16:20:25 -0000 From: "Bart Schaefer" Message-Id: <1010420161826.ZM712@candle.brasslantern.com> Date: Fri, 20 Apr 2001 16:18:26 +0000 In-Reply-To: <20010420093918.A32344@dman.com> Comments: In reply to Clint Adams "Re: PATCH: termcap parameter support" (Apr 20, 9:39am) References: <20010420092436.A31032@dman.com> <20010420093918.A32344@dman.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Clint Adams , zsh-workers@sunsite.dk Subject: Re: PATCH: termcap parameter support MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 20, 9:39am, Clint Adams wrote: } Subject: Re: PATCH: termcap parameter support } } > As promised, here is ${termcap}. This breaks the TERMCAP_H/TERM_H check } > in Src/prototypes.h. } } Hmm. No, it doesn't. I'm confused. You can't include both and on systems where termcap is a "real" library, I think. Also, notice in terminfo.c that there is /* The following two undefs are needed for Solaris 2.6 */ # ifdef VINTR # undef VINTR # endif # ifdef offsetof # undef offsetof # endif before the inclusion of and ... that should clear up at least some of those errors. -- 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