Re: [v8-users] Undefined reference to v8::platform::NewDefaultPlatform

2017-12-30 Thread Bogdan Padalko
Thanks for quick reply! Unfortunately, it's the same. I ended up with hello world example after to trying out to use NewDefaultPlatform with php-v8 (https://github.com/pinepain/php-v8/blob/53a562e10c23e5f835b2ccdb20967f9c4aef529e/src/php_v8_a.cc#L34), which yield me there

Re: [v8-users] Undefined reference to v8::platform::NewDefaultPlatform

2017-12-30 Thread Ben Noordhuis
On Sat, Dec 30, 2017 at 5:54 PM, Bogdan Padalko wrote: > Hi! > > I'm trying to adapt changes from > https://github.com/v8/v8/commit/ffee558e14e28fc8b1f9a3c10ea3615e0d686c7b to > replace CreateDefaultPlatform with NewDefaultPlatform calls, however, for > some reason I'm

[v8-users] Re: how to install php-v8 version 0.2.1 on centos 7

2017-12-30 Thread Bogdan Padalko
Hi, php-v8 author is here (I don't look into this mailing often last time). Currently, php-v8 relies on v8 library provided by user or system (note what version is required). For Ubuntu and macOS I build v8 and make it publicly available. Unfortunately, I do not build v8 for Centos yet and

[v8-users] Undefined reference to v8::platform::NewDefaultPlatform

2017-12-30 Thread Bogdan Padalko
Hi! I'm trying to adapt changes from https://github.com/v8/v8/commit/ffee558e14e28fc8b1f9a3c10ea3615e0d686c7b to replace CreateDefaultPlatform with NewDefaultPlatform calls, however, for some reason I'm getting /home/vagrant/php-v8/scripts/test_v8/hello_world.cpp:21: undefined reference to