From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Rmail: rmail-enable-mime is causing troubles Date: Wed, 18 Jan 2006 23:38:02 +0100 Message-ID: <1137623882.141360.4619.nullmailer@totoz-linux.gnu-rox.org> References: <1136851298.818441.8389.nullmailer@totoz-linux.gnu-rox.org> <200601101154.k0ABsWsm011714@rocksteady.printf.se> <200601111509.k0BF9cOB015611@rocksteady.printf.se> <1137102898.278194.4897.nullmailer@totoz-linux.gnu-rox.org> Reply-To: zedek@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137627934 5215 80.91.229.2 (18 Jan 2006 23:45:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2006 23:45:34 +0000 (UTC) Cc: henrik.enberg@telia.com, emacs-devel@gnu.org, handa@m17n.org, emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 19 00:45:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EzMzY-0000JF-Ny for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 00:45:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzN1x-0000kM-2L for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2006 18:47:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EzLzU-00048N-3f for emacs-devel@gnu.org; Wed, 18 Jan 2006 17:41:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EzLzT-00047k-45 for emacs-devel@gnu.org; Wed, 18 Jan 2006 17:41:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzLzS-00047f-VR; Wed, 18 Jan 2006 17:41:19 -0500 Original-Received: from [213.41.184.169] (helo=smtp.gnu-rox.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EzM3N-00071r-8L; Wed, 18 Jan 2006 17:45:21 -0500 Original-Received: from totoz-linux.gnu-rox.org (unknown [10.0.0.6]) by smtp.gnu-rox.org (Postfix) with SMTP id 17D4C8BBFB; Wed, 18 Jan 2006 23:43:28 +0100 (CET) Original-Received: (nullmailer pid 4620 invoked by uid 1000); Wed, 18 Jan 2006 22:38:02 -0000 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Fri, 13 Jan 2006 10:15:59 +0200) User-Agent: RMAIL/GNU Emacs 22.0.50.1 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: news.gmane.org gmane.emacs.devel:49245 gmane.emacs.pretest.bugs:10941 Archived-At: From: Eli Zaretskii Cc: henrik.enberg@telia.com, emacs-pretest-bug@gnu.org, emacs-devel@gnu.org, handa@m17n.org > From: Xavier Maillard > Date: Thu, 12 Jan 2006 22:54:58 +0100 > Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org, handa@m17n.org > > Except that here, it just fails when trying to make it: > > [zedek@totoz-linux 22:37:02 rmail-mime]$ make > echo ' > ' > lisp/autodefs.el > emacs-snapshot -q --no-site-file -batch -l autoload --eval \ > '(setq source-directory (expand-file-name ".") \ > generated-autoload-file "autodefs.el")' \ > -f batch-update-autoloads `find lisp -type d -print` > Wrong type argument: symbolp, "autodefs.el" > make: *** [autodefs.el] Error 255 What is your version of Make? ,----[ make -v ] | GNU Make 3.81beta4 | Copyright (C) 2003 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. | There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A | PARTICULAR PURPOSE. | | This program built for i486-pc-linux-gnu `---- A simple work-around is to edit the Makefile so that the '..'-quoted argument, the one which starts with ``'(setq'', is on a single line. Thank you, it worked like a charm. Xavier