Sorry i did not write, that a renamed these files in makefile too. Ales ----- Original Message ----- From: "Ales Vojacek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 10:42 AM Subject: Re: [Mono-list] Error compiling MCS
> When I renamed file System.EnterpriseServices.dll to > SystemEnterpriseServices.dll > and System.Web.dll to SystemWeb, then compile done ok. > May it be an error in compiler????????? > Ales > > ----- Original Message ----- > From: "Andrew Birkett" <[EMAIL PROTECTED]> > To: "Ales Vojacek" <[EMAIL PROTECTED]> > Cc: "mono-list" <[EMAIL PROTECTED]> > Sent: Wednesday, September 25, 2002 9:40 AM > Subject: Re: [Mono-list] Error compiling MCS > > > > On Tue, 2002-09-24 at 22:14, Ales Vojacek wrote: > > > MONO_PATH=../../class/lib: mono ../../mcs/mcs.exe --target > > > error CS0006: Cannot find assembly `System.EnterpriseServices' > > > error CS0006: Cannot find assembly `System.Web' > > > > Hmm, it looks like the $MONO_PATH environment variable isn't working as > > planned. It should be telling 'mono' to look for dlls in > > ../../class/lib rather than just the installed version's 'lib' directory > > (which is what appears to be happening). > > > > For now, follow the instructions at: > > > > > http://lists.ximian.com/archives/public/mono-list/2002-September/001913.html > > > > And at the point where you get the above error message, copy > > System.Web.dll and System.EnterpriseServices.dll from ../../class/lib > > into your $(mono_cvs_install_dir)/lib. Hopefully that should let you > > bootstrap. > > > > Andrew > > > > > > > > _______________________________________________ > > Mono-list maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/mono-list > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
