-
Notifications
You must be signed in to change notification settings - Fork 6
Error: Unbound value String.uppercase_ascii #65
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
Comments
try this: BatString.uppercase_ascii instead |
I found 4.04.0 version ocaml compiler bypasses this issue. |
You should have installed clangml with opam; it would have checked your ocaml version is supported. |
on my machine by default opam chooses ocaml 4.02.3 + clangml-3.7 + clang-3.7 combination which leads to this issue. |
you can try the correction I suggested. If it works, propose a patch. |
File "tools/bridgen/codegen.ml", line 359, characters 18-40:
Error: Unbound value String.uppercase_ascii
environment:
clangml 3.7, clang-3.7, ubuntu 16, ocaml 4.02.3
The text was updated successfully, but these errors were encountered: