[Webkit-unassigned] [Bug 84561] New: WinCairo build fails on WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 22 22:18:09 PDT 2012


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

           Summary: WinCairo build fails on WebKit2
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jose.lejin at gmail.com


WinCairo build fails on WebKit2 due to dependency to CG.
Looks like code changes added as part of Bug#55956 broken in latest code.

Some of the error log below,

10>..\WebProcess\WebPage\WebPage.cpp(2896) : error C2065: 'CGDataConsumerRef' : undeclared identifier
10>..\WebProcess\WebPage\WebPage.cpp(2896) : error C3861: 'CGDataConsumerCreateWithCFData': identifier not found
10>..\WebProcess\WebPage\WebPage.cpp(2896) : error C2514: 'WTF::RetainPtr' : class has no constructors
10>        C:\cygwin\home\lejin.pj\WebKit\WebKitBuild\Debug_Cairo_CFLite\Include\private\wtf/RetainPtr.h(55) : see declaration of 'WTF::RetainPtr'
10>..\WebProcess\WebPage\WebPage.cpp(2898) : error C2065: 'CGRect' : undeclared identifier
10>..\WebProcess\WebPage\WebPage.cpp(2898) : error C2146: syntax error : missing ';' before identifier 'mediaBox'
10>..\WebProcess\WebPage\WebPage.cpp(2898) : error C2065: 'mediaBox' : undeclared identifier
10>..\WebProcess\WebPage\WebPage.cpp(2898) : error C3861: 'CGRectMake': identifier not found
10>..\WebProcess\WebPage\WebPage.cpp(2899) : error C2065: 'CGContextRef' : undeclared identifier

CG related code need to be put under CG macro.

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