[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build failure 2 emacs-26 branch on Mingw64
From: |
Eli Zaretskii |
Subject: |
Re: build failure 2 emacs-26 branch on Mingw64 |
Date: |
Mon, 01 Jan 2018 16:05:30 +0200 |
User-agent: |
K-9 Mail for Android |
On January 1, 2018 3:41:17 PM GMT+02:00, Richard Copley <address@hidden> wrote:
> > $ make --version
> > GNU Make 4.2.1
> > Built for x86_64-w64-mingw32
> > Copyright (C) 1988-2016 Free Software Foundation, Inc.
>
> You have a native make on the path in your MSYS bash process.
> "make" should be the MSYS make:
>
> $ make --version
> GNU Make 4.2.1
> Built for x86_64-pc-msys
> Copyright (C) 1988-2016 Free Software Foundation, Inc.
Right. And I believe Sed is not an MSYS Sed, either, because that one
should be version 4.2.2, not 4.4.
Which could also explain the other problem Stephen reported.