我正在尝试在Linux虚拟机(vmware)中安装Ocaml ide Ocaml-top。当我得到它的一个依赖,ocp-build时,我得到以下错误:
The compilation of ocp-build failed at "make".
opam version 1.2.2
os linux
command make
compiler system (4.02.3)
exit code 2
[...]
Makefile:277: recipe for target 'libs/ocplib/ocamllexer.ml' failed
Makefile:160: recipe for target 'boot/ocp-build.asm' failed
make[1]: ocamllex.opt: Command not found
make[1]: ***[libs/ocplib-lang/ocamllexer.ml] Error 127
make: *** [boot/ocp-build.asm] Error 2
How to I fix this and get Ocaml-Top installed?