[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PROPOSAL] Builder, a build system integration for Emacs
From: |
Richard Stallman |
Subject: |
Re: [PROPOSAL] Builder, a build system integration for Emacs |
Date: |
Fri, 26 May 2023 17:16:27 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> Then I guess I don't understand what these problems are, and what kind of
> solution you are after. Let's take a concrete example of a popular Rust
> program: ripgrep. All you need to build it is:
> git clone https://github.com/BurntSushi/ripgrep
> cargo build --release
> or (even simpler):
> cargo install ripgrep
> That (relatively simple) program depends on no less than 37 Rust
> libraries, and has two optional build options, "pcre2" and "simd-accel".
> If you activate these two options the program depends on 45 libraries.
> What would you want do do with those 45 libraries? What do you mean in
> this concrete case by "interactive selection of dependencies based on
> their features and requirements"?
Where does cargo get the list of libraries to consider using?
Does it have a default list that it normally considers?
If so, where is that specified?
Are all the libraries in that default list free/libre?
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
- Re: [PROPOSAL] Builder, a build system integration for Emacs, (continued)
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/28
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/29
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/29
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, chad, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Brian Cully, 2023/05/27
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/25
- Re: [PROPOSAL] Builder, a build system integration for Emacs,
Richard Stallman <=
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/26
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Ruijie Yu, 2023/05/26
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/28
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/29
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Gregory Heytings, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Po Lu, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/31
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/30
- Re: [PROPOSAL] Builder, a build system integration for Emacs, Richard Stallman, 2023/05/28