如何在OCaml中启用`-short-paths`选项?

时间:2013-06-13 09:47:19

标签: ocaml

当我尝试构建一些项目时,例如 Jane Street's Hello World Core

https://bitbucket.org/yminsky/core-hello-world

它给了我这样一个错误:

  

ocamlfind ocamlc -c -w @ A-4-33-23 -short-paths -g -annot -thread   -package core,sexplib.syntax,bin_prot.syntax,comparelib.syntax,fieldslib.syntax,variantslib.syntax,async,core_extended   -syntax camlp4o -o hello_world.cmi hello_world.mli

     

ocamlc:未知选项`-short-paths'。用法:ocamlfind ocamlc [options] file ...

什么是-short-paths以及如何启用此选项?

1 个答案:

答案 0 :(得分:5)

这是Jacques Garrigue在OCaml的开发版本中添加的选项,但尚未发布任何版本。您可以使用该语言的开发版本来尝试(可能不值得付出努力和可能造成的不便),或者等待几个月来购买具有此选项的新版本。