[Webkit-unassigned] [Bug 25563] New: error C2370: 'CSSValue' : redefinition;

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 04:45:36 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25563

           Summary: error C2370: 'CSSValue' : redefinition;
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhonghe.wu at gmail.com


This error is raised on many Win system, when generating file
"WebKit\WebKitBuild\obj\WebCore\DerivedSources\CSSValueKeywords.h", script file
"WebKit\WebCore\css\makevalues.pl" filed to process "ox0D0A" problem, it just
chomp one character "ox0A", so, any blank line, in "CSSValueKeywords.in", is
generated a string "CSSValueox0D = xxxx". 

A ugly patch is to modify "makevalues.pl", line 'next if ($_ eq "")' to 'next
if ($_ eq || $_ eq "\r" || $_ eq "\n" || $_ eq "\r\n")'.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list