You're probably using Clojure 1.7.0 alpha 2, which introduced a new
function called "cat" into the core namespace, which overlaps with a
function in instaparse.

A couple nights ago, I updated instaparse to version 1.3.4, with an update
to deal with this change in alpha 2, but pigpen has not yet been updated to
use that version of instaparse.

You can either go back to a non-alpha release of Clojure, or wait for the
pigpen folks to update, or perhaps there is some leiningen-fu you can do in
the project.clj file to override the instaparse dependency loaded by pigpen
with instaparse 1.3.4.

On Thu, Sep 11, 2014 at 5:16 PM, Sunil S Nandihalli <
sunil.nandiha...@gmail.com> wrote:

> Hi ,
>  I am trying to compile a simple clj file which does nothing apart from
> requiring the pigpen name-space and it fails to compile with the following
> error. Can anybody help?
>
> Attempting to call unbound fn: #'instaparse.combinators-source/cat
>
> the full stack trace is here.
> https://gist.github.com/sunilnandihalli/b400e21552ca97038e56
>
> Thanks,
> Sunil.
>
> --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to