RESOLVED INVALID 121974
WebCore fails to build on Windows
https://bugs.webkit.org/show_bug.cgi?id=121974
Summary WebCore fails to build on Windows
Mark Lam
Reported 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
Attachments
Brent Fulgham
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.