Re: [rfc] Colorized output for GNU make?

2011-10-11 Thread Paul Smith
On Wed, 2011-10-12 at 00:05 +0200, Eli Zaretskii wrote: > > Date: Tue, 11 Oct 2011 22:11:23 +0200 > > From: Sebastian Pipping > > > > > * The implementation is clean and portable and doesn't add lots of > > > complexity to the code. Does everything support the color codes > > >

Re: [rfc] Colorized output for GNU make?

2011-10-11 Thread Eli Zaretskii
> Date: Tue, 11 Oct 2011 22:11:23 +0200 > From: Sebastian Pipping > > > * The implementation is clean and portable and doesn't add lots of > > complexity to the code. Does everything support the color codes > > you're using? I don't want to have to link with ncurses or > >

Re: [rfc] Colorized output for GNU make?

2011-10-11 Thread Sebastian Pipping
Hello! On 10/11/2011 07:51 PM, Paul Smith wrote: > I have no problem with the concept of colorized output, as long as it > meets the following requirements: > > * The default is "no color" mode as now Agreed. > * The implementation is clean and portable and doesn't add lots of >

RE: suggestion: new make function

2011-10-11 Thread Lawrence Ibarria
Paul, What is the process to complete the discussion about the addition of this functionality to make? I would like to see it (I like the suggestions proposed in the thread). It would help me greatly and it should not force anyone to change their current makefiles, it is just an extension for

Re: [rfc] Colorized output for GNU make?

2011-10-11 Thread Paul Smith
On Mon, 2011-10-10 at 23:59 +0200, Sebastian Pipping wrote: > On 10/03/2011 06:22 PM, Sebastian Pipping wrote: > > To re-summarize: > > > > - make does not color its output itself as of now > > > > - colorized output would help distincing output by make > >from output by programs involked b

[bug #34530] make (ab)uses the ASCII grave accent (0x60) as a left single quotation mark

2011-10-11 Thread Dan Kegel
URL: Summary: make (ab)uses the ASCII grave accent (0x60) as a left single quotation mark Project: make Submitted by: dankegel Submitted on: Tue 11 Oct 2011 04:58:03 PM GMT Severity: 3

[bug #34519] Interrupt/Exception caught Program Files (x86)

2011-10-11 Thread Serge Beauchamp
Follow-up Comment #2, bug #34519 (project make): This fix addresses the issue: diff make-3.82/read.c [...] 3031c3031 < const char *e = s + nlen; --- > const char *e = p + nlen; ___ Reply to this item at: