Hi Jerome

That's odd. Can you post project.clj generated from "lein new quil 
drawing"? In my case it generates 
this: https://gist.github.com/nbeloglazov/511afe2e43213b0ae7bb51ec73e20169

What version of lein do you have (run "lein version")? 

Nikita

On Tuesday, September 6, 2016 at 2:00:35 PM UTC+3, Jerome Manceau wrote:
>
> Hi,
>
> I'm very new to Clojure and hitting a wall trying to use quil.
>
> I've created a new project following an example "lein new quil drawing"
> It seemed to work but when checking the project.clj I saw that the quil 
> dependency was missing.
> Also, trying to start a first test application would only throw errors.
>
> Now, I realised that I need clojure version >= 1.7 to have quil working.
> But that's where it gets confusing:
>
> - When typing "clojure" in my terminal, I get : Clojure 1.4.0
>
> - When starting "lein repl" and then typing "(clojure-version)", I get: 
> "1.2.1"
>
> - When using the REPL on my IDE (NightCode) and typing "(clojure-version), 
> I get: "1.9.0-alpha11"
>
> So, how do I upgrade the clojure version in leiningen, so that I can call 
> "lein new quil drawing" and get the project created properly?
>
> I'm working on ubuntu 14.4
>
> Thanks for help
>

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