无法从源代码编译LiquidSoap 1.3

时间:2018-07-11 00:29:14

标签: aac liquidsoap

我正在尝试从源代码安装LiquidSoap,因为我需要AAC +支持(fdk-aac)。我使用Ubuntu 18.04,Debian 9和CentOS 7.5进行了测试,都给出了相同的错误。

./ configure之后(运行正常),当我运行“ make”时:

File "tools/rqueue.ml", line 1:
Error: Could not find the .cmi file for interface tools/rqueue.mli.
../Makefile.rules:192: recipe for target 'tools/rqueue.cmx' failed
make[3]: *** [tools/rqueue.cmx] Error 2
make[3]: Leaving directory '/root/liquidsoap/liquidsoap/src'
../Makefile.rules:67: recipe for target 'all-auto-ocaml-prog' failed
make[2]: *** [all-auto-ocaml-prog] Error 2
make[2]: Leaving directory '/root/liquidsoap/liquidsoap/src'
Makefile.rules:27: recipe for target 'all-subdirs' failed
make[1]: *** [all-subdirs] Error 2
make[1]: Leaving directory '/root/liquidsoap/liquidsoap'
Makefile:11: recipe for target 'all' failed
make: *** [all] Error 1

我被困在这里。我已尽一切可能,安装了所有库(apt-get)和ocaml软件包。我确定没有任何遗漏。我能做什么?谢谢。

1 个答案:

答案 0 :(得分:0)

这通常是因为构建系统存在某些问题。

您是否尝试过通过opam进行建筑?这是使用Liquidsoap支持的方法。看到这里:http://www.liquidsoap.info/download.html

否则,我建议将对话带到github仓库中:https://github.com/savonet/liquidsoap/issues/