emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#11402: closed (Problem while compiling emacs-24.0.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11402: closed (Problem while compiling emacs-24.0.96 using MinGW on Win7)
Date: Fri, 04 May 2012 14:24:02 +0000

Your message dated Fri, 04 May 2012 17:21:15 +0300
with message-id <address@hidden>
and subject line Re: bug#11402: Problem while compiling emacs-24.0.96 using 
MinGW on Win7
has caused the debbugs.gnu.org bug report #11402,
regarding Problem while compiling emacs-24.0.96 using MinGW on Win7
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11402: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11402
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Problem while compiling emacs-24.0.96 using MinGW on Win7 Date: Fri, 4 May 2012 15:34:03 +0800 Open a Command Prompt window, then

f:\> cd emacs-24.0.96/nt
f:\build-emacs\emacs-24.0.96\
nt> configure.bat --no-debug --cflags -ID:/gnuwin32/include --cflags -IC:/gnuwin32/src/lib --without-png
f:\build-emacs\emacs-24.0.96\nt> make

After a while, it stopped. The last few lines of the output said:


     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.
     f:\build-emacs\emacs-24.0.96\src>

It seems that cmd /c did not quit and the current directory has been changed from nt to src.
If you press Ctrl+C now, you will get:

f:\build-emacs\emacs-24.0.96\src>make[1]: *** [gl-stamp] Interrupt
make: *** [all-other-dirs-gmake] Interrupt
F:\build-emacs\emacs-24.0.96-mingw\nt>

I found that in src/makefile.w32-in of emacs-24.0.96, there is a line that emacs 23 does NOT have:
cmd /c "fc /b gl-tmp globals.h >nul 2>&1 || $(CP) gl-tmp globals.h"

How can I cope with this problem?

Thank you all.

--- End Message ---
--- Begin Message --- Subject: Re: bug#11402: Problem while compiling emacs-24.0.96 using MinGW on Win7 Date: Fri, 04 May 2012 17:21:15 +0300
> Date: Fri, 4 May 2012 21:43:14 +0800
> From: Du Yanning <address@hidden>
> Cc: address@hidden
> 
> I rename MSYS sh.exe to aaash.exe, and use mingw32-make.exe instead of MSYS
> make.exe.
> This time it works fine.

Great!  Closing the bug.


--- End Message ---

reply via email to

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