[Webkit-unassigned] [Bug 149918] New: [WinCairo] Fix incremental build issue revealed by r190714

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 02:05:54 PDT 2015


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

            Bug ID: 149918
           Summary: [WinCairo] Fix incremental build issue revealed by
                    r190714
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: achristensen at apple.com, peavo at outlook.com

https://trac.webkit.org/changeset/190714 caused incremental build failure:
https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/49937

WebView.cpp.obj : error LNK2001: unresolved external symbol "protected: __cdecl WebCore::JSNode::JSNode(class JSC::Structure *,class WebCore::JSDOMGlobalObject *,class WTF::Ref<class WebCore::Node> &&)" (??0JSNode at WebCore@@IEAA at PEAVStructure@JSC@@PEAVJSDOMGlobalObject at 1@$$QEAV?$Ref at VNode@WebCore@@@WTF@@@Z)

WebView.cpp.obj : error LNK2001: unresolved external symbol "protected: __cdecl WebCore::JSElement::JSElement(class JSC::Structure *,class WebCore::JSDOMGlobalObject *,class WTF::Ref<class WebCore::Element> &&)" (??0JSElement at WebCore@@IEAA at PEAVStructure@JSC@@PEAVJSDOMGlobalObject at 1@$$QEAV?$Ref at VElement@WebCore@@@WTF@@@Z)

WebView.cpp.obj : error LNK2001: unresolved external symbol "protected: __cdecl WebCore::JSScriptProfile::JSScriptProfile(class JSC::Structure *,class WebCore::JSDOMGlobalObject *,class WTF::Ref<class JSC::Profile> &&)" (??0JSScriptProfile at WebCore@@IEAA at PEAVStructure@JSC@@PEAVJSDOMGlobalObject at 1@$$QEAV?$Ref at VProfile@JSC@@@WTF@@@Z)

bin64\WebKit.dll : fatal error LNK1120: 3 unresolved externals

But the build works fine after a clean build:
https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/49939

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151008/109752f3/attachment-0001.html>


More information about the webkit-unassigned mailing list