[Mono-bugs] [Bug 75636][Wis] New - ikvm awt doesn't build
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 26 07:07:27 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 goetz.waschk at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75636
--- shadow/75636 2005-07-26 07:07:27.000000000 -0400
+++ shadow/75636.tmp.8772 2005-07-26 07:07:27.000000000 -0400
@@ -0,0 +1,77 @@
+Bug#: 75636
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details: Mandriva Cooker i586
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: goetz.waschk at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ikvm awt doesn't build
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+With mono 1.1.8.2, the awt part of ikvm 0.18.0.0 doesn't build.
+
+Steps to reproduce the problem:
+1. get the ikvm sources from http://sf.net/projects/ikvm
+2. cd awt
+3. nant
+
+Actual Results:
+
+[goetz at n5 awt]$ nant
+NAnt 0.85 (Build 0.85.1932.0; rc3; 16.04.2005)
+Copyright (C) 2001-2005 Gerry Shaw
+http://nant.sourceforge.net
+
+Buildfile: file:///tmp/BUILD/ikvm/awt/awt.build
+Target framework: Mono 1.0 Profile
+Target(s) specified: awt
+
+
+awt:
+
+/tmp/BUILD/ikvm/awt/awt.build(9,14): Element <includes... /> for
+<assemblyfileset... /> is deprecated. Use <include> element instead.
+/tmp/BUILD/ikvm/awt/awt.build(6,14): Element <includes... /> for
+<fileset... /> is deprecated. Use <include> element instead.
+ [csc] Compiling 2 files to '/tmp/BUILD/ikvm/bin/IKVM.AWT.WinForms.dll'."
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(75) warning CS0219: The variable
+'p' is assigned but its value is never used
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(92) warning CS0219: The variable
+'p' is assigned but its value is never used
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(1346) warning CS0612:
+'java.awt.Component.getPeer()' is obsolete
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(1350) warning CS0612:
+'java.awt.Component.getPeer()' is obsolete
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(1354) warning CS0612:
+'java.awt.Component.getPeer()' is obsolete
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(636) warning CS0612:
+'java.awt.Component.getPeer()' is obsolete
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(644) warning CS0612:
+'java.awt.Component.getPeer()' is obsolete
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(961) warning CS0612:
+'ikvm.awt.NetGraphics.getClipRect()' is obsolete
+ [csc] /tmp/BUILD/ikvm/awt/toolkit.cs(969) error CS1501: No overload
+for method `clone' takes `0' arguments
+ [csc] Compilation failed: 1 error(s), 8 warnings
+
+
+Expected Results:
+build of the AWT dll.
+
+How often does this happen?
+always
+
+Additional Information:
+
+It was reported to the ikvm bug tracker and closed as a Mono bug.
More information about the mono-bugs
mailing list