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

Build fails with: Cannot open load file: ob #10

Closed
eskimoblood opened this issue Mar 24, 2014 · 2 comments
Closed

Build fails with: Cannot open load file: ob #10

eskimoblood opened this issue Mar 24, 2014 · 2 comments

Comments

@eskimoblood
Copy link

I'm on a mac with Emacs For Mac OS X installed. When running ./tangle.sh src/*.org test/*.org I've got the following error: Cannot open load file: ob. Maybe you can add a short sentence on how to build the projects for people that are new to emacs.

@postspectacular
Copy link
Member

Hey Andreas! :) I will make a note to add a note, but for now you can find install instructions for org-mode on http://orgmode.org

The ob package is short for org-mode's Babel module:
http://orgmode.org/worg/org-contrib/babel/intro.html

Also, if you don't make changes to the source, you don't need Emacs/Org at all (but you'll still need Leiningen, Clojure's defacto build tool). Then you can just do:

lein new hello
cd hello

...add [thi.ng/geom "0.2.1-SNAPSHOT"] to the dependencies vector in project.clj and then you're ready to:

lein repl

This will then automatically download the prebuilt geom & all dependencies...

@eskimoblood
Copy link
Author

Ah, I overlooked the Leiningen coordinates.

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