简体   繁体   中英

Unable to build using Ocamlbuild

I'm trying to build an OCaml project using ocaml build command which looks similar to

ocamlbuild -use-ocamlfind test.byte

Following error is observed.

Error: Unbound value String.lowercase_ascii. I have install Clang and i am using OCaml 4.07.0

The function String.lowercase_ascii was introduced in OCaml 4.03. You should check that you are really using OCaml 4.07 and not an earlier version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM