Hello, Penktadienis 14 Birželis 2013 13:36:39 rašė: > For some reason I can get `make edit_cache` to spawn ccmake, but `ninja > edit_cache` does not seems to be doing anything: > > $ ninja edit_cache > [1/1] Running CMake cache editor... > -> seems to be stuck forever
It seems the reason is: ------------------------------------------ http://martine.github.io/ninja/manual.html Command output is always buffered. This means commands running in parallel don’t interleave their output, and when a command fails we can print its failure output next to the full command line that produced the failure. ------------------------------------------ So I think we can't really blame CMake for this. It seems like interactive commands will never work in ninja by design. -- Modestas Vainius <mo...@debian.org>
signature.asc
Description: This is a digitally signed message part.