[IronPython] Arright dangit! Where is the OFFICIAL IronPython source code?

Steve Dower s.j.dower at gmail.com
Mon Feb 21 22:48:43 CET 2011


Ubuntu doesn't have the latest version of Mono, which is required for
the .NET 4.0 equivalent compiler (dmcs). You would have to build Mono
from sources to get it. Alternatively, most other distributions seem
to use the latest version (in particular, OpenSUSE and RHEL are
actively supported by Mono). You can get a ready-made OpenSUSE VM from
the Mono site.

You may not even need to build IronPython using Mono. I'm using
msbuild binaries on OpenSUSE at the moment and haven't had any issues
(yet).

Also, buying a Mac for testing appears to be the only option, since
they don't allow the use of MacOS in VMs (legally, anyway). (I'm sure
that will be taken into consideration when setting up CI, right...?)

On Tue, Feb 22, 2011 at 08:41, Vernon Cole <vernondcole at gmail.com> wrote:
> I agree with all of  you.  I was trying to get something that works in the
> default case (no switches, IronPython on Windows).
> I am not really equipped to test the other options. I'ld like to, but I'm
> not going to run out and buy a Mac just to test on.  (If only I could.)
> If it only works in the default case, but not the edges, it's better than
> not working at all, IMHO.
>
> I'll spend more time working on it, then learn to make a patch file (last
> time I tried, Mark could not read it, and I ended up sending him the whole
> text) and re-submit.
>
> Will someone please volunteer to help me figure out why I can't build IPy on
> Ubuntu?  I'll pay the phone/connection charges.
> --
> Vernon
>
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>



More information about the Ironpython-users mailing list