[Webkit-unassigned] [Bug 126534] New: [WinCairo] Compile error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 6 12:07:51 PST 2014


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

           Summary: [WinCairo] Compile error.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peavo at outlook.com


While compiling WebKit, I get the following compile error:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\ratio(122): error C2065: 'INTMAX_MAX' : undeclared identifier (..\..\win\WebBackForwardList.cpp)

INTMAX_MAX is defined in stdint.h, but only if __STDC_LIMIT_MACROS is defined. We need to define it.

A similar fix was done in r161149.

-- 
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