[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Retrieving the "include" directory for Emacs Modules
From: |
Stefan Monnier |
Subject: |
Re: Retrieving the "include" directory for Emacs Modules |
Date: |
Fri, 20 Dec 2024 10:41:08 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>> That's OK: the sole purpose of the change is to let ELPA packages call
>> `gcc` with such a `-I`!
> Which is wrong for Unix-like systems except on macOS.
In which sense would it be wrong?
I can see an argument that such a `-I` would tend to be redundant on
systems where Emacs was "installed properly", but even on those systems
I fail to see what would be "wrong" about it.
> It's debatable if packages should compile their native modules
> themselves
IME it's what most users expect when they install (via `package.el`)
packages that come with a module, and it's also what most of the
developers of those packages want to offer to their users.
I have no intention to impose such an approach as the only supported way
to install a module, but I don't see what's debatable about providing
good support for packages to be able to compile their own modules.
Stefan
- Re: Retrieving the "include" directory for Emacs Modules, (continued)
- Re: Retrieving the "include" directory for Emacs Modules, Eli Zaretskii, 2024/12/09
- Re: Retrieving the "include" directory for Emacs Modules, Rudolf Schlatte, 2024/12/09
- Re: Retrieving the "include" directory for Emacs Modules, Stefan Monnier, 2024/12/09
- Re: Retrieving the "include" directory for Emacs Modules, Eli Zaretskii, 2024/12/09
- Re: Retrieving the "include" directory for Emacs Modules, Stefan Monnier, 2024/12/10
- Re: Retrieving the "include" directory for Emacs Modules, Eli Zaretskii, 2024/12/11
- Re: Retrieving the "include" directory for Emacs Modules, Björn Bidar, 2024/12/19
- Re: Retrieving the "include" directory for Emacs Modules, Eli Zaretskii, 2024/12/20
- Re: Retrieving the "include" directory for Emacs Modules, Basile Starynkevitch, 2024/12/20
- Re: Retrieving the "include" directory for Emacs Modules, Björn Bidar, 2024/12/22
- Re: Retrieving the "include" directory for Emacs Modules,
Stefan Monnier <=
- Re: Retrieving the "include" directory for Emacs Modules, Björn Bidar, 2024/12/22
- Re: Retrieving the "include" directory for Emacs Modules, Stefan Monnier, 2024/12/24
- Re: Retrieving the "include" directory for Emacs Modules, Eli Zaretskii, 2024/12/24
- Re: Retrieving the "include" directory for Emacs Modules, Stefan Monnier, 2024/12/24
- Re: Retrieving the "include" directory for Emacs Modules, Eli Zaretskii, 2024/12/24
- Re: Retrieving the "include" directory for Emacs Modules, Björn Bidar, 2024/12/24
- Re: Retrieving the "include" directory for Emacs Modules, Stefan Monnier, 2024/12/25
- Re: Retrieving the "include" directory for Emacs Modules, Arsen Arsenović, 2024/12/22
Re: Retrieving the "include" directory for Emacs Modules, Marco Antoniotti, 2024/12/13