>From teh right address.
On Sat, Oct 30, 2010 at 12:59 PM, Eric Seidel <[email protected]> wrote: > The correct fix is to fix the dependency issue in the build system. > Please file a bug so we can prevent these from occurring in the > future. > > -eric > > On Fri, Oct 29, 2010 at 11:59 PM, Osztrogonac Csaba > <[email protected]> wrote: >> 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 >> > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

