Thanks. I would have done and checked if it worked, but build.webkit.org is offline atm: "Service Temporarily Unavailable".
On Sat, Oct 30, 2010 at 4:36 AM, Brian Weinstein <[email protected]> wrote: > 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 > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > -- --Antonio Gomes _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

