emacs-devel
[Top][All Lists]
Advanced

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

Re: Failure building Emacs master on MSYS2 [MSYS2 PKG]


From: Bruno Haible
Subject: Re: Failure building Emacs master on MSYS2 [MSYS2 PKG]
Date: Wed, 07 May 2025 02:09:22 +0200

Angelo Graziosi wrote:
> To simplify, the following sequence (to be run in echo $MSYSTEM == MSYS, 
> MSYS2 shell (and TESTED!)) reproduces the issue :
> 
> wget 
> http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-71ee484cac3e0e5b68f006b4cca81c13ca6ce11e.tar.gz
>  
>       # the source with new Gnulib, April 19
> 
> aunpack emacs-71ee484cac3e0e5b68f006b4cca81c13ca6ce11e.tar.gz
> 
> cd emacs-71ee484cac3e0e5b68f006b4cca81c13ca6ce11e
> ./autogen.sh
> ./configure --build=x86_64-pc-cygwin
> make

Good. These are the complete instructions that I asked for.

> Notice that
> 
> ./configure --build=x86_64-pc-cygwin
> 
> prints
> 
> configure: loading site script /etc/config.site
> checking for xcrun... no
> checking for GNU Make... make
> checking build system type... x86_64-pc-cygwin
> checking host system type... x86_64-pc-cygwin

Yup, that confirms my suspicion that the guessed "host system type"
is not the correct one.

Now, how about doing the same thing, in a different directory, with a
corrected configure command?

./configure --build=x86_64-w64-mingw32

Bruno






reply via email to

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