[Mono-bugs] [Bug 80062][Nor] Changed - gmcs fails to find existing assembly while linking

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 22 07:45:04 EDT 2007


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 rharinath at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80062

--- shadow/80062	2007-05-20 03:05:43.000000000 -0400
+++ shadow/80062.tmp.2958	2007-05-22 07:45:04.000000000 -0400
@@ -212,6 +212,26 @@
 ------- Additional Comments From slomo at circular-chaos.org  2007-05-20 03:05 -------
 Sorry, I highly doubt that this is a dup of bug #79811. This is from
 what I see caused by mono handling stuff in /usr/lib/mono/{1,2}.0
 different than normal GAC'ed libraries.
 
 IIRC Meebey talked with you about this on IRC some days ago...
+
+------- Additional Comments From rharinath at novell.com  2007-05-22 07:45 -------
+Ok, let me try to understand what's happening:
+
+* gtk# uses mcs and thus is linked against the 1.0 profile version of
+Mono.Cairo
+
+* you're using gtk# with gmcs
+
+* your source references a class from Mono.Cairo, thus requiring a
+reference to that dll
+
+* you don't seem to have Mono.Cairo 1.0 in the GAC (?)
+
+Can you try to reference the 1.0 profile version of the dll directly?
+ i.e, use
+
+  -r:/usr/lib/mono/1.0/Mono.Cairo.dll
+
+instead of compiling the source files.


More information about the mono-bugs mailing list