From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Akib Azmain Turja Newsgroups: gmane.emacs.devel Subject: Compiling Emacs from source for hacking on it Date: Tue, 31 May 2022 18:07:38 +0600 Message-ID: <875yllucqd.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40150"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 31 14:23:06 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nw0tu-000AB9-Jc for ged-emacs-devel@m.gmane-mx.org; Tue, 31 May 2022 14:23:06 +0200 Original-Received: from localhost ([::1]:40960 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nw0tt-0002bT-6w for ged-emacs-devel@m.gmane-mx.org; Tue, 31 May 2022 08:23:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nw0im-0000v5-Vk for emacs-devel@gnu.org; Tue, 31 May 2022 08:11:41 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:54988) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nw0ie-0003DY-Qq for emacs-devel@gnu.org; Tue, 31 May 2022 08:11:36 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2C3314391C for ; Tue, 31 May 2022 14:11:24 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jbY9MqJlTFO9 for ; Tue, 31 May 2022 14:11:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1653998874; bh=hQ0+GvTYKM6KnJrM5WGge85UMe/28/x1R1cO6bCQdRU=; h=From:To:Subject:Date; b=bCChrK9nHvlvaaDbJ8cJ9Lj9hN/nC4JscDDQjIOxfhksfTrSfpe44HUrOmffWFqR3 eIAi/z/wHyIwZcpOcGC7tIGr1jdXv+n3Uih28wD0YFBsBkPb2JeaQZS4WioOQnJQFS meUQkiUlxyILz+jcbXbnSHMlIiCI0/qGMHvAXMNgLEFy7eS1GbF0broy7HKDHbDCHN XodcCPTgJ3fnZXc0W7gAdiEHO3XvQHkx5roU8hJ80eCXFW9u+01xQqaww4dBBnsi6O jafd5kBLiRojPVABj9SLywTd0Tm10UY0WmGhawJ9INx7ycQOs+cxAvST/9BWMB3Mjg sjHkdZCB55CMA== Received-SPF: pass client-ip=178.21.23.139; envelope-from=akib@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_HELO_TEMPERROR=0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:290398 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I have recently (shallow) cloned Emacs source code. I have compiled it by doing the following: =2D-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 =2D-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? =2D-=20 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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmKWBQoACgkQVTX89U2I YWtkuw/8C4ptexoOzftjwwRYR1odzvgMmT+gIfZ+gFxgQl8TF0QgV1a6/N/g6V0z YcKy7UFKaiNQTed6BM4ChqkzJb8o37d6F5UBbrOamGDB8H5i9CRh8/ri/OxfHBt2 Kfbl2UjXWgAt+dDQFOsPgL49ruMP5c7OVlmGl6AtHBUX5LjIwg1pbnN3iBmc/D+O QmXqvWNVfKNvknpa0Og0G/CRiqDC8cLLiaV8R1w2cJsAas7BJxsJ11KVH0BONPDS KNy0hyoiiTYeBrtrM+dMxRZ2wL3A4xYkH5S0S35vZSPARaZozq1X6KHms95RzI+K 7V4+GJ9uztda/4y7uSUPVBWM0FG7qGOH08seyOJ1zPFYOsVe7Bt2e3kDomYP98d5 Y/hRK2+emkfEd8O6ftF+daqcJVFVKc2P/Bbz4avZwmXMeBQy9ABcjVKu0H5AFBzl Imo/IvaC9uLbf1tgaQGXvxreXLjJ1/Y9ngjUQghYnwV/BYLVN23xAfUGW4vmPbcd sy6HSoldMnN8mDRIvvXkN2z5n+gwHEw4O+BnKIwgiPG2eDQF1LbuexJ4OcXZkp/e FMOdk8gauSMNGzUARdPRJfi09TIh5uptFsnQ6HWBg7IO2gibN8uWzWMPvvJq/xlO SWA8aJIxft5JwJneorbMdPv0oK6udkmdBR8BUvjbs2qOK210w1Q= =9O8C -----END PGP SIGNATURE----- --=-=-=--