[Mono-list] CVS compile errors :(

Rodolfo Campero rodolfocampero@hotmail.com
Mon, 03 May 2004 00:45:06 +0000


Thanks a lot Pablo, it worked!


>From: Pablo Baena <pbaena@uol.com.ar>
>To: mono-list@lists.ximian.com
>Subject: Re: [Mono-list] CVS compile errors :(
>Date: Sun, 2 May 2004 07:30:39 +0000
>
>Try automake1.7. Worked for me-
>
>
>
>On Friday 30 April 2004 23:29, Rodolfo Campero wrote:
> > I tried to update my installation to the lastest CVS, in order to see if 
>I
> > have the same problem that Andrew, but I'm stuck in an earlier step:
> >
> > $ ./autogen.sh --prefix=/usr/local
> > Running libtoolize...
> > Running aclocal  ...
> > Running autoheader...
> > configure.in:681: warning: AC_TRY_RUN called without default to allow 
>cross
> > compiling
> > configure.in:781: warning: AC_TRY_RUN called without default to allow 
>cross
> > compiling
> > Running automake --gnu  ...
> > runtime/Makefile.am:9: invalid variable `dist_monobins_DATA'
> > runtime/net_1_1/Makefile.am:81: invalid variable `dist_assemblies_DATA'
> > runtime/net_1_1/Makefile.am:73: invalid variable `dist_corlib_DATA'
> > runtime/net_2_0/Makefile.am:81: invalid variable `dist_assemblies_DATA'
> > runtime/net_2_0/Makefile.am:73: invalid variable `dist_corlib_DATA'
> > **Error**: automake failed.
> >
> > I have a fresh Mandrake 10 CE install.
> > $ pkg-config --version
> > 0.15.0
> > $ automake --version
> > automake (GNU automake) 1.4-p6
> > $ autoconf --version
> > Autoconf version 2.13
> >
> > Does anyone have a clue about this? Do I need a newer automake?
> >
> > Another question: do you know where can I found an rpm with gtkhtml3 for
> > mdk10?
> >
> > TIA,
> > Rodolfo
> >
> > >From: "Andrew Arnott" <AndrewArnott@byu.edu>
> > >To: "Rodolfo Campero"
> > > <rodolfocampero@hotmail.com>,<spouliot@videotron.ca>,
> > > <mono-list@lists.ximian.com>
> > >Subject: RE: [Mono-list] CVS compile errors :(
> > >Date: Fri, 30 Apr 2004 13:40:27 -0600
> > >
> > >I tried downloading a MonoLite, then a MonoCharge, and finally the 
>whole
> > >mono snapshot of the day.  Now I have the binaries to the latest
> > >mscorlib.dll and mcs.exe, but mcs.exe won't run because the runtime
> > >(mono) is out of sync with mscorlib.dll I cannot find the mono
> > >executable anywhere in the snapshot (it's not with the other .exe's in
> > >the snapshot).  How can I get a binary of the latest runtime?  How can 
>I
> > >compile it with a broken compiler?
> > >
> > >Sorry for the newbie'ish questions.
> > >
> > >-----Original Message-----
> > >From: Rodolfo Campero [mailto:rodolfocampero@hotmail.com]
> > >Sent: Friday, April 30, 2004 1:30 PM
> > >To: Andrew Arnott; spouliot@videotron.ca; mono-list@lists.ximian.com
> > >Subject: RE: [Mono-list] CVS compile errors :(
> > >
> > >You can pick a binary snapshot from http://www.go-mono.com/daily/
> > >In your case, maybe a monolite will do, but if it's not enaugh download
> > >a
> > >monocharge.
> > >
> > > >From: "Andrew Arnott" <AndrewArnott@byu.edu>
> > > >To: <spouliot@videotron.ca>, <mono-list@lists.ximian.com>
> > > >Subject: RE: [Mono-list] CVS compile errors :(
> > > >Date: Fri, 30 Apr 2004 13:12:53 -0600
> > > >
> > > >So this is my round-robin problem.  I can't compile the new
> > >
> > >mscorlib.dll
> > >
> > > >or mcs.exe because I am using the old one (0.31.00) to compile the 
>new
> > > >ones.  The old one can't manage it because of the bug.  I can't get 
>the
> > > >new one because it won't compile.  How can this be solved?  Do I just
> > > >need to get a built copy from someone?  (will someone volunteer?)
> > > >
> > > >
> > > >
> > > >Thanks.
> > > >
> > > >
> > > >
> > > >________________________________
> > > >
> > > >From: Sebastien Pouliot [mailto:spouliot@videotron.ca]
> > > >Sent: Friday, April 30, 2004 9:01 AM
> > > >To: Andrew Arnott; mono-list@lists.ximian.com
> > > >Subject: RE: [Mono-list] CVS compile errors :(
> > > >
> > > >
> > > >
> > > >Andrew
> > > >
> > > >
> > > >
> > > >You get this because you have an older mscorlib.dll or mcs.exe (which
> > > >had that bug).
> > > >
> > > >That may come from a previous Mono installation (like 0.31).
> > > >
> > > >
> > > >
> > > >Sebastien Pouliot
> > > >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 Andrew Arnott
> > > >	Sent: 30 avril 2004 09:19
> > > >	To: mono-list@lists.ximian.com
> > > >	Subject: [Mono-list] CVS compile errors :(
> > > >
> > > >	So this is my first time compiling CVS.  I finally read the
> > > >INSTALL file and found out I have to run ./autoconf before building.
> > > >Well, that worked well enough.  But "make fullbuild" crashes with an
> > > >exception thrown by mcs.  I get this (after the memory warnings
> > > >mentioned in my previous email).  Can you tell me what I'm doing 
>wrong?
> > > >
> > > >
> > > >
> > > >	Unhandled Exception: System.NullReferenceException: A null value
> > > >was found where an object instance was required.
> > > >
> > > >	In <0x0002e>
> > > >Mono.Security.Cryptography.CryptoConvert:ToCapiKeyBlob
> > > >(System.Security.Cryptography.RSA,bool)
> > > >
> > > >	In <0x00032> Mono.Security.StrongName:get_PublicKey ()
> > > >
> > > >	In <0x00769> System.Reflection.Emit.AssemblyBuilder:Save
> > > >(string)
> > > >
> > > >	In <0x00036> Mono.CSharp.CodeGen:Save (string)
> > > >
> > > >	In <0x014cb> Mono.CSharp.Driver:MainDriver (string[])
> > > >
> > > >	In <0x00020> Mono.CSharp.Driver:Main (string[])
> > >
> > >_________________________________________________________________
> > >MSN 8 with e-mail virus protection service: 2 months FREE*
> > >http://join.msn.com/?page=features/virus
> > >
> > >
> > >
> > >_______________________________________________
> > >Mono-list maillist  -  Mono-list@lists.ximian.com
> > >http://lists.ximian.com/mailman/listinfo/mono-list
> >
> > _________________________________________________________________
> > STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> > _______________________________________________
> > 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

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail