From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: [h-e-w] CVS build and subdirs.el problem Date: 29 Jan 2003 23:05:22 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <001201c2c7d4$ea29fe50$fa790251@chen> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043881671 11546 80.91.224.249 (29 Jan 2003 23:07:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 23:07:51 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18e1J7-0002zy-00 for ; Thu, 30 Jan 2003 00:07:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18e1OV-0003CX-00 for ; Thu, 30 Jan 2003 00:13:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18e1K8-0006TD-05 for emacs-devel@quimby.gnus.org; Wed, 29 Jan 2003 18:08:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18e1J6-00063u-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 18:07:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18e1Im-0005SZ-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 18:07:34 -0500 Original-Received: from server0011.freedom2surf.net ([194.106.56.14] helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18e1IP-0004pX-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 18:07:05 -0500 Original-Received: from nyaumo.jasonr.f2s.com ([195.137.103.251]) h0TN7EP5021758; Wed, 29 Jan 2003 23:07:14 GMT Original-Received: from nyaumo.jasonr.f2s.com (localhost [127.0.0.1]) by nyaumo.jasonr.f2s.com (Postfix) with ESMTP id A86A44AC7F; Wed, 29 Jan 2003 23:05:23 +0000 (GMT) Original-To: Stephen Leake In-Reply-To: Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-cc: Phil Rooke X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11203 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11203 Stephen Leake writes: > "Phil Rooke" writes: > > > I'm trying to avoid all the overhead of figuring out a complete > > cygwin environment and so I am using [MingW32]: > > Huh? Just download "setup.exe", run it, select "base", "devel", > "cygutils". All done. > > > process_begin: CreateProcess((null), cygpath D:/emacs/lisp, ...) failed. > > cygpath is a cygwin utilitiy (hence the "cygutils" above :). I don't know who added the cygpath kludge to the W32 makefiles, but breaking the mingw32 build in order to get the broken Cygwin ports of make to work is a serious bug. I will remove the cygpath calls from the makefiles. If someone can find a way to add them without breaking the mingw32 build, then feel free to install that.