unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* New msys-to-w32 breaks using %emacs_dir%, @VER@ in locallisppath
@ 2013-11-29 23:37 Juanma Barranquero
  2013-11-30  7:12 ` Dani Moncayo
  0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2013-11-29 23:37 UTC (permalink / raw)
  To: Emacs developers

I build Emacs on Windows by passing the following locallispath to configure:

  --enable-locallisppath='%emacs_dir%/../site-lisp:%emacs_dir%/share/emacs/@VER@/site-lisp:%emacs_dir%/share/emacs/site-lisp'

The %emacs_dir%/../site-lisp part is required to keep compatibility
with pre-MSYS builds, and @VER@ is to access the version-specific
"shared" site-lisp.

As of this change:

  2013-11-20  Dani Moncayo  <dmoncayo@gmail.com>

          * build-aux/msys-to-w32: New file.
          * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
          (msys_w32prefix_subst): Rename from msys_prefix_subst.
          Operate on w32prefixpattern.
          (epaths-force-w32): Use build-aux/msys-to-w32.

it has stopped working. While building I get this error:

  ./build-aux/msys-to-w32: line 142: cd: %emacs_dir%/../: No such file
or directory
  msys-to-w32: invalid path: %emacs_dir%/share/emacs/@VER@/site-lisp

This is a serious regression IMO.

  J



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

end of thread, other threads:[~2013-12-01  9:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-29 23:37 New msys-to-w32 breaks using %emacs_dir%, @VER@ in locallisppath Juanma Barranquero
2013-11-30  7:12 ` Dani Moncayo
2013-11-30 15:47   ` Juanma Barranquero
2013-11-30 16:37     ` Dani Moncayo
2013-11-30 23:29       ` Juanma Barranquero
2013-12-01  9:00         ` Dani Moncayo

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