[#3006] mismatched quotation — "stevan apter" <apter@...>

ruby documentation uses a punctuation convention i've never seen

13 messages 2000/05/27

[ruby-talk:02780] Re:

From: ts <decoux@...>
Date: 2000-05-12 07:00:57 UTC
List: ruby-talk #2780
>>>>> "A" == Andrew Hunt <Andy@Toolshed.Com> writes:

A> I'm trying to install mod_ruby 0.17 with the latest Ruby from CVS,
A> and I'm running into a spot of trouble.

 This is a 1.5, no ?

 Which sub-version ? In my version, I have in rbconfig.rb

  CONFIG.each{|k,v| MAKEFILE_CONFIG[k] = v.dup}
  def Config::expand(val)
    val.gsub!(/\$\(([^()]+)\)/) do |var|
      key = $1
      if CONFIG.key? key
        "#{Config::expand(CONFIG[\"#{key}\"])}"
      else
        var
#^^^^^^^^^^
# Here the problem va`R' and not va`L'
#
      end
    end
    val
  end
  CONFIG.each_value do |val|
    Config::expand(val)
  end


 The value of MAKEFILE_CONFIG and CONFIG are not expanded 

 More now  mkmf.rb use Config::MAKEFILE_CONFIG in 1.5, rather than CONFIG
 (in 1.4)



Guy Decoux

In This Thread

Prev Next