[Webkit-unassigned] [Bug 37763] New: Compile Error in MathML-enabled build (r57788)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 17 21:19:50 PDT 2010


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

           Summary: Compile Error in MathML-enabled build (r57788)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: distler at golem.ph.utexas.edu
                CC: alex at milowski.com


Building the latest WebKit with the '--mathml' flag yields a compilation error.
The file that fails to compile is 'RenderMathMLOperator.cpp':


src/WebKit/WebCore/mathml/RenderMathMLOperator.cpp: In member function 'virtual
void WebCore::RenderMathMLOperator::updateFromElement()':
src/WebKit/WebCore/mathml/RenderMathMLOperator.cpp:196: error: no matching
function for call to 'WebCore::StringImpl::create(WebCore::String)'
src/WebKit/WebCore/platform/text/StringImpl.h:135: note: candidates are: static
WTF::PassRefPtr<WebCore::StringImpl> WebCore::StringImpl::create(const UChar*,
unsigned int)
src/WebKit/WebCore/platform/text/StringImpl.h:136: note:                 static
WTF::PassRefPtr<WebCore::StringImpl> WebCore::StringImpl::create(const char*,
unsigned int)
src/WebKit/WebCore/platform/text/StringImpl.h:137: note:                 static
WTF::PassRefPtr<WebCore::StringImpl> WebCore::StringImpl::create(const char*)
src/WebKit/WebCore/platform/text/StringImpl.h:138: note:                 static
WTF::PassRefPtr<WebCore::StringImpl> WebCore::StringImpl::create(const UChar*,
unsigned int,
WTF::PassRefPtr<WTF::CrossThreadRefCounted<WTF::OwnFastMallocPtr<const short
unsigned int> > >)
PhaseScriptExecution "Check For Inappropriate Files In Framework"
/Users/distler/src/WebkitBuild/WebCore.build/Release/WebCore.build/Script-5DF50887116F3077005202AB.sh

-- 
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