2008/4/23, Charles Oliver Nutter <[EMAIL PROTECTED]>: > ./Compiler/Parser/Parser.cs(51,17): error CS0104: `Action`2' is an > ambiguous reference between `System.Action`2' and > `Microsoft.Scripting.Utils.Action`2'
System.Action collision is a different problem, but the same problem was there in r93 too. The solution is to add "swithces :all, 'noconfig'" in the correct place. I posted a patch here: http://sparcs.kaist.ac.kr/~tinuviel/download/IronRuby/ I replied "delete the file" because one change between r93 and r94 was that microsoft.scipring.core/shell moved to microsoft.scripting/hosting/shell. I assumed that you had a leftover. -- Seo Sanghyeon _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
