|
From: Liguo S. <lig...@va...> - 2003-11-05 06:16:25
|
I encountered another problem with QuantLib-Ruby with ruby-1.8.
In the setup.rb, there is
Config::CONFIG["rubylibdir"].gsub("^#{oldPrefix}","")
This line of code will give the following warning during the
installation process:
warning: string pattern instead of regexp; metacharacters no
longer effective
The effect of this problem is that the oldPrefix is not cleared as
intended. It works OK with ruby-1.6 but not ruby-1.8. Some changes in
ruby must caused this problem. Can any experts in ruby offer any
solution for this?
Thanks.
Liguo (Leo)
|