RESOLVED INVALID 219296
cannot build older version WebKit on macOS 11.0.1 with Xcode 12.2
https://bugs.webkit.org/show_bug.cgi?id=219296
Summary cannot build older version WebKit on macOS 11.0.1 with Xcode 12.2
shuangshuang
Reported 2020-11-26 00:35:15 PST
Created attachment 414884 [details] error log Hi all, I try to build webkit-r249219 (safari 13, also known as 608.2.11) on new macOS 11.0.1 with Xcode 12.2., while it failed to build, some errors is attached in the attached photo. I can build the latest version webkit with same environment, but when I roll back to older version with "svn update -r 249219", open the xcode project to build, it always fails to build. Besides roll back to older version with "svn update -r 249219", do I need to do other steps to sync the dependency or to adjust the xcode project? The errors in my attached photo can be skipped over but will meet another new errors in later building. Or is this failure related to the complier version? Thanks
Attachments
error log (1.44 MB, image/png)
2020-11-26 00:35 PST, shuangshuang
no flags
Alexey Proskuryakov
Comment 1 2020-11-26 08:14:27 PST
There is no expectation that an old version would build on future OS versions.
shuangshuang
Comment 2 2020-11-26 18:21:57 PST
(In reply to Alexey Proskuryakov from comment #1) > There is no expectation that an old version would build on future OS > versions. Thanks, AP. BTW, I use "svn up -r rivision-number" to roll back, is this the correct way?
Alexey Proskuryakov
Comment 3 2020-11-26 22:58:24 PST
This is the correct way to get the old revision, yes.
Note You need to log in before you can comment on or make changes to this bug.