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_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 containing `glib-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'glib-2.0' found > Package gmodule-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gmodule-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gmodule-2.0' found > Package gobject-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gobject-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gobject-2.0' found > Package gthread-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gthread-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gthread-2.0' found > Could not run pkg-config. > > I am trying to build on the CentOS 7. > Updated OS with latest updates, installed package glib-devel. > What else is missing? > > > 2016-09-28 15:36 GMT+03:00 'Michael Achenbach' via v8-users < > v8-u...@googlegroups.com <javascript:>>: > >> 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 г., 3:13:02 UTC+3 пользователь Ivan P. написал: >>>> >>>> I have set up depot tools and checked out latest stable V8 version from >>>> latest stable Chromium (V8 ver. 5.3.332.45) like this. >>>> >>>> fetch v8 >>>> cd v8 >>>> git checkout -b mybranch 5.3.332.45 >>>> gclient sync >>>> >>>> I have generated build files using >>>> >>>> gn args gn.out/test1 >>>> >>>> and run build as >>>> >>>> ninja -C gn.out/test1 >>>> >>>> and I can see that V8 is being built using clang++. >>>> >>>> I want to build using g++. >>>> >>>> What should be changed, please advise. >>>> >>>> -- >> -- >> v8-users mailing list >> v8-u...@googlegroups.com <javascript:> >> http://groups.google.com/group/v8-users >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "v8-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/v8-users/l-atCAMVHZU/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> v8-u...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- -- 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-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.