[v8-users] Re: Enabling GDB JIT integration in V8

2016-03-05 Thread Robert Lindstädt
Have you been able to make any progress? I think there is a similar issue in the node.js bug tracker and was curious if you could make it work. Am Montag, 19. Januar 2015 07:35:31 UTC+1 schrieb liying zhu: > > Yes, I'm building the debug version of V8 with ENABLE_GDB_JIT_INTERFACE > defined. > >

Re: [v8-users] v8 make on CentOS 6.7 fails

2016-03-05 Thread Alexandru Lazarev
Hi Jakob, It helps! Thanks!!! On Sat, Mar 5, 2016 at 8:27 PM, Jakob Kummerow wrote: > Looks like CentOS 6 is too old to run the bundled clang. Try this: > > make native GYPFLAGS="-Dclang=0" > > > On Sat, Mar 5, 2016 at 3:23 PM, Alexandru Lazarev < > alexandru.laza...@gmail.com> wrote: > >> Hi Al

Re: [v8-users] v8 make on CentOS 6.7 fails

2016-03-05 Thread Jakob Kummerow
Looks like CentOS 6 is too old to run the bundled clang. Try this: make native GYPFLAGS="-Dclang=0" On Sat, Mar 5, 2016 at 3:23 PM, Alexandru Lazarev < alexandru.laza...@gmail.com> wrote: > Hi All, > I am newbie to v8. I needed to build it for plv8 (Java-Script language > extension for PostgreS

[v8-users] v8 make on CentOS 6.7 fails

2016-03-05 Thread Alexandru Lazarev
Hi All, I am newbie to v8. I needed to build it for plv8 (Java-Script language extension for PostgreSQL). I followed HowTo instruction of getting v8 code and compile it, but failed. Any help/suggestions/hints? Below are logs: (my_app) [ngnms@localhost v8]$ make native PYTHONPATH="/tmp/v8_try/