On weekend I check out the code using Tortoise SVN. I used this code instead of 
unzipping the tar file as earlier.

I am following all the steps as mentioned. Pthread and ECU are not available in 
the code checked out or webkit support libraries. I had to download separately 
and add it to respective folders in webkit support libraries (include/bin/lib)

The first two project gets compiled and linked. But still while compiling the 
3rd project JavaScriptCore I get these errors and warnings at the start and at 
the end.

1>------ Build started: Project: JavaScriptCore, Configuration: Release Win32 
------
1>Performing Pre-Build Event...
1>The system cannot find the path specified.

1>Linking...
1>   Creating library 
D:\webkit\webkit\source\SVNSnapshot\webkit\WebKitBuild\lib\JavaScriptCore.lib 
and object 
D:\webkit\webkit\source\SVNSnapshot\webkit\WebKitBuild\lib\JavaScriptCore.exp
1>FunctionPrototype.obj : error LNK2001: unresolved external symbol 
_u_charType_3_2
1>StringPrototype.obj : error LNK2001: unresolved external symbol 
_u_strToLower_3_2
1>StringPrototype.obj : error LNK2001: unresolved external symbol 
_u_strToUpper_3_2
1>RegexCompiler.obj : error LNK2001: unresolved external symbol _u_toupper_3_2
1>RegexCompiler.obj : error LNK2001: unresolved external symbol _u_tolower_3_2
1>WTF.lib(CollatorICU.obj) : error LNK2001: unresolved external symbol 
_ucol_close_3_2
1>WTF.lib(CollatorICU.obj) : error LNK2001: unresolved external symbol 
_ucol_getAttribute_3_2
1>WTF.lib(CollatorICU.obj) : error LNK2001: unresolved external symbol 
_ucol_getLocaleByType_3_2
1>WTF.lib(CollatorICU.obj) : error LNK2001: unresolved external symbol 
_ucol_setAttribute_3_2
1>WTF.lib(CollatorICU.obj) : error LNK2001: unresolved external symbol 
_ucol_strcoll_3_2
1>WTF.lib(CollatorICU.obj) : error LNK2001: unresolved external symbol 
_ucol_open_3_2
1>D:\webkit\webkit\source\SVNSnapshot\webkit\WebKitBuild\bin\JavaScriptCore.dll 
: fatal error LNK1120: 11 unresolved externals
1>Build log was saved at 
"file://D:\webkit\webkit\source\SVNSnapshot\webkit\WebKitBuild\obj\JavaScriptCore\Release\BuildLog.htm"
1>JavaScriptCore - 12 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

-----Original Message-----
From: Brent Fulgham [mailto:[email protected]] 
Sent: Thursday, August 27, 2009 9:37 PM
To: Dipanshu Mansingka
Cc: [email protected]
Subject: Re: [webkit-help] compiling Project: JavaScriptCore, Configuration: 
Release Win32

You are not following the instructions in the build guide.

See the following wiki page:
"http://trac.webkit.org/wiki/BuildingOnWindows"; for some helpful
details.

All library dependencies will be properly added and built on your
machine assuming you are following the instructions.

The fact that you are running around looking for DLLs and link
libraries tells me you are not setting your environment up properly.
Every library and dependency you need to build is described in the
wiki and web site, as well as the steps you need to take to set up
your build environment.

Please review those pages and actually follow the steps.

-Brent

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to