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: Tue, 6 May 2025 23:00:45 +0200
User-agent: Mozilla Thunderbird

Il 06/05/2025 22:09, Bruno Haible ha scritto:
Collin Funk wrote:
Adding Bruno to the CC since we saw a similar issue in gperf [1].

In that case, the problem was on the user's side. My guess is that
it was some outdated generated .h file being left in the build tree.

To overcome a problem like this:
   1) run
      $ ./configure
      $ make distclean
   2) if that does not help:
      $ ./configure
      $ make maintainer-clean
   3) if that does not help:
      Temporarily remove all the contents of the .gitignore file(s).
      Then do a "git status" and remove all leftover generated files.
      Then restore the .gitignore file(s).
   4) Do VPATH builds only if the source tree is clean, i.e. doesn't
      contain generated files.


My builds are clean.

wget source.tar.gz
unpack source.tar.gz
cd source
./configure
make


So there are not files generated by previous builds...

I use as source: http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.gz

Ciao,
  Angelo.




reply via email to

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