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
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev