I'm currently trying to compile nodejs for ARMv7l so i've followed this tuto: http://fastr.github.io/articles/cross-compiling-node.js-for-arm.html
But when i do ./configure --without-ssl
i've got this error:
/src/node-v0.1.104/deps/libev/wscript: error: Traceback (most recent call last):
File "/src/node-v0.1.104/tools/wafadmin/Utils.py", line 274, in load_module
exec(compile(code, file_path, 'exec'), module.__dict__)
File "/src/node-v0.1.104/deps/libev/wscript", line 3
@@ -41,6 +41,7 @@ def configure(conf):
^
SyntaxError: invalid syntax