[Webkit-unassigned] [Bug 56239] New: wml enable build error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 20:35:54 PST 2011


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

           Summary: wml enable build error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: etring at live.cn


I built WebKit-r80761 with enable WML in vs2008 .

That's the Error: in file DerivedSources.cpp in WebCore

F:\WebKit-r80210\WebKitBuild\Debug\obj\WebCore\DerivedSources\WMLElementFactory.cpp(204) : error C2084: function 'void WebCore::addTag(const WebCore::QualifiedName &,WebCore::ConstructorFunction)' already has a body
3>        F:\WebKit-r80210\WebKitBuild\Debug\obj\WebCore\DerivedSources\HTMLElementFactory.cpp(517) : see previous definition of 'addTag'



The cause is that in the DerivedSources.cpp inclued HTMLElementFactory.cpp  and WMLElementFactory.cpp:
#include "HTMLElementFactory.cpp" //line 28
...
#include "WMLElementFactory.cpp" // line462

The static function WebCore::addTag is both in these two files.

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



More information about the webkit-unassigned mailing list