Hi, Touching header is a general fix for problems like this. It will fix the build for all developer, but forcing a clean build solve the build break only on the bots.
br Ossy Antonio Gomes írta:
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.
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

