[Mono-bugs] [Bug 75487][Wis] New - compile error
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 6 04:58:02 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=75487
--- shadow/75487 2005-07-06 04:58:02.000000000 -0400
+++ shadow/75487.tmp.17373 2005-07-06 04:58:02.000000000 -0400
@@ -0,0 +1,66 @@
+Bug#: 75487
+Product: Mono: Debugger
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: cli
+AssignedTo: toshok at ximian.com
+ReportedBy: hys545 at dreamwiz.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: compile error
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+aking all in wrapper
+make[2]: Entering directory `/home/hys545/MONO/debugger/wrapper'
+sed -e 's^\@onedir\@^/usr/lib/mono/1.0^g' < ./mdb.in > mdb.tmp \
+&& mv mdb.tmp mdb
+sed -e 's^\@libdir\@^/usr/lib^g' \
+-e 's^\@prefix\@^/usr^g' \
+< ./AssemblyInfo.cs.in > assinfo.tmp \
+&& mv assinfo.tmp AssemblyInfo.cs
+/usr/bin/mcs -target:library -out:Mono.Debugger.dll -debug -define:DEBUG -
+nowarn:0169,0067 -keyfile:../wrapper/mono.snk -r:Mono.GetOptions -r:Mono.
+CompilerServices.SymbolWriter ../arch/*.cs ../backends/*.cs ../backends/
+classes/*.cs ../backends/mono/*.cs ../backends/native/*.cs ../backends/
+ptrace/*.cs ../classes/*.cs ../interfaces/*.cs AssemblyInfo.cs
+../arch/DwarfFrameReader.cs(79) warning CS0162: Unreachable code detected
+Compilation succeeded - 1 warning(s)
+/usr/bin/mcs -out:mdb.exe -r:Mono.GetOptions -r:Mono.CompilerServices.
+SymbolWriter -r:./Mono.Debugger.dll ../frontend/CL.cs ../frontend/Command.
+cs ../frontend/Completer.cs ../frontend/DebuggerTextWriter.cs ../frontend/
+Expression.cs ../frontend/GnuReadLine.cs ../frontend/IExpressionParser.cs
+../frontend/Interpreter.cs ../frontend/Main.cs ../frontend/MyTextReader.cs
+ ../frontend/ScriptingContext.cs ../frontend/Style.cs ../frontend/
+CSharpExpressionParser.cs ../frontend/CSharpTokenizer.cs AssemblyInfo.cs-
+debug -define:DEBUG -nowarn:0169,0067
+../frontend/Style.cs(232) error CS0117: `Mono.Debugger.Languages.
+ITargetFieldInfo' does not contain a definition for `HasConstValue'
+../frontend/Style.cs(233) error CS0117: `Mono.Debugger.Languages.
+ITargetFieldInfo' does not contain a definition for `GetConstValue'
+Compilation failed: 2 error(s), 0 warnings
+
+
+Steps to reproduce the problem:
+1. I update svn 46985
+2. I use svn mono./mcs 46985
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list