[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building Emacs from source code failed
From: |
Alexander Kuleshov |
Subject: |
Re: Building Emacs from source code failed |
Date: |
Sat, 18 May 2024 13:21:37 +0500 |
Hello Eli,
On Fri, May 17, 2024 at 11:32 PM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Alexander Kuleshov <kuleshovmail@gmail.com>
> > Date: Fri, 17 May 2024 23:02:08 +0500
> >
> > I am trying to build emacs from source code from master by simply
> > executing `make` after `configure`. The build process failed in the
> > end. I've attached the whole output of the `make` execution. Any hints
> > what I am doing wrong?
>
> You have stale *.elc files in the tree, which were byte-compiled using
> different versions of some macros.
>
> My suggestion is to remove all *.elc files in lisp/emacs-lisp/, and
> then try again. If that fails as well, then try "make bootstrap".
Yes, thank you. That helped.