From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: ntemacs installation bug fix Date: Fri, 14 Apr 2006 10:27:57 +0300 Message-ID: References: <200604131809300629798@gmail.com> <200604140049526713211@gmail.com> <200604140137509210513@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1144999686 27243 80.91.229.2 (14 Apr 2006 07:28:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Apr 2006 07:28:06 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 14 09:28:03 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FUIio-0000Wn-AM for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Apr 2006 09:28:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUIin-00057K-IR for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Apr 2006 03:28:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FUIih-00055P-9G for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2006 03:27:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FUIie-00051r-QP for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2006 03:27:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUIie-00050z-5X for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2006 03:27:52 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FUIo8-0004PH-LW for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2006 03:33:32 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-89-169.inter.net.il [80.230.89.169]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DZC33737 (AUTH halo1); Fri, 14 Apr 2006 10:27:49 +0300 (IDT) Original-To: "Wu Weiwei" In-reply-to: <200604140137509210513@gmail.com> (goodwu@gmail.com) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15043 Archived-At: > Date: Fri, 14 Apr 2006 01:37:53 +0800 > From: "Wu Weiwei" > Cc: "bug-gnu-emacs@gnu.org" > > >> The new environment is setup using MinGW-5.0.2.exe from www.mingw.org. My OS is XP Home edition. > > > >What do you see if you type this at CMD's prompt (i.e. in the Command > >Prompt window): > > > > mingw32-make --version > > --------------------------------------------------------------------------- > F:\emacs\nt>mingw32-make --version > GNU Make 3.80 Strange, I use the same. You see, the problem is the version of Make I have (both 3.80 and the new 3.81) produce the value of $(CURDIR) with forward slashes. Try this and tell me what it prints: mingw32-make -f - all: echo $(CURDIR) ^Z (on the last line press Ctrl-Z). On my system, it prints the current directory with forward slashes. In addition, even if $(CURDIR) is produced with backslashes, the Windows port of Make should support file names with backslashes in rule's commands. Anyway, isn't MinGW-5.0.2 an unstable version listed under "Proposed"? Perhaps there's some bug (or a new misfeature) in the runtime included in that version of MinGW?