build - Compiling node.js on Cygwin -
I have a node on my Windows XP box. Trying to make JS (Yes, it is painful, thanks.) After the Ryans instructions using Sigwin.
Unfortunately, call it from ".configure" node source directory barfs:
$. / Config / home / LWE / source / node Js / wscript: Error: Traceback (last most recent call): File "/home/LWE/sources/node.js/tools/wafadmin/Utils.py", line 274, Load_module exec (compile (code, file_path, 'exec'), module .__ dict__) file "/home/LWE/sources/node.js/wscript", line 12, & lt; Module & gt; Import js2c file "/home/LWE/sources/node.js/tools/js2c.py", line 35, & lt; Module & gt; Import jsmin file "/home/LWE/sources/node.js/tools/jsmin.py", line 1 ../deps/v8/tools/jsmin.py ^ syntax error: invalid syntax
I am not in Python at all, so I find it difficult to find out. Am I losing some dependency or what?
I expected that to make this work I have some simple configuration switch which I have to change. I do not know where / what / why /...
I had a node on my Mac before a lot of sources J compiled and it worked like a charm. And I can not even imagine that the build script has been broken from the node repository.
PS: This is a completely updated and updated signin installation with Python 2.6.5.
from then
I remembered that you can stop all the saver processes, run ash (a minimum shell) Usually found in C: \ Cygwin \ bin \ ash.exe and then, in this shell, to run "/ usr / bin / rebaseall"
Once I could run the rebaceall command , I can run successfully using the normal Sagwin shell. Configure the script for / nodejs source and proceed to "create" and "install" nodes.
Comments
Post a Comment