[Mono-list] building mcs

Alex James alex00james@adelphia.net
Thu, 7 Nov 2002 15:08:16 -0500


After installing monocharge, i am trying to re-biuld out of cvs.  I am
getting this error:

make[2]: Entering directory `/home/alex/mcs/class/System.Web'
cat list |egrep '\.cs$' >.response
touch library-deps.stamp
MONO_PATH=../../class/lib: mono ../../mcs/mcs.exe --target
library --noconfig -o
 ../../class/lib/System.Web.dll -r corlib -r System -r System.Drawing -r
System.
Xml @.response
error CS0006: Cannot find assembly `System.Drawing'
Log:

Compilation failed: 1 error(s), 0 warnings
make[2]: *** [../../class/lib/System.Web.dll] Error 1
make[2]: Leaving directory `/home/alex/mcs/class/System.Web'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/alex/mcs/class'


I also got this error when compiling the system.data part of mcs, but that
was
solved by copying (a copy of) the dll out of /lib to the
mcs/class/system.data folder.
But now the same type of thing is happening.  Why is it not looking in
/install/lib (folder)?
I am running cygwin, with path set for /home/alex/install/bin + /lib.
Thanks.

Alex