unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make bootstrap failure in 21.3.5
@ 2002-09-01  7:26 Dhruva Krishnamurthy
  2002-09-01 13:05 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Dhruva Krishnamurthy @ 2002-09-01  7:26 UTC (permalink / raw)
  Cc: Emacs Bug

Hi,
 I was abke to fix the problem. I am not sure whether this is the
 correct fix.
 I added the following entries in "lisp/loadup.el" - after "(load
 "help").
(load "help-fns")
(load "warnings")

I then did a "gmake bootstrap". I was able to build emacs.

I feel (in all probability, I am wrong)the problem is because of the
changes as in lisp/ChangeLog:
        2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
        * help-fns.el (locate-library): Use locate-file(-completion).

with regards,
dhruva

PS: There is still the problem of "Info" files not getting built. I had
to run configure in "lispref" and "lispintro" and do a "gmake" to build
them. In the "man" folder, there is no configure script. I had to copy
the Makefile.In and manually modify the @srcdir@ and one more field and
do a gmake to build the info files.
-- 
Dhruva Krishnamurthy
Home: http://www.geocities.com/gnued/

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

* Re: make bootstrap failure in 21.3.5
  2002-09-01  7:26 make bootstrap failure in 21.3.5 Dhruva Krishnamurthy
@ 2002-09-01 13:05 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2002-09-01 13:05 UTC (permalink / raw)
  Cc: Emacs Devel, Emacs Bug


On Sun, 1 Sep 2002, Dhruva Krishnamurthy wrote:

> PS: There is still the problem of "Info" files not getting built. I had
> to run configure in "lispref" and "lispintro" and do a "gmake" to build
> them. In the "man" folder, there is no configure script. I had to copy
> the Makefile.In and manually modify the @srcdir@ and one more field and
> do a gmake to build the info files.

No need to copy Makefile.in: you could instead say

	gmake -f Makefile.in srcdir=.

(That's just a work-around, of course; the bug whereby man/Makefile is 
not produced should be fixed.)

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

end of thread, other threads:[~2002-09-01 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-01  7:26 make bootstrap failure in 21.3.5 Dhruva Krishnamurthy
2002-09-01 13:05 ` Eli Zaretskii

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