Hi all,
After several days to build the Webkit, it doesn't matter which sources to be built, the compiling always stop one place after compiling 25 mins. Could someone please give me hand to figure out? Thanks in advance.
 
Windows 7, VS2008
Sources from svn checkout http:....  or download from nightly build src
Qt 4.8.0 or Qt4.8.1, Windows SDKs and WinSP1
command: perl bbuild-webkit --qt in Qt prompt
 
Error messages below:
 
Warning..
.
.
.
_javascript_Core.lib(InitializeThreading.obj) : warning LNK4217: locally defined symbol ?initializeThreading@WTF@@YAXXZ (void __cdecl WTF::initializeThreading(void)) imported in function "void __cdecl JSC::initializeThreadingOnce(void)" (?initializeThreadingOnce@JSC@@YAXXZ)
jsc.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class JSC::JSValue __cdecl JSC::evaluate(class JSC::ExecState *,class JSC::ScopeChainNode *,class JSC::SourceCode const &,class JSC::JSValue,class JSC::JSValue *)" (__imp_?evaluate@JSC@@YA?AVJSValue@1@PAVExecState@1@PAVScopeChainNode@1@ABVSourceCode@1@V21@PAV21@@Z) referenced in function "__int64 __fastcall functionRun(class JSC::ExecState *)" (?functionRun@@YI_JPAVExecState@JSC@@@Z)
jsc.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) bool __cdecl JSC::checkSyntax(class JSC::ExecState *,class JSC::SourceCode const &,class JSC::JSValue *)" (__imp_?checkSyntax@JSC@@YA_NPAVExecState@1@ABVSourceCode@1@PAVJSValue@1@@Z) referenced in function "__int64 __fastcall functionCheckSyntax(class JSC::ExecState *)" (?functionCheckSyntax@@YI_JPAVExecState@JSC@@@Z)
jsc.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) double __cdecl WTF::randomNumber(void)" (__imp_?randomNumber@WTF@@YANXZ) referenced in function "protected: __thiscall JSC::JSGlobalObject::JSGlobalObject(class JSC::JSGlobalData &,class JSC::Structure *,struct JSC::GlobalObjectMethodTable const *)" (??0JSGlobalObject@JSC@@IAE@AAVJSGlobalData@1@PAVStructure@1@PBUGlobalObjectMethodTable@1@@Z)
_javascript_Core.lib(Heap.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) unsigned int __cdecl WTF::createThread(void (__cdecl*)(void *),void *,char const *)" (__imp_?createThread@WTF@@YAIP6AXPAX@Z0PBD@Z) referenced in function "public: __thiscall JSC::Heap::Heap(class JSC::JSGlobalData *,enum JSC::HeapSize)" (??0Heap@JSC@@QAE@PAVJSGlobalData@1@W4HeapSize@1@@Z)
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to