YaniMan wrote:
Hello!
Maybe you got this type of mails, but maybe not. So i send it. :)
Could you put an option into the compiler, to produce other error /
warning outputs?
The "file.c:line: error message" format is ok, but the stupid visual
studio (which i use (good editor)) knows only the "file.c(line): error
message" format. So it would be great, if i can switch to it.
Or these messages should going (by an option) to the stdout rather than
stderr, so i can write a parser (gcc a.c | myparser) to convert the
messages.
Please, forgive me, if this mail was annoying, but i think it would be a
nice option.
Why don't you try implementing this possibility yourself, it sounds
like a quite manageable kind of project.