GNU bug report logs -
#14513
24.3.50; Site load-path pieces differ in MSYS build
Previous Next
Reported by: Richard Copley <rcopley <at> gmail.com>
Date: Thu, 30 May 2013 13:49:02 UTC
Severity: wishlist
Merged with 14514
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Fri, 7 Jun 2013 03:49:10 +0200
> Cc: rcopley <at> gmail.com, 14513 <at> debbugs.gnu.org
>
> as a last resort I don't object to having to pass
> --enable-locallisppath, but it does not work right now
I will commit Richard's changes soon, and then it will.
> (amussingly, if you pass
> --enable-locallisppath=%emacs_dir%/../site-lisp, after "make
> install" you get a directory called "%emacs_dir%").
"make install" doesn't accept the --enable-locallisppath option.
Perhaps you mean something like this:
make install locallisppath=%emacs_dir%/../site-lisp
In that case, what you get is exactly what the current Makefile is
expected to do: it creates literally each directory in the value of
that variable. The %..% part can only be interpreted correctly by
Emacs itself, as it needs special code to expand emacs_dir.
This bug report was last modified 12 years and 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.