On Sep 1, 2009, at 9:21 AM, Dipanshu Mansingka wrote:

Downloading tar file, checking out the code or even after doing update I cannot see WebKitAuxiliaryLibrary in the workspace.

Is there any link from where I can download this folder.

I also searched for this folder using windows explorer.

WebKitAuxiliaryLibrary is packaged as a zip file. You can find it at <http://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip >. The update-webkit-auxiliary-libs script downloads this file and decompresses it into the WebKitLibraries directory. I don't recommend trying to do this yourself – the script is much more likely to do it correctly.

-Adam



-----Original Message-----
From: Adam Roben [mailto:[email protected]]
Sent: Tuesday, September 01, 2009 6:33 PM
To: Dipanshu Mansingka
Cc: [email protected]
Subject: Re: [webkit-help] compiling Project: JavaScriptCore, Configuration: Release Win32

On Sep 1, 2009, at 3:11 AM, Dipanshu Mansingka wrote:

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)

pthreads and ICU are included in WebKitAuxiliaryLibrary, which is
normally downloaded/installed by the update-webkit script. You can run
update-webkit-auxiliary-libs manually to get this installed correctly.

1>FunctionPrototype.obj : error LNK2001: unresolved external symbol
_u_charType_3_2

This and the other errors are due to using the wrong version of ICU.
If you use the version included in WebKitAuxiliaryLibrary you
shouldn't see this error.

-Adam


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