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: Angelo Graziosi
Subject: Re: Failure building Emacs master on MSYS2 [MSYS2 PKG]
Date: Wed, 7 May 2025 01:13:16 +0200
User-agent: Mozilla Thunderbird

Il 07/05/2025 01:00, Bruno Haible ha scritto:

I turned on my MSYS2 VM and was about to attempt to reproduce your issue.
But I can't do that if you provide insufficient "How to reproduce"
information. I don't want to spend my time _guessing_ what the commands
on your side had been. You need to tell us these commands up-front.

Additionally, your configure command from
<https://lists.gnu.org/archive/html/emacs-devel/2025-05/msg00154.html>

./configure --prefix="/${PREFIXNAME}" \
                 --build=x86_64-pc-cygwin \
                 --without-dbus \
                 --without-pop \
                 --with-modules \
                 --without-native-compilation \
                 ${CHECK_OPT} \
                 CFLAGS="-O2" || error_msg "Failure running configure"

is wrong: It lacks the option
   --host=x86_64-w64-mingw32

but I do not refer to that build but this:

https://github.com/msys2/MSYS2-packages/tree/master/emacs

which runs only in a Terminal (TTY)!!!

MSYS2 has two Emacs packages:

1) https://github.com/msys2/MSYS2-packages/tree/master/emacs for which I reported this failure


and this:

2) https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-emacs

which builds.






reply via email to

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