mail-archives/mono-bugs/2003-August/007115.html

100 строки
3.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 47853][Nor] Changed - invalid CS0246 with using a namespace of another file
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="007114.html">
<LINK REL="Next" HREF="007116.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 47853][Nor] Changed - invalid CS0246 with using a namespace of another file
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 47853][Nor] Changed - invalid CS0246 with using a namespace of another file">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Mon, 25 Aug 2003 11:01:49 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="007114.html">[Mono-bugs] [Bug 47822][Nor] Changed - Wrong IL code for unboxing struct from interface type
</A></li>
<LI> Next message: <A HREF="007116.html">[Mono-bugs] [Bug 47681][Nor] Changed - Invalid generated IL
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7115">[ date ]</a>
<a href="thread.html#7115">[ thread ]</a>
<a href="subject.html#7115">[ subject ]</a>
<a href="author.html#7115">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:martin@ximian.com.">martin@ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=47853">http://bugzilla.ximian.com/show_bug.cgi?id=47853</A>
--- shadow/47853 2003-08-24 13:23:54.000000000 -0400
+++ shadow/47853.tmp.9000 2003-08-25 11:01:49.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 47853
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
ReportedBy: <A HREF="mailto:japj@xs4all.nl">japj@xs4all.nl</A>
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
TargetMilestone: ---
@@ -61,6 +61,17 @@
When I try to compile them with mcs(0.26) test.cs n1.cs I get a
test.cs(8) error CS0246: Cannot find type `T1'
Compilation failed: 1 error(s), 0 warnings
If I try to compile this with csc it goes ok.
+
+------- Additional Comments From <A HREF="mailto:martin@ximian.com">martin@ximian.com</A> 2003-08-25 11:01 -------
+Works fine for me, no matter whether I use
+
+ mcs B.cs C.cs
+
+or
+
+ mcs /target:library B.cs
+ mcs /r:B.dll C.cs
+
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="007114.html">[Mono-bugs] [Bug 47822][Nor] Changed - Wrong IL code for unboxing struct from interface type
</A></li>
<LI> Next message: <A HREF="007116.html">[Mono-bugs] [Bug 47681][Nor] Changed - Invalid generated IL
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7115">[ date ]</a>
<a href="thread.html#7115">[ thread ]</a>
<a href="subject.html#7115">[ subject ]</a>
<a href="author.html#7115">[ author ]</a>
</LI>
</UL>
</body></html>