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

Cannot build linksem with OCaml < 4.06.0 #12

Open
fshaked opened this issue May 8, 2018 · 2 comments
Open

Cannot build linksem with OCaml < 4.06.0 #12

fshaked opened this issue May 8, 2018 · 2 comments

Comments

@fshaked
Copy link
Contributor

fshaked commented May 8, 2018

Up until a few days ago everything worked with OCaml 4.02.3, which is the OCaml version supported by rmem.

When I try to build linksem (make LEM=<path_to_lem>) with OCaml 4.02.3 I get this:
[..]
File "byte_sequence_wrapper.ml", line 77, characters 2-11:
Error: Unbound value List.init
[..]

(List.init was introduced in 4.06.0)

Best,
Shaked

@fshaked
Copy link
Contributor Author

fshaked commented May 8, 2018

Seems like PR #11 will fix that.

@emersion
Copy link
Contributor

emersion commented May 9, 2018

PR #11 has been merged

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