[Mono-list] Build error on linux

Piers Haken piersh@friskit.com
Thu, 15 Aug 2002 13:16:45 -0700


Is anyone else seeing this? It looks like the self-hosting corlib build
is broken.

Piers.

server@litmus:~/mono/mcs/class/corlib$ make -f makefile.gnu
MONO_PATH= mono ../../mcs/mcs.exe --target library --noconfig -o
../lib/corlib.dll --unsafe --nostdlib @.response
./System/Array.cs(505) error CS0117: `System.Array' does not contain a
definition for `GetType'
./System/Array.cs(506) error CS0117: `System.Array' does not contain a
definition for `GetType'
./System/Array.cs(508) error CS0165: Use of unassigned local variable
`src_type'
./System/Array.cs(508) error CS0165: Use of unassigned local variable
`dst_type'

Compilation failed: 4 error(s), 0 warnings
make: *** [../lib/corlib_mcs.dll] Error 1