[Mono-bugs] [Bug 77851][Wis] New - ikvm-awt compile error(mono-svn 58169 & ikvm-cvs 2006-3-17)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Mar 19 19:27:42 EST 2006


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=77851

--- shadow/77851	2006-03-19 19:27:42.000000000 -0500
+++ shadow/77851.tmp.3486	2006-03-19 19:27:42.000000000 -0500
@@ -0,0 +1,95 @@
+Bug#: 77851
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: hys545 at dreamwiz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ikvm-awt compile error(mono-svn 58169 & ikvm-cvs 2006-3-17)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+[hys545 at localhost awt]$ nant
+NAnt 0.85 (Build 0.85.2269.0; dev; 03/19/2006)
+Copyright (C) 2001-2006 Gerry Shaw
+http://nant.sourceforge.net
+
+Buildfile: file:///home/hys545/ikvm/awt/awt.build
+Target framework: Mono 2.0 Profile
+Target(s) specified: awt
+
+
+awt:
+
+      [csc] Compiling 2 files to '/home/hys545/ikvm/bin/IKVM.AWT.WinForms.dll'.
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(323,40): warning CS0672:
+Member `ikvm.awt.NetToolkit.getFontMetrics(java.awt.Font)' overrides
+obsolete member `java.awt.Toolkit.getFontMetrics(java.awt.Font)'. Add the
+Obsolete attribute to `ikvm.awt.NetToolkit.getFontMetrics(java.awt.Font)'
+      [csc] /home/hys545/ikvm/bin/IKVM.GNU.Classpath.dll:
+`java.awt.Toolkit.getFontMetrics(java.awt.Font)', name of symbol related to
+previous warning
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(115,12): warning CS0219: The
+variable `p' is assigned but its value is never used
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(132,11): warning CS0219: The
+variable `p' is assigned but its value is never used
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(1351,55): warning CS0612:
+`java.awt.Component.getPeer()' is obsolete
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(1355,42): warning CS0612:
+`java.awt.Component.getPeer()' is obsolete
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(1359,43): warning CS0612:
+`java.awt.Component.getPeer()' is obsolete
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(1670,25): warning CS0612:
+`java.awt.Graphics.getClipRect()' is obsolete
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(641,38): warning CS0612:
+`java.awt.Component.getPeer()' is obsolete
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(649,56): warning CS0612:
+`java.awt.Component.getPeer()' is obsolete
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(966,11): warning CS0612:
+`ikvm.awt.NetGraphics.getClipRect()' is obsolete
+      [csc] /home/hys545/ikvm/awt/toolkit.cs(974,32): error CS0121: The
+call is ambiguous between the following methods or properties:
+`java.lang.Object.clone()' and `java.lang.Object.clone()'
+      [csc] /home/hys545/ikvm/bin/IKVM.GNU.Classpath.dll:
+`java.lang.Object.clone()', name of symbol related to previous error
+      [csc] /home/hys545/ikvm/bin/IKVM.GNU.Classpath.dll:
+`java.lang.Object.clone()', name of symbol related to previous error
+      [csc] /home/hys545/ikvm/bin/IKVM.GNU.Classpath.dll:
+`java.lang.Object.clone()', name of symbol related to previous error
+      [csc] Compilation failed: 1 error(s), 10 warnings
+
+BUILD FAILED - 0 non-fatal error(s), 15 warning(s)
+
+/home/hys545/ikvm/awt/awt.build(5,10):
+External Program Failed: /usr/lib/pkgconfig/../../lib/mono/2.0/gmcs.exe
+(return code was 1)
+
+Total time: 16.5 seconds.
+
+[hys545 at localhost awt]$                         
+
+Steps to reproduce the problem:
+1. I install mono-svn 58169 & ikvm-cvs 2006-3-17
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list