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

Unable to build irmin-redis for irmin1.4.0 trunk version. #4

Open
ssdubey opened this issue Feb 27, 2019 · 1 comment
Open

Unable to build irmin-redis for irmin1.4.0 trunk version. #4

ssdubey opened this issue Feb 27, 2019 · 1 comment

Comments

@ssdubey
Copy link

ssdubey commented Feb 27, 2019

I am trying to build the Irmin-redis backend for Irmin 1.4.0 trunk version. It is failing with an error

ocamlc src/.irmin_redis.objs/byte/irmin_redis.{cmi,cmti} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.irmin_redis.objs/byte -I /home/opam/.opam/4.07/lib/astring -I /home/opam/.opam/4.07/lib/b$
File "src/irmin_redis.mli", line 12, characters 11-25:
Error: Unbound module type Irmin.AO_MAKER
Hint: Did you mean KV_MAKER or S_MAKER?

It seems AO_MAKER is modified in src/irmin/irmin.mli

@zshipko
Copy link
Owner

zshipko commented Mar 2, 2019

Yeah, sorry about that - AO_MAKER and a bunch of other stuff have been renamed/removed in the latest revision. I will make sure to update this next week.

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