Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

Commented Unassigned: Error trying to build ClearScript [52]

$
0
0
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! Yes, i'm following all the instructions. I had run the V8Update.cmd (and retried with /N Debug) and it downloaded python, gyp and cygwin. It stopped at "Building 32-bit V8 ... *** THE PREVIOUS STEP FAILED ***". Looking at build.log I saw this: CustomBuild: js2c, and also js2c_experimental bash: cygpath: command not found bash: python: command not found CustomBuild: generate bash: cygpath: command not found bash: python: command not found js2c.vcxproj really have this calls as bash arguments. It's the correct behaviour? <Command>call call &quot;$(ProjectDir)..\..\third_party\cygwin\setup_env.bat&quot; &amp;&amp; set CYGWIN=nontsec&amp;&amp; set OUTDIR=$(OutDir)&amp;&amp; __bash -c &quot;\&quot;python\&quot; \&quot;../../tools/js2c.py\&quot; \&quot;`cygpath -m \\\&quot;${OUTDIR}\\\&quot;`obj/global_intermediate/libraries.cc\&quot; \&quot;CORE\&quot; \&quot;off\&quot; \&quot;../../src/runtime.js\&quot; \&quot;../../src/v8natives.js\&quot; \&quot;../../src/array.js\&quot; \&quot;../../src/string.js\&quot; \&quot;../../src/uri.js\&quot; \&quot;../../src/math.js\&quot; \&quot;../../src/messages.js\&quot; \&quot;../../src/apinatives.js\&quot; \&quot;../../src/debug-debugger.js\&quot; \&quot;../../src/mirror-debugger.js\&quot; \&quot;../../src/liveedit-debugger.js\&quot; \&quot;../../src/date.js\&quot; \&quot;../../src/json.js\&quot; \&quot;../../src/regexp.js\&quot; \&quot;../../src/arraybuffer.js\&quot; \&quot;../../src/typedarray.js\&quot; \&quot;../../src/macros.py\&quot;&quot;&#xD;&#xA;if %errorlevel% neq 0 exit /b %errorlevel%&#xD;&#xA;call set CYGWIN=nontsec&amp;&amp; set OUTDIR=$(OutDir)&amp;&amp; bash -c &quot;\&quot;python\&quot; \&quot;../../tools/js2c.py\&quot; \&quot;`cygpath -m \\\&quot;${OUTDIR}\\\&quot;`obj/global_intermediate/experimental-libraries.cc\&quot; \&quot;EXPERIMENTAL\&quot; \&quot;off\&quot; \&quot;../../src/macros.py\&quot; \&quot;../../src/symbol.js\&quot; \&quot;../../src/proxy.js\&quot; \&quot;../../src/collection.js\&quot; \&quot;../../src/object-observe.js\&quot; \&quot;../../src/promise.js\&quot; \&quot;../../src/generator.js\&quot; \&quot;../../src/array-iterator.js\&quot; \&quot;../../src/harmony-string.js\&quot; \&quot;../../src/harmony-array.js\&quot; \&quot;../../src/harmony-math.js\&quot;&quot;__</Command>

Viewing all articles
Browse latest Browse all 2297

Latest Images

Trending Articles





Latest Images