[CMake] Problems C/C++ system headers and Eclipse Generator

Stefan Dröge stefan at sdroege.de
Mon Jun 8 17:28:03 EDT 2009


2009/6/8 Andreas Pakulat <apaku at gmx.de>:
> Thats not really a bug, adding translation support for such compiler
> messages in code that tries to parse that output is insane (at least
> without the compiler offering a way to backtranslate its messages). In
> KDevelop3 we're having the same problem and there you have the choice of
> either getting nicely formatted (and shortened) compiler output or
> translated messages, but not both at the same time.
>
> Andreas

I don't think you need to add translation support for the parser. In
this particular case the user never gets to see the output of gcc. As
I understand it, it is only executed, if you configure your project
with CMake, to find out the standard system header paths.

Stefan


More information about the CMake mailing list