From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23598 invoked from network); 26 Mar 2006 06:26:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Mar 2006 06:26:08 -0000 Received: (qmail 65554 invoked from network); 26 Mar 2006 06:26:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Mar 2006 06:26:02 -0000 Received: (qmail 1092 invoked by alias); 26 Mar 2006 06:25:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22384 Received: (qmail 1083 invoked from network); 26 Mar 2006 06:25:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 26 Mar 2006 06:25:59 -0000 Received: (qmail 65132 invoked from network); 26 Mar 2006 06:25:59 -0000 Received: from vms040pub.verizon.net (206.46.252.40) by a.mx.sunsite.dk with SMTP; 26 Mar 2006 06:25:57 -0000 Received: from torch.brasslantern.com ([71.116.81.225]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IWQ00M2J1V70475@vms040.mailsrvcs.net> for zsh-workers@sunsite.dk; Sun, 26 Mar 2006 00:25:56 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k2Q6Tdnt006675 for ; Sat, 25 Mar 2006 22:29:47 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k2Q6Td52006674 for zsh-workers@sunsite.dk; Sat, 25 Mar 2006 22:29:39 -0800 Date: Sat, 25 Mar 2006 22:29:39 -0800 From: Bart Schaefer Subject: Re: building modules outside the source tree In-reply-to: <20060326003340.GA31813@scowler.net> To: zsh-workers@sunsite.dk Message-id: <060325222939.ZM6673@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20060326003340.GA31813@scowler.net> Comments: In reply to Clint Adams "building modules outside the source tree" (Mar 25, 7:33pm) On Mar 25, 7:33pm, Clint Adams wrote: } } This is a bit ugly. [...] } For a proof-of-concept, I've adapted a little utility which reads an Ogg } Vorbis file and outputs its length in seconds and the comments/tags. Please keep us posted on how far you get with this ... some software I have is practically begging to be turned into a zsh module, but I have not yet managed to get the two configure scripts to play together. } probably the most objectionable thing } is that I've copied config.h and zsh.mdh from the zsh build dir. zsh.mdh isn't so bad, but config.h should be reduced to the parts that are directly involved in module linking -- or better yet, there should be a fragment of aczsh.m4 that could be incorporated into third-party configure scripts.