<?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: Uninitialized Constant GemRunner Error When Using Ruby Gem</title>
	<atom:link href="http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/</link>
	<description>Watching Open Source unfold across Ireland</description>
	<lastBuildDate>Tue, 29 Nov 2011 14:11:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Henning</title>
		<link>http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/comment-page-1/#comment-656</link>
		<dc:creator>Henning</dc:creator>
		<pubDate>Tue, 29 Jul 2008 12:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/#comment-656</guid>
		<description>Thank you very much for the hint.</description>
		<content:encoded><![CDATA[<p>Thank you very much for the hint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails con Postgres &#171; El Reino del Terror - Tecnología y otros Tormentos&#8230;</title>
		<link>http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/comment-page-1/#comment-488</link>
		<dc:creator>Rails con Postgres &#171; El Reino del Terror - Tecnología y otros Tormentos&#8230;</dc:creator>
		<pubDate>Mon, 28 Apr 2008 18:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/#comment-488</guid>
		<description>[...] Tras &#8220;googlear&#8221; un rato encontré esta solución: http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem... [...]</description>
		<content:encoded><![CDATA[<p>[...] Tras &#8220;googlear&#8221; un rato encontré esta solución: <a href="http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem.." rel="nofollow">http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TLJ</title>
		<link>http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/comment-page-1/#comment-340</link>
		<dc:creator>TLJ</dc:creator>
		<pubDate>Sun, 06 Jan 2008 00:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/#comment-340</guid>
		<description>Thank you!! :)</description>
		<content:encoded><![CDATA[<p>Thank you!! <img src='http://www.theirishpenguin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Braun</title>
		<link>http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/comment-page-1/#comment-319</link>
		<dc:creator>Frederik Braun</dc:creator>
		<pubDate>Fri, 28 Dec 2007 19:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/#comment-319</guid>
		<description>Wow, that was *really* helpful.
Greetings from Germany, and thank you :)

Frederik</description>
		<content:encoded><![CDATA[<p>Wow, that was *really* helpful.<br />
Greetings from Germany, and thank you <img src='http://www.theirishpenguin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Frederik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/comment-page-1/#comment-308</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sat, 22 Dec 2007 16:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/#comment-308</guid>
		<description>Thanks, removing the stray site_ruby directory was the solution I needed. The problem started for me when I tried to update rubygems by running gem update system instead of going through apt-get. Goes to show that a language or framework choice has to include a choice of everything underneath it in the stack: you never just run rails, you run rails sitting on top of gems sitting on top of apt-got packages and maybe some make-installed packages to plug the gaps.</description>
		<content:encoded><![CDATA[<p>Thanks, removing the stray site_ruby directory was the solution I needed. The problem started for me when I tried to update rubygems by running gem update system instead of going through apt-get. Goes to show that a language or framework choice has to include a choice of everything underneath it in the stack: you never just run rails, you run rails sitting on top of gems sitting on top of apt-got packages and maybe some make-installed packages to plug the gaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theirishpenguin</title>
		<link>http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/comment-page-1/#comment-285</link>
		<dc:creator>theirishpenguin</dc:creator>
		<pubDate>Sat, 08 Dec 2007 22:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/12/09/uninitialized-constant-gemrunner-error-when-using-ruby-gem/#comment-285</guid>
		<description>Just a quick note, the next problem we had was installing the fast debugger, which we wanted to use with a nightly build of Netbeans. The error was ...

ERROR:  Error installing ruby-debug-ide:
ERROR: Failed to build gem native extension.

...followed by errors like...

ruby_debug.c:1:19: error: stdio.h: No such file or directory
In file included from ruby_debug.c:2:
/usr/lib/ruby/1.8/i486-linux/ruby.h:40:21: error: stdlib.h: No such file or directory
/usr/lib/ruby/1.8/i486-linux/ruby.h:44:21: error: string.h: No such file or directory
/usr/lib/ruby/1.8/i486-linux/ruby.h:71:20: error: alloca.h: No such file or directory

... as it was obvious that these were C/C++ style errors the answer was to install the build-essential package with

sudo apt-get build-essential</description>
		<content:encoded><![CDATA[<p>Just a quick note, the next problem we had was installing the fast debugger, which we wanted to use with a nightly build of Netbeans. The error was &#8230;</p>
<p>ERROR:  Error installing ruby-debug-ide:<br />
ERROR: Failed to build gem native extension.</p>
<p>&#8230;followed by errors like&#8230;</p>
<p>ruby_debug.c:1:19: error: stdio.h: No such file or directory<br />
In file included from ruby_debug.c:2:<br />
/usr/lib/ruby/1.8/i486-linux/ruby.h:40:21: error: stdlib.h: No such file or directory<br />
/usr/lib/ruby/1.8/i486-linux/ruby.h:44:21: error: string.h: No such file or directory<br />
/usr/lib/ruby/1.8/i486-linux/ruby.h:71:20: error: alloca.h: No such file or directory</p>
<p>&#8230; as it was obvious that these were C/C++ style errors the answer was to install the build-essential package with</p>
<p>sudo apt-get build-essential</p>
]]></content:encoded>
	</item>
</channel>
</rss>

