Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-21 Thread Bo Yang
see WebKitTools/WebKitLauncher/main.m ...

On Sat, Feb 21, 2009 at 3:30 PM, ying lcs ying...@gmail.com wrote:

 Hi,

 Can you please tell me where is the 'main' for the Webkit/Webkit
 project on Mac OS?

 i tried 'cd to Webkit/Webkit/mac' and did a grep, but I did not find
 the 'main' for the browser.

 Thank you for any pointers.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-17 Thread Bo Yang
I have came across this error, too.
The problem is , webkit need is 2.24 or later. But the libsoup 2.4 is not
suitable, and webkit can't build with it because libsoup 2.4 miss the
SoupCookieJar and something which exist in 2.24.

Install libsoup 2.24 , it will work!

Regards!
Bo
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev