From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Phil Rooke" Newsgroups: gmane.emacs.devel Subject: Re: [h-e-w] CVS build and subdirs.el problem Date: Thu, 30 Jan 2003 22:46:26 -0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <000e01c2c8b1$6c7cf3d0$fa790251@chen> References: <001201c2c7d4$ea29fe50$fa790251@chen> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043966848 16138 80.91.224.249 (30 Jan 2003 22:47:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 22:47:28 +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 18eNSw-0004C9-00 for ; Thu, 30 Jan 2003 23:47:26 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18eNYn-0008CY-00 for ; Thu, 30 Jan 2003 23:53:29 +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 18eNSo-0003w0-0D for emacs-devel@quimby.gnus.org; Thu, 30 Jan 2003 17:47:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18eNSL-0003UM-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 17:46:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18eNS4-0002am-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 17:46:34 -0500 Original-Received: from [81.2.121.250] (helo=yax.org.uk) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eNS0-0002Gi-00; Thu, 30 Jan 2003 17:46:28 -0500 Original-Received: from chen ([81.2.121.250]) by yax.org.uk ([127.0.0.1]) with SMTP (MDaemon.PRO.v6.5.2.R); Thu, 30 Jan 2003 22:46:27 +0000 Original-To: "Stephen Leake" , "Jason Rumney" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MDRemoteIP: 81.2.121.250 X-Return-Path: phil.rooke@yax.org.uk 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:11238 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11238 > 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. Thank you. After updating my copy of the cvs sources that cygpath error has now gone. However, the build still fails at the same place as follows: gmake[1]: Entering directory `D:/emacs/lisp' echo ;; -*- no-byte-compile: t -*->subdirs.el echo ;; In load-path, after this directory should come>> subdirs.el echo ;; certain of its subdirectories. Here we specify them.>> subdirs.el echo (normal-top-level-add-to-load-path '(>> subdirs.el d) was unexpected at this time. gmake[1]: *** [update-subdirs-CMD] Error 255 gmake[1]: Leaving directory `D:/emacs/lisp' gmake: *** [bootstrap-gmake] Error 2 Any other ideas? Many thanks, Phil