Bug 147169

Summary: Switch WinCairo build to use CMake
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebKit Misc.Assignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbates, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch bfulgham: review+, bfulgham: commit-queue-

Alex Christensen
Reported 2015-07-21 15:55:55 PDT
It works well enough to automate and find out what goes wrong. We can polish it more once we have a bot that builds WebKit on Windows with CMake. Still needing to be done: 1) Make WebCore's derived sources parallel and not run every time we build anything in WebCore. 2) Get all the features working. WebGL will be especially tricky because that will require a CMake build system for ANGLE that is quite different. 3) Get testing working.
Attachments
Patch (11.06 KB, patch)
2015-07-21 16:05 PDT, Alex Christensen
no flags
Patch (4.28 KB, patch)
2015-07-22 10:31 PDT, Alex Christensen
bfulgham: review+
bfulgham: commit-queue-
Alex Christensen
Comment 1 2015-07-21 16:05:25 PDT
Alex Christensen
Comment 2 2015-07-21 17:19:12 PDT
Comment on attachment 257213 [details] Patch I moved most of this to https://bugs.webkit.org/show_bug.cgi?id=147174 I'll do the switch after that lands.
Alex Christensen
Comment 3 2015-07-22 10:31:53 PDT
Brent Fulgham
Comment 4 2015-07-22 10:48:58 PDT
Comment on attachment 257281 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=257281&action=review Looks great! r=me, but please correct the spacing on that concatenation operator. > Tools/Scripts/build-webkit:264 > + $result = buildVisualStudioProject("WebKitBuild/".configuration()."/WebKit.sln", $clean); I think you should have spaces around the concatenation operator (.)
Alex Christensen
Comment 5 2015-07-22 11:16:13 PDT
Csaba Osztrogonác
Comment 6 2015-07-22 23:29:29 PDT
(In reply to comment #5) > http://trac.webkit.org/changeset/187169 It broke the Apple Windows build. Don't you watch the bots when you land patches?
Alex Christensen
Comment 7 2015-07-23 10:28:53 PDT
I did not in this case. I should have. Fix committed to http://trac.webkit.org/changeset/187235
Note You need to log in before you can comment on or make changes to this bug.