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

can't find package idris2 when running make bootstrap #32

Open
dvc94ch opened this issue Sep 11, 2021 · 2 comments
Open

can't find package idris2 when running make bootstrap #32

dvc94ch opened this issue Sep 11, 2021 · 2 comments

Comments

@dvc94ch
Copy link

dvc94ch commented Sep 11, 2021

No description provided.

@JankaGramofonomanka
Copy link

JankaGramofonomanka commented Nov 9, 2021

It looks like I have experienced the same problem so I will describe it in more detail.

After cloning the repository, when I try to execute make bootstrap I get this:

mkdir -p build
(cd Base/Color && idris2 --build Bootstrap.ipkg --build-dir ../../build)
Uncaught error: Can't find package idris2 (any)
Makefile:11: recipe for target 'bootstrap' failed
make: *** [bootstrap] Error 1

@Z-snails
Copy link

Z-snails commented Nov 9, 2021

You need to install the idris2api package from the idris2 repo. Instructions for doing this are linked from this repo's README.md.
https://github.com/idris-lang/Idris2/blob/main/INSTALL.md point 8

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