emacs-devel
[Top][All Lists]
Advanced

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

23.0.60; compilation fails with: Wrong number of arguments: autoload, 12


From: Peter Dyballa
Subject: 23.0.60; compilation fails with: Wrong number of arguments: autoload, 12
Date: Mon, 12 Nov 2007 12:31:23 +0100

Hello!

Still no success this sunny morning:

Loading ..../lisp/startup.el (source)...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((106836 . 38433) (6098 . 29) (593 . 86) 441045 1034302 (27 . 1) (19 . 0) (8971 . 416))
Loading ..../lisp/loaddefs.el (source)...
Wrong number of arguments: autoload, 12
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Target `bootstrap' not remade because of errors.
make[1]: *** [bootstrap-build] Error 2
make: *** [bootstrap] Error 2

I have to admit that the code (C and ELisp) contains patches for Emacs.app (http://emacs-app.sourceforge.net/) that were OK last week ...

Mac OS X 10.4.10, GCC 4.0.1

Here it is, line #29157:

        (autoload 'url-file-nondirectory "url-util" "\
        Return the nondirectory part of FILE, for a URL.
                                                                    <==========
        (autoload 'url-parse-query-string "url-util" "\
        Not documented
        
        \(fn QUERY &optional DOWNCASE ALLOW-NEWLINES)" nil nil)



Can it be due to these changes (50 vs. 60, not all differences cited):

        448d395
        < (autoload 'dirtrack-mode "dirtrack" "\
        470,471c417
        < (autoload 'doc-view-mode "doc-view" "\
        < (autoload 'doc-view-minor-mode "doc-view" "\
        ---
        > (autoload 'doc-view "doc-view" "\
        1250d1198
        < (autoload 'mail-abbrevs-mode "mailabbrev" "\
        1289,1290c1237,1238
        < (autoload 'message-bold-region "message" "\
        < (autoload 'message-unbold-region "message" "\
        ---
        > (autoload 'bold-region "message" "\
        > (autoload 'unbold-region "message" "\
        1416d1367
        < (autoload 'turn-on-orgstruct++ "org" "\
        1427d1377
        < (autoload 'org-agenda-to-appt "org" "\
        1642,1645d1591
        < (autoload 'remember "remember" "\
        < (autoload 'remember-other-frame "remember" "\
        < (autoload 'remember-clipboard "remember" "\
        < (autoload 'remember-diary-extract-entries "remember-diary" "\
        2044c1994
        < (autoload 'vc-revision-other-window "vc" "\
        ---
        > (autoload 'vc-version-other-window "vc" "\

or due to missing nil nil or such here:

(autoload 'double-mode "double" "\
Toggle Double mode.
Setting this variable directly does not take effect;
use either \\[customize] or the function `double-mode'.")




--
Greetings

  Pete

Think of XML as Lisp for COBOL programmers.
                              -- Tony-A (some guy on /.)






reply via email to

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