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

Missing requirements? #27

Closed
cloojure opened this issue Jun 15, 2015 · 3 comments
Closed

Missing requirements? #27

cloojure opened this issue Jun 15, 2015 · 3 comments

Comments

@cloojure
Copy link

Hi - Tried running the README example and I seem to be missing something. My project.clj already has [fipp "0.6.2"]

~/cljtst > lein repl
nREPL server started on port 36876 on host 127.0.0.1 - nrepl://127.0.0.1:36876
REPL-y 0.3.5, nREPL 0.2.6
Clojure 1.7.0-alpha3
Java HotSpot(TM) 64-Bit Server VM 1.8.0_45-b14
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e

user=> (require '[fipp.engine :refer (pprint-document)])

FileNotFoundException Could not locate fipp/engine__init.class or fipp/engine.clj on classpath. clojure.lang.RT.load (RT.java:443)
user=>

@brandonbloom
Copy link
Owner

Can you share your project.clj?

Sent from my iPhone

On Jun 14, 2015, at 8:58 PM, Alan Thompson notifications@github.com wrote:

Hi - Tried running the README example and I seem to be missing something. My project.clj already has [fipp "0.6.2"]

~/cljtst > lein repl
nREPL server started on port 36876 on host 127.0.0.1 - nrepl://127.0.0.1:36876
REPL-y 0.3.5, nREPL 0.2.6
Clojure 1.7.0-alpha3
Java HotSpot(TM) 64-Bit Server VM 1.8.0_45-b14
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e

user=> (require '[fipp.engine :refer (pprint-document)])

FileNotFoundException Could not locate fipp/engine__init.class or fipp/engine.clj on classpath. clojure.lang.RT.load (RT.java:443)
user=>


Reply to this email directly or view it on GitHub.

@rmoehn
Copy link

rmoehn commented Jul 29, 2015

Just a guess: Clojure 1.7.0-alpha3 doesn't support reader conditionals yet? So it can't use the .cljc files in fipp 0.6.2. Try using 0.5.2.

(I guess you've found that out yourself by now or it just became obsolete. So this issue should be closed.)

@brandonbloom
Copy link
Owner

Yeah, I'll close this issue. Feel free to re-open if you have details and need further help.

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

3 participants