unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* PATH_SEPARATOR in test/automated/Makefile.in
@ 2013-11-27 18:33 Eli Zaretskii
  2013-11-27 18:42 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2013-11-27 18:33 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

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=';'



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-28 17:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-27 18:33 PATH_SEPARATOR in test/automated/Makefile.in Eli Zaretskii
2013-11-27 18:42 ` Glenn Morris
2013-11-28 17:43   ` Eli Zaretskii

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).