From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.help Subject: Re: options/config for the CVS built Date: 08 Mar 2005 05:46:17 -0800 Message-ID: References: <392uueF5oho2iU1@individual.net> <393bj4F5trfvoU1@individual.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110289912 20066 80.91.229.2 (8 Mar 2005 13:51:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 13:51:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 08 14:51:51 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8f7J-0002Rz-G5 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 14:51:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8fLn-00070g-69 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 09:06:19 -0500 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: physics.stanford.edu Original-X-Trace: news.Stanford.EDU 1110289578 17436 171.64.107.180 (8 Mar 2005 13:46:18 GMT) Original-X-Complaints-To: news@news.stanford.edu User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:129076 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24624 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24624 > I think this is the best time to come up with a document which > describes the correct steps (under present circumstances... I mean > about the location of tools and their links as of now). Most of us > have a collection of MinGW32 tools collected over the years + built > versions of tools which are not part of MinGW32. Hence, we (atleast > I) have a non-standard MinGW32 setup which works fine for GNU Emacs > build. Due to this, we fail to notice sour points which makes it > impossible to proceed with the build. FWIW, I compile CVS Emacs on a bog-standard MingW distribution, with no other packages from GnuWin32 or anywhere else, and using mingw32-make.exe (renamed to make.exe). However, I have to make two small changes by hand to lisp/makefile to get it to bootstrap properly. On line 500 (in autoloads): ! $(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \ ! -f batch-update-autoloads $(lisp) $(WINS) --> ! $(DQUOTE)loaddefs.el$(DQUOTE))$(ARGQUOTE) \ ! -f batch-update-autoloads . $(WINS) I mentioned this on the list before, but Eli said that the problem was with MingW make. Ah well.