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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
