From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12335 invoked from network); 29 Oct 2007 13:29:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Oct 2007 13:29:19 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 64835 invoked from network); 29 Oct 2007 13:29:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Oct 2007 13:29:13 -0000 Received: (qmail 1243 invoked by alias); 29 Oct 2007 13:29:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24031 Received: (qmail 1222 invoked from network); 29 Oct 2007 13:29:10 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Oct 2007 13:29:10 -0000 Received: (qmail 64521 invoked from network); 29 Oct 2007 13:29:10 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 29 Oct 2007 13:29:05 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 68C845C794; Mon, 29 Oct 2007 09:29:03 -0400 (EDT) Date: Mon, 29 Oct 2007 09:29:03 -0400 From: Clint Adams To: Peter Stephenson Cc: Zsh Hackers' List Subject: Re: PATCH: curses input Message-ID: <20071029132903.GA14814@scowler.net> Mail-Followup-To: Peter Stephenson , Zsh Hackers' List References: <18226.1193429594@pws-pc.ntlworld.com> <20071026225633.8de9113b.p.w.stephenson@ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071026225633.8de9113b.p.w.stephenson@ntlworld.com> User-Agent: Mutt/1.5.16 (2007-06-11) On Fri, Oct 26, 2007 at 10:56:33PM +0100, Peter Stephenson wrote: > +zsh_cv_path_curses_keys_h="$CURSES_KEYS_H" I haven't looked into this at all, but a previously-dirtied working directory seems to compile just fine, but a fresh checkout & Util/preconfig results in complaints that there's no rule to build curses_keys.h or something.