Re: [v8-users] Compile V8 for Android

2016-05-17 Thread Jakob Kummerow
Works for me. Which version of V8 do yo have checked out? What does "which gyp" say? If you have /usr/bin/gyp or something installed by your distro, that could interfere; make sure depot_tools is the first thing in your $PATH. (Also, has_valgrind.py should exist in gypfiles/, I assume "tools/"

[v8-users] Compile V8 for Android

2016-05-16 Thread Yann Bonnetain
Hi I am been starting from here to fetch and build V8 Both on Mac and Ubuntu I have the following error when I try to make the target android_arm.release gyp: Error importing pymod_do_mainmodule (has_valgrind): No module named has_valgrind However,