<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Installing Compass on Ubuntu</title> <atom:link href="http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/feed/" rel="self" type="application/rss+xml" /><link>http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/</link> <description>Resources, help, how to&#039;s and tutorials for Ubuntu Linux users!</description> <lastBuildDate>Thu, 02 Sep 2010 20:01:07 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>By: jeff</title><link>http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/comment-page-1/#comment-4295</link> <dc:creator>jeff</dc:creator> <pubDate>Wed, 23 Jun 2010 13:51:09 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-4295</guid> <description>I&#039;m trying to install compass and it won&#039;t work. it says i need greater than 2.2.0.. but i do. I&#039;m running 2.2.17. COmmand output below..$ sudo gem install chriseppstein-compass --source=http://gems.github.com/
ERROR:  Error installing chriseppstein-compass:
chriseppstein-compass requires haml (&gt;= 2.2.0, runtime)
$ haml -v
Haml/Sass 2.2.17Any idea what the problem could be?</description> <content:encoded><![CDATA[<p>I&#8217;m trying to install compass and it won&#8217;t work. it says i need greater than 2.2.0.. but i do. I&#8217;m running 2.2.17. COmmand output below..</p><p>$ sudo gem install chriseppstein-compass &#8211;source=http://gems.github.com/<br
/> ERROR:  Error installing chriseppstein-compass:<br
/> chriseppstein-compass requires haml (&gt;= 2.2.0, runtime)<br
/> $ haml -v<br
/> Haml/Sass 2.2.17</p><p>Any idea what the problem could be?</p> ]]></content:encoded> </item> <item><title>By: UbuntuLinuxHelp</title><link>http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/comment-page-1/#comment-4176</link> <dc:creator>UbuntuLinuxHelp</dc:creator> <pubDate>Sat, 03 Apr 2010 13:30:58 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-4176</guid> <description>@autolicoIf I remember... I used haml-edge because the developer indicated there were some components in it (that were missing in haml) ;)</description> <content:encoded><![CDATA[<p>@autolico</p><p>If I remember&#8230; I used haml-edge because the developer indicated there were some components in it (that were missing in haml) ;)</p> ]]></content:encoded> </item> <item><title>By: autolico</title><link>http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/comment-page-1/#comment-4155</link> <dc:creator>autolico</dc:creator> <pubDate>Tue, 30 Mar 2010 09:23:11 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-4155</guid> <description>Nowadays you can use the normal haml distribution:sudo gem install hamlInstalling haml-edge will cause an error to be thrown when installing compass.</description> <content:encoded><![CDATA[<p>Nowadays you can use the normal haml distribution:</p><p>sudo gem install haml</p><p>Installing haml-edge will cause an error to be thrown when installing compass.</p> ]]></content:encoded> </item> <item><title>By: viatropos</title><link>http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/comment-page-1/#comment-3994</link> <dc:creator>viatropos</dc:creator> <pubDate>Tue, 02 Feb 2010 23:29:20 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-3994</guid> <description>Thank you very much, this solved my problem. I&#039;ve been trying to get Spree running in production on Slicehost with Ubuntu and this was the problem. Awesome.Read more: http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/#ixzz0eQMr63hF</description> <content:encoded><![CDATA[<p>Thank you very much, this solved my problem. I&#8217;ve been trying to get Spree running in production on Slicehost with Ubuntu and this was the problem. Awesome.</p><p>Read more: <a
href="http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/#ixzz0eQMr63hF"  rel="nofollow">http://ubuntulinuxhelp.com/ins.....z0eQMr63hF</a></p> ]]></content:encoded> </item> <item><title>By: Tristan</title><link>http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/comment-page-1/#comment-3692</link> <dc:creator>Tristan</dc:creator> <pubDate>Sat, 31 Oct 2009 08:18:29 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-3692</guid> <description>Thank you very much!
I found this helpful for getting compass up and running.
However my install was a little different.Ubuntu 9.10
Only interested in compass (not ruby).
Here is what I did:apt-get install rubygemsgem sources --add http://gems.github.com/
(because I&#039;ll use it later)gem install hamlgem install chriseppstein-compassAt this point the the command &quot;compass&quot; wasn&#039;t working.
I had to add &quot;/var/lib/gems/1.8/bin&quot; to /etc/environmentI hope this helps someone else.
Thank you again for the info.</description> <content:encoded><![CDATA[<p>Thank you very much!<br
/> I found this helpful for getting compass up and running.<br
/> However my install was a little different.</p><p>Ubuntu 9.10<br
/> Only interested in compass (not ruby).<br
/> Here is what I did:</p><p>apt-get install rubygems</p><p>gem sources &#8211;add <a
href="http://gems.github.com/"  rel="nofollow">http://gems.github.com/</a><br
/> (because I&#8217;ll use it later)</p><p>gem install haml</p><p>gem install chriseppstein-compass</p><p>At this point the the command &#8220;compass&#8221; wasn&#8217;t working.<br
/> I had to add &#8220;/var/lib/gems/1.8/bin&#8221; to /etc/environment</p><p>I hope this helps someone else.<br
/> Thank you again for the info.</p> ]]></content:encoded> </item> <item><title>By: Adam DiCarlo</title><link>http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/comment-page-1/#comment-3509</link> <dc:creator>Adam DiCarlo</dc:creator> <pubDate>Tue, 28 Jul 2009 08:32:19 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-3509</guid> <description>&gt; sudo gedit /usr/bin/gemThe problem is that the new version of &quot;gem&quot; is installed into /usr/bin/gem1.8 .So you don&#039;t need to manually patch /usr/bin/gem--you can just do this:sudo mv /usr/bin/gem1.8 /usr/bin/gem</description> <content:encoded><![CDATA[<p>&gt; sudo gedit /usr/bin/gem</p><p>The problem is that the new version of &#8220;gem&#8221; is installed into /usr/bin/gem1.8 .</p><p>So you don&#8217;t need to manually patch /usr/bin/gem&#8211;you can just do this:</p><p>sudo mv /usr/bin/gem1.8 /usr/bin/gem<br
/><fieldset
class="blogfollow"><legend>Read more from Adam DiCarlo</legend><h2><a
href="http://adamdicarlo.com/2009/11/12/canvas-javascript-scrolling-tile-map-demo/" rel="external nofollow" >Canvas/JavaScript scrolling tile-map demo</a></h2><p>$(document).ready(function () { init(); })</p><p> canvas { border: 2px solid black; }</p><p>Here&#8217;s something I did for fun in May as a proof of concept. It uses JavaScript and the canvas tag to rend[...]</p></fieldset> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 23/36 queries in 0.064 seconds using disk
Object Caching 442/446 objects using disk

Served from: ubuntulinuxhelp.com @ 2010-09-02 21:56:56 -->