On Sun, 30 Aug 2009 09:40:29 +1000, Lex wrote:
And in fact thats how I found it, the errors were clearly due to some block problem like a missing brace so I just went to the first error & found it. I only went looking because it showed build.c, but that was just because it was the first to include keybindings.h :-)
Maybe the first few error lines as well as the last few?
First 3 and last 6 or 7 messages?
Keep it simple, lines not messages, head -n 4 + tail -n 7 should be enough. (head shorter because the offending file is *usually* near the front of a block of errors)
Done so.
Regards, Enrico