phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.84k stars 200 forks source link

configure error #215

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hey,

I'm hitting into an error while running ./configure CXXFLAGS="-Wno-c++11-narrowing"

checking for natives_blob.bin... not found
configure: error: Please provide V8 native blob as needed

Any ideas?

stesie commented 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.

ghost commented 8 years ago

See https://github.com/phpv8/v8js/issues/216