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
{{ message }}
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
I've encountered a similar problem. This happens if you upgraded ocaml and one .ml file of liquidsoaps dependencies has been recompiled but not the other.
What helps here is to brew reinstall all ocaml related dependencies. Just try brew deps liquidsoap to view it and then reinstall them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
MacOSX 10.10.4
$ brew --version
0.9.5
$ brew install ocaml-biniou
==> Installing ocaml-biniou from drfill/homebrew-liquidsoap
==> Downloading https://github.com/mjambon/biniou/archive/v1.0.9.zip
Already downloaded: /Library/Caches/Homebrew/ocaml-biniou-1.0.9.zip
==> make clean
==> make
File "test_biniou.ml", line 1:
Error: Files /usr/local/Cellar/objective-caml/4.02.1_2/lib/ocaml/unix.cmxa
and /usr/local/lib/ocaml/stdlib.cmxa
make inconsistent assumptions over interface CamlinternalFormatBasics
make: *** [test_biniou] Error 2
The text was updated successfully, but these errors were encountered: