dmiller writes:
> That most likely is due to NUnit not being installed in lib/ properly.
Here's what I have in lib:
drwxr-xr-x 4 hinsen staff 136 31 déc 14:54 DLR
-rw-r--r--@ 1 hinsen staff 101 21 déc 2010 Ellipsis.gif
-rw-r--r--@ 1 hinsen staff 1021952 18 oct 10:05
That most likely is due to NUnit not being installed in lib/ properly.
--
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 wit
dmiller writes:
> Are you using ClojureCLR 1.4.x or 1.5RC1 (current master)?
Current master, I cloned the repo.
> If you are running into this problem with 1.5RC1 under Mono 3, let me know.
> This would
> be anomalous. (but the step above should make it work)
It does. I removed the con
Are you using ClojureCLR 1.4.x or 1.5RC1 (current master)?
1.4 was not set up for mono. 1.5RC1 is. In 1.5RC1, the csproj file for
Clojure.Compile.exe conditionalizes the PostBuildEvent for mono vs .net.
It works for me under Mono 2.x. I haven't tried it under Mono3.
If you are under Cloj
dmiller writes:
> Building from souce on *nix/Mono can be done with nuget. It's of pain
> approximately
> equal to what Robert wrote.
> I just tried the following
...
I tried this with Mono 3 under MacOS. It build Clojure.Compile.exe, but then
stops:
Target PostBuildEvent:
Executing:
I believe RobertJ and some others are looking into automating this.
A real solution needs to coordinate nuget in Visual Studio versus nuget in
mono-land (the build scripts already handle mono vs ms) and bring lein-clr
along so that building clojure-clr itself is not too distinct from building
ap
On 01/01, dmiller wrote:
> Building from souce on *nix/Mono can be done with nuget. It's of pain
> approximately equal to what Robert wrote.
> I just tried the following
Looks great! At least it can be compiled successfully somehow :)
And maybe this can be done automatically (with some help
Ah, yes, I cannot upload new binary distributions.
Building from souce on *nix/Mono can be done with nuget. It's of pain
approximately equal to what Robert wrote.
I just tried the following
1. Clone the repo or pull down the zip of the 1.5RC1 tag
from https://github.com/clojure/clojure-clr
dmiller writes:
> A casualty of github deprecating downloads. The Download button is
> gone, but the binary downloads are still available for a short
> while longer at
>
> https://github.com/clojure/clojure-clr/downloads
>
> I've updated the wiki page.
Thanks! But release 1.5.0 RC 1 isn
A casualty of github deprecating downloads. The Download button is gone,
but the binary downloads are still available for a short while longer at
https://github.com/clojure/clojure-clr/downloads
I've updated the wiki page.
I have not tried Robert's instructions yet. From what I can tell, get
dmiller writes:
> The executables and DLLs under the regular binary download will work just
> fine under
> Mono.
I just wanted to try this, but I can't find the regular binary download. At
http://github.com/clojure/clojure-clr/wiki/Getting-binaries
I am told to click on the "Downloads"
The executables and DLLs under the regular binary download will work just
fine under Mono.
On Saturday, December 29, 2012 2:06:31 AM UTC-6, Shantanu Kumar wrote:
>
>
>
> On Thursday, 27 December 2012 23:15:04 UTC+5:30, dmiller wrote:
>>
>> ClojureCLR is caught up with all changes to ClojureJVM
On Thursday, 27 December 2012 23:15:04 UTC+5:30, dmiller wrote:
>
> ClojureCLR is caught up with all changes to ClojureJVM up to 1.5.0-RC1.
> This includes all relevant bug fixes, the reducers library, reader literal
> improvements, new threading macros and other goodness. See changes.md.
>
> T
ClojureCLR is caught up with all changes to ClojureJVM up to 1.5.0-RC1.
This includes all relevant bug fixes, the reducers library, reader literal
improvements, new threading macros and other goodness. See changes.md.
The only change not yet implemented is the new reliance on the
test.generativ
14 matches
Mail list logo