[Ironpython-users] Mono and Ironpython

Pratik Paranjape pratikparanjape at gmail.com
Tue Apr 24 01:06:11 CEST 2012


I installed mono from source...they laid out full 4.0 compiler support in
2.8.

But they also say this in road map for 2.12:
"Complete .NET 4.0 Core Support "

current is 2.10

is that possibly what I am missing? I can go in detail with dependencies if
they are listed somewhere....

Thanks again.




On Tue, Apr 24, 2012 at 4:20 AM, Slide <slide.o.mix at gmail.com> wrote:

> Do you have the 4.0 BCL and what not installed?
>
> slide
>
> On Mon, Apr 23, 2012 at 2:58 PM, Pratik Paranjape
> <pratikparanjape at gmail.com> wrote:
> > Thanks for reply.
> >
> > command I was using:
> > $> xbuild /p:Configuration=Release Solutions/IronPython.sln
> >
> > I checked common.proj, but I am not sure what platform to choose. CentOS
> > Mono 2.10.
> >
> > Error stack:
> >
> > Errors:
> >
> >
> /home/user/ironpysource/IronLanguages-main-77f5251/Solutions/IronPython.sln
> > (default targets) ->
> > (Build target) ->
> >
> /home/user/ironpysource/IronLanguages-main-77f5251/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj
> > (default targets) ->
> > /home/user/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
> >
> >     Generation/CompilerHelpers.cs(198,44): error CS1061: Type
> > `System.Reflection.MethodInfo' does not contain a definition for
> > `GetRuntimeBaseDefinition' and no extension method
> > `GetRuntimeBaseDefinition' of type `System.Reflection.MethodInfo' could
> be
> > found (are you missing a using directive or an assembly reference?)
> >     Utils/ReflectionUtils.cs(389,41): error CS0103: The name
> > `RuntimeReflectionExtensions' does not exist in the current context
> >     Utils/ReflectionUtils.cs(389,37): error CS1502: The best overloaded
> > method match for
> >
> `System.Collections.Generic.HashSet<System.Reflection.MethodInfo>.Add(System.Reflection.MethodInfo)'
> > has some invalid arguments
> >     Utils/ReflectionUtils.cs(389,37): error CS1503: Argument `#1' cannot
> > convert `object' expression to type `System.Reflection.MethodInfo'
> >     Utils/ReflectionUtils.cs(445,41): error CS0103: The name
> > `RuntimeReflectionExtensions' does not exist in the current context
> >     Utils/ReflectionUtils.cs(445,37): error CS1502: The best overloaded
> > method match for
> >
> `System.Collections.Generic.HashSet<System.Reflection.MethodInfo>.Add(System.Reflection.MethodInfo)'
> > has some invalid arguments
> >     Utils/ReflectionUtils.cs(445,37): error CS1503: Argument `#1' cannot
> > convert `object' expression to type `System.Reflection.MethodInfo'
> >     Utils/ReflectionUtils.cs(495,41): error CS0103: The name
> > `RuntimeReflectionExtensions' does not exist in the current context
> >     Utils/ReflectionUtils.cs(495,37): error CS1502: The best overloaded
> > method match for
> >
> `System.Collections.Generic.HashSet<System.Reflection.MethodInfo>.Add(System.Reflection.MethodInfo)'
> > has some invalid arguments
> >     Utils/ReflectionUtils.cs(495,37): error CS1503: Argument `#1' cannot
> > convert `object' expression to type `System.Reflection.MethodInfo'
> >
> >      2 Warning(s)
> >      10 Error(s)
> >
> >
> >
> >
> >
> >
> > On Tue, Apr 24, 2012 at 2:51 AM, Slide <slide.o.mix at gmail.com> wrote:
> >>
> >> Please post the build errors. IronPython.Mono.sln does not exist
> >> anymore, you should be able to use the normal sln file. You may need
> >> to set /p:Configuration="SOMETHING" /p:Platform="SOMETHING". To
> >> determine the SOMETHING's check the Common.csproj for the different
> >> configurations and platforms.
> >>
> >> slide
> >>
> >> On Mon, Apr 23, 2012 at 12:25 PM, Pratik Paranjape
> >> <pratikparanjape at gmail.com> wrote:
> >> > I am trying to install IronPython over Mono, on CentOS in my Home
> >> > folder.
> >> >
> >> >
> >> > Trying to follow instruction here:
> >> > https://github.com/IronLanguages/main/wiki/Building
> >> >
> >> >
> >> >
> >> >
> >> > But...IronPython.Mono.sln does not exist.
> >> >
> >> > Building with IronPython.sln gives errors.
> >> >
> >> > Am I doing something wrong or there are updated instructions
> somewhere?
> >> >
> >> > Thanks.
> >> >
> >> >
> >> > _______________________________________________
> >> > Ironpython-users mailing list
> >> > Ironpython-users at python.org
> >> > http://mail.python.org/mailman/listinfo/ironpython-users
> >> >
> >>
> >>
> >>
> >> --
> >> Website: http://earl-of-code.com
> >
> >
>
>
>
> --
> Website: http://earl-of-code.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120424/5ecc6fd5/attachment.html>


More information about the Ironpython-users mailing list