- see http://bugzilla.opendarwin.org/show_bug.cgi?id=9539
Another case error preventing build
WebKitTools:
* Scripts/webkitdirs.pm: Building WebKit now requires Xcode 2.3.
WebKitSite:
* building/build.html: Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@14985
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-06-22 Alexey Proskuryakov <ap@nypop.com>
+
+ Reviewed by Darin.
+
+ - see http://bugzilla.opendarwin.org/show_bug.cgi?id=9539
+ Another case error preventing build
+
+ * building/build.html: Building WebKit now requires Xcode 2.3.
+
2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
Reviewed and landed by Anders.
<h2>Building WebKit</h2>
-<p>Before you build WebKit, you'll need to <a href="checkout.html">check out</a> sources. Next make sure that you have Xcode, preferably
-the latest version, which is 2.2.1 at this point. You will need at least Xcode 2.1 to be able to build WebKit.<p>
+<p>Before you build WebKit, you'll need to <a href="checkout.html">check out</a> sources. Next make sure that you have Xcode 2.3, which is the latest version at this point.<p>
<ol>
+2006-06-22 Alexey Proskuryakov <ap@nypop.com>
+
+ Reviewed by ggaren.
+
+ - see http://bugzilla.opendarwin.org/show_bug.cgi?id=9539
+ Another case error preventing build
+
+ * Scripts/webkitdirs.pm: Building WebKit now requires Xcode 2.3.
+
2006-06-22 Timothy Hatcher <timothy@apple.com>
Reviewed by Eric.
print "*************************************************************\n";
}
my $xcodeVersion = `xcodebuild -version`;
- if ($xcodeVersion !~ /DevToolsCore-(\d+)/ || $1 < 620) {
+ if ($xcodeVersion !~ /DevToolsCore-(\d+)/ || $1 < 747) {
print "*************************************************************\n";
- print "Xcode Version 2.1 or later is required to build WebKit.\n";
+ print "Xcode Version 2.3 or later is required to build WebKit.\n";
print "You have an earlier version of Xcode, thus the build will\n";
print "most likely fail. The latest Xcode is available from the web:\n";
print "http://developer.apple.com/tools/xcode\n";