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 16:07:07 +0300 Message-ID: <837d60h6ro.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34828"; 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 15:08:57 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 1nwO5o-0008q8-82 for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 15:08:56 +0200 Original-Received: from localhost ([::1]:54244 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwO5m-00043D-NW for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 09:08:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwO3w-0000yf-PK for emacs-devel@gnu.org; Wed, 01 Jun 2022 09:07:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33612) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwO3w-00050l-AH; Wed, 01 Jun 2022 09:07:00 -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=VASoiWRrfqcTFUuEjjLqjOZoWdA46TJSGslLQdr2IMU=; b=Ze2QnzdZRT30 ZJ/0LfXQqtK5vj09kAJggx8yCnKOvpebF56nYPBVa46fJ2lUwPM2VfR8bFvqihKITks8ZNB2rEdEN FLVXzdXU09NYcZMQmHlps7iUj5OBwQg8EZ3Oa3YalQO5f++C0W6fyKXDqf3SXpaGcHY4dYUxJ9c/m RXuH+P+mKhPhfBjnjH/nIEpEwbEj62oofV+rmq2w8IurBznnc++RDR1+6SoFjPWftF+ObHJW/6DxJ hu0o3xkmM52E6iUVdyJXFlXoGTj14UBViPRLFyRcm4MOMWr/TOPMHe4gpGBQKBNEz3VKHaPhQyUTU u1vOJedMR/25OpmOdU3JIw==; Original-Received: from [87.69.77.57] (port=2133 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 1nwO3v-0002np-Jo; Wed, 01 Jun 2022 09:07:00 -0400 In-Reply-To: <87wne0r1xu.fsf@disroot.org> (message from Akib Azmain Turja on Wed, 01 Jun 2022 18:41: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:290504 Archived-At: > From: Akib Azmain Turja > Cc: emacs-devel@gnu.org > Date: Wed, 01 Jun 2022 18:41:17 +0600 > > >> > 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? > > No, I can't find it in the build directory. Its in the source > directory. What about disp-table.elc? do you see it in the build directory?