unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Harald Maier <harald@maierh.de>
Cc: Eric Hanchrow <offby1@blarg.net>, emacs-devel@gnu.org
Subject: Re: Emacs 21.3.50 on cygwin bootstrap failed.
Date: Fri, 13 Feb 2004 07:51:56 +0100	[thread overview]
Message-ID: <m3ad3n1ng3.fsf@ate.maierh> (raw)
In-Reply-To: <CCD0DEEA-5D32-11D8-B4C8-000A958866C4@qwest.net> (Steven Wu's message of "Thu, 12 Feb 2004 01:09:37 -0700")

"Steven Wu" <wus@qwest.net> writes:

> I took the CVS src of Emacs 21.3.50 to cygwin and did make
> bootstrap. The bootstrap-emacs was generated, however, it could not
> load loadup.el and complained the file was missing. Of course, the
> file was right there. Does anyone has the similar problem compiling
> CVS emacs on cygwin?

I played around and it seems that in the emacs/lisp directory the
load path during bootstrapping is wrong calculated:

,----[ Wrong Load Path ]
| Using load-path (
|   /usr/local/share/emacs/21.3.50/site-lisp
|   /usr/local/share/emacs/21.3.50/site-lisp/emacs-lisp
|   /usr/local/share/emacs/21.3.50/site-lisp/language
|   /usr/local/share/emacs/21.3.50/site-lisp/international
|   /usr/local/share/emacs/21.3.50/site-lisp/textmodes)
`----

I don't know why this happens, maybe other people have an idea. As a
workaround you can go into the emacs/lisp directory and then put in
the following command:

,----
| $ EMACSLOADPATH=. make bootstrap EMACS=../src/bootsrap-emacs.exe
`----

Additional it needs too the following change in the loadup.el file,
because bootstraping wants to load too the compile.el file:

------
Index: loadup.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/loadup.el,v
retrieving revision 1.133
diff -r1.133 loadup.el
40a41
>                           (expand-file-name "progmodes" dir)
------

Harald

PS: I did the above with the source of 2004-02-09.

      parent reply	other threads:[~2004-02-13  6:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-12  8:09 Emacs 21.3.50 on cygwin bootstrap failed Steven Wu
2004-02-12  8:30 ` Harald Maier
2004-02-12 16:08   ` Steven Wu
2004-02-12 17:20   ` Eric Hanchrow
2004-02-12 18:05     ` Harald Maier
2004-02-12 18:20     ` Jason Rumney
2004-02-13  6:51 ` Harald Maier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ad3n1ng3.fsf@ate.maierh \
    --to=harald@maierh.de \
    --cc=emacs-devel@gnu.org \
    --cc=offby1@blarg.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).