comparison INSTALL.CVS @ 90291:d6f8fe3307c8

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-11 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 34-42) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 14-17) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Sat, 04 Feb 2006 01:01:38 +0000
parents 7beb78bc1f8e 1438f2238634
children 7f3f771c85fa
comparison
equal deleted inserted replaced
90290:6a1672fcf6ae 90291:d6f8fe3307c8
23 $ make 23 $ make
24 24
25 (If you want to install the Emacs binary, type "make install" instead 25 (If you want to install the Emacs binary, type "make install" instead
26 of "make" in the last command.) 26 of "make" in the last command.)
27 27
28 Occasionally the files "lisp/loaddefs.el" or lisp/mh-e/mh-loaddefs.el 28 Occasionally the file "lisp/loaddefs.el" will need be updated to
29 will need be updated to reflect new autoloaded functions. If you see 29 reflect new autoloaded functions. If you see errors about undefined
30 errors about undefined lisp functions during compilation, that may be 30 lisp functions during compilation, that may be the reason. Another
31 the reason. Another symptom may be an error saying that "loaddefs.el" 31 symptom may be an error saying that "loaddefs.el" could not be found;
32 could not be found; this is due to a change in the way loaddefs.el was 32 this is due to a change in the way loaddefs.el was handled in CVS, and
33 handled in CVS, and should only happen once, for users that are 33 should only happen once, for users that are updating old CVS trees.
34 updating old CVS trees.
35 34
36 To update loaddefs.el and mh-loaddefs.el, do: 35 To update loaddefs.el, do:
37 36
38 $ cd lisp 37 $ cd lisp
39 $ make autoloads mh-autoloads EMACS=../src/emacs 38 $ make autoloads EMACS=../src/emacs
40 39
41 If either of the above partial procedures fails, try "make bootstrap". 40 If either of the above partial procedures fails, try "make bootstrap".
42 41
43 Users of non-Posix systems (MS-Windows etc.) should run the 42 Users of non-Posix systems (MS-Windows etc.) should run the
44 platform-specific configuration scripts (nt/configure.bat, config.bat, 43 platform-specific configuration scripts (nt/configure.bat, config.bat,