Open StixHollow opened 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.
Thanks for your answer.
So it's better to use opam
than brew
? Or where i use opam ?
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
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