我正在从msvc2010-64位的源码构建Qt 5.0.0,icu& opengl桌面。但同样的错误一直在重复:
tools\qcollator.cpp(47) : fatal error C1083: Cannot open include file: ‘unicode/
utypes.h': No such file or directory
tools\qstring.cpp(3841) : warning C4309: ‘argument’ : truncation of constant value
tools\qstring.cpp(3842) : warning C4309: ‘argument’ : truncation of constant value
qstringbuilder.cpp
Generating Code…
jom: G:\Qt\qt-everywhere-opensource-src-5.0.0\qtbase\src\corelib\Makefile [debug-all] Error 2
jom: G:\Qt\qt-everywhere-opensource-src-5.0.0\qtbase\src\Makefile [sub-corelib-make_first] Error 2
jom: G:\Qt\qt-everywhere-opensource-src-5.0.0\qtbase\Makefile [sub-src-make_first] Error 2
jom: G:\Qt\qt-everywhere-opensource-src-5.0.0\Makefile [module-qtbase-make_first] Error 2
我想知道无法找到utypes.h
文件的原因。由于我已将icu\include
和icu\bin64
添加到路径中,因此无法弄清楚它仍然失败的原因。
安装的:
我的配置:
configure -debug-and-release -opensource -icu -opengl desktop
非常感谢您的帮助!!
赖安
答案 0 :(得分:0)
通过添加-I %ICU%\include -L %ICU%\lib64
configure -debug-and-release -opensource -icu -opengl desktop -I %ICU%\include -L %ICU%\lib64