"Clemens Fischer" <[EMAIL PROTECTED]> writes:
> * Lute Kamstra:
>
>> generic-make-keywords-list should be autoloaded. Could you revert
>> your change to lisp/generic-x.el and do another make bootstrap?
>
> i did, and to my surprise emacs-cvs got built fine. then i double
> checked if i really had done "gmake clean" before that first failed
> built, and i had done so. whatever could have triggered this
> symptom?
The "make clean", actually. That deletes the old emacs executable,
but not the old loaddefs.el. As a result, bootstrap-emacs uses the
old loaddefs.el (and not ldefs-boot.el) and fails to compile lisp code
that depends on new autoloads. You can avoid such problems by not
doing a "make clean" ("make bootstrap" will do the necessary cleaning
itself).
Lute.
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug