[Mono-bugs] [Bug 69553][Wis] Changed - mcs recommends -r:gtk-sharp, which no longer works.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Nov 2004 08:40:09 -0500 (EST)
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 iain@mccoy.id.au.
http://bugzilla.ximian.com/show_bug.cgi?id=69553
--- shadow/69553 2004-11-16 08:30:33.000000000 -0500
+++ shadow/69553.tmp.28369 2004-11-16 08:40:09.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Compilers
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: iain@mccoy.id.au
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -23,6 +23,19 @@
users on a fairly regular basis, according to list traffic.
------- Additional Comments From iain@mccoy.id.au 2004-11-16 08:30 -------
Created an attachment (id=13245)
the simplest thing that could possibly work
+
+------- Additional Comments From iain@mccoy.id.au 2004-11-16 08:40 -------
+I just attached a fix that solves the issue in the simplest way
+possible (short of removing the feature). It's a patch against the
+trunk, but I suspect it will apply cleanly against the 1.0 branch and
+even if it doesn't it's a pretty trivial fix.
+
+It would be nice to have something more fancy, for instance see if
+there is an assembly in the GAC with the same name as the namespace
+and if so recommend -r:, otherwise map namespace->package by a search
+of the pkg-config database and recommend -pkg:, but that would be
+rather complicated and wouldn't actually gain much, so I didn't even
+look seriously at implementing it.