Skip to content

Instantly share code, notes, and snippets.

@orospakr
Created February 23, 2013 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orospakr/5018247 to your computer and use it in GitHub Desktop.
Save orospakr/5018247 to your computer and use it in GitHub Desktop.
/usr/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'Xwt, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' not resolved
/usr/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' and 'Mono.Addins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'. Using 'Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
SoftDebuggerEngine.cs(35,22): error CS0234: The type or namespace name `Soft' does not exist in the namespace `Mono.Debugging'. Are you missing an assembly reference?
CustomSoftDebuggerEngine.cs(34,22): error CS0234: The type or namespace name `Soft' does not exist in the namespace `Mono.Debugging'. Are you missing an assembly reference?
SoftDebuggerEngine.cs(102,58): error CS0246: The type or namespace name `SoftDebuggerStartInfo' could not be found. Are you missing a using directive or an assembly reference?
CustomSoftDebuggerEngine.cs(71,24): error CS0246: The type or namespace name `SoftDebuggerStartInfo' could not be found. Are you missing a using directive or an assembly reference?
CustomSoftDebuggerEngine.cs(109,49): error CS0115: `MonoDevelop.Debugger.Soft.CustomSoftDebuggerEngine.CustomSoftDebuggerSession.OnRun(Mono.Debugging.Client.DebuggerStartInfo)' is marked as an override but no suitable method found to override
CustomSoftDebuggerEngine.cs(127,44): error CS0246: The type or namespace name `SoftDebuggerStartInfo' could not be found. Are you missing a using directive or an assembly reference?
CustomSoftDebuggerEngine.cs(159,49): error CS0115: `MonoDevelop.Debugger.Soft.CustomSoftDebuggerEngine.CustomSoftDebuggerSession.EndSession()' is marked as an override but no suitable method found to override
CustomSoftDebuggerEngine.cs(181,49): error CS0115: `MonoDevelop.Debugger.Soft.CustomSoftDebuggerEngine.CustomSoftDebuggerSession.EnsureExited()' is marked as an override but no suitable method found to override
CustomSoftDebuggerEngine.cs(311,36): error CS0246: The type or namespace name `SoftDebuggerStartInfo' could not be found. Are you missing a using directive or an assembly reference?
make[2]: *** [sln_build] Error 1
make[2]: Leaving directory `/home/orospakr/code/others/monodevelop/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/orospakr/code/others/monodevelop/main'
make: *** [all-recursive] Error 1
@ramirotw
Copy link

Do you know how to fix that compilation error?

@HerrSpace
Copy link

same problem. Any solution yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment