[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build failure 2 emacs-26 branch on Mingw64
From: |
Richard Copley |
Subject: |
Re: build failure 2 emacs-26 branch on Mingw64 |
Date: |
Mon, 1 Jan 2018 13:41:17 +0000 |
> $ 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.