I am trying to build the node source
vcbuild.bat release
When i execute the above command,
error MSB6006: "cmd.exe" exited with code 1
error is thrown.
The full error message is
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1. [D:\nodesource\node-master\node_perfctr.vcxproj]
The reason for error is incorrectly generated node_js2c.vcxproj, where path to Python contains spaces and isn't quoted. Fix - edit the file, and add quotes around path to the Python
call call "*C:\Program Files\python27\python.exe"* ...