>> You must be able to fix small build problems on your own at the moment. Thanks for the advice. Sadly, most build problems are beyond my level of expertise: it would be fixing without understanding what one is doing. Some of them go away with the next update, only to be replaced by others, and that's a wild goose chase I don't have a lot of time for.
I shall revert to a version I know works... Vincent From: Patrick Gansterer [mailto:[email protected]] Sent: Tuesday, September 24, 2013 3:55 PM To: Van Den Berghe, Vincent Cc: Brent Fulgham; Konstantin Tokarev; [email protected] Subject: Re: [webkit-dev] Invalid file committed on the Webkit tree for windows Since WinCairo has no working Buildbot there is no easy way to get such version. You must be able to fix small build problems on your own at the moment. Feel free to create bugs at https://bugs.webkit.org/ (with patch to fix it) if you see such problems. -- Patrick On 24.09.2013, at 15:47, Van Den Berghe, Vincent wrote: Indeed it has been corrected. It's all my fault: I made the mistake of getting the webkit "trunk" to get the latest version. Sadly, the trunk rarely builds correctly under Windows, which is something I realized recently. For example, the latest version (156328 as I'm writing this) doesn't build correctly, and has compile errors like this for WebCore: ..\platform\graphics\GraphicsContext3DPrivate.cpp(78): error C3861: 'client': identifier not found ..\platform\graphics\GraphicsContext3DPrivate.cpp(79): error C2227: left of '->platformLayerWillBeDestroyed' must point to class/struct/union/generic type What do you guys do if you want the latest and greatest successfully-built Wincairo-Webkit? Vincent From: Brent Fulgham [mailto:[email protected]] Sent: Friday, September 20, 2013 6:08 PM To: Konstantin Tokarev Cc: Van Den Berghe, Vincent; [email protected]<mailto:[email protected]> Subject: Re: [webkit-dev] Invalid file committed on the Webkit tree for windows This appears to have been corrected in r156161. Thanks, -Brent On Sep 20, 2013, at 2:20 AM, Konstantin Tokarev <[email protected]<mailto:[email protected]>> wrote: 20.09.2013, 13:16, "Van Den Berghe, Vincent" <[email protected]<mailto:[email protected]>>: Hello, When doing an SVN update to get the latest WebKit tree on Windows, I get the following error: Failed to run the WC DB work queue associated with 'C:\cygwin\home\vvdb\WebKit\LayoutTests\fast\hidpi\resources', work item 193377 (file-install LayoutTests/fast/hidpi/resources/image?test.png 1 0 1 1) Can't move 'C:\cygwin\home\vvdb\WebKit\.svn\tmp\svn-9BDA1924' to 'C:\cygwin\home\vvdb\WebKit\LayoutTests\fast\hidpi\resources\image?test.png': The filename, directory name, or volume label syntax is incorrect. The reason is that "image?test.png' is not a valid filename on Windows. What's worse, after this error the "svn cleanup" doesn't work anymore because SVN tries to undo something that can't be done by definition. The only way to restore the local tree to a valid state is either (1) restore it from a backup, or (2) find the entry in .svn/wc.db (which is an sqlite database) and remove it manually. There should be a way for these kinds of problems to be prevented or corrected as soon as possible (being able to "svn update" is kind of a fundamental thing). I can't even patch because my tree is invalid L. You can use git mirror instead of svn to be resistant to such issues when they happen. -- Regards, Konstantin _______________________________________________ webkit-dev mailing list [email protected]<mailto:[email protected]> https://lists.webkit.org/mailman/listinfo/webkit-dev _______________________________________________ webkit-dev mailing list [email protected]<mailto:[email protected]> https://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

