[Mono-list] Referenced DLLs with spaces in names (xsp)

Henning Westerholt henning@skalatan.de
Wed, 23 Apr 2003 19:48:32 +0200


Am Mittwoch, 23. April 2003 19:01 schrieb Stuart Ballard:
> Gonzalo Paniagua Javier wrote:
> > El mi=E9, 23 de 04 de 2003 a las 17:27, Stuart Ballard escribi=F3:
> >
> > Can you, please, try the CVS version?
>
> Okay, I think I must be missing something terribly obvious, but I can't
> for the life of me find instructions for building from CVS anywhere on
> the website.

Hi,=20
the file "README.building" in the mcs dir provides some informations.


> I've checked out mono and mcs, but neither contains a "configure" script
> or a makefile so the usual "./configure; make; make install" isn't going
> to cut it. I have a feeling I need to do some autotools-related magic,
> but I don't know what the correct sequence is.

To configure mono from cvs, you must execute "./autogen.sh". MCS can be sim=
ple=20
build with "make -f makefile.gnu".


> I also don't know what the requirements for building are, and I can't
> find that documented anywhere either.

Look at this page:
http://www.go-mono.org/mono-beginning/x70.html

> I installed my existing 0.23 with an "apt-get install mono", so building
> from scratch is a little new for me :) Can I also skip the "make
> install" step and run mono directly from the build directory to avoid
> messing up my existing installation? Will it know the right place to
> find its libraries and machine.config file?
>
> Thanks,
> Stuart.

There is a auto build script in the mono/doc directory that checks the need=
ed=20
dependencies. Configure reports also if something is missed in your=20
environment.

=46eel free to drop me a mail, if you need more help...


Greetings,

Henning