Mono 2.8 just came out yesterday.  You don't have to wait for your
distro to package it up.  Building official source releases are as
easy as ./configure && make && make install. I just did it last night.

On Oct 8, 7:23 am, Sampo Vuori <sampo.vu...@gmail.com> wrote:
> Hello,
> I would be very interested in getting clojure-clr to work on mono. To
> me, mono would be a nice platform as it has access to many libraries I
> would like to use (and jvm doesn't) but there is not a single good
> lisp implementation which would work on top of mono! So I would really
> like to get clojure working on it.
>
> Bear with me as I'm not too well versed with the clr/mono/monodevelop
> yet.. I have mono 2.4 installed and monodevelop 2.2.1. I downloaded
> clojure-clr and DLR. The newest DLR from the version control doesn't
> work, since it doesn't have DLR_Main/Runtime/Microsoft.Scripting.Core/
> Microsoft.Scripting.ExtensionAttribute.csproj anymore.. So I
> downloaded the older one. I open the solution file in monodevelop and
> try to compile it.. I get following error messages (among others):
>
> Warning: The reference 'System.Core, Version=3.5.0.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089' is not valid for the target framework
> of the project. (Microsoft.Scripting)
> Warning: Assembly 'mscorlib, Version=2.0.5.0, Culture=neutral,
> PublicKeyToken=7cec85d7bea7798e' not found. Make sure that the
> assembly exists in disk. If the reference is required to build the
> project you may get compilation errors. (Microsoft.Scripting)
> Warning: Assembly 'System, Version=2.0.5.0, Culture=neutral,
> PublicKeyToken=7cec85d7bea7798e' not found. Make sure that the
> assembly exists in disk. If the reference is required to build the
> project you may get compilation errors. (Microsoft.Scripting)
>
> etc. Anyone know how to get over these? Anyone got further? Is Mono
> 2.4 too old?
>
> Thanks,
>
> - Sampo

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to