[Mono-list] Help compiling debugger
Francisco T. Martinez
martinf@mfconsulting.com
Thu, 13 Nov 2003 07:06:06 -0600
Hello everyone:
I have been unable to compile the debugger and it's associated
components.
I am using the sources from the module mono-tools in CVS.
Here is a selection of the errors I get when I run 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'
.
.
.
Thanks in advance for whatever help I can get with this.
Francisco "Paco" Martinez