Bugzilla – Bug 315920
[regression] mcs can no longer compile IKVM
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by vargaz@freemail.hu 2004-08-30 17:02:17 MST ---- mcs can no longer compile the latest ikvm snapshot: http://www.frijters.net/ikvm.zip To reproduce: - download the package - go to ikvm/runtime - mcs /target:library /r:System.Xml -unsafe *.cs Expected results: success Actual results: remapper.cs(770) error CS0246: Could not find attribute 'XmlAttribute' (are youmissing a using directive or an assembly reference ?) remapper.cs(875) error CS0246: Could not find attribute 'XmlAttribute' (are youmissing a using directive or an assembly reference ?) remapper.cs(887) error CS0246: Could not find attribute 'XmlElement' (are you missing a using directive or an assembly reference ?) remapper.cs(873) error CS0246: Could not find attribute 'XmlAttribute' (are youmissing a using directive or an assembly reference ?) remapper.cs(839) error CS0246: Could not find attribute 'XmlAttribute' (are youmissing a using directive or an assembly reference ?) remapper.cs(883) error CS0246: Could not find attribute 'XmlElement' (are you missing a using directive or an assembly reference ?) ... I tracked this down to the following patch: http://lists.ximian.com/archives/public/mono-patches/2004-August/045340.html In particular, this line: - if (a.ResolveType (ec, false) == t) + if (a.ResolveType (ec, complain) == t) Unknown operating system unknown. Setting to default OS "Other".