语法错误@@

我目前正在尝试为ARMv7l编译nodejs,所以我跟着这个tuto: http ://fastr.github.io/articles/cross-compiling-node.js-for-arm.html

但是当我做./configure --without-ssl我有这个错误:

 /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