[Mono-list] Mono Debugger 0.2.0 not compiling with mono-0.20
Andreas Knab
knab2ar@jmu.edu
Thu, 27 Feb 2003 17:00:47 -0500
I tried to compile the Mono Debugger
(http://www.go-mono.com/archive/mono-debugger-0.2.0.tar.gz), the make
process breaks in the lib folder because IMonoBinaryReader is missing
from Mono.CSharp.Debugger...
I found an entry in the changelog for Mono.CSharp.Debugger:
2003-02-05 Martin Baulig <martin@ximian.com>
Modified the symbol file format to speed up method looks by name
and cleaned this up a lot.
* MonoSymbolFile.cs: New public class. This is now a public
class
and writes and reads the symbol file.
* IMonoBinaryReader.cs: Removed.
* MonoSymbolTable.cs: Set version number to 29.
Will this be fixed any time soon, or is there a workaround?
Thanks for your help,
Andreas