On Sun, Jun 21, 2009 at 5:51 PM, carlitos <carlos.un...@gmail.com> wrote:

>
> On Jun 21, 5:01 pm, Anand Patil <anand.prabhakar.pa...@gmail.com>
> wrote:
> > Hi David and all,
> >
> > Just trying to get up and running with Incanter, on a Mac with the github
> > head. The clj script doesn't find part of parallel colt:
> >
> > (head-mac bin) ./clj
> > Clojure 1.1.0-alpha-SNAPSHOT
>
> Hello,
>
> I think the script is intended to be run as "bin/clj", from the
> incanter directory.
> Have you done other modifications to the file (apart from the changes
> to INCANTER_HOME you mention)?
>
> I can reproduce the issues you report: when I use the original script
> (with INCANTER_HOME=.) as "./clj" in the "bin" directory, clojure
> doesn't start at all (jline.jar and clojure.jar are not found), when I
> set INCANTER_HOME=.. everything seems to be ok.
>

I tried both: bin/clj, and INCANTER_HOME=..but got the same. For posterity,
this is commit db974d086732e2362753dbeba0ccf139c84ffa4f.

bin/clj
Clojure 1.1.0-alpha-SNAPSHOT
user=> (use '(incanter core))
java.lang.NoClassDefFoundError:
cern/colt/matrix/tdouble/impl/DenseColDoubleMatrix2D (internal.clj:19)
user=> (import cern.colt.matrix.tdouble.impl.DenseColDoubleMatrix2D)
cern.colt.matrix.tdouble.impl.DenseColDoubleMatrix2D
user=>

Thanks,
Anand

--~--~---------~--~----~------------~-------~--~----~
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