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: Sat, 30 Oct 2004 17:39:36 +0100 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20041027.153921.207585531.Takaaki.Ota@am.sony.com> <418024BE.9080007@wyrdrune.com> <20041029.093701.207586096.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099154449 3084 80.91.229.6 (30 Oct 2004 16:40:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2004 16:40:49 +0000 (UTC) Cc: guy@wyrdrune.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 30 18:40:41 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 1CNwHR-0003xv-00 for ; Sat, 30 Oct 2004 18:40:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNwPL-0000Mr-PD for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2004 12:48:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CNwPF-0000MY-C6 for emacs-devel@gnu.org; Sat, 30 Oct 2004 12:48:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CNwPE-0000ME-FK for emacs-devel@gnu.org; Sat, 30 Oct 2004 12:48:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNwPE-0000MB-Bk for emacs-devel@gnu.org; Sat, 30 Oct 2004 12:48:44 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CNwGg-0000qM-GB for emacs-devel@gnu.org; Sat, 30 Oct 2004 12:39:54 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i9UGdpnF012192; Sat, 30 Oct 2004 17:39:51 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 5FA73DDD5B; Sat, 30 Oct 2004 17:39:51 +0100 (BST) Original-To: Tak Ota In-Reply-To: (Richard Stallman's message of "Sat, 30 Oct 2004 10:20:02 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) 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:29178 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29178 Richard Stallman writes: > I suspect this is a Windows-specific problem, so I can't help you. > You could try debugging WHY it gets this error: > > "./../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 \ > "/cygdrive/d/pub/emacs/emacs-21.3.50/lisp/loaddefs.el")' \ > -f batch-update-autoloads /cygdrive/d/pub/emacs/emacs-21.3.50/lisp calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url > Cannot open load file: autoload The path "/cygdrive/d/pub/emacs" is not valid on Windows. It is an indication that you are using Cygwin make, which the docs explicitly say to avoid for this reason.