我设法在 Debian 中编译了 Dart SDK,现在我需要编译 Dartium。我与项目同步,实际上在安装了相当多的开发版本库后我已经走了很远。
在那之后,我遇到了 Webkit 编译的问题,但由于需要另一个工具,所以相处得很好。但现在我猜我的moyo用完了。这是我既不理解也没有在网上找到解决方案的问题。
ACTION crt_fini_32: build newlib x86-32 nlib_2010533c80fa84271e346fdfe3f57f1f FAILED
FAILED: [Errno 2] No such file or directory [7/11319] CXX obj/chrome/gen/protoc_out/chrome/browser/feedback/proto/feedback_proto.chrome.pb.o忍者:构建停止:子命令失败。回溯(最后一次调用):
文件“./dartium_tools/build.py”,第 56 行,在模块 main()
文件“./dartium_tools/build.py”,第 53 行,在 main + 目标中)
文件“/home /laptop/dartium/src/dartium_tools/utils.py", line 112, in runCommand raise Exception('Failed to run command. return code=%s' % p.returncode)
Exception: Failed to run command. 返回码=1
PS:64位操作系统尝试构建32位Dartium是否正常?我只找到了 Release / Debug 开关,但没有找到 64 位版本。