emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs trunk on Windows 7, using MinGW + MSYS


From: Juanma Barranquero
Subject: Re: Building Emacs trunk on Windows 7, using MinGW + MSYS
Date: Mon, 4 Jul 2011 16:53:55 +0200

On Mon, Jul 4, 2011 at 16:29, Dani Moncayo <address@hidden> wrote:

> It doesn't, I'm afraid (I think tried it before).

Curious.

Your bootstrapping stops here:

  cmd /c "fc /b gl-tmp globals.h >nul 2>&1 || cp -f gl-tmp globals.h"
  Microsoft Windows [Version 6.1.7601]
  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

which seems to indicate that instead of running the fc.exe tool with
/c, it is entering a sub-shell. Can you set the PATH, change to src/
and execute that command directly at the CMD prompt? Try also
executing that in the MSYS sh.exe. Let's see what do you find.

> Just after typing RET, I see a new cmd.exe process in the task
> manager, but it must be stopped, because it consumes no CPU and the
> terminal show nothing new.

That seems consistent with CMD starting a subshell and stopping there,
instead of running fc.exe and then exiting.

    Juanma



reply via email to

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