From: Juanma Barranquero <lekktu@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org, zwz <zhangweize@gmail.com>
Subject: Re: building error of latest emacs on Windowxp
Date: Wed, 29 Sep 2010 15:45:07 +0200 [thread overview]
Message-ID: <AANLkTi=bCtJyxK7LOBca3cnhjjbPy1eWSmqUqywmbbPu@mail.gmail.com> (raw)
In-Reply-To: <831v8cr8mh.fsf@gnu.org>
On Wed, Sep 29, 2010 at 15:18, Eli Zaretskii <eliz@gnu.org> wrote:
> Perhaps you somehow changed the time stamp of nt/config.nt
> without changing its contents, by some command you ran locally. In
> that case, simply remove src/config.h and re-run configure.bat.
But, why should it be necessary to remove src/config.h by hand?
cd nt
touch config.nt
make all
=> config.nt has changed. Re-run configure.bat
configure.bat // with suitable arguments
make all
=> config.nt has changed. Re-run configure.bat
Uh?
What's even more funny, if you do
cd nt
touch config.nt
make all
=> config.nt has changed. Re-run configure.bat
configure.bat // forgetting --cflags -I for the image libraries
=> Important libraries are missing. Fix these issues before running make.
make all
and it tries to build.
So, it seems like either lib-src/makefile.w32-in should delete
src/config.h, or if that's too dangerous (though I don't see why), at
the very least give a more informative message...
Juanma
next prev parent reply other threads:[~2010-09-29 13:45 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
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 [this message]
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='AANLkTi=bCtJyxK7LOBca3cnhjjbPy1eWSmqUqywmbbPu@mail.gmail.com' \
--to=lekktu@gmail.com \
--cc=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.