emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Posix build on Windows: parallel `make' broken


From: Eli Zaretskii
Subject: Re: Posix build on Windows: parallel `make' broken
Date: Mon, 03 Jun 2013 05:52:21 +0300

> From: Juanma Barranquero <address@hidden>
> Date: Mon, 3 Jun 2013 03:06:32 +0200
> Cc: Óscar Fuentes <address@hidden>, 
>       Emacs developers <address@hidden>
> 
> On Sun, Jun 2, 2013 at 5:14 PM, Eli Zaretskii <address@hidden> wrote:
> 
> > Can you figure out which command run as part of "make install" does that?
> 
> This fragment from the install-arch-indep target:
> 
>   for d in $$locallisppath; do \
>    ${MKDIR_P} "$(DESTDIR)$$d"; \
>   done
> 
> goes through the following $d's:
> 
>   c
>   /Devel/emacs/repo/trunk/share/emacs/24.3.50/site-lisp
>   c
>   /Devel/emacs/repo/trunk/share/emacs/site-lisp

What does your prefix= line say in that Makefile?

If it uses Windows-style d:/foo/bar file name, does it help to say

  make install prefix=/c/Devel/emacs...

i.e. use the MSYS-style file name instead?

> And speaking of site-lisp,
> 
>   c:\...\trunk> src\emacs.exe -q
>   Warning: Lisp directory `c:/devel/emacs/repo/trunk/site-lisp': No
> such file or directory

That's the consequence of the above.  Emacs verifies the site-lisp
directories exist when it starts up.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]