[Mono-list] Error compiling MCS

Ales Vojacek alesv@fbl.cz
Tue, 24 Sep 2002 23:14:19 +0200


When I try /mcs/make -f makefile.gnu
There is error:

make[2]: Entering directory `/home/alesv/mono/mcs/class/System.Web.Services'
MONO_PATH=../../class/lib: mono ../../mcs/mcs.exe --target
library --noconfig -o ../../class/lib/Sys
tem.Web.Services.dll -r corlib -r System.Xml -r System.EnterpriseServices -r
System.Web -r System @.
response
error CS0006: Cannot find assembly `System.EnterpriseServices'
Log:

error CS0006: Cannot find assembly `System.Web'
Log:

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

But there are files ../../class/lib/System.EnterpriseServices.dll and
../../class/lib/System.Web.dll

Where can be a problem?
Ales