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: Hi again, The V8Update script requires only Visual Studio and Subversion. It downloads Cygwin and Python only because V8's build system requires them. It doesn't install these packages for general use on your system, but only within the V8 build area in the ClearScript directory.
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: Hi again, The V8Update script requires only Visual Studio and Subversion. It downloads Cygwin and Python only because V8's build system requires them. It doesn't install these packages for general use on your system, but only within the V8 build area in the ClearScript directory.