Closed antonymayi closed 8 years ago
The install_v8 function of build.sh should also call gclient sync otherwise some key components don't get fetched namely the v8/thrid-party/llvm-build where the build.sh is expecting to find the clang compiler so the build later just fails.
install_v8
build.sh
gclient sync
v8/thrid-party/llvm-build
clang
ignore, it is actually called as part of the fetch v8, my prob was missing curl binary which is used by the gclient...
fetch v8
curl
gclient
The
install_v8
function ofbuild.sh
should also callgclient sync
otherwise some key components don't get fetched namely thev8/thrid-party/llvm-build
where thebuild.sh
is expecting to find theclang
compiler so the build later just fails.