[Mono-devel-list] Problem compiling debugger
scrumpler
scrumpler at teamanarchy.com
Tue Dec 30 19:07:44 EST 2003
I hope I'm not posting in the wrong list for this question, if I am I
apologize.
I'm having trouble compiling the mono debugger, after configuring and
running make, I get the following compile error:
make[2]: Entering directory
`/home/scrumpler/projects/mono/mono-debugger-0.2.0/lib'
/home/scrumpler/mono/bin/mcs /target:library /out:Mono.Debugger.dll -r
Mono.CSharp.Debugger ../interfaces/*.cs
../classes/*.cs
../classes/TargetBinaryReader.cs(19) error CS0246: Cannot find type
`Mono.CSharp.Debugger.IMonoBinaryReader'
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [Mono.Debugger.dll] Error 1
make[2]: Leaving directory
`/home/scrumpler/projects/mono/mono-debugger-0.2.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/scrumpler/projects/mono/mono-debugger-0.2.0'
make: *** [all-recursive-am] Error 2
Any ideas?
More information about the Mono-devel-list
mailing list