Hi people. First of all, ClearScript is great, thank you.
Now, i'm trying to build it from the scrath and i think that is something wrong with build events in some vcxproj files like j2c and postmortem-metadata: It's giving me errors like this:
1> generate
3> gen-postmortem-metadata
1> bash: cygpath: command not found
3> bash: cygpath: command not found
1> bash: python: command not found
3> bash: python: command not found
Those scripts are calling cygpath and python inside bash (cygwin?), but cygpath and python are installed as windows common binaries in my PATH.
Can someone help me? Thanks a lot :) (And sorry for my awful english)
Comments: I downloaded the zip file here in codeplex via https://clearscript.codeplex.com/SourceControl/latest. The version (according to Version.tt) is 5.3.11. Both Cygwin and Python were downloaded via V8Update.cmd script. Python ver is 2.6.2 and Cygwin is 1.5.25. My system is running in brazilian portuguese but most part of log is in english :) Thanks again.
Now, i'm trying to build it from the scrath and i think that is something wrong with build events in some vcxproj files like j2c and postmortem-metadata: It's giving me errors like this:
1> generate
3> gen-postmortem-metadata
1> bash: cygpath: command not found
3> bash: cygpath: command not found
1> bash: python: command not found
3> bash: python: command not found
Those scripts are calling cygpath and python inside bash (cygwin?), but cygpath and python are installed as windows common binaries in my PATH.
Can someone help me? Thanks a lot :) (And sorry for my awful english)
Comments: I downloaded the zip file here in codeplex via https://clearscript.codeplex.com/SourceControl/latest. The version (according to Version.tt) is 5.3.11. Both Cygwin and Python were downloaded via V8Update.cmd script. Python ver is 2.6.2 and Cygwin is 1.5.25. My system is running in brazilian portuguese but most part of log is in english :) Thanks again.