emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bootstrapping CVS Emacs fails with VC 2003 on Windows XP Professiona


From: dhruva
Subject: Re: Bootstrapping CVS Emacs fails with VC 2003 on Windows XP Professional
Date: Tue, 14 Aug 2007 20:49:41 +0530

Hi,

On 8/14/07, Jason Rumney <address@hidden> wrote:
> Christoph Conrad wrote:
> > Hi Jason,
> >
> >
> >> What version of Emacs are you trying to build?
> >>
> >
> > Current CVS Version.
> >
>
> Strange, the following change should have fixed this exact bug:
>
> 2007-07-16  Eli Zaretskii  <address@hidden>
>
>     * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
>     Depend on cmdproxy.
>
>
> Does nmake have any debug flags that show what commands are being run
> when, so you can debug this?

I can confirm the bootstrap failure using VC 2003. The strange part is
that the 'cp' of cmdproxy.exe is called and cmdproxy.exe is available
in the folder but fails to get copied to 'bin' folder. I am trying to
debug as I have both MinGW and VC build environment.

--------------
E:\cache\build\emacs\nt
[dky]nmake /NOLOGO /N bootstrap
        cd ..\lisp
        nmake  bootstrap-clean
        cd ..\src
        nmake  clean
        cd ..\lib-src
        nmake  clean
        cd ..\src
        nmake  bootstrap
        nmake  bootstrap-clean
        cp -f obj-spd/i386/cmdproxy.exe ../bin
        cd ..\lisp
        nmake  SHELL=CMD bootstrap
        cd ..\lib-src
        nmake  DOC
        cd ..\nt
        nmake   all
-------------

-dky

-- 
Dhruva Krishnamurthy
Contents reflect my personal views only!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]