From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Compiling Emacs from source for hacking on it Date: Wed, 01 Jun 2022 20:23:28 +0300 Message-ID: <83v8tkfgbz.fsf@gnu.org> References: <875yllucqd.fsf@disroot.org> <83ilplj1hj.fsf@gnu.org> <87r149smd4.fsf@disroot.org> <834k15irla.fsf@gnu.org> <87czftshas.fsf@disroot.org> <877d61sgfl.fsf@disroot.org> <83tu95h5id.fsf@gnu.org> <874k15rxxz.fsf@disroot.org> <83k0a1gl4c.fsf@gnu.org> <871qw8sjza.fsf@disroot.org> <83bkvch95z.fsf@gnu.org> <87wne0r1xu.fsf@disroot.org> <837d60h6ro.fsf@gnu.org> <87bkvcbatm.fsf@disroot.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2443"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Akib Azmain Turja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 01 19:25:27 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 1nwS61-0000SM-RW for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 19:25:26 +0200 Original-Received: from localhost ([::1]:38532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwS60-0001aL-P1 for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 13:25:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwS42-0007Wv-RU for emacs-devel@gnu.org; Wed, 01 Jun 2022 13:23:24 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39552) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwS42-000709-Ir; Wed, 01 Jun 2022 13:23:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=+frEhyefnL6EYw8xDHooWkb2v6h+9tJX0YP97EYSqEY=; b=YcQ0WvBkY2s9 hcg+ZaW5h8WztwrIkcbwthigTuVyDiapYIGIaqlmINM3ZMToBuXIBFIvcsy+28kcrs9YtjOhibBAQ qfKwRcBQdX6/oiKPYOE4EUfIXvsbCm28Sym/QgiRx0BOeHpLdiHLp5pHOL2E3YFwIDqCPDzj54Xin VULjbHgxqai3K/5tbd5GCqgiz9ia1QBIZLBdfwaT8ewhPMzluxtbyfT4NLRFEoQSdOKt3NJaBaObq z9mD5nSj30MXoXkT4wMNBR8q+UERf1f8lTNGDWCxaYqYnXWxjPPOeHBioiSNuLGRu08UPucUIv7BX vcM6ufHU3X/Z1FXuQsuyBw==; Original-Received: from [87.69.77.57] (port=1989 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwS41-0004LI-Ds; Wed, 01 Jun 2022 13:23:22 -0400 In-Reply-To: <87bkvcbatm.fsf@disroot.org> (message from Akib Azmain Turja on Wed, 01 Jun 2022 22:36:05 +0600) 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:290525 Archived-At: > From: Akib Azmain Turja > Cc: emacs-devel@gnu.org > Date: Wed, 01 Jun 2022 22:36:05 +0600 > > Strange, though I have built Emacs out-of-tree, the elc file > (lisp/disp-table.elc) is in the source directory. I have built Emacs in > the source directory once, but I made sure to run make distclean before > building out-of-tree. Yes, known.