From: Eli Zaretskii <eliz@gnu.org>
To: zwz <zhangweize@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: building error of latest emacs on Windowxp
Date: Tue, 28 Sep 2010 06:48:53 -0400 [thread overview]
Message-ID: <E1P0Xjx-0003V3-Ch@fencepost.gnu.org> (raw)
In-Reply-To: <m3mxr2jh9y.fsf@gmail.com> (message from zwz on Tue, 28 Sep 2010 18:26:17 +0800)
> From: zwz <zhangweize@gmail.com>
> Date: Tue, 28 Sep 2010 18:26:17 +0800
>
> I checked out the latest emacs today, and some error came up during
> "make bootstrap":
>
> make[1]: entering directory `/d/git/emacs/lib-src'
> mkdir "oo-spd"
> mkdir "oo-spd/i386"
> echo oo-spd/i386 > stamp_BLD
> echo config.nt has changed. Re-run configure.bat.
> config.nt has changed. Re-run configure.bat.
> exit -1
Is the file nt/config.nt newer than src/config.h?
If so, there's some bug in nt/configure.bat. Near its end, it tries
to determine whether src/config.h needs to be updated (because
overwriting it will trigger recompilation of all the sources). Here
is the portion of the script which does that:
Rem See if fc.exe returns a meaningful exit status. If it does, we
Rem might as well avoid unnecessary overwriting of config.h and epaths.h,
Rem since this forces recompilation of every source file.
if exist foo.bar del foo.bar
fc /b foo.bar foo.bar >nul 2>&1
if not errorlevel 2 goto doCopy
fc /b config.tmp ..\src\config.h >nul 2>&1
if errorlevel 1 goto doCopy
fc /b paths.h ..\src\epaths.h >nul 2>&1
if errorlevel 0 goto dontCopy
:doCopy
copy config.tmp ..\src\config.h
copy paths.h ..\src\epaths.h
:dontCopy
if exist config.tmp del config.tmp
Could you please investigate why this logic fails in your case, and
post the results here?
TIA
next prev parent reply other threads:[~2010-09-28 10:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-28 10:26 building error of latest emacs on Windowxp zwz
2010-09-28 10:46 ` Juanma Barranquero
2010-09-28 10:48 ` Eli Zaretskii [this message]
2010-09-29 8:42 ` zwz
2010-09-29 9:19 ` Eli Zaretskii
2010-09-29 10:22 ` zwz
2010-09-29 10:36 ` Juanma Barranquero
2010-09-29 12:56 ` Eli Zaretskii
2010-09-29 13:18 ` Eli Zaretskii
2010-09-29 13:45 ` Juanma Barranquero
2010-09-29 13:50 ` Eli Zaretskii
2010-09-29 15:35 ` Juanma Barranquero
2010-09-29 16:02 ` Eli Zaretskii
2010-09-29 14:29 ` zwz
-- strict thread matches above, loose matches on Subject: below --
2010-09-29 12:42 grischka
2010-09-29 13:10 ` 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=E1P0Xjx-0003V3-Ch@fencepost.gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=zhangweize@gmail.com \
/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.