all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Hanchrow <offby1@blarg.net>
Cc: Dhruva Krishnamurthy <gnu@furby.fastmail.fm>
Subject: Re: GNU Emacs (Head CVS): Build fail
Date: 12 Sep 2003 05:03:45 -0700	[thread overview]
Message-ID: <878youjjry.fsf@offby1.atm01.sea.blarg.net> (raw)
In-Reply-To: 20030912073942.539D775D17@smtp.us2.messagingengine.com


    Hello,
     GNU Emacs 21.3.50 (Latest CVS) build fails on W2K using MinGW32 gcc
     compiler.

    cmd>gmake bootstrap
    ....
    ....
    Saving file e:/emacs/emacs/lisp/loaddefs.el...
    Loading vc-cvs (source)...
    Key sequence M - g uses invalid prefix characters
    [1] + Done(134) ?
      956   Abort   ./../bin/emacs.exe
    gmake[1]: *** [autoloads] Error 134
    gmake[1]: Leaving directory `E:/emacs/emacs/lisp'
    gmake: *** [bootstrap-gmake] Error 2

Try this patch:

    cd /usr/local/src/emacs-cvs/lisp/
    diff -wu /usr/local/src/emacs-cvs/lisp/dired.el.\~1.267.\~ /usr/local/src/emacs-cvs/lisp/dired.el
    --- /usr/local/src/emacs-cvs/lisp/dired.el.~1.267.~	2003-09-12 04:34:57.000000000 -0700
    +++ /usr/local/src/emacs-cvs/lisp/dired.el	2003-09-12 05:01:07.000000000 -0700
    @@ -948,7 +948,7 @@
         (define-key map "f" 'dired-find-file)
         (define-key map "\C-m" 'dired-advertised-find-file)
         (define-key map "g" 'revert-buffer)
    -    (define-key map "M-g" 'dired-goto-file)
    +    (define-key map "\M-g" 'dired-goto-file)
         (define-key map "h" 'describe-mode)
         (define-key map "i" 'dired-maybe-insert-subdir)
         (define-key map "k" 'dired-do-kill-lines)

    Diff finished at Fri Sep 12 05:02:26

-- 
A hacker would consider being asked to write
        add x to y giving z
instead of
        z = x+y
as something between an insult to his intelligence and a sin against God.
        -- Paul Graham (http://paulgraham.com/popular.html)

  reply	other threads:[~2003-09-12 12:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-12  7:39 GNU Emacs (Head CVS): Build fail Dhruva Krishnamurthy
2003-09-12 12:03 ` Eric Hanchrow [this message]
2003-09-12 14:32   ` Luc Teirlinck
2003-09-12 21:06 ` Richard Stallman

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

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

  git send-email \
    --in-reply-to=878youjjry.fsf@offby1.atm01.sea.blarg.net \
    --to=offby1@blarg.net \
    --cc=gnu@furby.fastmail.fm \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.