[cmake-developers] sporadic build failures with ninja

Nils Gladitz nilsgladitz at gmail.com
Tue May 20 10:29:22 EDT 2014


On 05/20/2014 04:19 PM, clinton at elemtech.com wrote:
>
> I'm not sure if cmcldeps can be changed to ignore stderr, or if
> kwsysProcess needs fixed to alternately read stderr/stdout in the order
> the child process printed to them.  I imagine the latter might be
> possible if the same HANDLE was given to the STARTUPINFO's hStdError and
> hStdOutput, if we aren't already doing that.  I can't quickly tell what
> ProcessWin32.c is doing in that respect.
>
>
> Also, ninja appears to have some of its own dependency tracking
> capabilities.  Is there any reason not to switch away from cmcldeps and
> use ninja's deps=msvc?

The switch was already done:
http://cmake.org/gitweb?p=cmake.git;a=commit;h=eeb4aece1cf564c10d1c4e7409907ca6c92462ed

Nils




More information about the cmake-developers mailing list