[cmake-developers] Ninja leaking localized /showIncludes(?)
Peter Kümmel
syntheticpp at gmx.net
Mon Nov 25 05:23:56 EST 2013
On 25.11.2013 10:34, Nils Gladitz wrote:
> I found output like this:
> Hinweis: Einlesen der Datei: c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\string
> Hinweis: Einlesen der Datei: c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\istream
> [...]
>
> In local dashboard builds with a german VS2010 installation and cmake master.
>
> The Ninja generator created an entry in rules.ninja:
> msvc_deps_prefix = Hinweis: Einlesen der Datei:
>
> Which I assume is meant to match and filter those lines from the rest of the compiler output.
> Is there something missing/incorrect on the cmake side or is this a ninja issue?
>
> The ninja version on the dashboard client is 1.4.0.
1.4.0 is too old, see here
http://public.kitware.com/pipermail/cmake-developers/2013-October/008687.html
>
> Nils
>
More information about the cmake-developers
mailing list