Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
4.8.6
-
None
Description
I am trying to build Qt 4.8.6 with MSVC 2013 (SDK 7.1A). I get various compile errors. For example:
d:\src\Qt\4.8.6\src\3rdparty\webkit\Source\JavaScriptCore\wtf/MathExtras.h(117) : error C2491: 'round' : definition of dllimport function not allowed
d:\src\Qt\4.8.6\src\3rdparty\webkit\Source\JavaScriptCore\wtf/MathExtras.h(124) : error C2491: 'roundf' : definition of dllimport function not allowed
d:\src\Qt\4.8.6\src\3rdparty\webkit\Source\JavaScriptCore\wtf/MathExtras.h(146) : error C2084: function 'bool signbit(double)' already has a body
C:\Program Files\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(324) : see previous definition of 'signbit'