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/