RESOLVED FIXED 150278
[Win] Fix the Windows build
https://bugs.webkit.org/show_bug.cgi?id=150278
Summary [Win] Fix the Windows build
Sungmann Cho
Reported 2015-10-17 08:49:13 PDT
Currently, ToT breaks at: 5>PolymorphicAccess.obj : error LNK2019: unresolved external symbol "private: void __thiscall JSC::AccessCase::emitIntrinsicGetter(struct JSC::AccessGenerationState &)" (?emitIntrinsicGetter@AccessCase@JSC@@AAEXAAUAccessGenerationState@2@@Z) referenced in function "private: void __thiscall JSC::AccessCase::generate(struct JSC::AccessGenerationState &)" (?generate@AccessCase@JSC@@AAEXAAUAccessGenerationState@2@@Z) 5>Repatch.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl JSC::AccessCase::canEmitIntrinsicGetter(class JSC::JSFunction *,class JSC::Structure *)" (?canEmitIntrinsicGetter@AccessCase@JSC@@SA_NPAVJSFunction@2@PAVStructure@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@JSC@@YA?AW4InlineCacheAction@1@PAVExecState@1@VJSValue@1@ABVIdentifier@1@ABVPropertySlot@1@AAVStructureStubInfo@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@JSTypedArrayViewConstructor@JSC@@SAPAV12@AAVVM@2@PAVJSGlobalObject@2@PAVStructure@2@PAVJSObject@2@@Z) referenced in function "private: void __thiscall JSC::JSGlobalObject::init(class JSC::VM &)" (?init@JSGlobalObject@JSC@@AAEXAAVVM@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@JSTypedArrayViewConstructor@JSC@@SAPAVStructure@2@AAVVM@2@PAVJSGlobalObject@2@VJSValue@2@@Z) referenced in function "private: void __thiscall JSC::JSGlobalObject::init(class JSC::VM &)" (?init@JSGlobalObject@JSC@@AAEXAAVVM@2@@Z) 5>Z:\Developer\OSS\WebKit\WebKitBuild\Debug\bin32\JavaScriptCore.dll : fatal error LNK1120: 4 unresolved externals
Attachments
Patch (3.55 KB, patch)
2015-10-17 08:51 PDT, Sungmann Cho
no flags
Sungmann Cho
Comment 1 2015-10-17 08:51:33 PDT
WebKit Commit Bot
Comment 2 2015-10-17 11:05:36 PDT
Comment on attachment 263374 [details] Patch Clearing flags on attachment: 263374 Committed r191242: <http://trac.webkit.org/changeset/191242>
WebKit Commit Bot
Comment 3 2015-10-17 11:05:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.