[Webkit-unassigned] [Bug 41953] New: build fails - MathExtras.h on Solaris

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 04:57:32 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41953

           Summary: build fails - MathExtras.h on Solaris
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tropikhajma at gmail.com


Created an attachment (id=61034)
 --> (https://bugs.webkit.org/attachment.cgi?id=61034)
patch

building qt 4.7 beta2 fails with
...
"./wtf/MathExtras.h", line 194: Error: isfinite is not a member of std.
"./wtf/MathExtras.h", line 195: Error: isinf is not a member of std.
"./wtf/MathExtras.h", line 196: Error: isnan is not a member of std.
"./wtf/MathExtras.h", line 197: Error: signbit is not a member of std.

the attached patch fixes that by adding Solaris to the ifdef already provided for MSVC and Android


this is on OpenSolaris b134 using the Sun Studio 12u1 compiler

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list