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: autoload failure Date: Mon, 01 Nov 2004 17:52:51 +0000 Message-ID: <418677F3.7000205@gnu.org> References: <20041029.093701.207586096.Takaaki.Ota@am.sony.com> <20041101.092832.226026296.Takaaki.Ota@am.sony.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 1099331600 20773 80.91.229.6 (1 Nov 2004 17:53:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Nov 2004 17:53:20 +0000 (UTC) Cc: guy@wyrdrune.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 01 18:53:12 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 1COgMi-0002Pp-00 for ; Mon, 01 Nov 2004 18:53:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COgUi-0001Su-0h for ged-emacs-devel@m.gmane.org; Mon, 01 Nov 2004 13:01:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COgUM-0001SZ-Ew for emacs-devel@gnu.org; Mon, 01 Nov 2004 13:01:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COgUK-0001SC-Ea for emacs-devel@gnu.org; Mon, 01 Nov 2004 13:01:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COgUJ-0001Rs-Sp for emacs-devel@gnu.org; Mon, 01 Nov 2004 13:01:04 -0500 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COgLg-0004RZ-QB for emacs-devel@gnu.org; Mon, 01 Nov 2004 12:52:14 -0500 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 SBWN7725; Mon, 1 Nov 2004 17:51:58 -0000 Original-Received: from 192.168.111.196 ([192.168.111.196] helo=[192.168.111.196]) by ASSP-nospam ; 1 Nov 04 17:51:58 -0000 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: Tak Ota In-Reply-To: <20041101.092832.226026296.Takaaki.Ota@am.sony.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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29274 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29274 Tak Ota wrote: >You are right. I am using cygwin make. The reason is recent >suggestion by Guy Gascoigne. Until recently I used to use mingw to >build emacs with MSYS tools. It builds emacs but I encountered a >problem with "grep" package autoload. > I think that problem can be overcome by bootstrapping again, maybe even just a "make autoloads" in the lisp directory. I had the problem myself a while back.