zpao / spidernode

A port of node.js using the SpiderMonkey JS engine instead of V8. [NO LONGER MAINTAINED]
Other
212 stars 12 forks source link

builds fail using cmake #3

Open ghost opened 12 years ago

ghost commented 12 years ago

make -f Makefile.cmake install ... spidernode/src/node_buffer.cc:41: fatal error: jstypedarray.h: file not found

zpao commented 12 years ago

I think that we only added ourselves to the Waf build system, not cmake, which if I'm understanding it right, doesn't use Waf.

ghost commented 12 years ago

node-waf build fail too...

ImportError : no module named js2c

(--version : waf 1.5.16)

zpao commented 12 years ago

./configure && make works for me (on osx at least. on ubuntu I'm getting an ssl related build error but I think that got fixed upstream)