Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/388.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 在Debian机器中构建V8时出现奇怪错误_Javascript_Google Chrome_Makefile_V8_Chromium - Fatal编程技术网

Javascript 在Debian机器中构建V8时出现奇怪错误

Javascript 在Debian机器中构建V8时出现奇怪错误,javascript,google-chrome,makefile,v8,chromium,Javascript,Google Chrome,Makefile,V8,Chromium,我正试图构建一个新的平台来探索它,调试它,并从中获得乐趣 然而,我甚至不能编译它。我遵照以下指示: 1)安装仓库工具: cd~ git克隆https://chromium.googlesource.com/chromium/tools/depot_tools.git export PATH='pwd'/depot\u工具:“$PATH” 2) git克隆https://github.com/v8/v8 cdv8 gclient配置https://chromium.googlesource.com

我正试图构建一个新的平台来探索它,调试它,并从中获得乐趣

然而,我甚至不能编译它。我遵照以下指示:

1)安装仓库工具:

cd~

git克隆https://chromium.googlesource.com/chromium/tools/depot_tools.git

export PATH='pwd'/depot\u工具:“$PATH”

2)

git克隆https://github.com/v8/v8

cdv8

gclient配置https://chromium.googlesource.com/v8/v8

gclient sync
(我也尝试了
fetchv8
,它告诉我运行
gclient sync

make ia32.debug

在这最后的说明中,我得到:

make: *** No rule to make target `third_party/icu/icu.gypi', needed by `out/Makefile.ia32.debug'.  Stop.

我错过了什么?谢谢

根据wiki中的说明,您不需要“git clone”,只需“fetch v8”,这是一个depot_工具

(叹气),如果这样一个构建平台不在网络上而处于离线状态,我们该怎么做呢?