[Mono-bugs] [Bug 21397] Changed - ./XmlNodeTextPositionMap.cs(127) error CS246: Cannot find type `XmlNode'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Mar 2002 19:22:06 -0000
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 storri@cs.wustl.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=21397
--- shadow/21397 Tue Mar 5 17:57:56 2002
+++ shadow/21397.tmp.2955 Thu Mar 7 14:22:06 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: Red Hat 7.2
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: storri@cs.wustl.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -43,6 +43,21 @@
I don't know what to say other than it compiles
How often does this happen?
Everytime
Additional Information:
+
+------- Additional Comments From storri@cs.wustl.edu 2002-03-07 14:22 -------
+This "bug" is more of a misunderstandin of how to compile C sharp files.
+The process now that I use for building nant is:
+
+mcs -o NAnt.exe echo src/*.cs
+
+The resulting errors/warnings are (nant-0.7.749.5625.zip):
+
+src/NAnt/Element.cs(60) error CS246: Cannot find type `XmlNode'
+/home/storri/src/mono/install/bin/mcs: line 2: 22781 Segmentation
+fault /home/storri/src/mono/install/bin/mono
+/home/storri/src/mono/install/bin/mcs.exe $*
+
+