Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error in C2 "0.2.3-SNAPSHOT" #35

Closed
ghost opened this issue Mar 26, 2013 · 2 comments
Closed

Compilation error in C2 "0.2.3-SNAPSHOT" #35

ghost opened this issue Mar 26, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 26, 2013

Hi Kevin,

I tried run lein cljsbuild with c2 version "0.2.3-SNAPSHOT". It gives the following error:

WARNING: Use of undeclared Var c2.dom/e__3480__auto__ at line 112 file:/***/.m2/repository/com/keminglabs/c2/0.2.3-SNAPSHOT/c2-0.2.3-SNAPSHOT.jar!/c2/dom.cljs
Compiling "resources/public/js/binding_issue.js" failed.
clojure.lang.ExceptionInfo: Assert failed: Can't qualify symbol in catch
(not (namespace name)) at line 112 file:/***/.m2/repository/com/keminglabs/c2/0.2.3-SNAPSHOT/c2-0.2.3-SNAPSHOT.jar!/c2/dom.cljs 

It seems that the error is caused by the dependency

[org.clojure/core.match "0.2.0-alpha12" :exclusions [org.clojure/core.logic]]

in project.clj. Reverting to

[org.clojure/core.match "0.2.0-alpha11" :exclusions [org.clojure/clojure org.clojure/core.logic]]

seems to fix the error.

Bye,
Federico

@lynaghk
Copy link
Owner

lynaghk commented Mar 26, 2013

I'm not going to have time to look into this one for a while; I'd suggest looking into core.match and opening up an issue there.

@swannodette
Copy link
Collaborator

I believe you need to use the latest core.match with the latest clojurescript (i.e. HEAD). Let me know if that doesn't work for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants