Gyp's ninja generator will generate command lines like:
$cc /nologo /showIncludes /FC @$out.rsp /c a.cpp /Foa.obj /Fda.pdb
- Cclash can only be used with one rsp file and without any other arguments;
- The rsp file is not longer than 2147;
- /nologo and /showIncludes is not supported by cclash.
I suggest cclash creating its own new rsp file to store all the arguments to fix these issues.