GoogleはV8のgypビルドを非推奨にすることを決定しました。推奨される方法はgnでビルドすることです。V8がgn build(gypとは対照的に)で構築された後にv8js拡張をコンパイルする
しかし、PHP拡張v8jsはで必要なライブラリと終了を見つけることができない:V8がGNでコンパイルされた後、PHP v8js拡張子をコンパイルするために何をすべきか
checking for V8 Javascript Engine... yes, shared
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for C standard version... c++11
checking how to allow c++11 narrowing... -Wno-narrowing
checking for V8 version... NONE
configure: error: could not determine libv8 version
?
ありがとうございます!
GYPがまだ完全にサポートされてコンパイルさ
:
コンパイルは(約45分かかります) gnがまだ動作しないプラットフォームではgypを使用します。 – xaxxon