Sanghyeon Seo wrote: > 2008/4/23, Charles Oliver Nutter <[EMAIL PROTECTED]>: >> I know absolutely nothing about the build process, mono, or how this >> stuff is wired together, but I can't get it to build today. >> >> ./shell/BasicConsole.cs(25,33): error CS0246: The type or namespace name >> `IConsole' could not be found. Are you missing a using directive or an >> assembly reference? > > Just delete the file.
Thanks...deleted it, and then SuperConsole.cs complains. Delete that, and ConsoleHost.cs complains. Delete that, and Program.cs complains. Delete that, and it doesn't appear IronRuby can start up: error CS5001: Program `/users/headius/netbeansprojects/ironruby/build/mono_debug/rbx.exe' does not contain a static `Main' method suitable for an entry point But deleting nothing, rake clean_build, and svn revert seems to get me to a different error: ** Execute compile_ruby ./Compiler/Parser/Parser.cs(51,17): error CS0104: `Action`2' is an ambiguous reference between `System.Action`2' and `Microsoft.Scripting.Utils.Action`2' /Library/Frameworks/Mono.framework/Versions/1.9/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error) /Users/headius/NetBeansProjects/ironruby/build/mono_debug/Microsoft.Scripting.Core.dll (Location of the symbol related to previous error) ./Compiler/Parser/Parser.cs(74,16): error CS0104: `Action`2' is an ambiguous reference between `System.Action`2' and `Microsoft.Scripting.Utils.Action`2' /Library/Frameworks/Mono.framework/Versions/1.9/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error) /Users/headius/NetBeansProjects/ironruby/build/mono_debug/Microsoft.Scripting.Core.dll (Location of the symbol related to previous error) Is clean simply not cleaning like it's supposed to? Or what? - Charlie _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
