unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; compilation fails with: Wrong number of arguments: autoload, 12
@ 2007-11-12 11:31 Peter Dyballa
  2007-11-12 13:53 ` Dan Nicolaescu
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Dyballa @ 2007-11-12 11:31 UTC (permalink / raw)
  To: emacs-pretest-bug

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 /.)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-11-15  1:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12 11:31 23.0.60; compilation fails with: Wrong number of arguments: autoload, 12 Peter Dyballa
2007-11-12 13:53 ` Dan Nicolaescu
2007-11-12 18:40   ` Peter Dyballa
2007-11-12 22:03     ` Richard Wordingham
2007-11-12 22:45       ` Jason Rumney
2007-11-14  0:57         ` Tiro still can't usefully link emacs-unicode-2 on Windows Richard Wordingham
2007-11-14 12:35           ` Jason Rumney
2007-11-15  1:17             ` Richard Wordingham

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).