On 03/17/2017 02:30 PM, David Malcolm wrote:
Paraphrasing myself from that RFE: given that many IDEs can already parse LANG=C output, presumably you'd want a command-line flag that suppresses just the translation of "error" and "warning" etc, so that instead of output of the form:
It probably should be an environment variable, too, so that an IDE can set that before running make. Otherwise, the programmer has to change the makefile manually, or this kind of IDE support is restricted to IDEs with integrated build systems.
Thanks, Florian