Closed stevekrouse closed 10 years ago
Do you have a boot.edn
file in the current directory?
I have boot/test/fixtures/boot.edn
. Where should it be?
Are you trying to build a Hoplon application? If so you can do lein new hoplon my-project
to create a new project directory with a boot.edn
file included with the latest versions of everything you need. The test/fixtures
file is just something used during testing and not something you'd want to use.
I'm trying to install boot from source and there is no .edn
file in the main directory.
It looks like you've achieved that already, if make boot
succeeded and you moved ./boot
to somewhere on your path then you've successfully built it from source and installed it.
The boot.edn
file is what you need to use boot to build a project.
Ha! Now I get it! I have to run boot in a directory with a .edn
file.
But in my defense, the error supplied for running boot in a directory without a .edn
file is pretty cryptic. Something like "No .edn file found" would work. I thought something went wrong in the compile process or something having to due with maps (like it says in the error).
You're right, the "must be a map" business is confusing :)
Thanks so much!
You're welcome, good luck!
Trying to install boot from source, I the following error running
./boot
after install withmake boot
.