[Mono-bugs] [Bug 76475][Wis] New - compile error(svn-51904)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 19 08:23:24 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by hys545 at dreamwiz.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76475
--- shadow/76475 2005-10-19 08:23:23.000000000 -0400
+++ shadow/76475.tmp.29698 2005-10-19 08:23:23.000000000 -0400
@@ -0,0 +1,121 @@
+Bug#: 76475
+Product: Mono Develop
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: debugger
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: hys545 at dreamwiz.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: compile error(svn-51904)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+ake[2]: Entering directory `/home/hys545/MONO/monodevelop/Extras/
+DebuggerAddIn'
+mkdir -p ../../build/AddIns/DebuggerAddIn
+/usr/bin/mcs -langversion:ISO-1 -debug -out:../../build/AddIns/
+DebuggerAddIn/MonoDevelop.Debugger.dll -target:library \
+./DebuggingService.cs ./DebugExecutionHandlerFactory.cs ./
+EvaluationContext.cs ./Expression.cs ./DebuggerASTVisitor.cs ./
+DebugAttributeHandler.cs ./Services.cs ./Gui/Pads/LocalsPad.cs ./Gui/Pads/
+StackTracePad.cs ./Gui/Pads/ThreadPad.cs DebuggerPaths.cs -r:/usr/lib/mono/
+gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib/mono/gtk-sharp-2.0/atk-sharp.dll
+-r:/usr/lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/mono/gtk-sharp-2.
+0/gtk-sharp.dll -r:/usr/lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/
+lib/mono/mono-debugger/Mono.Debugger.dll /r:../../build/bin/MonoDevelop.
+Core.dll /r:../../build/AddIns/MonoDevelop.Core.Gui.dll /r:../../build/
+AddIns/MonoDevelop.Projects.dll /r:../../build/AddIns/MonoDevelop.Projects.
+Gui.dll /r:../../build/AddIns/MonoDevelop.Ide.dll /r:../../build/AddIns/
+ICSharpCode.SharpRefactory.dll
+./DebuggingService.cs(33,3): error CS0246: The type or namespace name
+`DebuggerBackend' could not befound. Are you missing a using directive or
+an assembly reference?
+./DebuggingService.cs(215,32): error CS0246: The type or namespace name
+`ThreadManager' could not befound. Are you missing a using directive or an
+assembly reference?
+./DebuggingService.cs(228,31): error CS0246: The type or namespace name
+`ThreadManager' could not befound. Are you missing a using directive or an
+assembly reference?
+./DebuggingService.cs(237,35): error CS0246: The type or namespace name
+`ThreadManager' could not befound. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(105,46): error CS0246: The type or namespace name
+`ITargetArrayObject' couldnot be found. Are you missing a using directive
+or an assembly reference?
+./Gui/Pads/LocalsPad.cs(124,45): error CS0246: The type or namespace name
+`ITargetStructObject' could not be found. Are you missing a using directive
+or an assembly reference?
+./Gui/Pads/LocalsPad.cs(124,71): error CS0246: The type or namespace name
+`ITargetMemberInfo' could not be found. Are you missing a using directive
+or an assembly reference?
+./Gui/Pads/LocalsPad.cs(254,47): error CS0246: The type or namespace name
+`ITargetStructObject' could not be found. Are you missing a using directive
+or an assembly reference?
+./Gui/Pads/LocalsPad.cs(285,46): error CS0246: The type or namespace name
+`ITargetClassObject' couldnot be found. Are you missing a using directive
+or an assembly reference?
+./Gui/Pads/LocalsPad.cs(469,24): error CS0246: The type or namespace name
+`ITargetObject' could not be found. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(481,32): error CS0246: The type or namespace name
+`ITargetObject' could not be found. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(525,50): error CS0246: The type or namespace name
+`ITargetObject' could not be found. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(538,19): error CS0246: The type or namespace name
+`ITargetObject' could not be found. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(548,19): error CS0246: The type or namespace name
+`ITargetMemberInfo' could not be found. Are you missing a using directive
+or an assembly reference?
+./Gui/Pads/LocalsPad.cs(562,32): error CS0246: The type or namespace name
+`IVariable' could not be found. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(562,52): error CS0246: The type or namespace name
+`ITargetObject' could not be found. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(597,24): error CS0246: The type or namespace name
+`IVariable' could not be found. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(644,21): error CS0246: The type or namespace name
+`IVariable' could not be found. Are you missing a using directive or an
+assembly reference?
+./Gui/Pads/LocalsPad.cs(667,24): error CS0246: The type or namespace name
+`IVariable' could not be found. Are you missing a using directive or an
+assembly reference?
+Compilation failed: 19 error(s), 0 warnings
+make[2]: *** [../../build/AddIns/DebuggerAddIn/MonoDevelop.Debugger.dll]
+Error 1
+make[2]: Leaving directory `/home/hys545/MONO/monodevelop/Extras/
+DebuggerAddIn'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/home/hys545/MONO/monodevelop/Extras'
+make: *** [all-recursive] Error 1
+[root at localhost monodevelop]#
+
+
+Steps to reproduce the problem:
+1. I use mono.mcs.monodevelop-svn-51904
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list