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

Ubuntu make error #19

Open
SherloqueChang opened this issue Feb 8, 2022 · 4 comments
Open

Ubuntu make error #19

SherloqueChang opened this issue Feb 8, 2022 · 4 comments

Comments

@SherloqueChang
Copy link

I'm trying make to install cgum. However, I ran into an error which was:
File "./common.ml", line 2344, characters 16-38: Error: Unbound value String.lowercase_ascii Makefile:199: recipe for target 'common.cmo' failed

My ocaml version is 4.02.3 and Ubuntu is 5.4.0. Thanks!

@jrfaller
Copy link
Member

jrfaller commented Feb 8, 2022

Hi!

I think this is due to a too old ocaml version.

In our CI it works with the ocaml version from Ubuntu focal (https://github.com/GumTreeDiff/gumtree/blob/main/docker/Dockerfile) maybe you can try with this?

@SherloqueChang
Copy link
Author

Does this mean that I need to upgrade my Ubuntu version?

@jrfaller
Copy link
Member

jrfaller commented Feb 8, 2022

Ocaml version of focal seems to be 4.08.1-8, maybe there is a way to install this on your version of Ubuntu?

@SherloqueChang
Copy link
Author

Ok, I'll give it a try. Thanks!

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