[webkit-dev] Clobber builds in windows bots needed?
Antonio Gomes
tonikitoo at gmail.com
Fri Oct 29 23:12:39 PDT 2010
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
More information about the webkit-dev
mailing list