Dear All,
I installed all the tools mentioned and took the webkit code. But while building the code on visual studio i am facing following issues 1) The javascriptcore project is giving following linker errors. 1>LINK : warning LNK4044: unrecognized option '/dynamicbase'; ignored 1> Creating library C:\cygwin\home\sagar\WebKit\WebKitBuild\lib\JavaScriptCore_debug.lib and object C:\cygwin\home\sagar\WebKit\WebKitBuild\lib\JavaScriptCore_debug.exp 1>FunctionPrototype.obj : error LNK2019: unresolved external symbol _u_charType_3_2 referenced in function "bool __cdecl WTF::Unicode::isSeparatorSpace(int)" (?isseparatorsp...@unicode@WTF@@ya...@z ) 1>JSGlobalObjectFunctions.obj : error LNK2001: unresolved external symbol _u_charType_3_2 1>Lexer.obj : error LNK2001: unresolved external symbol _u_charType_3_2 1>StringPrototype.obj : error LNK2019: unresolved external symbol _u_strToLower_3_2 referenced in function "int __cdecl WTF::Unicode::toLower(wchar_t *,int,wchar_t const *,int,bool *)" (?tolo...@unicode@WTF@@yahpa_whpb_whp...@z) 1>StringPrototype.obj : error LNK2019: unresolved external symbol _u_strToUpper_3_2 referenced in function "int __cdecl WTF::Unicode::toUpper(wchar_t *,int,wchar_t const *,int,bool *)" (?toup...@unicode@WTF@@yahpa_whpb_whp...@z) 1>RegexCompiler.obj : error LNK2019: unresolved external symbol _u_tolower_3_2 referenced in function "int __cdecl WTF::Unicode::toLower(int)" (?tolo...@unicode@WTF@@y...@z) 1>RegexInterpreter.obj : error LNK2001: unresolved external symbol _u_tolower_3_2 1>RegexJIT.obj : error LNK2001: unresolved external symbol _u_tolower_3_2 1>RegexCompiler.obj : error LNK2019: unresolved external symbol _u_toupper_3_2 referenced in function "int __cdecl WTF::Unicode::toUpper(int)" (?toup...@unicode@WTF@@y...@z) 1>RegexInterpreter.obj : error LNK2001: unresolved external symbol _u_toupper_3_2 1>RegexJIT.obj : error LNK2001: unresolved external symbol _u_toupper_3_2 1>C:\cygwin\home\sagar\WebKit\WebKitBuild\bin\JavaScriptCore_debug.dll : fatal error LNK1120: 5 unresolved externals 1>Build log was saved at "file://C:\cygwin\home\sagar\WebKit\WebKitBuild\obj\JavaScriptCore\Debug_CFLite\BuildLog.htm" 1>JavaScriptCore - 12 error(s), 13 warning(s) I update the webkit several times and builded and am trying this several times since last week. Please help.. Thanks and regards, Sagar Masuti.
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
