Fork me on GitHub
#overtone
<
2019-01-18
>
schmalz10:01:00

hello all i'm finally de-lurking in a clojure channel, sorry the post is a problem i'm having! i've got clojure 1.10.0 running on java 11.0.1 (from Oracle) on pop-os. i've installed qjackctl and added {overtone {:mvn/version !0.10.3"}} to the deps.edn file in a fresh directory. clj starts up fine but when i evaluate (use 'overtone.live) i get

--> Loading Overtone...
Syntax error macroexpanding clojure.core/ns at (app_icon.clj:1:1).
() - failed: Insufficient input at: [:ns-clauses :import :classes :package-list :classes] spec: :clojure.core.specs.alpha/package-list
[java.awt.Toolkit] - failed: simple-symbol? at: [:ns-clauses :import :classes :class] spec: :clojure.core.specs.alpha/import-list
:import - failed: #{:refer-clojure} at: [:ns-clauses :refer-clojure :clause] spec: :clojure.core.specs.alpha/ns-refer-clojure
:import - failed: #{:require} at: [:ns-clauses :require :clause] spec: :clojure.core.specs.alpha/ns-require
:import - failed: #{:use} at: [:ns-clauses :use :clause] spec: :clojure.core.specs.alpha/ns-use
:import - failed: #{:refer} at: [:ns-clauses :refer :clause] spec: :clojure.core.specs.alpha/ns-refer
:import - failed: #{:load} at: [:ns-clauses :load :clause] spec: :clojure.core.specs.alpha/ns-load
:import - failed: #{:gen-class} at: [:ns-clauses :gen-class :clause] spec: :clojure.core.specs.alpha/ns-gen-class
i'm probably missing something really simple (and it might be that clojure 1.10 is a step too far at the moment) but if anyone else has run into this and has any pointers on how to get past it, i'd be very grateful cheers

Eric Ervin21:01:50

Wow. Can you run other any other Clojure on this setup? I suspect that it isn't an Overtone specific issue.

schmalz08:01:50

that depends on what you mean by "other Clojure" 😀 i notice that a pull request was merged three days ago which looks like it's fixed the issue

schmalz10:01:21

just figuring out how to get it onto my machine now 😃

Eric Ervin23:01:16

brilliant. i've taken a left turn into quil recently. thank goodness I can use the same parentheses from overtone.

schmalz08:01:06

i too dabble in a little quil!

Eric Ervin19:01:45

See you in #quil

giles b16:01:47

sorry, haven’t seen that one