1

I'm new to Ocaml. I'm trying to use merlin to get auto-completion in vim.

System: Arch Linux

Ocaml: version 4.07.0

`### stderr ###                                                                                                                            
 # File "frontend.ml", line 1823, characters 16-29:                                                                                          
 # Warning 3: deprecated: Stdlib.String.create                                                                                               
 # Use Bytes.create instead.                                                                                                                 
 # File "topfind.ml", line 55, characters 12-41:
 # Error: Unbound module Toploop
 # make[1]: *** [Makefile:165: topfind.cmo] Error 2
 # make: *** [Makefile:13: all] Error 2`

Here are the full log messages. Thank you

4

1 回答 1

2

Archlinux 将 compiler-libs 包从主 ocaml 包中分离出来。您需要安装 ocaml-compiler-libs 或使用 opam 管理的编译器。

于 2018-09-14T13:32:09.077 回答