WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
147169
Switch WinCairo build to use CMake
https://bugs.webkit.org/show_bug.cgi?id=147169
Summary
Switch WinCairo build to use CMake
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
Details
Formatted Diff
Diff
Patch
(4.28 KB, patch)
2015-07-22 10:31 PDT
,
Alex Christensen
bfulgham
: review+
bfulgham
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2015-07-21 16:05:25 PDT
Created
attachment 257213
[details]
Patch
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
Created
attachment 257281
[details]
Patch
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
http://trac.webkit.org/changeset/187169
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.
Top of Page
Format For Printing
XML
Clone This Bug