[Mono-list] Can't build class libraries?

J. Perkins jason@379.com
04 Nov 2002 14:39:59 -0500


I finally got mono to build from sources, but apparently the class
libraries are a different beast. I grabbed the latest source tarball
(can't access cvs from here - firewall) ran build-mono.sh which
succeeded. Installed the latest monocharge tarball, and was able to
build and run a few sample projects. Tried 'cd mono-03-Nov/02/mcs/class'
and 'make', which fails with:

MONO_PATH=../../class/lib: mono ../../mcs/mcs.exe --target library
--noconfig -o ../../class/lib/System.Xml.dll -r corlib -r System
@.response
System.Xml/XmlElement.cs(307) error CS0117: `System.Xml.XmlAttribute'
does not contain a definition for `SetOwnerElement'
System.Xml/XmlElement.cs(330) error CS0117: `System.Xml.XmlAttribute'
does not contain a definition for `SetOwnerElement'
Compilation failed: 2 error(s), 0 warnings
make[3]: *** [../../class/lib/System.Xml.dll] Error 1

Is this an error on my part?

Jason
379