[Mono-bugs] [Bug 78286][Wis] Changed - mcs should not give strange
errors when referencing a dll linked against the 2.0 profile
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 4 08:33:46 EDT 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78286
--- shadow/78286 2006-05-04 08:22:04.000000000 -0400
+++ shadow/78286.tmp.14725 2006-05-04 08:33:46.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 78286
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details: Ubuntu Linux Dapper Drake Beta
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: jo.vermeulen at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: System.ArgumentException: Path is invalid when compiling
+Summary: mcs should not give strange errors when referencing a dll linked against the 2.0 profile
Description of Problem:
Compiling a project of mine, which used to compile fine on Ubuntu Breezy,
now gives problems on Ubuntu Dapper.
@@ -208,6 +208,15 @@
Please re-open the bug if you can reproduce it with a saner environment.
------- Additional Comments From jo.vermeulen at gmail.com 2006-05-04 08:22 -------
It works when I use gmcs instead of mcs... Is this necessary? This
means I must edit my Makefile to use gmcs instead of mcs. But then it
doesn't work on .NET 1.1 anymore?
+
+------- Additional Comments From rharinath at novell.com 2006-05-04 08:33 -------
+I think I understand now. Sorry for not catching on earlier.
+
+You're using -pkg:nemerle. nemerle now makes extensive use of the
+generics features of the .NET 2.0 runtime.
+
+So, yes, I believe you need to use 'gmcs' when using nemerle compiled
+dlls. Retitling bug
More information about the mono-bugs
mailing list