Hi: I am not being able to compile the debugger from the cvs module mono-tools.
After checkout from anoncvs I ran: ./autogen.sh --prefix=/usr/local Here is a selection of the errors I get when running make: Making all in lib make[2]: Entering directory `/home/download/mono/mono-tools/debugger/lib' /usr/local/bin/mcs -o Interpreter.exe -r Mono.GetOptions -r Mono.CSharp.Debugger -r Mono.Debugger.dll -r Mono.Debugger.Backend.dll ../frontends/command-line/*.cs ../frontends/scripting/*.cs -g ../frontends/scripting/Parser.cs(267) error CS0103: The name `yyName.Length' could not be found in `Mono.Debugger.Frontends.CommandLine.Parser' ../frontends/scripting/Parser.cs(269) error CS0103: The name `yyName' could not be found in `Mono.Debugger.Frontends.CommandLine.Parser' ../frontends/scripting/Parser.cs(279) error CS0103: The name `yyName.Length' could not be found in `Mono.Debugger.Frontends.CommandLine.Parser' ../frontends/scripting/Parser.cs(283) error CS0103: The name `yyName.Length' could not be found in `Mono.Debugger.Frontends.CommandLine.Parser' ../frontends/scripting/Parser.cs(284) error CS0165: Use of unassigned local variable `ok' ../frontends/scripting/Parser.cs(284) error CS0103: The name `yyName' could not be found in `Mono.Debugger.Frontends.CommandLine.Parser' ../frontends/scripting/Parser.cs(290) error CS0103: The name `yyName.Length' could not be found in `Mono.Debugger.Frontends.CommandLine.Parser' ../frontends/scripting/Parser.cs(291) error CS0165: Use of unassigned local variable `ok' ../frontends/scripting/Parser.cs(291) error CS0103: The name `yyName' could not be found in `Mono.Debugger.Frontends.CommandLine.Parser' ../frontends/scripting/Parser.cs(298) error CS0165: Use of unassigned local variable `ok' Compilation failed: 10 error(s), 0 warnings make[2]: Leaving directory `/home/download/mono/mono-tools/debugger/lib' make[1]: Leaving directory `/home/download/mono/mono-tools/debugger' Thank you in for the great job the community is doing on all things Mono :) Francisco "Paco" Martinez, Fort Worth, Texas http://www.mfconsulting.com/aboutus/personnel/martinf.htm _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
