Re: [v8-users] Re: How to build V8 on Linux using GCC instead of Clang?

2016-10-12 Thread Jochen Eisinger
I assume that CentOS 7 doesn't have the required libraries to compile the latest version of V8. On Tue, Oct 11, 2016 at 4:19 PM Ivan Pizhenko wrote: > Tried this. I have following args.gn > > is_debug=true > is_component_build=true > target_cpu="x64" >

Re: [v8-users] Re: How to build V8 on Linux using GCC instead of Clang?

2016-10-11 Thread Ivan Pizhenko
Tried this. I have following args.gn is_debug=true is_component_build=true target_cpu="x64" v8_target_cpu="x64" v8_postmortem_support=true is_clang=false use_sysroot=false and getting this error Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory

[v8-users] Re: How to build V8 on Linux using GCC instead of Clang?

2016-09-28 Thread 'Michael Achenbach' via v8-users
You need this in your args.gn: is_clang=false use_sysroot=false On Wednesday, September 28, 2016 at 2:15:47 AM UTC+2, Ivan P. wrote: > > Amendment: used ninja -v -C out.gn/test1 > So I can see all commands executed in console output, and I can see it > uses clang++. > > среда, 28 сентября 2016

[v8-users] Re: How to build V8 on Linux using GCC instead of Clang?

2016-09-27 Thread Ivan P.
Amendment: used ninja -v -C out.gn/test1 So I can see all commands executed in console output, and I can see it uses clang++. среда, 28 сентября 2016 г., 3:13:02 UTC+3 пользователь Ivan P. написал: > > I have set up depot tools and checked out latest stable V8 version from > latest stable