help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Retrieving the "include" directory for Emacs Modules


From: Eli Zaretskii
Subject: Re: Retrieving the "include" directory for Emacs Modules
Date: Tue, 24 Dec 2024 14:36:25 +0200

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Stefan Monnier via Users list for the GNU Emacs text editor
>  <help-gnu-emacs@gnu.org>
> Date: Tue, 24 Dec 2024 00:06:07 -0500
> 
> [ BTW, `locate '*.h' | sed 's|[^/]*$||' | sort -u` on this Debian system
>   suggests Emacs would be far from the only package to place header files
>   outside of `/usr/include` or `/usr/local/include`.  ]

Careful: the above might pick up header files private to source
distributions if you have them on your system (i.e., if you build
packages locally from sources).  By contrast, this discussion is about
_public_ header files, ones installed with the purpose of letting
other packages interface with the package whose header file is
installed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]