<?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"
	>
<channel>
	<title>Comments on: Installing Sqlite3 on Windows for Rails</title>
	<atom:link href="http://blog.emson.co.uk/2008/06/installing-sqlite3-on-windows-for-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emson.co.uk/2008/06/installing-sqlite3-on-windows-for-rails/</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 09:52:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: steve</title>
		<link>http://blog.emson.co.uk/2008/06/installing-sqlite3-on-windows-for-rails/#comment-2824</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 02 Jan 2009 17:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emson.co.uk/?p=10#comment-2824</guid>
		<description>&lt;p&gt;This did not work for me - instead what worked was:&lt;/p&gt;

&lt;p&gt;gem install --version 1.2.3 sqlite3-ruby&lt;/p&gt;

&lt;p&gt;as directed at:
http://blog.muse.net.nz/2008/09/07/setup-rails-on-windows-to-use-sqlite3/&lt;/p&gt;

&lt;p&gt;With forementioned cmd I got errors:&lt;/p&gt;

&lt;p&gt;checking for fdatasync() in rt.lib... no
checking for sqlite3.h... no&lt;/p&gt;

&lt;p&gt;nmake&lt;/p&gt;

&lt;p&gt;Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.&lt;/p&gt;

&lt;p&gt;NMAKE : fatal error U1073: don't know how to make 'ruby.h'
Stop.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This did not work for me - instead what worked was:</p>

<p>gem install &#8211;version 1.2.3 sqlite3-ruby</p>

<p>as directed at:
<a href="http://blog.muse.net.nz/2008/09/07/setup-rails-on-windows-to-use-sqlite3/" rel="nofollow">http://blog.muse.net.nz/2008/09/07/setup-rails-on-windows-to-use-sqlite3/</a></p>

<p>With forementioned cmd I got errors:</p>

<p>checking for fdatasync() in rt.lib&#8230; no
checking for sqlite3.h&#8230; no</p>

<p>nmake</p>

<p>Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.</p>

<p>NMAKE : fatal error U1073: don&#8217;t know how to make &#8216;ruby.h&#8217;
Stop.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://blog.emson.co.uk/2008/06/installing-sqlite3-on-windows-for-rails/#comment-582</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 30 Aug 2008 19:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emson.co.uk/?p=10#comment-582</guid>
		<description>&lt;p&gt;Thank you mate!
I was tearing my hair out trying to get this to work on Windows.
There is quite a lot of confusion on the internet about this topic, but your solution worked perfectly.
Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you mate!
I was tearing my hair out trying to get this to work on Windows.
There is quite a lot of confusion on the internet about this topic, but your solution worked perfectly.
Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://blog.emson.co.uk/2008/06/installing-sqlite3-on-windows-for-rails/#comment-493</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Wed, 20 Aug 2008 22:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emson.co.uk/?p=10#comment-493</guid>
		<description>&lt;p&gt;thx alot!
This is an easy and great solution!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thx alot!
This is an easy and great solution!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Soleone</title>
		<link>http://blog.emson.co.uk/2008/06/installing-sqlite3-on-windows-for-rails/#comment-12</link>
		<dc:creator>Soleone</dc:creator>
		<pubDate>Tue, 17 Jun 2008 03:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emson.co.uk/?p=10#comment-12</guid>
		<description>&lt;p&gt;I always installed it conveniently using the modified Gem by _why like this:
gem install sqlite3-ruby --source=http://code.whytheluckystiff.net&lt;/p&gt;

&lt;p&gt;See also:
http://redhanded.hobix.com/cult/sqlite3Gem_whySSensibilitiesRepack.html&lt;/p&gt;

&lt;p&gt;Just tried it again on a fresh system:
Somehow it didn't work for me this time, but I could swear it worked last time i tried it...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I always installed it conveniently using the modified Gem by _why like this:
gem install sqlite3-ruby &#8211;source=http://code.whytheluckystiff.net</p>

<p>See also:
<a href="http://redhanded.hobix.com/cult/sqlite3Gem_whySSensibilitiesRepack.html" rel="nofollow">http://redhanded.hobix.com/cult/sqlite3Gem_whySSensibilitiesRepack.html</a></p>

<p>Just tried it again on a fresh system:
Somehow it didn&#8217;t work for me this time, but I could swear it worked last time i tried it&#8230;</p>]]></content:encoded>
	</item>
</channel>
</rss>
