[Mono-dev] olive build

olivier dufour olivier.duff at gmail.com
Mon May 28 06:04:47 EDT 2007


OK, found it and it compile with make now ;)

First error is just have to change in .bashrc ( shame on me ;( ) and make
find the gmcs. And second one is just to change assembly to have a good
signing of assembly with mono.snk.
And now all compile so I will commit it tonight.
thanks for help!

I am a big newby in linux and to be honnest I switch smoothly to linux
thanks to/for mono.
For moment, I am still with cygwin and VM to learned basic of linux but it
is hard to start when you start as developper on linux.Hope, I will get
better and understand how things work on linux side ;).

bye and thanks again,
olivier dufour

2007/5/28, Atsushi Eno <atsushi at ximian.com>:
>
> Hi,
>
> The error you are facing sounds strange. Does it still happen if you
> remove "gmcs" manually? Trying full clean build (make maintainer-
> clean, ./autogen.sh, make and make install) would mostly clean
> issues up.
>
> For the build error at Mono.JScript.Compiler, it is just about
> assembly signing issue (sn). I attached a fixed version of
> AssemblyInfo.cs (and removed non-English comments there).
>
> Atsushi Eno
>
> olivier dufour wrote:
> > Hi,
> >
> > OK, no issue.
> > In fact, I have never play with makefile. So, I just copy past and fill
> > what I think which need o be change. It compile on VS2005 so I think it
> > is ok with make too.
> >
> > I have an issue with my GMCS because. I have uninstall an old mono and
> > install new one.
> > And when I run make (with cygwin), it bug cause of it try to get old
> > MONO path (which is deleted).
> > So, I think there is an issue with environment variable or something
> > like that.
> > I hope I will have it working to see coding issue on make and repair it.
> >
> > If,someone can explain where is the call of gmcs in makefile because it
> > seems to call other makefile but I do not find where is gmcs call.
> >
> > bye,
> > Olivier Dufour
> >
> > 2007/5/28, Atsushi Eno < atsushieno at gmail.com
> > <mailto:atsushieno at gmail.com>>:
> >
> >     Hi,
> >
> >     I've removed Mono.JScript.Compiler from the build
> (olive/class/Makefile)
> >     since it does not build yet. Re-enable it when you got your assembly
> >     built fine on mono, not Visual Studio.
> >
> >     BTW great challenge :-)
> >
> >     Atsushi Eno
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
> using System.Reflection;
> using System.Runtime.CompilerServices;
> using System.Runtime.InteropServices;
>
> [assembly: AssemblyTitle("Mono.JScript.Compiler")]
> [assembly: AssemblyDescription("")]
> [assembly: AssemblyConfiguration("")]
> [assembly: AssemblyCompany("PepsiCo France")]
> [assembly: AssemblyProduct("Mono.JScript.Compiler")]
> [assembly: AssemblyCopyright("Copyright (c) PepsiCo France 2007")]
> [assembly: AssemblyTrademark("")]
> [assembly: AssemblyCulture("")]
>
> [assembly: ComVisible(false)]
>
> [assembly: Guid("bd021e21-0dfa-4ff9-a9d3-c66f81d30e1c")]
>
> [assembly: AssemblyVersion("1.0.0.0")]
> [assembly: AssemblyFileVersion("1.0.0.0")]
>
> [assembly: AssemblyDelaySign (true)]
> [assembly: AssemblyKeyFile("../mono.pub")]
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070528/e216cd9d/attachment.html 


More information about the Mono-devel-list mailing list