[webkit-dev] Problem with building WebKit
Adam Roben
aroben at apple.com
Fri May 8 07:52:01 PDT 2009
On May 7, 2009, at 10:58 PM, Seby wrote:
> Adam,
>
> But i see that there were lot of perl command executed just above
> this one w/out any errors. For eg:
>
> perl -I /home/Seby/WebKit/WebCore/bindings/scripts /home/Seby/WebKit/
> WebCore/bindings/scripts/generate-bindings.pl --include dom --
> include html --include css --include page --include xml --include
> svg --outputDir . --defines "ENABLE_DATABASE ENABLE_DOM_STORAGE
> ENABLE_ICONDATABASE ENABLE_JAVASCRIPT_DEBUGGER
> ENABLE_OFFLINE_WEB_APPLICATIONS ENABLE_SVG ENABLE_SVG_ANIMATION
> ENABLE_SVG_AS_IMAGE ENABLE_SVG_FONTS ENABLE_SVG_FOREIGN_OBJECT
> ENABLE_SVG_USE ENABLE_VIDEO ENABLE_WORKERS ENABLE_XPATH ENABLE_XSLT
> LANGUAGE_JAVASCRIPT" --generator JS /home/Seby/WebKit/WebCore/page/
> AbstractView.idl
That is a good point. This is getting mysterious!
>
> Could you suggest me a location (if it is available) to download
> latest builded WebKit Project(not source).
http://nightly.webkit.org/
-Adam
> On Thu, May 7, 2009 at 2:42 PM, Adam Roben <aroben at apple.com> wrote:
> On May 7, 2009, at 2:16 PM, Seby wrote:
>
>> WebCoreGenerated BuildLog.htm:
>> http://gist.github.com/108249
>
> I see what look like two errors in here:
>
>> # Lower case all the values, as CSS values are case-insensitive
>> perl -ne 'print lc' /home/Seby/WebKit/WebCore/css/
>> CSSValueKeywords.in /home/Seby/WebKit/WebCore/css/
>> SVGCSSValueKeywords.in > CSSValueKeywords.in
>> touch CSSGrammar.cpp.h
>> Invalid switch.
>
> This makes me think that some version of perl or touch other than
> Cygwin's perl or touch is being invoked.
>
>> cat /home/Seby/WebKit/WebCore/css/CSSPropertyNames.in /home/Seby/
>> WebKit/WebCore/css/SVGCSSPropertyNames.in > CSSPropertyNames.in
>> touch CSSGrammar.hpp
>> echo '#ifndef CSSGrammar_h' > CSSGrammar.h
>> gperf -CDEot -L ANSI-C -k '*' -N findColor -D -s 2 /home/Seby/
>> WebKit/WebCore/platform/ColorData.gperf > ColorData.c
>> if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo
>> 'Duplicate value!'; exit 1; fi
>> perl "/home/Seby/WebKit/WebCore/css/makeprop.pl"
>> echo '#define CSSGrammar_h' >> CSSGrammar.h
>> Duplicate value!
>> make: *** [CSSValueKeywords.h] Error 1
>> make: *** Waiting for unfinished jobs....
> I don't know for sure what would be causing this, but maybe it's
> related to the first problem.
>
> -Adam
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090508/84e9d4d7/attachment.html>
More information about the webkit-dev
mailing list