"Clemens Fischer" <[EMAIL PROTECTED]> writes: > * Eli Zaretskii: > >>> From: Lute Kamstra <[EMAIL PROTECTED]> >>> Date: Wed, 25 May 2005 18:28:34 +0200 >>> Cc: [email protected] >>> >>> > i've had another problem with lisp/generic-x.el after "cvs up" today. it >>> > wouldn't compile, because: >>> > >>> > generic-x.el:462:11:Error: Symbol's function definition is void: >>> > generic-make-keywords-list >>> >>> The message you quote also contains my suggestion to use make >>> bootstrap, which solved the problem for Frederik. Why don't you try >>> that too? > > sorry, i forgot to mention that i always use the "bootstrap" target, because i > don't cvs all that often. i'm running freebsd-5.4, btw. > >> My crystal ball says that bootstrap is not required, just deleting >> lisp/generic.elc should be enough (it's a stale file that shadows >> lisp/emacs-lisp/generic.elc). > > your crystal ball is amazing, but you should't trust it: > > 0 p1 $ ll lisp/generic* lisp/emacs-lisp/generic* > 215372 -rw-r--r-- 1 root wheel - 11891 12 Mai 15:23 > lisp/emacs-lisp/generic.el > 214386 -rw-r--r-- 1 root wheel - 6720 25 Mai 13:47 > lisp/emacs-lisp/generic.elc > 199833 -rw-r--r-- 1 root wheel - 53320 25 Mai 15:21 lisp/generic-x.el > 199394 -rw-r--r-- 1 root wheel - 45310 25 Mai 13:39 lisp/generic-x.elc > > cvs obviously took care of the stale file.
make bootstrap did that; it deletes all .elc files. > i have "up -PAdT -I Readme" in my ~/.cvsrc, with `-T' propably > unneccessary (i'm no committer). > > so i really needed that > > 0 p1 $ g -A5 -- -ino: lisp/generic-x.el > lisp/generic-x.el:;; -ino: 20050525-1330 > lisp/generic-x.el-(eval-when-compile (require 'generic)) > > line, n'est ce pas? without it, the compile failed, with it it worked. generic-make-keywords-list should be autoloaded. Could you revert your change to lisp/generic-x.el and do another make bootstrap? Does generic-make-keywords-list show up in your lisp/loaddefs.el? Does your bootstrap-emacs contain the (autoload) definition of generic-make-keywords-list? Lute. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
