错误:模块List是模块ListLabels的别名,缺少该模块

时间:2016-12-21 20:17:44

标签: ocaml ocamlbuild omake

我的构建设置出了问题。我收到了这个错误:

Error: The module List is an alias for module ListLabels, which is missing

在交互式顶级ListLabels存在,但不在编译期间。

我在OCaml编译器中跟踪此错误消息:

https://github.com/ocaml/ocaml/blob/70d880a41a82aae1ebd428fd38100e8467f8535a/typing/typetexp.ml#L905

1 个答案:

答案 0 :(得分:1)

原因是以下编译器标志:

-strict-deps  Hide .cmi whose name is not explicitly referenced