Re: [webkit-dev] Different Versions of WebkitSupportLibrary.zip

2011-06-20 Thread Adam Roben
On Jun 1, 2011, at 8:38 PM, Brian Stuart wrote:

 Hi All,
 I am trying to build a fork of WebKit on windows that requires a version of 
 WebKitSupportLibrary.zip different than the one currently available from 
 http://developer.apple.com/opensource/internet/webkit_sptlib_agree.html
  
 In the script “WebKitTools/Scripts/update-webkit-support-libs” it’s looking 
 for a version of WebKitSupportLibrary.zip with a checksum of 
 a1341aadbcce1ef26dad2b2895457314
  
 Does anyone know where I can download the correct version of 
 WebKitSupportLibrary.zip?

Are you trying to build an old version of WebKit? update-webkit-support-libs no 
longer uses a checksum to verify the version of the zip file.

-Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Different Versions of WebkitSupportLibrary.zip

2011-06-20 Thread Adam Roben
On Jun 20, 2011, at 11:21 PM, Brian Stuart wrote:

 Thanks for your reply, 
 Yes I need to build an older version of webkit that was forked and has some 
 custom changes. 
 
 Any idea where I might find the correct version of WebkitSupportLibrary.zip?

Old versions of WebKitSupportLibrary.zip aren't made available anywhere. (And 
even if you did have an old WebKitSupportLibrary.zip lying around, you'd also 
need the matching old version of Safari in order for the WebKit you built with 
it to actually be usable.)

You could try using the latest version of update-webkit-support-libs and 
WebKitSupportLibrary.zip. Hopefully it will work with your old version of 
WebKit without requiring too many changes.

-Adam

 On Jun 20, 2011, at 8:00 PM, Adam Roben wrote:
 
 On Jun 1, 2011, at 8:38 PM, Brian Stuart wrote:
 
 Hi All,
 I am trying to build a fork of WebKit on windows that requires a version of 
 WebKitSupportLibrary.zip different than the one currently available from 
 http://developer.apple.com/opensource/internet/webkit_sptlib_agree.html
  
 In the script “WebKitTools/Scripts/update-webkit-support-libs” it’s looking 
 for a version of WebKitSupportLibrary.zip with a checksum of 
 a1341aadbcce1ef26dad2b2895457314
  
 Does anyone know where I can download the correct version of 
 WebKitSupportLibrary.zip?
 
 Are you trying to build an old version of WebKit? update-webkit-support-libs 
 no longer uses a checksum to verify the version of the zip file.
 
 -Adam
 
 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev