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.help Subject: Re: Retrieving the "include" directory for Emacs Modules Date: Tue, 10 Dec 2024 05:29:55 +0200 Message-ID: <865xnscj0s.fsf@gnu.org> References: <86ttbcdhwn.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13042"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 10 04:30:42 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1tKqxO-0003EM-Hr for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 10 Dec 2024 04:30:42 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tKqwq-0001uG-Jd; Mon, 09 Dec 2024 22:30:08 -0500 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 1tKqwo-0001u7-AA for help-gnu-emacs@gnu.org; Mon, 09 Dec 2024 22:30:06 -0500 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 1tKqwn-0005Jb-Cc for help-gnu-emacs@gnu.org; Mon, 09 Dec 2024 22:30:06 -0500 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=7U8J2Wh19LcEnC6kLo5V7kGW1Jy0QnKL2urGk60lumE=; b=IZpkjtH4RVWF lTllzNlLEmaDUd0b9/ESWEJB1G+kL3KDQEVxlqAPOKLEPJj4Ga5wxsWKfYqMIy9fnQTz60PZXEXy8 BYZF2dQNOc7g0LW5EiO+mumnhqHRZwRnXpcMUWXugmpUfb6OtiAt4rjinK8NCetmC6S1Mfl728TWY lzz7ViuCVnt5xKJlt4kToMJMMumEkNFmoNBBJH0iO+HL9ncBZ4s7lle0veJlkmlu0qGD7Lm31YEpc aWolMb2rk24OHMRRRqD2VeV2lN/ifcqziZtGOXgOwzniqIUJBIAKqkgUN5m6mGVecan7ETToUODAf 1P+r8E80//4wubPaiYKtww==; In-Reply-To: (message from Stefan Monnier via Users list for the GNU Emacs text editor on Mon, 09 Dec 2024 17:10:50 -0500) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148741 Archived-At: > Date: Mon, 09 Dec 2024 17:10:50 -0500 > From: Stefan Monnier via Users list for the GNU Emacs text editor > > > As I tried to explain, if emacs-module.h is not installed in its > > intended place, we cannot know where it is installed. > > The patch below would make sure that `emacs-module.h` is always > available at `$(data-directory)/include/emacs-module.h`. Sorry, this is wrong. No compiler will look in that directory without a suitable -I option, so this is a change that will break previous (and correct) behavior.