[Mono-list] Re: [Mono-hackers-list] missing configure file?

Miguel de Icaza miguel@ximian.com
06 Jan 2002 16:20:35 -0500


> After reading quite a bit about the mono project, I am interested to "see it
> in action".  From my understanding (based on reading the mailing lists and
> the go-mono web page), I should be able to download a current snapshot and
> build it.  Unfortunately, I am running into trouble even getting started.  I
> have some familiarity with Linux/UNIX, but I primary develop on windows,
> where I am trying to build mono.

Building Mono on Windows is known to be hard.  Nick Drochak has been
trying to get a few build errors fixed, but we have not figured them
all.  Check the mailing list for details.

> Your daily snapshots seem to be missing the configure file under the mono
> directory (there is one there in the 0.7 release).  I tried using the old
> one from the 0.7 release, and it successfully ran, but the the "make"
> command mad errors in the io-layer directory.

The configure file is generated by the `autogen.sh' script.  Snapshots
only contain the master files, on the other hand the "releases" are
ready-to compile packages.

> Also, I was wondering:  are nant, etc. are able to run (without re-compile)
> under post-beta 2 versions of the .NET SDK?  I am running v1.0.3512.  I was
> able to compile mcs, but running it (or nant) gives me errors... it seemed
> to have trouble finding the right version of the system.dll library.  I have
> the beta 2 SDK somewhere, if it is not supposed to be forward compatible.

I think the Nant binary fails to run on RC0.  Someone posted a fix to
the mailing list for this, but most of us are still using Beta2, so we
have not bothered to upgrade Nant.exe

> Please forgive me if this is the wrong place to ask this, and forward this
> request on to the right person.

The mailing list usually works better, because this alias is moderated.

Miguel.