Code Monkey home page Code Monkey logo

Comments (3)

stesie avatar stesie commented on June 2, 2024

configure:5733: g++ -o conftest -g -O2 -DV8_COMPRESS_POINTERS -I/opt/v8/include -std=c++14 -lstdc++ -Wl,--rpath=/opt/v8/lib -L/opt/v8/lib conftest.cpp -lstdc++ -lv8_libplatform -Wl,-rpath,/opt/v8/lib -L/opt/v8/lib -lv8

config.log shows that it's still using c++14 compiler standard. You need to re-run phpize after modifying config.m4 file

from v8js.

rzarectah88 avatar rzarectah88 commented on June 2, 2024

@stesie Thanks for the response, I was able to get past the error by re-running phpize like you suggested, however, now getting this error during make

/tmp/v8js/v8js_main.cc:165:11: error: no member named 'ShutdownPlatform' in 'v8::V8'
v8::V8::ShutdownPlatform();

from v8js.

rzarectah88 avatar rzarectah88 commented on June 2, 2024

So I was able to install it using version 10.1.124.12 on my ubuntu 22 laptop but still no luck on mac os or vps ubuntu. Can I just use the v8js.so from my laptop on my mac or another ubuntu 22 server?

I was able to compile for mac and ubuntu laptop/vps using v8 version 9.6.180.29 and php8.0 with 98.2% tests passed

from v8js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.