我正在尝试在 Windows 上构建 qt5。我正在按照“从 Git 构建 Qt 5 ”中的说明进行操作。
但是,我什至无法成功检索源代码。
初始命令“<code>git clone git://gitorious.org/qt/qt5.git qt5”成功完成。
但是下一个命令“perl init-repository”失败,错误信息如下:
+ git submodule init 0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0×0, BaseAddress 0×68560000, RegionSize 0×170000, State 0×10000
c:\program files (x86)\git\bin\sh.exe: *** Couldn’t reserve space for cygwin’s h
eap, Win32 error 0
git submodule init exited with status 256 at init-repository line 268. Qt::InitRepository::exe(‘Qt::InitRepository=HASH ’, ‘git’, ‘sub
module’, ‘init’) called at init-repository line 373 Qt::InitRepository::git_submodule_init(‘Qt::Init Repository=HASH’) called at init-repository line 569 Qt::InitRepository::run(‘Qt::InitRepository=HASH ’) called at i
nit-repository line 590
我正在使用 msysgit (Git for Windows) 1.8.1.2、Active Perl 5.16.3 和 Python 3.3.0。