[Mono-devel-list] Compiling from CVS
Met @ Uber
met at uberstats.com
Wed Nov 19 01:16:00 EST 2003
On Wed, 2003-11-19 at 00:48, Met @ Uber wrote:
> I keep finding conflicting instructions on how to install Mono via CVS.
> The Wiki says something different than the README's. So what's correct?
>
> I'm running Mono-0.28 (release) from source. I have checked out the
> latest from CVS (not through Anon in case that's a problem), and have
> tried two things:
>
> 1) The Mono/MCS Install & Readme directions
> cd mono
> ./autogen --prefix=/usr/local
> make fullbuild
>
> >> errors out with ::
> >> Your mono runtime and corlib are out of sync.
> >> Corlib is: mscorlib
>
> 2) Mono Wiki directions
> cd mcs
> ./autogen --prefix=/usr/local
> make
>
> >> errors out with ::
> >> Your mono runtime and corlib are out of sync.
> >> Corlib is: mscorlib
>
> make install (etc etc etc)
>
> I know I'm the XXX person to ask, but I don't know. Documentation
> should be unified, and I should be more willing to hit my head on the
> wall figuring this out.
>
> Help ?
>
> Thanks in advance,
>
> ~ Matthew
I'm tired, so forgive me.
I also tried :: make PROFILE="atomic" :: within MCS. No such luck,
generated errors.
===
mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB /lib:/usr/local/lib -g
/noconfig /unsafe /nostdlib /target:library
/out:../../class/lib/mscorlib.dll @../../build/deps/corlib.dll.response
System.Security.Cryptography/HMACSHA1.cs(110) error CS0246: Cannot find
type `HMAC'
===
I'm sure there's something I'm missing... and its probably looking
directly at me laughing
~ Matthew
More information about the Mono-devel-list
mailing list