【发布时间】:2011-07-20 15:58:51
【问题描述】:
尝试安装最新的 Node.js,当我执行 make install 时,构建失败并出现错误
../src/node_stdio.cc: In function ‘v8::Handle<v8::Value> node::OpenPTY(const v8::Arguments&)’:
../src/node_stdio.cc:262: error: ‘openpty’ was not declared in this scope
知道是什么原因造成的吗?我已经尝试过当前的 Node master、Node 0.4.3 和 0.4.2(我之前安装过)。很明显,我的系统发生了一些变化来干扰构建,但是什么?我正在运行带有 XCode 3.2.5 的 Mac OS 10.6。
【问题讨论】:
标签: macos installation node.js makefile