From: Eli Zaretskii <[EMAIL PROTECTED]>
   Cc: [EMAIL PROTECTED], emacs-pretest-bug@gnu.org,
           emacs-devel@gnu.org, [EMAIL PROTECTED]

   > From: Xavier Maillard <[EMAIL PROTECTED]>
   > Date: Thu, 12 Jan 2006 22:54:58 +0100
   > Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org, [EMAIL PROTECTED]
   > 
   > Except that here, it just fails when trying to make it:
   > 
   > [EMAIL PROTECTED] 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


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to