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 15:15:20 +0300 Message-ID: <83bkvch95z.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4871"; 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 14:17:46 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 1nwNII-00019x-IY for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 14:17:46 +0200 Original-Received: from localhost ([::1]:60740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwNIH-0008Bw-9T for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 08:17:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43390) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwNFz-0006rY-He for emacs-devel@gnu.org; Wed, 01 Jun 2022 08:15:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32794) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwNFz-0003IW-7m; Wed, 01 Jun 2022 08:15:23 -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=nGDohZwWekA34CQjIe0M29VnrHgHH71+ZuNWGaPnlPg=; b=JL9JeYJlIl2J dBkJSCOGQ8e7U1Wte53DZa2U/c5080SIkq2tBUf7ibutMu1mJKSuXrhWcJxQvO2vGMoNXbrSpFlpv TBWmcphmEFYKcc7wqKxWCNlsLsPz6U5piqPEgaqVBFoNR5DOL3CDlf0MDnWpm16cHlJ9eqQqeF9LU IG2OBJPvjyhEdzG3UzNSRm8Q9XiVjwIAWsotWr6IxLRHrnrkWNXCZyOiMoIVoaKwLdIABwlbmip8R r1tmtsW2CoBrfBBnqD8xl6ZUg+9GTZA75jtvzM/3EHNesqzj1G3ONJ5c7iHLUw2/WJhIovaEkCtMD lRMumNPfpsZPbmDsiY0UTQ==; Original-Received: from [87.69.77.57] (port=2831 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 1nwNFo-0000VL-7W; Wed, 01 Jun 2022 08:15:21 -0400 In-Reply-To: <871qw8sjza.fsf@disroot.org> (message from Akib Azmain Turja on Wed, 01 Jun 2022 17:26:17 +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:290492 Archived-At: > From: Akib Azmain Turja > Cc: emacs-devel@gnu.org > Date: Wed, 01 Jun 2022 17:26:17 +0600 > > >> "Can't open load file: No such file or directory, disp-table" > > > > disp-table.el is a package that comes with Emacs, so how come Emacs is > > unable to find it? > > I have no idea. Is the file there? > > Is this with an installed Emacs or with Emacs that > > you run uninstalled from its source tree? > > I'm not sure what you're tell about, but assuming you asking me whether > I have installed it. No, I didn't install. I'm trying to run > ./src/emacs -Q from the build directory. Do I need to install it? No, you shouldn't need to install. Emacs should run fine uninstalled. Does this help: ./src/emacs -Q -l ./lisp/disp-table.el