Re: [rfc] Colorized output for GNU make?

2012-02-11 Thread Sebastian Pipping
On 02/12/2012 05:03 AM, Eli Zaretskii wrote: >> Date: Sun, 12 Feb 2012 02:04:47 +0100 >> From: Sebastian Pipping >> Cc: bug-make@gnu.org >> >> with v5 [1] of the color patch we have moved into a situation where a >> choice needs to be made: >> >> - either we require/bundle/re-write CRT function

Re: [rfc] Colorized output for GNU make?

2012-02-11 Thread Eli Zaretskii
> Date: Sun, 12 Feb 2012 02:04:47 +0100 > From: Sebastian Pipping > Cc: bug-make@gnu.org > > with v5 [1] of the color patch we have moved into a situation where a > choice needs to be made: > > - either we require/bundle/re-write CRT function vsnprintf or > > - we sacrifice the ability to t

Re: [rfc] Colorized output for GNU make?

2012-02-11 Thread Sebastian Pipping
Hello again, with v5 [1] of the color patch we have moved into a situation where a choice needs to be made: - either we require/bundle/re-write CRT function vsnprintf or - we sacrifice the ability to translate the order of message components (i.e. _("%s:%lu: %s%s%s%s") and two friends)