[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rmail: rmail-enable-mime is causing troubles
From: |
Xavier Maillard |
Subject: |
Re: Rmail: rmail-enable-mime is causing troubles |
Date: |
Wed, 18 Jan 2006 23:38:02 +0100 |
User-agent: |
RMAIL/GNU Emacs 22.0.50.1 |
From: Eli Zaretskii <address@hidden>
Cc: address@hidden, address@hidden,
address@hidden, address@hidden
> From: Xavier Maillard <address@hidden>
> Date: Thu, 12 Jan 2006 22:54:58 +0100
> Cc: address@hidden, address@hidden, address@hidden
>
> Except that here, it just fails when trying to make it:
>
> address@hidden 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