emacs-devel
[Top][All Lists]
Advanced

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

Compiling Emacs from source for hacking on it


From: Akib Azmain Turja
Subject: Compiling Emacs from source for hacking on it
Date: Tue, 31 May 2022 18:07:38 +0600

I have recently (shallow) cloned Emacs source code.  I have compiled it
by doing the following:

--8<---------------cut here---------------start------------->8---
$ mkdir build
$ cd build
$ ../configure --without-x --without-gnutls --without-modules \
    --without-sqlite3 --without-pop --without-mailutils --without-sound
$ make
--8<---------------cut here---------------end--------------->8---

If I understand correctly, running ./src/emacs should start the newly
compiled Emacs.  But it says that with-memoizaton function definition is
void, even with an empty init file (actually I commented out the whole
file).  ./src/temacs works, but says function-documention is undefined
at runtime.

Am I doing something wrong?  I'm trying to compile a minimal Emacs so
that I can hack on the terminal display code of it.  Is there any
argument to pass to configure to make even more minimal?

-- 
Akib Azmain Turja

This message is signed by me with my GnuPG key.  It's fingerprint is:

    7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5

Attachment: signature.asc
Description: PGP signature


reply via email to

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