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

2019-04-24 Thread George Popov
Need to install glib2-devel to fix this error вторник, 11 октября 2016 г., 17:19:33 UTC+3 пользователь Ivan P. написал: > > 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

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

2016-10-12 Thread Ivan Pizhenko
I am attempting to build current "stable" version 5.3.332.45, which is not the very latest (unstable) one. So any recommendations, what do I need to do to compile it on CentOS 7 with all recent updates using GCC? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/grou

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" > v8_target_cpu="x64" > v8_postmortem_support

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 c