Closed ghost closed 8 years ago
Did you compile your V8 with external snapshot support? If so, then it should have created natives_blob.bin
file and V8Js can't find that file.
Otherwise it might be a general compilation error. Please see config.log
file. Please provide that one here.
Hey,
I'm hitting into an error while running ./configure CXXFLAGS="-Wno-c++11-narrowing"
Any ideas?