我正在尝试按照https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding的说明在 ubuntu 上构建 java-cef 。在 cmake 步骤cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..我明白了-- Downloading clang-format from Google Storage...Failed to fetch file gs://chromium-clang-format/942fc8b1789144b8071d3fc03ff0fcbe1cf81ac8 for tools/buildtools/linux64/clang-format. [Err: /home/x/Desktop/jcef/src/tools/buildtools/external_bin/gsutil/gsutil_4.15/gsutil/third_party/boto/boto/pyami/config.py:71: UserWarning: Unable to load AWS_CREDENTIAL_FILE () warnings.warn('Unable to load AWS_CREDENTIAL_FILE (%s)' % full_path)Failure: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727).]终端表明我正在使用 Python 2.7.15+。我怎样才能让它发挥作用?非常感谢。
1 回答
温温酱
TA贡献1752条经验 获得超4个赞
在创建构建的文件夹中,jcef/src/tools/buildtools/download_from_google_storage.py
将 gsutil 的版本参数更改为最新版本,例如4.39
. 如果找不到指定的文件,请使用find
.
添加回答
举报
0/150
提交
取消