[webkit-dev] Problem with building WebKit

Adam Roben aroben at apple.com
Thu May 7 11:42:06 PDT 2009


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090507/83bfabfd/attachment.html>


More information about the webkit-dev mailing list