[webkit-dev] Can anyone help me for this error

Adam Roben aroben at apple.com
Mon Nov 10 05:26:08 PST 2008


On Nov 8, 2008, at 9:00 AM, Mital Vora wrote:

> 2>------ Build started: Project: WebCoreGenerated, Configuration:  
> Release Win32 ------
> 2>Performing Makefile project actions
> 2>Can't locate Win32API/Registry.pm in @INC (@INC contains: /usr/lib/ 
> perl5/5.10/i686-cygwin /usr/lib/perl5/5.10 /usr/lib/perl5/site_perl/ 
> 5.10/i686-cygwin /usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/ 
> vendor_perl/5.10/i686-cygwin /usr/lib/perl5/vendor_perl/5.10 /usr/ 
> lib/perl5/vendor_perl/5.10 /usr/lib/perl5/site_perl/5.8 /usr/lib/ 
> perl5/vendor_perl/5.8 .) at ../../WebKitTools/Scripts/num-cpus line 6.
> 2>BEGIN failed--compilation aborted at ../../WebKitTools/Scripts/num- 
> cpus line 6.

This seems strange. Perl can't find Win32API/Registry.pm. Did you use  
cygwin-downloader to install Cygwin?

>
> 2># Lower case all the values, as CSS values are case-insensitive
> 2>flex -t /cygdrive/c/DOCUME~1/mital.v/MYDOCU~1/MITALP~1/Webkit/ 
> WebKit/WebCore/css/tokenizer.flex | perl /cygdrive/c/DOCUME~1/ 
> mital.v/MYDOCU~1/MITALP~1/Webkit/WebKit/WebCore/css/maketokenizer >  
> tokenizer.cpp
> 2>perl -ne 'print lc' /cygdrive/c/DOCUME~1/mital.v/MYDOCU~1/MITALP~1/ 
> Webkit/WebKit/WebCore/css/CSSValueKeywords.in /cygdrive/c/DOCUME~1/ 
> mital.v/MYDOCU~1/MITALP~1/Webkit/WebKit/WebCore/css/ 
> SVGCSSValueKeywords.in > CSSValueKeywords.in
> 2>if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo  
> 'Duplicate value!'; exit 1; fi
> 2>Duplicate value!
> 2>make: *** [CSSValueKeywords.h] Error 1

Something is going wrong here. WebKitBuild/obj/WebCore/DerivedSources/ 
CSSValueKeywords.in seems to have duplicate lines in it. We need to  
figure out why that is happening!

-Adam



More information about the webkit-dev mailing list