From: Dani Moncayo <dmoncayo@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Emacs development discussions <emacs-devel@gnu.org>
Subject: Re: MS-Windows build using Posix configury
Date: Sat, 20 Apr 2013 22:21:36 +0200 [thread overview]
Message-ID: <CAH8Pv0hqSnC6GYKaL4obiZA7qiP3GyyFRNMt=TFpnkc8t1rgSg@mail.gmail.com> (raw)
In-Reply-To: <83a9otys0h.fsf@gnu.org>
>> Checking c:/emacs/build/leim/quail/ARRAY30.el ...
>> Checking c:/emacs/build/leim/quail/4Corner.el ...
>>
>>
>> I see no new input after a good while, and when I look at the task
>> manager, I see a process called "bootstrap-emacs.exe" that is taking a
>> constant portion of 25% of the CPU time.
>>
>> I've cancelled the build process after more than 47 minutes. :(
>
> I think I see the problem. Try replacing this line from
> leim/Makefile.in:
>
> --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
>
> with this:
>
> --eval "(update-leim-list-file \".\" (reveal-filename \"${srcdir}\"))" ; \
>
> and also add the following function to subr.el:
>
> (defun reveal-filename (file)
> "Produce the real file name for FILE.
>
> On systems other than MS-Windows, just returns FILE.
> On MS-Windows, converts /d/foo/bar form of file names
> passed by MSYS Make into d:/foo/bar that Emacs can grok.
>
> This function is called from lisp/Makefile."
> (when (and (eq system-type 'windows-nt)
> (string-match "\\`/[a-zA-Z]/" file))
> (setq file (concat (substring file 1 2) ":" (substring file 2))))
> file)
With the above changes, "make" now completes its work successfully. (good!)
I've also done a "make install", and it has been successful too, apparently.
I've done a quick test, and the newly built Emacs seems to work well.
The only strange thing I've noticed so far is that double-clicking on
"runemacs.exe" brings up the Emacs frame, but the text terminal is
also visible, exactly as if I were clicked on "emacs.exe" instead of
"runemacs.exe".
--
Dani Moncayo
next prev parent reply other threads:[~2013-04-20 20:21 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-16 18:24 MS-Windows build using Posix configury Eli Zaretskii
2013-04-16 18:40 ` Eli Zaretskii
2013-04-16 20:13 ` Stefan Monnier
2013-04-17 2:53 ` Eli Zaretskii
2013-04-16 21:17 ` Glenn Morris
2013-04-17 2:56 ` Eli Zaretskii
2013-04-17 6:25 ` Glenn Morris
2013-04-17 16:48 ` Eli Zaretskii
2013-04-17 17:11 ` Glenn Morris
2013-04-17 17:34 ` Eli Zaretskii
2013-04-17 17:53 ` Glenn Morris
2013-04-17 18:15 ` Glenn Morris
2013-04-17 18:44 ` Eli Zaretskii
2013-04-17 0:42 ` Glenn Morris
2013-04-17 2:57 ` Eli Zaretskii
2013-04-17 6:24 ` Glenn Morris
2013-04-17 3:33 ` Paul Eggert
2013-04-17 17:00 ` Eli Zaretskii
2013-04-17 18:48 ` Paul Eggert
2013-04-17 19:15 ` Glenn Morris
2013-04-17 19:45 ` Eli Zaretskii
2013-04-17 20:43 ` Glenn Morris
2013-04-17 21:19 ` Paul Eggert
2013-04-17 22:38 ` Glenn Morris
2013-04-18 0:52 ` Paul Eggert
2013-04-18 5:29 ` Glenn Morris
2013-04-18 16:11 ` Eli Zaretskii
2013-04-17 6:27 ` Glenn Morris
2013-04-17 6:31 ` Glenn Morris
2013-04-18 19:32 ` Dani Moncayo
2013-04-18 20:27 ` Dani Moncayo
2013-04-18 21:20 ` Eli Zaretskii
2013-04-18 22:03 ` Dani Moncayo
2013-04-19 6:34 ` Eli Zaretskii
2013-04-19 20:17 ` Dani Moncayo
2013-04-20 6:34 ` Eli Zaretskii
2013-04-20 7:35 ` Dani Moncayo
2013-04-20 7:56 ` Eli Zaretskii
2013-04-20 17:18 ` Dani Moncayo
2013-04-20 18:30 ` Eli Zaretskii
2013-04-20 20:21 ` Dani Moncayo [this message]
2013-04-21 15:12 ` Eli Zaretskii
2013-04-21 19:53 ` Dani Moncayo
2013-05-01 15:30 ` Dani Moncayo
2013-05-01 16:30 ` Eli Zaretskii
2013-05-01 19:30 ` Dani Moncayo
2013-05-01 19:40 ` Eli Zaretskii
2013-05-02 6:43 ` Dani Moncayo
2013-05-02 16:19 ` Eli Zaretskii
2013-05-02 18:40 ` Dani Moncayo
2013-05-02 19:49 ` Eli Zaretskii
2013-05-02 21:42 ` Dani Moncayo
2013-05-02 21:43 ` Dani Moncayo
2013-05-03 8:50 ` Eli Zaretskii
2013-05-04 10:59 ` Dani Moncayo
2013-05-04 11:04 ` Dani Moncayo
2013-05-04 11:27 ` Eli Zaretskii
2013-05-04 12:00 ` Dani Moncayo
2013-05-04 12:30 ` Eli Zaretskii
2013-05-07 19:36 ` Dani Moncayo
2013-05-07 21:13 ` Eli Zaretskii
2013-05-07 22:04 ` Dani Moncayo
2013-05-08 17:09 ` Eli Zaretskii
2013-05-08 17:32 ` Dani Moncayo
2013-05-13 12:23 ` Andy Moreton
2013-05-13 16:23 ` Eli Zaretskii
2013-05-16 6:00 ` Eli Zaretskii
2013-05-16 6:31 ` Paul Eggert
2013-05-16 6:56 ` Eli Zaretskii
2013-05-16 7:16 ` Paul Eggert
2013-05-16 7:30 ` Eli Zaretskii
2013-05-16 13:19 ` Eli Zaretskii
2013-05-16 14:43 ` Dmitry Gutov
2013-05-16 15:41 ` Eli Zaretskii
2013-05-16 16:10 ` Dmitry Gutov
2013-05-16 17:17 ` Dani Moncayo
2013-05-16 17:54 ` Eli Zaretskii
2013-05-16 18:01 ` Dani Moncayo
2013-05-16 18:36 ` Eli Zaretskii
2013-05-16 21:02 ` Dmitry Gutov
2013-05-17 6:02 ` Eli Zaretskii
2013-05-16 17:18 ` Eli Zaretskii
2013-05-16 21:19 ` Dmitry Gutov
2013-05-17 9:39 ` Eli Zaretskii
2013-05-17 12:05 ` Dmitry Gutov
2013-05-17 13:13 ` Eli Zaretskii
2013-05-17 14:03 ` Dmitry Gutov
2013-05-17 14:26 ` Eli Zaretskii
2013-05-17 15:29 ` Dmitry Gutov
2013-05-17 16:05 ` Eli Zaretskii
2013-05-17 16:30 ` Dmitry Gutov
2013-05-17 17:40 ` Eli Zaretskii
2013-05-17 18:43 ` Eli Zaretskii
2013-05-17 20:47 ` Dmitry Gutov
2013-05-18 7:18 ` Eli Zaretskii
2013-05-18 8:08 ` Dmitry Gutov
2013-05-18 9:08 ` Eli Zaretskii
2013-05-18 13:24 ` Dmitry Gutov
2013-05-18 14:25 ` Eli Zaretskii
2013-05-18 14:28 ` Dmitry Gutov
2013-05-18 18:21 ` Eli Zaretskii
2013-05-18 18:42 ` Dmitry Gutov
2013-05-18 18:53 ` Eli Zaretskii
2013-05-18 19:15 ` Dmitry Gutov
2013-05-18 19:24 ` Eli Zaretskii
2013-06-07 8:51 ` Eli Zaretskii
2013-06-07 9:36 ` Dmitry Gutov
2013-06-07 9:56 ` Eli Zaretskii
2013-05-19 6:48 ` Stephen Leake
2013-05-19 14:51 ` Eli Zaretskii
2013-05-21 8:31 ` Stephen Leake
2013-05-21 17:07 ` Eli Zaretskii
2013-05-21 19:36 ` Stephen Leake
2013-05-25 7:29 ` Eli Zaretskii
2013-04-19 3:05 ` Ken Brown
2013-04-19 6:35 ` Eli Zaretskii
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='CAH8Pv0hqSnC6GYKaL4obiZA7qiP3GyyFRNMt=TFpnkc8t1rgSg@mail.gmail.com' \
--to=dmoncayo@gmail.com \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/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.