Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.0, 5.0.2, 5.1.0 Beta 1, 5.1.0 RC1
-
None
-
MS Windows 7, Visual Studio 11 x64, Intel C++ Composer XE 2013 (ICC 13) Update 3
-
6086ff01f566c700bd87a2cbea2dd4a53dd1eb6c
Description
The Intel Compiler fails to compile Qt5 on Windows.
What did I do?
Open ICC console (Intel Composer XE2013)Intel(R)64 VisualStudio2012) , goto qt-src directory, configure command:
configure -platform win32-icc -debug-and-release -opensource -opengl desktop -no-angle -nomake tests -nomake examples (1> build.log 2> error.log added for BugReport )
Configure Output see Attachment.
Error: C:\Users\mbusse\Desktop\qt-5.1.0-alpha-ICC\qtbase\include\QtCore/../../src/corelib/tools/qdatetime.h(121): error: expected an expression static inline qint64 nullJd() { return std::numeric_limits<qint64>::min(); } ^ Warning: C:\Users\mbusse\Desktop\qt-5.1.0-alpha-ICC\qtbase\include\QtCore/../../src/corelib/tools/qdatetime.h(121): warning #54: too few arguments in invocation of macro "min" static inline qint64 nullJd() { return std::numeric_limits<qint64>::min(); } ^ qlocale.cpp Warning #673: the initial sequence of preprocessing directives is not compatible with those of precompiled header file "qmake_pch.pchi"
The Output is from Qt-5.1-alpha
Attachments
Issue Links
- replaces
-
QTBUG-31701 QT 5.x with Intel C++ compiler
- Closed