unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: ntemacs installation bug fix
Date: Fri, 14 Apr 2006 10:27:57 +0300	[thread overview]
Message-ID: <ulku839c2.fsf@gnu.org> (raw)
In-Reply-To: <200604140137509210513@gmail.com> (goodwu@gmail.com)

> Date: Fri, 14 Apr 2006 01:37:53 +0800
> From: "Wu Weiwei" <goodwu@gmail.com>
> Cc: "bug-gnu-emacs@gnu.org" <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?

  reply	other threads:[~2006-04-14  7:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-13 10:09 ntemacs installation bug fix Wu Weiwei
2006-04-13 16:05 ` Eli Zaretskii
2006-04-13 16:49   ` Wu Weiwei
2006-04-13 17:30     ` Eli Zaretskii
2006-04-13 17:37       ` Wu Weiwei
2006-04-14  7:27         ` Eli Zaretskii [this message]
2006-04-14 10:47           ` Wu Weiwei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ulku839c2.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).