<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Matthew B Gardner schreef:
<blockquote cite="mid:200712071410.16139.weather@speakeasy.net"
 type="cite">
  <pre wrap="">That installed them (had to install RedCloth too though, or else raw failed). 
Like the other user, I had to add exec permissions for nitro as well. I am 
encountering a problem, though -- trying to run the TodoList from the 
tutorial:

app.rb:3:in `require': no such file to load -- nitro_and_og (LoadError)
        from app.rb:3
  </pre>
</blockquote>
That usage is deprecated, I'll go through the tutorial myself over the
weekend to update it. Just do<br>
<br>
require "nitro"<br>
require "og"<br>
<br>
(ab)<br>
<blockquote cite="mid:200712071410.16139.weather@speakeasy.net"
 type="cite">
  <pre wrap="">
All the packages installed successfully, but maybe there's something else I 
need to do?

Thanks again for your help,
Matt

On Friday 07 December 2007 04:46, Arne Brasseur wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Check glue/glue.gemspec. It probably still contains a line like this:

  s.add_dependency("facets", "= 1.8.54")

The patch should have removed this but perhaps something went wrong. The
patch file is intended for use with darcs, I'm not sure it will work
with GNU patch. The correct way of applying the patch (on a clean repo)
is this:

  cd repo.nitroproject.org
  darcs apply ab_200711207_fix_the_gemspecs.patch

After that rebuild the gems (rake dist:all) and try again.

The problem you're seeing is that glue fails to install because of a
missing dependency (facets 1.8), and since the rest depends on glue they
also fail.

I hope this helps. Let us know if you encounter more obstacles.

(ab)
    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
Nitro-general mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nitro-general@rubyforge.org">Nitro-general@rubyforge.org</a>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/mailman/listinfo/nitro-general">http://rubyforge.org/mailman/listinfo/nitro-general</a>

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Ein Fuchs mu&szlig; tun, was ein Fuchs tun mu&szlig;
<a class="moz-txt-link-abbreviated" href="mailto:arne@arnebrasseur.net">arne@arnebrasseur.net</a>
</pre>
</body>
</html>