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 I could not figure out why it says "invalid switch". I've tested the cmd directly in cygwin bash shell and is working. Could you suggest me a location (if it is available) to download latest builded WebKit Project(not source). Thanks, Seby. On Thu, May 7, 2009 at 2:42 PM, Adam Roben <[email protected]> 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 [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

