[webkit-dev] Clobber builds in windows bots needed?

Brian Weinstein bweinstein at apple.com
Sat Oct 30 01:36:13 PDT 2010


In this case you want to touch WebKit.idl, that will force a rebuild of the Interfaces project, and should fix the Windows build.

Brian

On Oct 29, 2010, at 11:12 PM, Antonio Gomes wrote:

> Hi.
> 
> After http://trac.webkit.org/changeset/70975, Windows Debug bot
> started failing to build:
> http://build.webkit.org/builders/Windows%20Debug%20%28Build%29 . The
> build error shown is:
> 
> (....)
> ####### COMPILING 1 FILES USING AT MOST 8 PARALLEL INSTANCES OF cl.exe
> ###########
> 
> LayoutTestControllerWin.cpp
> 
> .\LayoutTestControllerWin.cpp(1389) : error C2065:
> 'WebKitEditingUnixBehavior' : undeclared identifier
> (....)
> 
> however this enum value is clearly declared in
> WebKit/win/Interfaces/IWebPreferences.idl as
> 
> 50 typedef enum WebKitEditingBehavior {
> 51     WebKitEditingMacBehavior = 0,
> 52     WebKitEditingWinBehavior,
> 53     WebKitEditingUnixBehavior
> 54 } WebKitEditingBehavior;
> 
> Could someone with access to this bot force a complete build? Maybe
> this is needed for this .idl to properly generate the corresponding
> header.
> 
> -- 
> --Antonio Gomes
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20101030/83c009fa/attachment.html>


More information about the webkit-dev mailing list