You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build fails while compiling the dependency ocaml-extlib 1.5.3.
Seems to be macOS 10.12 Sierra specific, as it builds properly on 10.11.
Error
File "extlib/extString.ml", line 1:
Error: The implementation extlib/extString.ml
does not match the interface extlib/extString.cmi:
...
In module String:
Values do not match:
external unsafe_set : bytes -> int -> char -> unit
= "%bytes_unsafe_set"
is not included in
external unsafe_set : string -> int -> char -> unit
= "%string_unsafe_set"
make[4]: *** [extlib/extString.cmo] Error 2
make[3]: *** [byte-code-library] Error 2
make[2]: *** [subproj_extlib] Error 2
make[1]: *** [build] Error 2
make: *** [lib-ext] Error 2
The build fails while compiling the dependency
ocaml-extlib
1.5.3.Seems to be macOS 10.12 Sierra specific, as it builds properly on 10.11.
Error
Full gist-logs from brew:
Homebrew issue: Homebrew/homebrew-core#4483
The text was updated successfully, but these errors were encountered: