bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-AUCTeX] auctex installation fails under Mac OS X 10.4 and xemac


From: Artemio Gonzalez Lopez
Subject: Re: [Bug-AUCTeX] auctex installation fails under Mac OS X 10.4 and xemacs
Date: Fri, 20 May 2005 14:52:35 +0200

On May 20, 2005, at 11:49 AM, Ralf Angeli wrote:

--- prv-install.el    03 May 2005 14:40:13 +0200    1.10

+++ prv-install.el    20 May 2005 11:32:09 +0200    

@@ -94,7 +94,11 @@

             ((string-equal "Generating autoloads for %s...done" fmt))

             (t (apply si:message fmt args))))

     (unwind-protect

-        (update-autoloads-from-directory lisp-dir)

+    (cond ((fboundp 'update-autoloads-from-directory)

+           (update-autoloads-from-directory lisp-dir))

+          ((fboundp 'update-autoload-files)

+           (update-autoload-files '(lisp-dir)))

+          (t (error "Failed to generate autoloads.")))

       (fset 'message si:message))

     (when (file-exists-p generated-autoload-file)

       (with-temp-buffer (insert-file append-file)



Ralf,

I tried your patch, but now "make install" fails with the following error:


Loading customization dependencies...
Loading customization dependencies...done
Compiling /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/custom-load.el...
Compiling /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/custom-load.el...done
Wrote /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/custom-load.elc
Updating metadata for the directory /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/...
Updating autoloads for the directory /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/...

xemacs exiting.
Wrong number of arguments: update-autoload-files, 1make[1]: *** [install-metadata] Error 255
make: *** [install] Error 2


Thanks,


Artemio Gonzalez-Lopez

address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]