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: NT mingw/msys build problem Date: Mon, 25 Oct 2004 10:15:38 +0100 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <417CC43A.40804@gnu.org> References: <417CB924.8080107@wyrdrune.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098695728 3778 80.91.229.6 (25 Oct 2004 09:15:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 09:15:28 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 11:15:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CM0wd-00035A-00 for ; Mon, 25 Oct 2004 11:15:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM14H-0000tN-BW for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2004 05:23:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CM149-0000tH-8y for emacs-devel@gnu.org; Mon, 25 Oct 2004 05:23:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CM148-0000t5-Nk for emacs-devel@gnu.org; Mon, 25 Oct 2004 05:23:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM148-0000t2-Kq for emacs-devel@gnu.org; Mon, 25 Oct 2004 05:23:00 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CM0wR-000064-2s for emacs-devel@gnu.org; Mon, 25 Oct 2004 05:15:03 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id SBWN7VPM; Mon, 25 Oct 2004 10:15:02 +0100 Original-Received: from 192.168.111.196 ([192.168.111.196] helo=[192.168.111.196]) by ASSP-nospam ; 25 Oct 04 09:15:01 -0000 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: Guy Gascoigne-Piggford In-Reply-To: <417CB924.8080107@wyrdrune.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28889 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28889 Guy Gascoigne-Piggford wrote: > I've been trying to track down a problem that my NT build has when > building with the latest mingw+msys environment. Emacs builds and > runs, but certain autoloads seem to be missing, after much hunting > through build logs I ended out with this being the cause of the problem: > > Eventually make runs this: > > "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte > -l autoload \ > --eval '(setq find-file-hooks nil \ > find-file-suppress-same-file-warnings t \ > generated-autoload-file \ > "c:/dev/emacs-src/emacs/lisp/loaddefs.el")' \ > -f batch-update-autoloads c:/dev/emacs-src/emacs/lisp calc calendar > emacs-lisp emulation eshell gnus international language mail mh-e net > obsolete play progmodes term textmodes toolbar url > > the output of which is: > > Wrote > c:/dev/emacs-src/emacs/lisp/c;C:Devmsys.0evacs-srcacslisploaddefs.el > Loading vc-cvs... > Wrote > c:/dev/emacs-src/emacs/lisp/c;C:Devmsys.0evacs-srcacslisploaddefs.el > Autoloads file > c:/dev/emacs-src/emacs/lisp/c;C:Devmsys.0evacs-srcacslisploaddefs.el > does not exist I think that looks like what I got when I tried msys several months ago. The workaround I used was "make SHELL=cmd.exe", or rename sh.exe from msys to some other name.