drfill / homebrew-liquidsoap

Liquidsoap on Homebrew
http://liquidsoap.fm/
16 stars 7 forks source link

2 errors when install with OSX and brew #26

Open StixHollow opened 8 years ago

StixHollow commented 8 years ago

Hey,

I didn't understand, i followed the instructions from Savonet doc

But after, liquidsoap isn't installed. I check the terminal informations and find this File "tools/utils.ml", line 560, characters 6-28: Warning 3: deprecated: String.set Use Bytes.set instead. make[1]: *** [all-auto-ocaml-prog] Error 2 make: *** [all-subdirs] Error 2

I try to reinstall but same problem

Thank you

toots commented 8 years ago

Hi,

It looks like an issue with the compiler but, as far as I know, this warning should not halt compilation.

I'd recommend using opam to install liquidsoap now. We actively maintain it and it should work with no problem on OSX.

StixHollow commented 8 years ago

Thanks for your answer.

So it's better to use opam than brew ? Or where i use opam ?

toots commented 8 years ago

brew is used to install the underlying libraries like mad, lame etc. opam is used to install the OCaml parts.

opam should be able to tell you which brew packages you need to build liquidsoap. See the doc here: http://liquidsoap.fm/download.html