Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Ben Noordhuis
On Thu, Aug 8, 2019 at 2:29 PM Chong Kw wrote: > > MAKE INSTALL > [centos@ip-172-31-16-47 plv8-2.3.8]$ sudo make install > cd build/v8 ; env CXXFLAGS=-fPIC CFLAGS=-fPIC ninja -C out.gn/x64.release d8 > ninja: Entering directory `out.gn/x64.release' > ninja: no work to do. > mkdir -p upgrade > ./ge

[v8-users] Re: [blink-dev] Intent to Implement: Top Level Await

2019-08-08 Thread Adam Klein
On Thu, Aug 8, 2019 at 4:38 AM Yoav Weiss wrote: > > > On Wed, Aug 7, 2019 at 8:39 PM Joshua Litt > wrote: > >> Contact emails joshual...@chromium.org Explainer >> https://github.com/tc39/proposal-top-level-await Design docs/spec >> Specification: https://tc39.es/proposal-top-level-await/ >> htt

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
*MAKE INSTALL* [centos@ip-172-31-16-47 plv8-2.3.8]$ sudo make install cd build/v8 ; env CXXFLAGS=-fPIC CFLAGS=-fPIC ninja -C out.gn/x64.release d8 ninja: Entering directory `out.gn/x64.release' ninja: no work to do. mkdir -p upgrade ./generate_upgrade.sh 2.3.8 sed -e 's/^#undef PLV8_VERSION/#define

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
But the regression test result is failed. Btw thanks for the information. > On 8 Aug 2019, at 6:56 PM, Jakob Kummerow wrote: > > All the "-Wsomething" in there are compiler/linker flags, i.e. they're part > of the command, not part of the output. There's no error there. > >> On Thu, Aug 8, 20

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Jakob Kummerow
All the "-Wsomething" in there are compiler/linker flags, i.e. they're part of the command, not part of the output. There's no error there. On Thu, Aug 8, 2019 at 12:49 PM Chong Kw wrote: > Because of the word WMissing-Prototypes > > Sent from my iPhone > > On 8 Aug 2019, at 6:29 PM, Jakob Kumme

Re: [v8-users] jitless mode broken on ARM64

2019-08-08 Thread 'Santiago Aboy Solanes' via v8-users
Your error seems to be the same as https://bugs.chromium.org/p/v8/issues/detail?id=9588 We are looking into it. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-user

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
Because of the word WMissing-Prototypes Sent from my iPhone > On 8 Aug 2019, at 6:29 PM, Jakob Kummerow wrote: > > I don't see an error. Why do you think there's an error? > >> On Thu, Aug 8, 2019 at 11:42 AM Chong Kw wrote: >> The line that i high lighted is an error ? >> >> >> >>> On Th

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Jakob Kummerow
I don't see an error. Why do you think there's an error? On Thu, Aug 8, 2019 at 11:42 AM Chong Kw wrote: > The line that i high lighted is an error ? > > > > On Thursday, 8 August 2019 17:37:23 UTC+8, Jakob Kummerow wrote: >> >> I see no error in that screenshot, only compiler output. >> >> Pro

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
The line that i high lighted is an error ? On Thursday, 8 August 2019 17:37:23 UTC+8, Jakob Kummerow wrote: > > I see no error in that screenshot, only compiler output. > > Pro tip: you can copy-paste from terminals, no need to take screenshots. > > All that said, chances are nobody on this lis

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Chong Kw
[centos@ip-172-31-16-47 plv8-2.3.8]$ make mkdir -p build cd build; git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git Cloning into 'depot_tools'... remote: Sending approximately 25.82 MiB ... remote: Counting objects: 10, done remote: Finding sources: 100% (10/10) remote:

Re: [v8-users] Installing plv8 in CENTOS

2019-08-08 Thread Jakob Kummerow
I see no error in that screenshot, only compiler output. Pro tip: you can copy-paste from terminals, no need to take screenshots. All that said, chances are nobody on this list knows what plv8 is or how it needs to be set up, so you'll probably find more help in that project's documentation/forum