mozilla / spidernode

Node.js on top of SpiderMonkey
https://ehsanakhgari.org/blog/2016-04-20/project-spidernode
Other
560 stars 43 forks source link

merge upstream Node #365

Closed mykmelez closed 7 years ago

mykmelez commented 7 years ago

Currently failing due to changes in js2c.py that we need to account for.

c++ '-DNODE_ENGINE="spidermonkey"' '-DNODE_ENGINE_SPIDERMONKEY' '-D_DARWIN_USE_64_BIT_INODE=1' '-D__x86_64__=1' '-DNDEBUG' -I../deps/spidershim/include -I/Users/myk/Projects/spidernode/out/Release/obj/gen -I/Users/myk/Projects/spidernode/out/Release/spidermonkey/dist/include -I../deps/zlib -Os -gdwarf-2 -fvisibility=hidden -mmacosx-version-min=10.9 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /Users/myk/Projects/spidernode/out/Release/.deps//Users/myk/Projects/spidernode/out/Release/obj.target/spidershim/deps/spidershim/src/v8context.o.d.raw -c -o /Users/myk/Projects/spidernode/out/Release/obj.target/spidershim/deps/spidershim/src/v8context.o ../deps/spidershim/src/v8context.cc In file included from ../deps/spidershim/src/v8context.cc:29: /Users/myk/Projects/spidernode/out/Release/obj/gen/spidershim_natives.h:2:10: fatal error: 'node.h' file not found

include "node.h"

    ^

1 error generated.