Thanks. Now I am looking for pthreadVC2.lib in windows and visual studio.
Searched on my machine but did not found. Google search does not give effective answers. LINK : fatal error LNK1181: cannot open input file 'pthreadVC2.lib' From: Nevo [mailto:[email protected]] Sent: Thursday, August 27, 2009 12:27 PM To: Dipanshu Mansingka Cc: Brent Fulgham; [email protected] Subject: Re: [webkit-help] compiling Project: JavaScriptCore, Configuration: Release Win32 2009/8/27 Dipanshu Mansingka <[email protected]<mailto:[email protected]>> Thanks for the reply. The webkit support libraries download is not having icuin.lib that's the unicode backend dependency , alternatively , you can download it from icu-project.org<http://icu-project.org> I have put this library at the root of webkit. Update gives following error $ D:/webkit/webkit/source/SVNSnapshot/webkit/WebKitTools/Scripts/update-webkit Updating OpenSource svn: OPTIONS of 'http://svn.webkit.org/repository/webkit/trunk': could not conne ct to server (http://svn.webkit.org) Died at D:/webkit/webkit/source/SVNSnapshot/webkit/WebKitTools/Scripts/update-we bkit line 89. From: Brent Fulgham [mailto:[email protected]<mailto:[email protected]>] Sent: Thursday, August 27, 2009 11:27 AM To: Dipanshu Mansingka Cc: '[email protected]<mailto:[email protected]>' Subject: Re: [webkit-help] compiling Project: JavaScriptCore, Configuration: Release Win32 On Aug 26, 2009, at 10:42 PM, Dipanshu Mansingka wrote: LINK : fatal error LNK1181: cannot open input file 'icuin.lib' 1>Project : warning PRJ0018 : The following environment variables were not found: 1>$(PRODUCTION) Where can I find icuin.lib? This is all explained here: http://webkit.org/building/checkout.html. Note especially the instructions: 1. Download the WebKit Support Libraries (WebKit Support Libraries<http://developer.apple.com/opensource/internet/webkit_sptlib_agree.html>). 2. Make sure to run "update-webkit" to place these files in the proper places. What should be the value for PRODUCTION? You can ignore that warning. -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]<mailto:[email protected]> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help 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
