[#4567] Re: What's the biggest Ruby development? — Aleksi Niemel<aleksi.niemela@...>

Dave said:

18 messages 2000/08/23
[#4568] Q's on Marshal — Robert Feldt <feldt@...> 2000/08/23

[#4580] RubyUnit testcase run for different init params? — Robert Feldt <feldt@...> 2000/08/25

[#4584] Re: RubyUnit testcase run for different init params? — Dave Thomas <Dave@...> 2000/08/25

Robert Feldt <feldt@ce.chalmers.se> writes:

[#4623] Re: RubyUnit testcase run for different init params? — Robert Feldt <feldt@...> 2000/08/28

On Sat, 26 Aug 2000, Dave Thomas wrote:

[#4652] Andy and Dave's European Tour 2000 — Dave Thomas <Dave@...>

24 messages 2000/08/30
[#4653] Re: Andy and Dave's European Tour 2000 — matz@... (Yukihiro Matsumoto) 2000/08/30

Hi,

[#4657] Ruby tutorials for newbie — Kevin Liang <kevin@...> 2000/08/30

Hi,

[ruby-talk:4597] Re: racc installation under 1.6

From: Minero Aoki <aamine@...>
Date: 2000-08-27 07:16:58 UTC
List: ruby-talk #4597
  In mail "[ruby-talk:4587] Re: racc installation under 1.6"
    Dave Thomas <Dave@thomases.com> wrote:

> > |If you update to Ruby 1.6 (yeah, yeah!!), then try to re-install racc, 
> > |you'll find that it installs it to the 1.5 directories. Its
> > |installation procedure doesn't seem to update config.save.

> This isn't a Ruby problem, but rather on with racc (I think).

Yes, it is the bug of setup.rb. This patch may help.

Minero Aoki

diff -u -r1.2.2.4 setup.rb
--- setup.rb	2000/07/13 11:18:47	1.2.2.4
+++ setup.rb	2000/08/27 05:57:43
@@ -411,9 +411,7 @@
 
 
   def extconf
-    unless is_newer? 'Makefile', 'extconf.rb' then
-      system "#{@config['ruby-path']} extconf.rb"
-    end
+    system "#{@config['ruby-path']} extconf.rb"
   end
 
   def make

In This Thread

Prev Next