<?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: Writing C extensions in RubyGems using newgem generators (plus a free TextMate bundle)</title>
	<atom:link href="http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<pubDate>Sun, 20 Jul 2008 23:48:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Geoff</title>
		<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-80054</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 09 Apr 2008 01:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=269#comment-80054</guid>
		<description>Thanks Dr. Nic, you continue to make my life easier :D</description>
		<content:encoded><![CDATA[<p>Thanks Dr. Nic, you continue to make my life easier <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Der ehrgeizlose Programmierer &#187; Blog Archive &#187; EURUKO 2008: Native Extensions</title>
		<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-79579</link>
		<dc:creator>Der ehrgeizlose Programmierer &#187; Blog Archive &#187; EURUKO 2008: Native Extensions</dc:creator>
		<pubDate>Mon, 07 Apr 2008 21:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=269#comment-79579</guid>
		<description>[...] Nic was kind enough to write a generator to handle native extensions for his newgem tool. newgem is definitely worth trying out, it generates a LOT of boiler plate, [...]</description>
		<content:encoded><![CDATA[<p>[...] Nic was kind enough to write a generator to handle native extensions for his newgem tool. newgem is definitely worth trying out, it generates a LOT of boiler plate, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails Podcast Brasil - Episódio 12</title>
		<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-79565</link>
		<dc:creator>Rails Podcast Brasil - Episódio 12</dc:creator>
		<pubDate>Mon, 07 Apr 2008 13:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=269#comment-79565</guid>
		<description>[...] Writing C extensions in RubyGems using newgem generators (plus a free TextMate bundle) [...]</description>
		<content:encoded><![CDATA[<p>[...] Writing C extensions in RubyGems using newgem generators (plus a free TextMate bundle) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: This Week in Ruby (April 7, 2008) &#124; Zen and the Art of Programming</title>
		<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-79564</link>
		<dc:creator>This Week in Ruby (April 7, 2008) &#124; Zen and the Art of Programming</dc:creator>
		<pubDate>Mon, 07 Apr 2008 10:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=269#comment-79564</guid>
		<description>[...] Writing C extensions in RubyGems using newgem generators (plus a free TextMate bundle) by Dr Nic [...]</description>
		<content:encoded><![CDATA[<p>[...] Writing C extensions in RubyGems using newgem generators (plus a free TextMate bundle) by Dr Nic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-78784</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 02 Apr 2008 07:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=269#comment-78784</guid>
		<description>@Urma [&lt;a href='http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-78733' rel="nofollow"&gt;via&lt;/a&gt;] - yeah that looks to be true; so the LOAD_PATH bit needs to be in the test file still, but can be removed from the root lib file. I've removed the line about adding the $LOAD_PATH now; thx.</description>
		<content:encoded><![CDATA[<p>@Urma [<a href='http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-78733' rel="nofollow">via</a>] - yeah that looks to be true; so the LOAD_PATH bit needs to be in the test file still, but can be removed from the root lib file. I&#8217;ve removed the line about adding the $LOAD_PATH now; thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-78782</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 02 Apr 2008 07:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=269#comment-78782</guid>
		<description>@Luis Lavena [&lt;a href='http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-78732' rel="nofollow"&gt;via&lt;/a&gt;] - yeah, I kinda like explicitly stating that you're loading the extension as it communicates to the read where they should find the source, I think. But that's just imo.

I'll email you about how to pre-build mswin32 etc gems, and if extra rake tasks would be helpful.</description>
		<content:encoded><![CDATA[<p>@Luis Lavena [<a href='http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-78732' rel="nofollow">via</a>] - yeah, I kinda like explicitly stating that you&#8217;re loading the extension as it communicates to the read where they should find the source, I think. But that&#8217;s just imo.</p>
<p>I&#8217;ll email you about how to pre-build mswin32 etc gems, and if extra rake tasks would be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urma</title>
		<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-78733</link>
		<dc:creator>Urma</dc:creator>
		<pubDate>Tue, 01 Apr 2008 14:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=269#comment-78733</guid>
		<description>That LOAD_PATH thing is kinda odd. Are you sure it works when installed as an actual gem? In my experience the extension target always gets moved into lib/ after Rubygems builds it.</description>
		<content:encoded><![CDATA[<p>That LOAD_PATH thing is kinda odd. Are you sure it works when installed as an actual gem? In my experience the extension target always gets moved into lib/ after Rubygems builds it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Lavena</title>
		<link>http://drnicwilliams.com/2008/04/01/writing-c-extensions-in-rubygems/#comment-78732</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Tue, 01 Apr 2008 14:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=269#comment-78732</guid>
		<description>Hey Dr.Nic!

You don't need to add the '.so' indicating to require the extension, it will automatically look for it or a .rb file with the same name

Worked without problems, with both versions of Ruby, Visual C 6 and MinGW.

Thank you for the ping! ;-)

Regards,
Luis</description>
		<content:encoded><![CDATA[<p>Hey Dr.Nic!</p>
<p>You don&#8217;t need to add the &#8216;.so&#8217; indicating to require the extension, it will automatically look for it or a .rb file with the same name</p>
<p>Worked without problems, with both versions of Ruby, Visual C 6 and MinGW.</p>
<p>Thank you for the ping! <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Regards,<br />
Luis</p>
]]></content:encoded>
	</item>
</channel>
</rss>
