<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compiling WebKit/Cairo on Windows with Visual C++ Express</title>
	<atom:link href="http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/feed/" rel="self" type="application/rss+xml" />
	<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Aug 2010 13:01:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ramki Gaddipati</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-1064</link>
		<dc:creator>Ramki Gaddipati</dc:creator>
		<pubDate>Tue, 22 Jun 2010 22:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-1064</guid>
		<description>Hi Loune,

Thank you very much for your detailed post. It was very helpful. 
Just wanted to alert future audience that, even if they have cygwin already installed, they should use the cygwin as provided in webkit repo (http://svn.webkit.org/repository/webkit/trunk/WebKitTools/CygwinDownloader/cygwin-downloader.zip) as pointed by you, to be certain about the dependencies. I am using Windows 7 and had cygwin already installed, I killed about 3 hours to know that there is some issue with my cygwin. Downloading the one from webkit&#039;s repo fixed the issue immediately. 
The error I was seeing was weird, &quot;Cannot write to file...&quot;. Arbitrarily some of the basic file operations were failing, when tried the webkit-update. 

Anyways, the moral is stick to every step as documented, you will have your own webkit with fewer hassles.

Thanks once again for this post. 

+ramki</description>
		<content:encoded><![CDATA[<p>Hi Loune,</p>
<p>Thank you very much for your detailed post. It was very helpful.<br />
Just wanted to alert future audience that, even if they have cygwin already installed, they should use the cygwin as provided in webkit repo (<a href="http://svn.webkit.org/repository/webkit/trunk/WebKitTools/CygwinDownloader/cygwin-downloader.zip" rel="nofollow">http://svn.webkit.org/repository/webkit/trunk/WebKitTools/CygwinDownloader/cygwin-downloader.zip</a>) as pointed by you, to be certain about the dependencies. I am using Windows 7 and had cygwin already installed, I killed about 3 hours to know that there is some issue with my cygwin. Downloading the one from webkit&#8217;s repo fixed the issue immediately.<br />
The error I was seeing was weird, &#8220;Cannot write to file&#8230;&#8221;. Arbitrarily some of the basic file operations were failing, when tried the webkit-update. </p>
<p>Anyways, the moral is stick to every step as documented, you will have your own webkit with fewer hassles.</p>
<p>Thanks once again for this post. </p>
<p>+ramki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonu</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-722</link>
		<dc:creator>sonu</dc:creator>
		<pubDate>Thu, 04 Feb 2010 00:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-722</guid>
		<description>Why doesn&#039;t someone make a single .DLL file that can loaded at runtime and make some functions like EmbedBrowser(HWND control), Navigate(&quot;some text&quot;) etc etc.

That would make it soooo easy to embed the damn thing into any win32 app!!!</description>
		<content:encoded><![CDATA[<p>Why doesn&#8217;t someone make a single .DLL file that can loaded at runtime and make some functions like EmbedBrowser(HWND control), Navigate(&#8220;some text&#8221;) etc etc.</p>
<p>That would make it soooo easy to embed the damn thing into any win32 app!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loune</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-581</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Sat, 16 Jan 2010 05:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-581</guid>
		<description>@pleonex Thanks for noticing this. Here&#039;s the correct link for Visual C++ 2005
http://go.microsoft.com/fwlink/?linkid=57034</description>
		<content:encoded><![CDATA[<p>@pleonex Thanks for noticing this. Here&#8217;s the correct link for Visual C++ 2005<br />
<a href="http://go.microsoft.com/fwlink/?linkid=57034" rel="nofollow">http://go.microsoft.com/fwlink/?linkid=57034</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pleonex</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-579</link>
		<dc:creator>pleonex</dc:creator>
		<pubDate>Thu, 14 Jan 2010 20:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-579</guid>
		<description>The Visual C++ Express 2005 download link is wrong, in the current link you   can download Visual C# IDE.</description>
		<content:encoded><![CDATA[<p>The Visual C++ Express 2005 download link is wrong, in the current link you   can download Visual C# IDE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loune</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-556</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-556</guid>
		<description>You can follow the example of the &quot;winlauncher&quot; project that&#039;s in the webkit source package. It&#039;s a very basic win32 web browser. If you are using .NET, you might want to check out &lt;a href=&quot;http://sourceforge.net/projects/webkitdotnet&quot; rel=&quot;nofollow&quot;&gt;WebKit.NET&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You can follow the example of the &#8220;winlauncher&#8221; project that&#8217;s in the webkit source package. It&#8217;s a very basic win32 web browser. If you are using .NET, you might want to check out <a href="http://sourceforge.net/projects/webkitdotnet" rel="nofollow">WebKit.NET</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ambrose J</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-554</link>
		<dc:creator>Ambrose J</dc:creator>
		<pubDate>Mon, 23 Nov 2009 06:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-554</guid>
		<description>Hi ,

Can I develop a webkit based standalone application for windows ? If yes any links to follow</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>Can I develop a webkit based standalone application for windows ? If yes any links to follow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loune</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-551</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Sat, 10 Oct 2009 02:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-551</guid>
		<description>I don&#039;t have a build handy at the moment, but you can get one at:
http://sourceforge.net/projects/webkitdotnet/files/WebKit%20.NET%200.x/0.3/WebKit.NET-0.3-bin-cairo.zip/download</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a build handy at the moment, but you can get one at:<br />
<a href="http://sourceforge.net/projects/webkitdotnet/files/WebKit%20.NET%200.x/0.3/WebKit.NET-0.3-bin-cairo.zip/download" rel="nofollow">http://sourceforge.net/projects/webkitdotnet/files/WebKit%20.NET%200.x/0.3/WebKit.NET-0.3-bin-cairo.zip/download</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar Romero</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-550</link>
		<dc:creator>Cesar Romero</dc:creator>
		<pubDate>Wed, 07 Oct 2009 21:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-550</guid>
		<description>Hi, Can you provide the Compiled WebKit dll?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, Can you provide the Compiled WebKit dll?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malma</title>
		<link>http://siphon9.net/loune/2009/07/compiling-webkitcairo-on-windows-with-visual-c-express/comment-page-1/#comment-540</link>
		<dc:creator>Malma</dc:creator>
		<pubDate>Sun, 06 Sep 2009 11:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=48#comment-540</guid>
		<description>Thanks a lot for your post! it was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your post! it was very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
