Bug 121974 - WebCore fails to build on Windows
Summary: WebCore fails to build on Windows
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 13:38 PDT by Mark Lam
Modified: 2013-09-26 13:46 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-09-26 13:38:19 PDT
This has been the case since before r156490.  Some of the error messages:

20>..\platform\graphics\cg\GraphicsContextCG.cpp(843): error C3861: 'wkCGContextIsPDFContext': identifier not found
20>..\platform\graphics\cg\GraphicsContextCG.cpp(911): error C3861: 'wkCGContextDrawsWithCorrectShadowOffsets': identifier not found
...
20>c:\cygwin\home\trybot\webkit\opensource\source\webcore\rendering\RenderMediaControls.cpp(48): error C2660: 'WKHitTestMediaUIPart' : function does not take 3 arguments
20>c:\cygwin\home\trybot\webkit\opensource\source\webcore\rendering\RenderMediaControls.cpp(53): error C2660: 'WKMeasureMediaUIPart' : function does not take 3 arguments
20>c:\cygwin\home\trybot\webkit\opensource\source\webcore\rendering\RenderMediaControls.cpp(58): error C2660: 'WKDrawMediaUIPart' : function does not take 4 arguments
20>c:\cygwin\home\trybot\webkit\opensource\source\webcore\rendering\RenderMediaControls.cpp(63): error C2660: 'WKDrawMediaSliderTrack' : function does not take 6 arguments
Comment 1 Brent Fulgham 2013-09-26 13:46:15 PDT
This isn't a bug in the sources; it's a configuration problem on the Trybot.

The version of WebKit you are building does not match the version of WebKitSystemInterface installed on the Trybot.