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: You said above that cygpath and python are in your PATH. Does that mean that you have Cygwin and/or Python installed elsewhere on your system (outside of ClearScript)? We can see the complex custom build steps in the js2c project, but they've worked perfectly on every system we've tried so far. By the way, you're using Visual Studio 2012, right?
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: You said above that cygpath and python are in your PATH. Does that mean that you have Cygwin and/or Python installed elsewhere on your system (outside of ClearScript)? We can see the complex custom build steps in the js2c project, but they've worked perfectly on every system we've tried so far. By the way, you're using Visual Studio 2012, right?