[Webkit-unassigned] [Bug 150278] New: [Win] Fix the Windows build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 17 08:49:13 PDT 2015


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

            Bug ID: 150278
           Summary: [Win] Fix the Windows build
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sungmann.cho at navercorp.com

Currently, ToT breaks at:
5>PolymorphicAccess.obj : error LNK2019: unresolved external symbol "private: void __thiscall JSC::AccessCase::emitIntrinsicGetter(struct JSC::AccessGenerationState &)" (?emitIntrinsicGetter at AccessCase@JSC@@AAEXAAUAccessGenerationState at 2@@Z) referenced in function "private: void __thiscall JSC::AccessCase::generate(struct JSC::AccessGenerationState &)" (?generate at AccessCase@JSC@@AAEXAAUAccessGenerationState at 2@@Z)
5>Repatch.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl JSC::AccessCase::canEmitIntrinsicGetter(class JSC::JSFunction *,class JSC::Structure *)" (?canEmitIntrinsicGetter at AccessCase@JSC@@SA_NPAVJSFunction at 2@PAVStructure at 2@@Z) referenced in function "enum JSC::InlineCacheAction __cdecl JSC::tryCacheGetByID(class JSC::ExecState *,class JSC::JSValue,class JSC::Identifier const &,class JSC::PropertySlot const &,class JSC::StructureStubInfo &)" (?tryCacheGetByID at JSC@@YA?AW4InlineCacheAction at 1@PAVExecState at 1@VJSValue at 1@ABVIdentifier at 1@ABVPropertySlot at 1@AAVStructureStubInfo at 1@@Z)
5>JSGlobalObject.obj : error LNK2019: unresolved external symbol "public: static class JSC::JSTypedArrayViewConstructor * __cdecl JSC::JSTypedArrayViewConstructor::create(class JSC::VM &,class JSC::JSGlobalObject *,class JSC::Structure *,class JSC::JSObject *)" (?create at JSTypedArrayViewConstructor@JSC@@SAPAV12 at AAVVM@2 at PAVJSGlobalObject@2 at PAVStructure@2 at PAVJSObject@2@@Z) referenced in function "private: void __thiscall JSC::JSGlobalObject::init(class JSC::VM &)" (?init at JSGlobalObject@JSC@@AAEXAAVVM at 2@@Z)
5>JSGlobalObject.obj : error LNK2019: unresolved external symbol "public: static class JSC::Structure * __cdecl JSC::JSTypedArrayViewConstructor::createStructure(class JSC::VM &,class JSC::JSGlobalObject *,class JSC::JSValue)" (?createStructure at JSTypedArrayViewConstructor@JSC@@SAPAVStructure at 2@AAVVM at 2@PAVJSGlobalObject at 2@VJSValue at 2@@Z) referenced in function "private: void __thiscall JSC::JSGlobalObject::init(class JSC::VM &)" (?init at JSGlobalObject@JSC@@AAEXAAVVM at 2@@Z)
5>Z:\Developer\OSS\WebKit\WebKitBuild\Debug\bin32\JavaScriptCore.dll : fatal error LNK1120: 4 unresolved externals

-- 
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/20151017/857b2f46/attachment.html>


More information about the webkit-unassigned mailing list