emacs-devel
[Top][All Lists]
Advanced

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

Re: Suspicious warning in W64 build


From: Angelo Graziosi
Subject: Re: Suspicious warning in W64 build
Date: Sat, 9 Sep 2017 23:29:19 +0200 (CEST)

> Il 9 settembre 2017 alle 20.59 Eli Zaretskii <address@hidden> ha scritto:
> 
> 
> > Date: Sat, 9 Sep 2017 20:38:17 +0200 (CEST)
> > From: Angelo Graziosi <address@hidden>
> > Cc: address@hidden, address@hidden
> > 
> > > So what does "pwd -W" yield in /tmp/src on your system?
> > 
> > It prints : C:/msys64/tmp/src
> 
> Thanks, I guess this is the root cause of the problem.  And
> consequently, lisp/Makefile says something like
> 
>  top_srcdir = C:/msys64/tmp/src

top_srcdir = /C/msys64/tmp/src

> 
> I presume, is that right?  And if you change that to
> c:/msys64/tmp/src, the problem goes away?

top_srcdir = /c/msys64/tmp/src

Yes, it goes away..



reply via email to

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