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: org: problem loading compiled files that use org-element Date: Thu, 04 Jul 2024 18:53:37 +0300 Message-ID: <86ed898872.fsf@gnu.org> References: <86ed89adyv.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34098"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 04 17:58:43 2024 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 1sPOr4-0008fh-P4 for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Jul 2024 17:58:42 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sPOmE-000143-Oq; Thu, 04 Jul 2024 11:53:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sPOmD-0000y8-3F for emacs-devel@gnu.org; Thu, 04 Jul 2024 11:53:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sPOmC-00028Y-Py; Thu, 04 Jul 2024 11:53:40 -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=erD/3JEFKW3BhChZ5/FKLbDySQvTNFidV30//Br1dyM=; b=bjI27SI0z+zi 0hIOEp3r1WvSuoMbo7HDpIAuN+uHyqC8ZKYLLPLPfSAH5+DsDtw9V4snrTeDyk7jCPwJczxMgDCE4 cfpDzPTI/fUi0CoVqInckGnnXlTL7PxIhewkhUxnGYWZibWcEYZaOtofn3lRkzhuiDG2PJQaw9BNG CQfSVxWRjVwpRpMPQG/uG8G7D2F3U7rlkrfG+taDZeIgBKKfZEShKG4G4adR+fZiyVChr+fYgfudh ZXpPx8jBJfSwa7QrGje5GojsxadlYp1mmpI+0JDpueVd6yJQWkPTnu3UtU6FaUlA3wQ2Y/7bvb+aQ N7SLE5eGWUCW7Vk5p8Lkqw==; In-Reply-To: (raman@google.com) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321331 Archived-At: > From: "T.V Raman" > Cc: emacs-devel@gnu.org > Date: Thu, 04 Jul 2024 07:46:26 -0700 > > Eli Zaretskii writes: > > Head = master branch.I did distclean is that the same as bootstrap? No, it isn't the same. Please try "make bootstrap".