[cmake-developers] ninja failing CompileCommandOutput
Stephen Kelly
steveire at gmail.com
Wed May 30 13:37:41 EDT 2012
Bill Hoffman wrote:
> Looks like there is one more left:
>
> http://open.cdash.org/testDetails.php?test=146498578&build=2319638
>
Hmm, I'm not sure how to solve this.
It seems like the full path to the compiler with backslashes doesn't have
its backslashes escaped, and they get stripped on the shell.
The substitution of the compiler path is done in
cmLocalGenerator::ExpandRuleVariable, which gets it from the cmake platform
files I think. I don't know where the backslashes need to be escaped (if
that's the problem).
Thanks,
Steve.
More information about the cmake-developers
mailing list