[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building Emacs from source code failed
From: |
Eli Zaretskii |
Subject: |
Re: Building Emacs from source code failed |
Date: |
Fri, 17 May 2024 21:32:42 +0300 |
> 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".