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

Camlp4 fails to install under 4.02.1+modular-implicits-ber #1

Open
objmagic opened this issue Dec 9, 2015 · 1 comment
Open

Camlp4 fails to install under 4.02.1+modular-implicits-ber #1

objmagic opened this issue Dec 9, 2015 · 1 comment

Comments

@objmagic
Copy link

objmagic commented Dec 9, 2015

$ opam switch show
4.02.1+modular-implicits-ber
$ opam pin add syb https://github.com/yallop/metaocaml-syb.git

fails when install camlp4, which is a requirement

# File "camlp4/boot/Camlp4.ml", line 14603, characters 17-179:
# Error: This variant or record definition does not match that of type
#          Longident.t
#        The arities for field Lapply differ.
# Command exited with code 2.
@yallop
Copy link
Owner

yallop commented Dec 10, 2015

Thanks for the report. I've brought the modular-implicits-ber compiler up to date with the latest modular-implicits changes, and pushed a compatible Camlp4 branch which you should be able to pin like this:

opam pin add camlp4 https://github.com/yallop/camlp4.git#4.02.0-ber-modular-implicits

I haven't yet tried building this repository so there may be more problems waiting down the line.

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