I've tried getting clojurescript to run in both my own application, and also tested getting it embedded using noir and noir-cljs, but I'm not having much luck. Essentially, whenever the build method gets called, clojurescript outputs the following errors (except for the line starting with "src-dir" below, which is debug output which shows what the build method gets fed):
Starting server... src-dir: src/ opts: {:output-dir "resources/public/cljs/", :output- to "resources/public/cljs/bootstrap.js", :optimizations :simple} WARNING: Use of undeclared Var cljs.core/defn at line 15 WARNING: Use of undeclared Var cljs.core/truth_ at line 15 WARNING: Use of undeclared Var cljs.core/x at line 15 and many similar lines. There's only one cljs file in the path, and it's the simple hello example from the QuickStart clojurescript github page. If anybody with a clue could help me figure out how to fix or work around this it would be greatly appreciated. Thanks, Marius K. -- 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