简体   繁体   English

无法使用Ocamlbuild进行构建

[英]Unable to build using Ocamlbuild

I'm trying to build an OCaml project using ocaml build command which looks similar to 我正在尝试使用ocaml build命令来构建OCaml项目,该命令看起来类似于

ocamlbuild -use-ocamlfind test.byte ocamlbuild -use-ocamlfind test.byte

Following error is observed. 观察到跟随误差。

Error: Unbound value String.lowercase_ascii. 错误:未绑定的值String.lowercase_ascii。 I have install Clang and i am using OCaml 4.07.0 我已经安装了Clang并且正在使用OCaml 4.07.0

The function String.lowercase_ascii was introduced in OCaml 4.03. 函数String.lowercase_ascii在OCaml 4.03中引入。 You should check that you are really using OCaml 4.07 and not an earlier version. 您应该检查自己是否确实在使用OCaml 4.07,而不是早期版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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