[Mono-list] Building from CVS doesn't work

Andy Satori dru@satori-assoc.com
Fri, 30 Jan 2004 15:47:26 -0500


hmm, this is the same error I was seeing on OS X...


On Jan 30, 2004, at 11:05 AM, Sebastien Pouliot wrote:

> For this error to appear you (strangely) do not seems to define either
> NET_1_1 or NET_1_0 (HMAC class being only present in 1.2).
> Are you sure all your makefiles are in synch with CVS ?
>
> Sebastien Pouliot
> home: spouliot@videotron.ca
> blog: http://pages.infinit.net/ctech/poupou.html
>
>
> -----Original Message-----
> From: mono-list-admin@lists.ximian.com
> [mailto:mono-list-admin@lists.ximian.com]On Behalf Of Pieter Laeremans
> Sent: 30 janvier 2004 10:57
> To: mono-list@lists.ximian.com
> Subject: [Mono-list] Building from CVS doesn't work
>
>
>
> I've get an error every time I'm trying to build mono from cvs.
> First I've installed mono 0.28 on my system.  Which worked.  I can
> compile a simple .cs file.
>
>
> Then  I 've got mono and mcs from cvs but when I try a fullbuild I get
> the following result :
>
> pieter@hades:~/mono/mono$ make fullbuild
> rm ../mcs/class/lib/mscorlib.dll ../mcs/mcs/mcs.exe runtime/*dll
> runtime/*.exe > /dev/null 2>&1; echo
>
> (cd ../mcs/jay; make)
> make[1]: Entering directory `/home/pieter/mono/mcs/jay'
> make[1]: Leaving directory `/home/pieter/mono/mcs/jay'
> (cd ../mcs/mcs; make MCS=mcs BOOTSTRAP_MCS=mcs)
> make[1]: Entering directory `/home/pieter/mono/mcs/mcs'
> mcs   /lib:/usr/local/lib -g /target:exe /out:mcs.exe AssemblyInfo.cs
> anonymous.cs assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs
> class.cs codegen.cs const.cs constant.cs convert.cs decl.cs delegate.cs
> enum.cs ecore.cs expression.cs flowanalysis.cs genericparser.cs
> interface.cs iterators.cs literal.cs location.cs modifiers.cs
> namespace.cs parameter.cs pending.cs report.cs rootcontext.cs
> statement.cs support.cs typemanager.cs symbolwriter.cs tree.cs
> cs-parser.cs
> Compilation succeeded
> make[1]: Leaving directory `/home/pieter/mono/mcs/mcs'
> (cd ../mcs/class/corlib; make MCS=mcs BOOTSTRAP_MCS=mcs)
> make[1]: Entering directory `/home/pieter/mono/mcs/class/corlib'
> 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'
> Compilation failed: 1 error(s), 0 warnings
> make[1]: *** [../../class/lib/mscorlib.dll] Error 1
> make[1]: Leaving directory `/home/pieter/mono/mcs/class/corlib'
> make: *** [mcs-tree-safe-build] Error 2
>
>
> What am I doing wrong ?
>
> thanks in advance,
>
> Pieter
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>