all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: PATH_SEPARATOR in test/automated/Makefile.in
Date: Wed, 27 Nov 2013 20:33:01 +0200	[thread overview]
Message-ID: <834n6xae5e.fsf@gnu.org> (raw)

This stuff is not working, and as a consequence the test suite
currently fails on MS-Windows with werdo error messages about failure
to load Lisp files.

The problem is that (a) @PATH_SEPARATOR@ is replaced with ':' (of
course: what else did you think MSYS Bash will use?), and (b) the
automatic replacement of ":." with ";." doesn't happen either, because
evidently the MSYS heuristics doesn't consider "." something that
cannot be anything but a file name, so it plays safe and leaves it
alone (":./" does work).

So the possibilities as I see them are:

 . Remove PATH_SEPARATOR and use -L "$(PATH_SEPARATOR)$(srcdir)/"
   (with a slash) instead of  -L "$(PATH_SEPARATOR)$(srcdir)"

 . Leave PATH_SEPARATOR, but set it to ';' "manually" for MinGW,
   instead of relying on $PATH_SEPARATOR computed in configure by
   asking Bash.

Meanwhile, to run the test suite on Windows, say

   make PATH_SEPARATOR=';'



             reply	other threads:[~2013-11-27 18:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-27 18:33 Eli Zaretskii [this message]
2013-11-27 18:42 ` PATH_SEPARATOR in test/automated/Makefile.in Glenn Morris
2013-11-28 17:43   ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to=834n6xae5e.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.