[Mono-list] monodevelop-debugger build errors
Daniel Soto
daniel.soto2k at gmail.com
Thu Sep 29 09:46:42 EDT 2011
Hi!
After of my adventures installing monodevelop building it from tarball, I
found another error, this time related to monodevelop-debugger. At
compilation, four errors occurs:
./MonoDebuggerSession.cs(124,43): error CS0115:
`Mono.Debugging.Backend.Mdb.MonoDebuggerSession.OnInsertBreakEvent(Mono.Debugging.Client.BreakEvent,
bool)' is marked as an override but no suitable method found to override
./MonoDebuggerSession.cs(129,41): error CS0115:
`Mono.Debugging.Backend.Mdb.MonoDebuggerSession.OnRemoveBreakEvent(object)'
is marked as an override but no suitable method found to override
./MonoDebuggerSession.cs(135,41): error CS0115:
`Mono.Debugging.Backend.Mdb.MonoDebuggerSession.OnEnableBreakEvent(object,
bool)' is marked as an override but no suitable method found to override
./MonoDebuggerSession.cs(140,43): error CS0115:
`Mono.Debugging.Backend.Mdb.MonoDebuggerSession.OnUpdateBreakEvent(object,
Mono.Debugging.Client.BreakEvent)' is marked as an override but no suitable
method found to override
Compilation failed: 4 error(s), 0 warnings
I'm not sure if the issue is in Mono 2.10 or in Monodevelop 2.6, and not
have any clues to solve it.
The required packages are installed, in fact:
Looking for required packages
Checking for package 'mono-addins'.. found.
Checking for package 'mono-debugger'.. found.
Checking for package 'monodevelop'.. found.
Checking for package 'monodevelop-core-addins'.. found.
monodevelop-debugger-mdb has been configured with
prefix = /usr/local
config = DEBUG
Please, anyone can help me?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20110929/4b34bf8a/attachment.html
More information about the Mono-list
mailing list