我尝试使用./configure
make
和make install
构建最新的Linux 64位稳定版本,但最终出现以下错误:
../deps/openssl/openssl/include/openssl/../../crypto/bn/bn.h:803:23: error: unknown type name ‘BN_ULONG’
那么实际上有可能在Debian ppc上开发nodejs应用程序吗?
我的设置是带有Debian Wheezy PPC的iMac G5 PowerPC。
最佳答案
IBM的Andrew Low开发了一个node.js的PowerPC端口:https://github.com/andrewlow/node
以及V8:https://github.com/andrewlow/v8ppc