v8js: natives_blob.bin... not found, Please provide V8 native blob as needed

As report title, I’m trying to install php v8js on my mac os. The command as below: cd ~ mkdir tmp && cd tmp git clone -b master https://github.com/phpv8/v8js.git cd v8js phpize ./configure CXXFLAGS="-Wno-c++11-narrowing" make make test make install

But I’m doing at step ./configure. The command throw errors. checking for natives_blob.bin... not found configure: error: Please provide V8 native blob as needed

Any solution for me? Thanks.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (7 by maintainers)

Most upvoted comments

@anhkhoi thanks for the feedback, just merged it to master. Will push a release with the fix soon.