Patch approved. I'll commit this shortly since the current CVS
snapshot build is broken without it.
Jeff Miller writes:
>>>>> "viteno" == Norbert Koch
<norbert(a)s.netic.de> writes:
viteno> After updating 21.2 from CVS I get the following error:
viteno> Loading site-load...
viteno> Finding pointers to doc strings...
viteno> Opening doc string file: No such file or directory, ../lib-src/DOC
viteno> xemacs exiting.
viteno> make[1]: *** [xemacs] Error 255
viteno> make[1]: Leaving directory `/usr/users/nk/archive/xemacs/src'
viteno> Well, the compiler of course is right, there's no DOC file in my
viteno> xemacs source tree.
i get this error:
Spawning make-docfile ...^G
Symbol's function definition is void: call-process-internal
./temacs -nd -batch -l /cvs/xemacs/xemacs/src/../lisp/loadup.el dump
It's because of this Changelog entry
2000-03-21 Ben Wing <ben(a)xemacs.org>
* event-msw.c (mswindows_need_event): Horrible kludge to fix
process brokenness. Proper implementation to come.
* callproc.c:
Rename call-process-internal to old-call-process-internal.
New impl. in process.el.
This seems to fix it:
2000-03-20 Jeff Miller <jmiller(a)cablespeed.com>
* lisp/make-docfile.el: call-process-internal is now
implemented in process.el.
--- lisp/make-docfile.el.orig Tue Feb 22 10:15:23 2000
+++ lisp/make-docfile.el Thu Mar 23 22:31:19 2000
@@ -86,6 +86,8 @@
(load "packages.el")
(load "setup-paths.el")
(load "dump-paths.el")
+(require 'custom)
+(load "process")
(let (preloaded-file-list)
(load (expand-file-name "../lisp/dumped-lisp.el"))