Re: Rust build system

2025-04-25 Thread Nikolaos Chatzikonstantinou
On Fri, Apr 25, 2025 at 8:51 AM Nikolaos Chatzikonstantinou wrote: > > On Fri, Apr 25, 2025 at 6:33 AM Bruno Haible wrote: > > > > Nikolaos Chatzikonstantinou wrote: > > > > One problem I see with Rust is that currently it does not integrate well > > > > with the GNU Build system, in particular w

Re: Rust build system

2025-04-25 Thread Nikolaos Chatzikonstantinou
On Fri, Apr 25, 2025 at 6:33 AM Bruno Haible wrote: > > Nikolaos Chatzikonstantinou wrote: > > > One problem I see with Rust is that currently it does not integrate well > > > with the GNU Build system, in particular with VPATH builds (see [3] for > > > an example integration). Any improvements on

Re: Rust build system

2025-04-25 Thread Jeffrey Walton
On Fri, Apr 25, 2025 at 7:28 AM Bruno Haible wrote: > > Jeffrey Walton wrote: > > Also see Rust's Platform Support, > > . Tier 1 > > is expected to build and run correctly. Tier 1 is i686, x86_64 and > > some aarch64. Everything else, Tie

Re: Rust build system

2025-04-25 Thread Bruno Haible via Gnulib discussion list
Jeffrey Walton wrote: > Also see Rust's Platform Support, > . Tier 1 > is expected to build and run correctly. Tier 1 is i686, x86_64 and > some aarch64. Everything else, Tiers 2 & 3, are a best effort with no > guarantees. The web page t

Re: Rust build system

2025-04-25 Thread Jeffrey Walton
On Fri, Apr 25, 2025 at 6:34 AM Bruno Haible via Gnulib discussion list wrote: > > Nikolaos Chatzikonstantinou wrote: > > > One problem I see with Rust is that currently it does not integrate well > > > with the GNU Build system, in particular with VPATH builds (see [3] for > > > an example integr

Re: Rust build system

2025-04-25 Thread Bruno Haible via Gnulib discussion list
Nikolaos Chatzikonstantinou wrote: > > One problem I see with Rust is that currently it does not integrate well > > with the GNU Build system, in particular with VPATH builds (see [3] for > > an example integration). Any improvements on that front would be welcome. > > > > [3] > > https://git.sava