When I do that I get this:
Can't locate Win32API/Registry.pm in @INC (@INC contains: /home/HP_Owner/winkit/
WebKit/WebKitTools/Scripts /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib
/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_p
erl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 .) at ./install-win-extras line 35
.
BEGIN failed--compilation aborted at ./install-win-extras line 35.
On Jun 1, 2006, at 8:47 PM, Matt wrote:
> When I try to compile WebKit on Windows, I get hundreds of these
> errors:
>
> fatal error C1083: Cannot open include file: 'unicode/pwin32.h': No
> such file or directory c:\cygwin\webkit\webcore\unicode\unicode
> \umachine.h 45
>
> I get hundreds of errors relation to the unicode directory.
>
> Can someone help me?
You need to install the ICU library.
As described here < http://wiki.opendarwin.org/index.php/
WebKit:Building_On_Windows>, there's an install script that will
install ICU for you.
-- Darin