[webkit-dev] regarding Webkit compilation error "redefinition; different storage class"

priyanka gupta ahollyhock at gmail.com
Tue Apr 22 09:02:33 PDT 2008


Hi All,

This is regarding the previous query which I had posted, the issue has been
resolved partly.
The file "CSSValueKeywords.h" which was getting generated in the
E:\WebKit3.0\WebKitSVN\WebKitBuild\obj\WebCore\DerivedSources was having
multiple definitions " const int CSSValue " as follows
const int CSSValue
= 22;
const int CSSValue
= 272;
const int CSSValue
 =315;
...etc....

Now Webkit is compiling as i have removed the multiple definitions, but a
newly generated "CSSValueKeywords.h" still has the same erroneous entry.....
There might be some issue in the way the file is being generated.

--priyanka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20080422/76a10b28/attachment.html


More information about the webkit-dev mailing list