I downloaded the QuickTime SDK and installed it. Now the below compile errors are gone. I am not sure why I need QuickTime even if I dont need it. There should be an option by which I can disable the QuickTime support completely. Still There are some build Errors Like cannot Include file CSSValueKeywords.h: No such file or directory.
On Sat, Nov 8, 2008 at 5:20 PM, Mital Vora <[EMAIL PROTECTED]> wrote: > I am building WebKit windows port in --cairo-win32 port. > I am getting the below error. > can anyone help me how to solve this. > > > > 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. > 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 > 2>make: *** Waiting for unfinished jobs.... > 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. > 2>make: Nothing to be done for `all'. > 2>Build log was saved at "file://C:\Documents and Settings\mital.v\My > Documents\Mital > Projects\Webkit\WebKit\WebKitBuild\obj\WebCoreGenerated\Release\BuildLog.htm" > 2>WebCoreGenerated - 0 error(s), 0 warning(s) > 3>------ Build started: Project: QTMovieWin, Configuration: Release Win32 > ------ > 3>Performing Pre-Build Event... > 3>Compiling... > 3>QTMovieWin.cpp > 3>..\platform\graphics\win\QTMovieWin.cpp(32) : fatal error C1083: Cannot > open include file: 'Movies.h': No such file or directory > 3>Project : warning PRJ0018 : The following environment variables were not > found: > 3>$(PRODUCTION) > 3>Build log was saved at "file://C:\Documents and Settings\mital.v\My > Documents\Mital > Projects\Webkit\WebKit\WebKitBuild\obj\QTMovieWin\Release\BuildLog.htm" > 3>QTMovieWin - 1 error(s), 0 warning(s) > > -- > Regeards, > > Mital Vora. > -- Regeards, Mital Vora.
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

