[webkit-dev] Building WebKit on Visual Studio 2005 is failed!

JungChul Park jcpark79 at gmail.com
Thu Jul 17 21:25:33 PDT 2008


Dear all,

I am building the WebKit on Visual Studio 2005.

I used the latest source by 'update-webkit' script. I installed the cygwin
with cygwin-downloader on webkit.org.

perl version is v5.10. gpref is properly installed as well.

but I have a few error messages.

One of messages is
'
'
'
# Lower case all the values, as CSS values are case-insensitive
perl -ne 'print lc' /home/JC47~1.PAR/WebKit/WebCore/css/CSSValueKeywords.in
/home/JC47~1.PAR/WebKit/WebCore/css/SVGCSSValueKeywords.in >
CSSValueKeywords.in
gperf -CDEot -L ANSI-C -k '*' -N findColor -D -s 2
/home/JC47~1.PAR/WebKit/WebCore/platform/ColorData.gperf > ColorData.c
if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo
'Duplicate value!'; exit 1; fi
gperf -CEot -L ANSI-C -k "*" -N findDoctypeEntry -F
,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards
/home/JC47~1.PAR/WebKit/WebCore/html/DocTypeStrings.gperf >
DocTypeStrings.cpp
Duplicate value!
make: *** [CSSValueKeywords.h] Error 1
make: *** Waiting for unfinished jobs....
make: Nothing to be done for `all'.
'
'
'

'CSSValueKeywords.h' is not generated. Have you seen this message before?

Thanks in advance. :)

JC Park.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20080718/a5d6c1fb/attachment.html 


More information about the webkit-dev mailing list