From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: CVS Emacs - [n]make info fails Date: 04 Feb 2004 13:12:19 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040204104750.B16C52F@frontend3.messagingengine.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075893128 5195 80.91.224.253 (4 Feb 2004 11:12:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2004 11:12:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Feb 04 12:11:58 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoKwo-0006lo-00 for ; Wed, 04 Feb 2004 12:11:58 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoKwo-0004ki-00 for ; Wed, 04 Feb 2004 12:11:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AoKwn-0008B3-05 for emacs-devel@quimby.gnus.org; Wed, 04 Feb 2004 06:11:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AoKwD-0008AZ-16 for emacs-devel@gnu.org; Wed, 04 Feb 2004 06:11:21 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AoKve-0007un-Iu for emacs-devel@gnu.org; Wed, 04 Feb 2004 06:11:17 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AoKvd-0007o5-RF; Wed, 04 Feb 2004 06:10:46 -0500 Original-To: "Dhruva Krishnamurthy" In-reply-to: <20040204104750.B16C52F@frontend3.messagingengine.com> (devel@member.fsf.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19703 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19703 > From: "Dhruva Krishnamurthy" > Date: Wed, 04 Feb 2004 16:17:50 +0530 > > I am building CVS Emacs (HEAD) on W2K using both MSVC 6.0 and MinGW > environment. Building "info" fails in "emacs/lispref" as it fails to > find "index.perm" and "index.unperm". Thanks. This is a bug in lispref/makefile.w32-in: it didn't track the change in lispref/Makefile.in that removed all references to index.perm and index.unperm. If you have write access to the Emacs CVS, perhaps you could fix makefiles.w32-in.