1

我正在尝试从源代码安装 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 包。我确信什么都没有。我能做些什么?谢谢你。

4

1 回答 1

0

这通常是因为构建系统的一些问题。

您是否尝试过通过 opam 构建?这是使用液体肥皂支持的方法。见这里:http ://www.liquidsoap.info/download.html

否则,我建议将对话带到这里的 github 存储库:https ://github.com/savonet/liquidsoap/issues/

于 2018-07-13T15:13:50.060 回答