* 23.0.50 build problem with Windows
@ 2007-09-19 13:53 Sridhar Boovaraghavan
2007-09-19 14:19 ` Jason Rumney
0 siblings, 1 reply; 3+ messages in thread
From: Sridhar Boovaraghavan @ 2007-09-19 13:53 UTC (permalink / raw)
To: emacs-devel
When I try to build (nmake bootstrap) the CVS HEAD version (23.0.50)
downloaded 9/17/2007 afternoon in my Windows XP environment, it
stumbles on the following problem:
-- extract from lib-src/makefile
../src/config.h: ../nt/$(CONFIG_H)
echo $(CONFIG_H) has changed. Re-run configure.bat.
exit -1
--
I configured with "configure.bat --with-msvc --without-xpm". I am
using VC 2002.
The problem is that the config.nt file is created, but the
src/config.h is not replaced during the configure process.
I worked around this by replacing src/config.h and paths.h with
nt/config.nt and paths.h respectively.
Anyone else encounter this?
Thanks,
Sridhar
--
Sridhar Boovaraghavan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 23.0.50 build problem with Windows
2007-09-19 13:53 23.0.50 build problem with Windows Sridhar Boovaraghavan
@ 2007-09-19 14:19 ` Jason Rumney
2007-09-19 23:31 ` Sridhar Boovaraghavan
0 siblings, 1 reply; 3+ messages in thread
From: Jason Rumney @ 2007-09-19 14:19 UTC (permalink / raw)
To: Sridhar Boovaraghavan; +Cc: emacs-devel
Sridhar Boovaraghavan wrote:
> I configured with "configure.bat --with-msvc --without-xpm". I am
> using VC 2002.
>
> The problem is that the config.nt file is created, but the
> src/config.h is not replaced during the configure process.
>
config.nt is not created by configure.bat, it is checked out of CVS.
Did the configure fail for some reason?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 23.0.50 build problem with Windows
2007-09-19 14:19 ` Jason Rumney
@ 2007-09-19 23:31 ` Sridhar Boovaraghavan
0 siblings, 0 replies; 3+ messages in thread
From: Sridhar Boovaraghavan @ 2007-09-19 23:31 UTC (permalink / raw)
To: emacs-devel
Jason Rumney <jasonr@gnu.org> writes:
> Sridhar Boovaraghavan wrote:
>> I configured with "configure.bat --with-msvc --without-xpm". I am
>> using VC 2002.
>>
>> The problem is that the config.nt file is created, but the
>> src/config.h is not replaced during the configure process.
>>
>
> config.nt is not created by configure.bat, it is checked out of CVS.
>
>
> Did the configure fail for some reason?
My mistake then - it had a very recent time-stamp that led me to
believe that is being generated.
No, the configure didn't fail. It complained about xpm not being there
in my system and thus I tried --without-xpm and that worked fine.
I don't think this is a problem with the EMACS_22_BASE tag because I
have been able to build it in the past.
Are there any other details that I can provide?
Thanks,
Sridhar
--
Sridhar Boovaraghavan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-19 23:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-19 13:53 23.0.50 build problem with Windows Sridhar Boovaraghavan
2007-09-19 14:19 ` Jason Rumney
2007-09-19 23:31 ` Sridhar Boovaraghavan
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.