ICU Problems building QT 5.0.1 64 bit
-
Ok, now this is baffling. I added the -I c:\icu\include and -L c:\icu\lib64 to the configure command line, but I am still getting:
@tools\qlocale_icu.cpp(48) : fatal error C1083: Cannot open include file: 'unicod
e/uloc.h': No such file or directory@That surely should have fixed the problem. The file is where it is supposed to be (c:\icu\include\unicode\uloc.h) so there must be another problem preventing nmake from seeing it. Could this be a bug or is it still likely I have done something stupid?
-
[quote author="serg675" date="1359930580"]Are you using Visual Studio's compilers? What version? The link you have provided above is guide for VS 2010. If you use different version it will not work. It is why to use configure parameters is more right.[/quote]
I am using VS2010.
-
Is this problem has been solved?
i have a same problem like this
i'm trying to build qt 5.4.0 but failed everytime, and had same error message like
'c:\qt\5.4.0\qtbase\src\corelib\tools\qcollator_p.h(52) : fatal error C1083: Cannot open include file: 'unicode/ucol.h': No such file or directory',
'c:\qt\5.4.0\qtbase\src\corelib\tools\qtimezoneprivate_p.h(53) : fatal error C1083: Cannot open include file: 'unicode/ucal.h': No such file or directory'
'tools\qlocale_icu.cpp(40) : fatal error C1083: Cannot open include file: 'unicode/uloc.h': No such file or directory'
can anyone give me some help or advice? -
Is this problem has been solved?
i have a same problem like this
i'm trying to build qt 5.4.0 but failed everytime, and had same error message like
'c:\qt\5.4.0\qtbase\src\corelib\tools\qcollator_p.h(52) : fatal error C1083: Cannot open include file: 'unicode/ucol.h': No such file or directory',
'c:\qt\5.4.0\qtbase\src\corelib\tools\qtimezoneprivate_p.h(53) : fatal error C1083: Cannot open include file: 'unicode/ucal.h': No such file or directory'
'tools\qlocale_icu.cpp(40) : fatal error C1083: Cannot open include file: 'unicode/uloc.h': No such file or directory'
can anyone give me some help or advice?