From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Buehler Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs with Cygwin Date: Fri, 22 Nov 2002 08:39:36 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021121112009.E1B7.LEKTU@terra.es> <7165369.1037891830056.JavaMail.root@127.0.0.1> <20021121162637.65F6.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037972646 519 80.91.224.249 (22 Nov 2002 13:44:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Nov 2002 13:44:06 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18FE6C-000077-00 for ; Fri, 22 Nov 2002 14:44:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18FEAO-0006QE-00 for ; Fri, 22 Nov 2002 14:48:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18FE2o-000319-00; Fri, 22 Nov 2002 08:40:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18FE24-0001FL-00 for emacs-devel@gnu.org; Fri, 22 Nov 2002 08:39:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18FE1y-000172-00 for emacs-devel@gnu.org; Fri, 22 Nov 2002 08:39:44 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18FE1x-00016C-00 for emacs-devel@gnu.org; Fri, 22 Nov 2002 08:39:38 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18FE01-0008A6-00 for ; Fri, 22 Nov 2002 14:37:37 +0100 Original-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18FE00-00089w-00 for ; Fri, 22 Nov 2002 14:37:36 +0100 Original-Path: not-for-mail Original-Lines: 18 Original-NNTP-Posting-Host: 64.47.34.2 Original-X-Trace: main.gmane.org 1037972256 31367 64.47.34.2 (22 Nov 2002 13:37:36 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Fri, 22 Nov 2002 13:37:36 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9619 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9619 Jason Rumney wrote: > A script that does everything is not really what we want to test, but > I assume it is easy enough to separate your script into the separate > steps of patching the source, and building Emacs using the standard > "configure", "make", "make install" sequence. The latter is most > interesting, as we have to expect the odd conflict when writing > patches for a moving target such as a live CVS tree. I submitted the necessary 21.2 patches back in September on this list. I have been told that they are being reviewed. Once they are merged in, I will be happy to grab the CVS and do a test build. But I would like some notice when the merge does indeed happen, rather than polling CVS to see what's new. Joe Buehler